-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hi - Was trying out the Development release, testing the transform gizmo and exploring.
Friction-1.0.0-CI-d4b67e41
I tried the influence sliders of the parent effect (which had previously been addressed and worked in a prior development snapshot) and now they don't work.
However, there is a new behavior, which is that if the Parent target is set to none (after having transformed the parent object) the transforms get cancelled.
Likewise, if a new object is created, then I add the Parent effect to it and set the target to the former parent-object (which has already been altered / transform), the already applied transformations of that parent object are applied to the new object.
To put it simply:
-
If I parent a Circle to a Null > Scale; Rotate; Skew the Null. These transforms are applied to the Circle and the influence sliders have zero effect.
-
If I then set the parent target from Null to None, the previously applied transformations (Scale; Rotate; Skew) get cancelled from the Circle - it return to it's prior state.
-
If I then parent a Square to that Null, the square automatically adopts the existing transformations of that Null (Scale; Rotate; Skew).