• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Timeline recording with cycle forces

Phawniks

Well-known member
Joined
May 26, 2023
Messages
115
Reactions
2,389
I had an idea to use a cycle force on a atom and then have the timeline record function capture it and I can do fine tuning afterwards. However, the cycle force doesn't move the atom's control dot......thing and the timeline recorder doesn't see any motion.

The best workaround I could think of was try to use a empty as a middleman with the force pushing the empty atom and have the recorded atom parented to it. I didn't get it to work.

I wanted to use the cycle force specifically because I can control it's parameters with it's controller UI while timeline records the motion.

If anybody has a solution that still uses the cycle force I'd very much appreciate it.
 
CycleForce applies physics forces, that's why this doesn't work.

However, you could for example build something with an AnimationPattern and some LogicBricks. Made you a quick example:
  • AnimationPattern with 2 steps for the actual movement
  • ValueRelay brick you can control the range for the AnimationPattern
  • ValueUpDown brick produces a 0...1 value that does up and down all the time
  • some sliders to control parameters of the two bricks easily
MotionExample.jpg
 

Attachments

  • MotionExample.json
    22.3 KB · Views: 0
Wow dude you didn't have to do that. But thank you! And thaks for explaining all this.
 
Back
Top Bottom