Motion Node – Starting with

Support ForumCategory: QuestionsMotion Node – Starting with
Matthew Lloyd Russell asked 6 years ago

I’m working with a spline emitter, and I have several lights in my scene driving that emitter. Now I am trying to connect all the lights to a path, where the emitter can inherit that motion. The lights each have a wiggle / time offset expression to give the spline a wave like motion.
When attaching the lights to a null with a position path, the particles emitting from the spline don’t inherit inertia or any new information for stardust to help interpolate that new motion.

I attempted to connect the lights via expressions to the motion path with no new results (I may need to write a new expression).

But at the moment I’m trying to use a motion node to attach to a light path. When I add a new light with my path, it changes my spline emitter.
Is there a way to ignore this new light I add?

I see a function called “Starting with” that when I click pulls a script prompt open saying “All…”. I’m not sure how to use this window.

Might there be another way to use the spline emitter and attach those lights to inherit the velocity/inertia from the new motion?

The expression I used on the 9 spline emitter light’s positions in my scene is this…

seedRandom(1000,true);
wiggle(thisComp.layer(“Light Wiggle Controller”).effect(“Frequency”)(“Slider”),thisComp.layer(“Light Wiggle Controller”).effect(“Magnitude”)(“Slider”),1,.5,time – (thisComp.layer(“Light Wiggle Controller”).effect(“Time offset”)(“Slider”)*index));

This expression makes each of the lights wiggle with the same seed on a timed offset based on the index of the layer. And the controllers let me adjust the timing/magnitude/frequency.

Perhaps I can connect my lights positions to a null path alongside this expression? I havent had much luck getting that working though.

I hope that makes sense.
Thanks!

4 Answers
admin Staff answered 6 years ago

Hi , The Starting with filters the sources by name, e.g if you call your lights MySpline…  and set the Starting with to MySpline , all these lights will get included in that param. 
Please send an email to support for further help.

Matthew Lloyd Russell answered 6 years ago

Thanks for the speedy response!

One quick follow up, Can I omit that “MySpline” light from the spline emitter?
I want to use that for the motion path but not have that add to the spline itself.

Thanks!

admin Staff answered 6 years ago

Have different names for each, MySpline , MyMotionPath , there are several ‘Starting With’ params where lights are in use. 

Matthew Lloyd Russell answered 6 years ago

I’m unsure how to type in which ones to omit, e.g I have 5 spline lights called Spline 01, Spline 02, etc… And my light path layer is called Motion Path.
How would I write this down to include Spline 01 through Spline 05 and disregard Motion Path in the script prompt?

Thanks,

Your Answer

14 + 9 =

Error: Please enter a valid email address

Error: Invalid email

Error: Please enter your first name

Error: Please enter your last name

Error: Please enter a username

Error: Please enter a password

Error: Please confirm your password

Error: Password and password confirmation do not match