User Tools

Site Tools


Elements

  • Remove Prefixed Data - A script that walks the scene looking for data (in the form of nodes, properties, and element data items), and removes them.

Post-Load Data Items

  • Post-Load Script Data Item Add - A script that stores data on an element in the scene, which when re-loaded causes a script to be executed, and uses settings embedded in the data item to control how.
  • Post-Load Script Data Item Read - A companion script to the script above that executes after the element has been loaded and uses settings embedded in the data item to control its execution.
  • Post-Load View Proxy Create - A script that creates proxy nodes in the scene for each of the predefined view cameras, creates several properties on the proxy nodes that correspond with properties on the view cameras and links the properties on the view cameras to the corresponding properties on the proxy nodes. The script also embeds post-load data on each proxy node which causes a script to be executed after that node has been loaded into the scene in order to re-establish the links between the properties which are not otherwise saved.
  • Post-Load View Proxy Link Properties - A companion script to the script above that executes when a proxy node has been loaded and uses settings embedded in the post-load data item to re-establish links between its properties and the corresponding properties on the corresponding view camera.
  • Post-Load Material Proxy Create - A script that creates proxy properties on a node for a given set of properties on a surface and links the properties on the surface to the corresponding properties on the node, so that the surface properties can be animated. The script also embeds post-load data on the node which causes a script to be executed after that node has been loaded into the scene in order to re-establish the links between the properties which are not otherwise saved.
  • Post-Load Material Proxy Link Properties - A companion script to the script above that executes when a node has been loaded and uses settings embedded in the post-load data item to re-establish links between proxy properties on the node and the corresponding properties on the surface.

Post-Load Callbacks