Angel Tomsom smith
Forum Replies Created
-
Angel Tomsom smith
June 15, 2022 at 11:24 pm in reply to: Expression to offset shape group scale animationFinally made it work with this expression
offset = .1;
id = thisProperty.propertyGroup(2).propertyIndex;
content(“B 2”).content(“Group 2”).transform.scale.valueAtTime(time-id*offset) -
Angel Tomsom smith
June 14, 2022 at 1:19 pm in reply to: Expression to offset shape group scale animationAnyhow, it only works for the 2nd group – the rest of the groups will not offset but mimic 2nd group behavior.
Anyone in how to offset depending of group order?
-
Angel Tomsom smith
June 14, 2022 at 1:00 pm in reply to: Expression to offset shape group scale animationI think I found the right expression:
This one works between shape groups for a SCALE animation
for x5 frames offset
offset = .2;content(“NAME OF THE GROUP“).transform.scale.valueAtTime(time-offset);
for x1 frame offset
offset = thisComp.frameDuration;content(“NAME OF THE GROUP“).transform.scale.valueAtTime(time-offset);
-
Angel Tomsom smith
June 14, 2022 at 12:49 pm in reply to: Expression to offset shape group scale animationSequence layers can’t be an option because if you check the screenshot I posted, the typo made of dots will made a simple sentence of 2 or 3 words very likely a +100 layers comp.
My aim is to understand how to offset an expression linked to an animation of a group of shapes but inside the same layer.
The expression content(“NAME OF THE FIRST GROUP”).transform.scale will link the animation of the scale between shape groups. I just need to offset each of the next groups by 1 or 5 frames from the master animation for the first dot.
Cheers
-
Angel Tomsom smith
June 13, 2022 at 11:26 am in reply to: Expression to offset shape group scale animationAs far as I understand now, I need to get to know how the “offset=.1” instruction works inside the scripting language.
Anyone can help?
Thanks
-
Angel Tomsom smith
June 9, 2022 at 12:06 pm in reply to: Expression to offset shape group scale animationThanks Hung for your suggestions, but I’m not entirely sure Pastiche will help me with this. Maybe you can confirm if it can work with shapes groups as it does with layers.
The fundamental issue is that the font I’m using belongs to the brand identity, so I have to create text with it, and then convert the typo into shapes and animate the scale of the circles or dots in a sequential way.
I believe an expression will work great as I can copy-paste it over the dozens of groups I will have and it will propagate and offset the scale animation based on each group number.
Cheers
-
Angel Tomsom smith
January 18, 2013 at 12:13 am in reply to: IK animation – replicate in R13 from 11.5If anyone is interested, i found the solution in here
https://www.c4dcafe.com/ipb/topic/73408-ik-animation-replicate-in-r13-from-115/
cool stuff!
-
Angel Tomsom smith
December 28, 2012 at 9:59 am in reply to: How to build this form. Should i use a cloner?Buuuuuuut… i think i found another solution.
There is an scene on this page (i have linked it) with a very brilliant solution for the problem. It´s in spanish but is very clever the answer from missinglink and Eurosnake. The missinglink one is the best one!
https://www.c4des.com/c4desforo/index.php?topic=29976.msg208782#msg208782
The scene download
https://f1.creativecow.net/5129/circles-cloner-scene‘>5129_circuloscloner.c4d.zip -
Angel Tomsom smith
December 27, 2012 at 6:22 pm in reply to: How to build this form. Should i use a cloner?That´s the answer i didn´t want to find out, but it´s obvious..
Thanks for your help, ill give it a try.
-
Angel Tomsom smith
December 25, 2012 at 6:33 pm in reply to: How to build this form. Should i use a cloner?




