Skip to content

Transformation matrix not updating correctly #347

@dylanebert

Description

@dylanebert

To reproduce:

print(node.transformation_matrix)
node.position += [0, 10, 0]
print(node.transformation_matrix)

The transformation matrix should change, but doesn't

Metadata

Metadata

Assignees

No one assigned

    Labels

    PythonIssues related to the Python frontend APIbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions