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.
Tag plugin and rendering
-
I have a tag plugin that changes the position of the children of the object where the tag is attached to.
This works ok in the viewport, but when rendering it does not work.
I assume that the tag is not 'executed' during rendering?What should I do to make it working?
-
I did some ore testing and now I guess it is a programming error.
So, I guess my assumption was wrong. -
Hello,
without seeing your code or any error message it is impossible to give any advice.
But "works in viewport but not in rendering" sounds like you are using c4d.documents.GetActiveDocument() somewhere. See also BaseDocument Manual.
best wishes,
Sebastian