Announcement
Collapse
No announcement yet.
Search Result
Collapse
261 results in 0.0108 seconds.
Keywords
Members
Tags
-
-
-
-
The easiest part is merge a parentcontainer where the script is a child. Then save that geom to any folder.
Leave a comment:
-
otherwise you can send a SharedMemory variable from a Newsroomtemplate to the engine instead of DataPool
Leave a comment:
-
Is it a template in the newsroomsystem or via a template in Trio?
You can do it somehow like this from a VTW Template in Trio, example of adding...
Leave a comment:
-
The scripting documentation suggests
Scene.UpdateSceneTree() or maybe the Container.Update() will do the trick
- 1 like
Leave a comment:
-
This works for me, 3 buttons to trigger in order.
Code:dim cnt as Container dim moviz as PluginInstance dim maxframes as Integer
- 1 like
Leave a comment:
-
-
Have a look at this archive. All files here should help you. This was a C4D camera export and import to Viz. I didnt do it, Rob Chen from Promotheus did...
Leave a comment:
-
did you try something like
Code:dim cContainer as Container cContainer = this dim vPos as Vertex vPos = cContainer.Position.xyz
Leave a comment:
-
We did something similar but in the scene we made a loop to go through the colors from the template.
Code:for j = 1 to 8 dim tmpMaterial
- 1 like
Leave a comment:
-
-
Leave a comment: