JacquesLucke / animation_nodes

Node based visual scripting system designed for motion graphics in Blender.
Other
2.28k stars 342 forks source link

Baker Node or Function for every listed attributes #852

Closed enzyme69 closed 6 years ago

enzyme69 commented 6 years ago

Jacques or other AN devs, is there a nice good way to simply watch and bake all listed attributes on every frames?

AN already can bake some Output as keyframes, but not all. It failed on Blendshapes and Bones... sometimes.

enzyme69 commented 6 years ago

So far my hacky solution is to use Blender "Button Keying Set" and brute force run this AN Script Node on every frame. bpy.ops.anim.keyframe_insert()

I am using this with my iPhone X realtime animation.

I don't know if there is a simpler way.

JacquesLucke commented 6 years ago

there is the "Set Keyframe" node, maybe it can help you. Beside that, there is no good way of doing that.