COLORFIELD does not work
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2012 at 12:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;---------
Hey Guys,I can´t get it to work.
CONTAINER Omyplugin { NAME Omyplugin; INCLUDE Obase; GROUP ID_OBJECTPROPERTIES { COLORFIELD ID_ROOMMAKER_WALL_COLOR {} } }
Colorfield does not work for me. All others do.. why? Ressource cannot be loaded etc..
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2012 at 13:50, xxxxxxxx wrote:
COLORFIELD works in dialogs but you're trying to use it in a description. COLOR would be the equivalent description element.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2012 at 13:59, xxxxxxxx wrote:
Thank you spedler. My fault.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2012 at 00:26, xxxxxxxx wrote:
Are there exist a Link for Layer or only in INCLUDE Obase;?
Or must I use LINK instead (I know it works) but I don´t have the options like an LAYER link of Obase; -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2012 at 01:02, xxxxxxxx wrote:
Do you mean the 'Layer' link field in the 'Basic' tab of an object? If so, that isn't present in Obase. As far as I can see, it is provided automatically along with the 'Name' field for any object that appears in the object manager.
So you don't need to include Obase to get it if you don't want the visible in editor/render settings, etc. - these are the ones found in Obase.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2012 at 03:04, xxxxxxxx wrote:
Hey,
Thank you for your replay. Yes, I mean this Layer link. But I want to use this many times in my objectData, not only once with with the generator.
CONTAINER Omyplugin { NAME Omyplugin; INCLUDE Obase; GROUP ID_MYPLUGIN_SOMETHING { STRING ID_MYPLUGIN_NAME {} LINK ID_MYPLUGIN_LAYER {} // <-- correct layer please etc..
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2012 at 04:58, xxxxxxxx wrote:
Take a look at LinkBoxGui in the SDK. Seems like setting LINKBOX_LAYERMODE to TRUE would do what you want. But I'm afraid I don't know how to make that happen. If you find out, I'd be interested to see how it's done.