GetVirtualObjects and Tags
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/04/2011 at 18:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;---------
I have a generator plugin that adds a light virtually to the scene through GetVirtualObjects() and also adds a sun expression tag to that light. I am running in to a problem when I try to change parameters on the generator object which are supposed to update parameters in the sun expression tag, nothing happens. However, when I make the generator object editable suddenly the changes I made to the parameters take effect on teh sunexpression tag. Do I need to do something special for the sunexpression tag to update with each change in the parameters? How would i accomplish this?Thanks.
Shawn
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/04/2011 at 22:02, xxxxxxxx wrote:
Did you send a Message(MSG_CHANGE) to the tag after changing the parameters?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/04/2011 at 04:58, xxxxxxxx wrote:
Hi affa,
Yes I sent that message to the tag but i still get no result,
~Shawn