Friday
Hi
I am looking for a shortcut command to place all loaded favorites on floor plan - similar to the existing command Place all objects?
Is it possible to do a Python script to do the operation instead of waiting for an added shortcut in AC if it is needed fairly soon? How should that script look like then ...
It would be of great help when updating clients older template files and you want to have visual control (MVO for example) over what happens during library migration in between versions.
Thanks
/Susanne
Friday
The python API without any extensions cannot do that since it doesn't support creation of elements out of the box.
You'll need an Add-On in some form or another. Either check the TAPIR Add-On (this extends the Python/JSON API and could also be controlled via Grasshopper) or write your own Add-On.