Home Artists Posts Import Register

Downloads

Content

UPDATE

Very small update made to the Dynamic Positions plugin inside AETools:
- fix for composite position & rotation operations. Using Dynamic Positions you can trigger an atom to move or rotate to a specific position in the scene by setting the coordinates in the trigger. This worked fine for individual values like moving on a specific axis, but I noticed it wasn't working properly for composite values (all 3 axis values like "0,0,0") so I added a fix for that

ABOUT DYNAMIC POSITIONS PLUGIN

For anyone that missed it, Dynamic Positions saves you a lot of time if you want to do triggers that move atoms around. For example you can add it to a person and make buttons like:

* Person > plugin#dynamicpositions > Value > 3.3,0,1.5  
* Person > plugin#dynamicpositions > Operation > Pos Set
And when clicked the atom will be moved at position X=3.3, Y=0, Z=1.5.

Works with increments too like:
* Person > plugin#dynamicpositions > Value > -0.5
* Person > plugin#dynamicpositions > Operation > PosX Add
And when clicked the atom's X position value will have -0.5 added to it's existing position. If you select PosX Set instead, the atom's X position wll become -0.5.

Same thing with rotations:
* Person > plugin#dynamicpositions > Value > 90
* Person > plugin#dynamicpositions > Operation > RotY Add
When clicked the person will rotate 90 degrees (on the y axis) relative to the current position. Each time you'll press it the person will keep rotating 90 degrees because the values keeps being added.  If you use "RotY Set" instead, the person will always be rotated to be 90 degrees relative to the scene


Comments

No comments found for this post.