Skip to content

Transformations of parent objects of sequences cause problems #27

Open
@w1th0utnam3

Description

@w1th0utnam3

Steps to reproduce:

  • Add a sequence to the scene using the sequence loader
  • Create a new object (e.g. an Empty)
  • Parent the sequence to the Empty
  • Apply a transform to the Empty (e.g. 0.5x scaling in all directions)
  • Jump around between different frames

What happens: Somehow on every frame change the inverse transform of the parent is applied to the sequence. So e.g. if the parent has a scaling of 0.5x, the sequence is scaled by a factor of 2.0x. This accumulates over multiple frame changes.

image

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Transformations of parent objects of sequences cause problems · Issue #27 · InteractiveComputerGraphics/blender-sequence-loader