Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 11/05/2017 at 11:00, xxxxxxxx wrote:
User Information: Cinema 4D Version: R18 Platform: Language(s) :
--------- Is there a TreeView for ObjectData plugins, or is this strictly a Dialog based widget?
On 12/05/2017 at 03:29, xxxxxxxx wrote:
Hello,
the TreeViewCustomGui is a custom GUI gadget for GeDialogs, it can only be used in this context. The "GUI" of NodeData based plugins like ObjectData is based on parameter descriptions. See "GUI and User Interaction". You could introduce a new custom data type that is using a TreeViewCustomGui in its custom GUI to visualize the data. For example take a look at customdata_customgui.cpp.
best wishes, Sebastian