palladio
palladio copied to clipboard
Palladio enables the execution of CityEngine CGA rules inside of SideFX Houdini.
- added support for restricted/unrestricted range annotations - addes support for file extension filtering
- Add UI handles to edit array attributes
* separate checkout stage * report compiler warnings
currently, the RPK extraction path is OS-dependent, which leads to OS-dependent primitive attributes for texture paths which in turn prevents sharing of file caches across OSes... maybe just extract RPKs...
find a way to not block the Houdini UI when reading RPKs (worker thread?) or speed this up (see #98)
In 1.6, pldAssign was emitting all attributes with default values as primitive attributes. This was wrong and will prevent more complex rule sets with inter-dependent rule attributes to work correctly...
for many initial shapes and complex rules it is counter-productive to use both parallelism on generate level and within the shape tree generation -> only use multiple threads to generate...
another question is what we actually output in the generate node, currently the "shape attributes" (which include the initial shape attributes) like "seedian" are not output as prim attrs by...
continuing #58 register file monitors for active RPKs and invalidate their cache entries if they change on disk, eventually allowing automatic recook as well (maybe controllable with a checkbox on...