@cmd said:
@myhand said:
Bug fix version V2.1.1 released.
... CMD this should fix your problem also as the trace code that had the bug in is also now removed.
Myhand,
Good stuff! no more errors!
.... but I am not getting material thumbnails nor am I getting component images to display.
Is this due to the change for mac?
Sorry this took so long but have been in the middle of something else. Here is a debug version that will trace the file paths the Javascript code is trying to load into the ruby console. Same install procedure as before.
Please send me the console output.
. Are you saying I should cut and paste the code in common.rb into MyPlugin.rb file...?
but where is the code example you refer to?
Come to think of it I have seen similar behavior in JNI (Java Native Interface) where Java will garbage collect references to "proxy objects" when there are no longer java side references. This is because the C++ objects are not managed code running in a VM, and therefore Java does not have access the C++ object lifecycle (without custom hooks added on the C++ side).

) is ComponentDefinition name field. Something like "Bath 6'x34"x54"". So I never actually input the string, I am just reading it. So I am not sure how I will use the above technique to step around the problem. Will have to give it some thought.