BaseContainer properties flags
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/05/2011 at 12:32, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :---------
Hi ! First, sorry for my bad english.
I need to get the type of the objects in my scene, and, according to this type, get the properties of this object.
In the SDK I can find all objects types available (Opoint, Obone....) in the "BaseObject" page and I have seen examples to test the type. OK.
Now, I have seen an example to get the 'Length" property of a bone
container->GetData(BONEOBJECT_LENGTH)
Ok, I have this example with the flag I am searching ( BONEOBJECT_LENGTH), but where can I get a list of all available flags according to the type of object in the SDK?
Thanks for your help -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/05/2011 at 12:39, xxxxxxxx wrote:
Check your Cinema 4D resource/res/description/ and modules/objects/res/description/ folders.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/05/2011 at 03:44, xxxxxxxx wrote:
Thanks for your help !
I founded another way by drag & drop a property from the attributes manager to the status bar of the COFFEE console. But looking at these folders is very interesting .