Hi as always shortly before the goal the disillusionment.
I am working on a Object Plugin and the code is getting a bit complicated but anywaysI
I have now noticed that the plugin does not render in the Editor-View and in the Picture Viewer it only renders parts of my returned object.. The object which is directly below the null object as clone is rendered other object which are under this null object in other null object are not rendered correctly. If I make it editable everything works fine and you can sie the hierachytree . it is just one level Hierachy nothing complicated.
I noticed this with my last object plugin as well. What am I doing wrong?
A rough description of the program:
It creates a virtual document into which it loads one model file at a time from disk with a specific structure depending on a menue choice entry . There is null object as Parent-Container in which are other objects as child all polygon objects.
Then another null object is created in which I subordinate and structure clones from the virtual document, then I load the material clones from the virtual document into the active document and read out the texture tags from the cloned object in the Null-Container and swap the original entries with the materials from the active document etc.
In the end this null-container will be cloned and output in GVO?
When I press the view render button, it flickers briefly but doesn't render.
I still use some GetEnabling mechanisms and in the message method there are also a few buttons that are used and in the GeDDescription -Method I create the dynamic Menu - Entries which reads the needed folder in the zip-File
Corona Renderer and Standard Renderer render both in the Editor-View and also in the Picture Viewer are working properly but Physical doesn´t . That really pisses me off. Also in the Editor everythin is visible correctly.
The insertion of the objects does not necessarily happens in the GVO it also hapens in the Message Method where for instance a function is called when a button was pressed which feeds the virtual Null-Object with the clones from the virtual document.
Standard Renderer also renders in the Editor but then not in the Picture Viewer the full hierarchy oh man
Best Regards