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 07/02/2014 at 04:28, xxxxxxxx wrote:
User Information: Cinema 4D Version: R15 Platform: Mac OSX ; Language(s) : C.O.F.F.E.E ; C++ ; XPRESSO ; PYTHON ;
--------- I am using R15 on OSX 10.9 and need to write a new plugin, however, I am unable to see the values of the BaseList2D element IDs.
The doc says that I can find them my opening the console [ script -> console ]
And then the values will be displayed at the bottom of that window when I mouse over the options. Except nothing is happening when I do that.
http://code.vonc.fr/c4d/python/help/misc/descriptions.html?highlight=attribute
Is there any way to turn this functionality on?
Thanks
On 07/02/2014 at 05:03, xxxxxxxx wrote:
Hi dobson,
Not sure if it's been changed in R15, but in R14 you need to drag the element to the little text field at the bottom of the console window.
WP.
On 07/02/2014 at 05:31, xxxxxxxx wrote:
Perfect, thanks. For some reason my brain interpreted d&d for mouse over.