wesen / blender-euler-filter

Blender Euler Filter
7 stars 6 forks source link

Does not work here, fixed addon proposal #1

Open artellblender opened 6 years ago

artellblender commented 6 years ago

Great work, but unfortunately does not work here until I add this, between lines 169-170:

if bone != 'pose.bones["'+bpy.context.active_pose_bone.name+'"]': continue

euler_filter.zip

Thanks for your work!

wesen commented 6 years ago

Hi, thanks for your input. Can you maybe submit a pull request?

artellblender commented 6 years ago

Tried to make one, however not sure I did it right... It's the first time i'm using Github for pull requests.