Is there a way to clear figure pose in DIFFEOMORPHIC like you can in DAZ studio

Issue #1339 resolved
Joe Morris @ FAST Animation Studio Toolz created an issue

i'd appreciate if anybody could let me know That'd be really cool to have if not this is a definite feature request… I know you can do clear pose but that really doesn't clear the entire timeline of animation like in DAZ studio…. so I checked it out in scripting I cleared the pose like it would need to have been done.. that's the first item in the below list… I was already in pose mode when I did this so I selected all the bones …That's what the second item is…. And then I set a location and rotation key frame for all bones… that's what the third item is…. if I made a quick script to iterate over all the frames in timeline…. and ran this code… on each wouldn't this work why has nobody implemented this??… of course in the final script I would probably just call the second action to select all bones once and then run the other two in a loop… don't know how to do that though yet….. this just seems like a common sense thing So I'm asking the question this way this way because I'm sure you guys tried it and it didn't work and I'd rather not really waste my time I'm just assuming that's what happened and I'd like to find out why it's not done…. take care and have a good day

bpy.ops.object.posemode_toggle()
bpy.ops.pose.select_all(action='SELECT')
bpy.ops.anim.keyframe_insert_by_name(type="BUILTIN_KSI_LocRot")

Comments (3)

  1. Thomas Larsson repo owner

    If I want to clear a pose with keys, I first unlink the action in the action editor, and then press the Clear Pose button. That works, but now Clear Pose also recognizes the Auto Key button (at the top of the timeline), and insert a zero pose if auto keying is enabled. The Clear Morphs button already depends on auto keying in the same way.

  2. Joe Morris @ FAST Animation Studio Toolz reporter

    Just one idea for usability and I appreciate you telling me that so much but what If on every button or every action with which you could mimic what daz studio does to the T… You named it the same that way people new diffeomorphic would just easily know exactly what every button does…. but I understand if you can't mimic it exactly to T, why you would offer a slightly different name of course… Take care and happy New Year to all of you genius creators That has given me the awesomest toy in the world… Imagine people that exist that give you a toy and for life constantly make it better for free even for money it doesn't even matter that's priceless

  3. Log in to comment