On 20/02/2015 at 09:46, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13+
Platform: Windows ;
Language(s) : C++ ;
---------
I got 2 questions:
1- initialize tag desc from object desc:
I tried to do this in TagData::Init() , but it didn't work "object op is not there yet" , so the only solution that I can do is using GetParameter() with a flag to enter once "any better solution?"
2- restrict tag to certain objects:
I have my own light tag, camera tag, .... , but I need to show these tags "in the right click menu" only for certain objects "e.g. lights, cameras, ... respectively" , is this possible?