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
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)
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 )
nice one mate I will eventually be giving them all an update when I get time (working on the Rabbit at the moment)
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).
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()
谢谢 我非常喜欢这个绑定 O(∩_∩)O
neat
Sign in to leave a comment.