Is it possible to determine “zero” position so each time you click reset in transform properties it would reset to specific value.
For example if you hit reset under transform options of a created null i wand it to move to x=200 and y = 543,5. Then I move it again and then reset and it goes to that specific value.
Thnx for answers.
how about creating another null moving it to x=200 y 543.5, then, parenting the original null to the new one, then hitting Reset? It should move your null to 0,0 of it’s parent, which will be 200,543.5
thnx for reply, and yup I did something like that.
- Community Moderator
- Sold between 50 000 and 100 000 dollars
- Author was Featured
- Item was Featured
- Author had a File in an Envato Bundle
- Beta Tester
- Has been a member for 4-5 years
- United Kingdom
johnnybd said
how about creating another null moving it to x=200 y 543.5, then, parenting the original null to the new one, then hitting Reset? It should move your null to 0,0 of it’s parent, which will be 200,543.5
When you hit reset, the anchorPoint goes to [layer.width, layer.height]/2, the position goes to [comp.width, comp.height]/2, regardeless of parenting, so that wouldn’t work unless you offset the null’s anchorPoint to [comp.width, comp.height]/(-2).
But even then, the reset layer’s anchorPoint may jump, which is undesirable.
Actually, this might be the perfect case for a simple script.
@felt – you’re absolutely right, I should’ve written to type in 0,0 on the null that’s being parented to the other instead of “Reset”.
felt_tips said
Actually, this might be the perfect case for a simple script.
If you write it, will you share it, pretty pretty please.
- Community Moderator
- Sold between 50 000 and 100 000 dollars
- Author was Featured
- Item was Featured
- Author had a File in an Envato Bundle
- Beta Tester
- Has been a member for 4-5 years
- United Kingdom
ivezicm said
felt_tips saidIf you write it, will you share it, pretty pretty please.
Actually, this might be the perfect case for a simple script.
If you ask the question in the expressions thread.... and if I get time. 
