The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
priority of object plugin??
-
On 17/10/2013 at 13:16, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r14
Platform:
Language(s) : C++ ;---------
hey, is there a way to change the priority of a objectplugin somehow? i'd like to have it executed after the rest of the scene has been built.thanks for any input,
Ello -
On 18/10/2013 at 07:57, xxxxxxxx wrote:
Howdy,
You can set the priority in the ObjectData::Init() function.
Take a look at the "lookatcamera.cpp" file in the cinema4dsdk project.
Adios,
Cactus Dan