You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Prim format supports an object bias as well as an object scale. They can be used to modify the object location and scale.
The current implementation applies these transformations destructively and ends up with an object origin of (0, 0, 0).
This should be refactored to be non-destructive.
The text was updated successfully, but these errors were encountered:
The Prim format supports an object bias as well as an object scale. They can be used to modify the object location and scale.
The current implementation applies these transformations destructively and ends up with an object origin of (0, 0, 0).
This should be refactored to be non-destructive.
The text was updated successfully, but these errors were encountered: