Dougie 2.5.6

Description

Here is an updated version of the Dougie rig

there are no changes to the rig itself - but I have tidied up the display so you can hide the body parts for the 3d view and the render separately

http://vimeo.com/14695468

Comments (6)

I
ickathu about 15 years ago

Awesome, thanks!! I'll be downloading in just a few minutes, as soon as I get the CPU up. (on my iPod right now :p )

W
waylow almost 15 years ago

nice one mate I will eventually be giving them all an update when I get time (working on the Rabbit at the moment)

R
ricardoroehe about 13 years ago

Dougie is already a classic! Doesn't the script work on Blender 2.66 (a)? I can't see the rig UI (trying to hide the tail here).

R
ricardoroehe about 13 years ago

Got it working by adding to the end of the script: def register(): bpy.utils.register_class(DougieProperties) bpy.utils.register_class(DougieLayers) bpy.utils.register_class(DougieVisib) def unregister(): bpy.utils.unregister_class(DougieProperties) bpy.utils.unregister_class(DougieLayers) bpy.utils.unregister_class(DougieVisib) if __name__ == "__main__": register()

Y
yaoyao963253477 over 9 years ago

谢谢 我非常喜欢这个绑定 O(∩_∩)O

P
pgsibilo about 8 years ago

neat

Sign in to leave a comment.