Jump to content

Keyline System. possible to specify object?


photo

Recommended Posts

Alas, the keyline system was designed to deal with environment changes (day-night shift) for all the scene.

If you might find it helpful, in OilRush our developers created a custom timeline with its own counter (iFPS-based) that runs a custom expression for nodes which have a corresponding flag raised in Properties.

Link to comment
  • 2 months later...

Here is a patch to add this functionality if anybody else is interested

It adds a field to the keyline object called "node" that stores the id number of a node.

This is then passed to to the apply and retrieve functions via

call ("function",val,node) if the node exists

 

patch is in git format

keyline_node.patch.zip

Link to comment

We built around this system a management class.

We had to solve the problem with dynamic weather, seasons and day/night.

 

The keyline is only used for setting some general stuff but its too changes internal values.

We have a chmod like system which manipulates the nodes then.

 

To each node we added new attributes, so the logic knows what to do.

With this way you can nearly manipluate everything in a smooth and synced way.

 

Just as impression.

Link to comment
×
×
  • Create New...