The C API is missing SUModelGetBehavior and SUModelSetBehavior methods.
I need always_face_camera in my current project.
The only workaround I found is to have a nested component and set its behavior. This is far from ideal as it clutters the model hierarchy (Outliner) and definitions list (Components window).
The other major issue with this workaround is when I need to set the flag on an existing *.skp file. In this case, I need to move every drawing elements from the root to the sub-component. It is no easy task with the C API...
The C API is missing SUModelGetBehavior and SUModelSetBehavior methods.
I need
always_face_camera
in my current project. The only workaround I found is to have a nested component and set its behavior. This is far from ideal as it clutters the model hierarchy (Outliner) and definitions list (Components window). The other major issue with this workaround is when I need to set the flag on an existing *.skp file. In this case, I need to move every drawing elements from the root to the sub-component. It is no easy task with the C API...