But here is enscape already running on 2024.. please make is available quickly..
Posts by Arno
-
-
it would be nice if when placing an asset, that the asset would be placed in a subcategory of planting.
Now all elements are just in planting. It would be nice when you place a person it would be in a subcategory called Enscape-People
and when placing a car it would be in the subcategroy Enscape-Cars
would make it easier to control your views.
-
Yes you are missing something. Revit is a database and we can use data to speed up things and to make things easier for us.
Because Enscape doesn't forward all the information it has to the Enscape families. I had to build a dynamo script that reads out all the information from the sjon files and places them into the revit families. So they are usable.
Because walking isn't in the Tags. this tag isn't placed into the family.. and because of that i can't use walking people in scripts to automatically place walking people in my projects.
i will post a youtube clip about this soon.Users do a lot more with the libraries then you imagine.. a good solid complete and consistent library is a must.
-
Demian Gutberlet thank you for your reply.
the bigger problem is the tagging.. i hope that will get fixed very very soon.. because it is a big problem
-
The library is constantly updated and i love that..
but if we focus on people for now.
Why are there also people being deleted..for example in the last update:
Rae 001 Standing
Alyssa 005 Walking
Rae 002 walking
Rae 004 standing
jeffrey 003 standing
Iona 003 standing
Rae 003 sitting
Maja 002 walking
Aadesh 001 sitting
they are lost.
also why are the tags wrong
all the people that have walking in their name.. have standing as a tag.. the tag walking is not assigned to any of the people
So we can't filter on walking people
-
i open the node and copied the scripting to the main script, please download again..and try
-
I will have a look when I am behind a computer..or I will copy the Python code and use that instead of the node .. will be in a few hours
-
new script and explanation..
see also the other scripts on the YouTube channel
-
explanation of my workflow.. -
Yes i see that file need to load that in too... oke this could work..
only leaves the problem of the tags....
-
-
thanks for the tip of the zip file.. i think i can still use my approach reading this file..
-
as i explain above i want to have a scene with all the objects of a category.. it is easier and quicker to place in a new scene then through the asset library. But i want to be sure my scene is up to date .. so i need to check if i have all the families in my scene
-
Dear Enscape,
i just installed version 3.4 and downloaded the update of the library...
Why did you adjust the sjon files...
now the sjon files only desplay the points.
all the info about ID TAGS Categroy is gone and no longer stored in the sjon files..
please add this back into the sjon files so we can use enscape as a database
-
enscape
-
i went back a version and then it worked...
-
more cultural and diverse would be very nice... arabic, asian, people of size..
-
one more remark
there was a Bamboo... this was the same as Bamboo 001
at one point Enscape changed some of the naming of a few Assets.
unfortunatly the new name did not give it a Revision..
also not all elements have Tags, would have been nice if this element had at least the tag Bamboo..i love that the library is expanding rapidly but there are still a lot of improvements to be made.
-
for now i made a script..
it reads all the sjon files from my offline Enscape Asset library and the elements in my library Revit file
With a different script i added a few parameters to my excisisting elements in my library Revit file..
i will adjust the planting family template so that these parameters will be in when i place new items.
%localappdata%\programs\Enscape\Data\RevitFamilies
i extract the Name, Category, Id, Tags and Revision from the sjon filesi am then comparing the Id's from the sjon files with the Id's from my project.
when i have Id's in my project that are not in the sjon files, then those elements will be turned Red
the sjon information is pushed to the parameters in the other elements
then in the script it gives me a list of the names of Assets not yet placed in the library Revit file
i also build in that it will compare the Revision number with the Revision of the elements in the library Revit file.
And it will turn those elements yellow so i know i need to update those.this is a work flow that i can use until Enscape descides to push all info of the library Assets also into the Revit element.
-
I like to have a file of each category of the asset library so i can quickly import the needed assets into my project,
this is a very nice workflow especially when working with dynamo scripts for placing objects.
Luckily Enscape is expanding it's library quickly with each release.
But that also makes it harder to keep the files up-to-date.
Especially because the data from the object isn't transferred to Revit. Enscape is a library with data and Revit is a database.but when i look at the properties of an Enscape asset, there is not much there.
But when i read the sjon file of the object i get a lot more data.
why isn't the Revision, description, the category and tags not exported into the Revit family.
The data is right there... it would make it so much easier to see if you have your files up to date.as an extra note: it would be nice if the sitting people would also have a parameter of the height that they are sitting.
and that chairs would have their seating height.
That way we could easily program that people would sit on chairs made for their height.we are working with databases, please get us the ability to work with these databases.