Announcement

Collapse
No announcement yet.

VRay post translate interpolate transforms

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • VRay post translate interpolate transforms

    Is it possible to set the transform on a node for a specific frame?
    Can I pass a list of transforms or append each transform using the node.set("transform", x) command?

    What I want to recreate is something like this:

    transform=interpolate(
    (9, TransformHex("xxxxx")),
    (10, TransformHex("xxxxx")),
    (11, TransformHex("xxxxx"))
    );

    Thanks.
    Last edited by jbvfx; 16-10-2019, 10:19 AM.
    Jacob Børsting
    Head of Pipeline @ Ghost VFX

  • #2
    For the moment this is not supported.
    Can you explain a bit more what are you trying to achieve?

    There might be alternative solutions. For example you can generate a vrscene in Python and then append it.
    Svetlana Gesheva
    QA, V-Ray for Maya
    chaos

    Comment

    Working...
    X