Retopology Tools

Hy pitiwazou!

I made a custom version of your great Retopology Tool.
There will be some changes in the UI and more included functions.
I hope it will be useful…See here:

https://drive.google.com/file/d/0B5QQIWH-54S1elNTeXZQMVZnSHM/edit?usp=sharing


…will it be good for the Trunk?

Great!
I have change the hidden wire to matcap…
The link must be work now!

i forgott: the visibilities for the modifier comes from Medinas display tools
http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Display_Tools

I made a small update for a box look version:
https://drive.google.com/file/d/0B5QQIWH-54S1VGN3b18zd3BsNWs/edit?usp=sharing

This is great :wink:

Realy usefull !Big thanks!

Update of the retopo tab !

Very cool job

where can I download?

I’m getting a different result from you, this is what it looks like on my end:


Is it possible that I need 2.72 for this, or did I do something wrong?
edit: to clarify, I do have all the necessary plugins installed!

You have the retopo tool A ^^

This is the B version, you will need iceking’s tools, bsurface, automirror, looptools for this one.
https://github.com/pitiwazou/Scripts-Blender/blob/master/Retopology_Tools_B

That was it, thanks! I just followed the link from your video (I speak a bit of French, so I follow your channel), that pointed to the other version :slight_smile:

Ok, I will fix that :wink:

Little update with context sensitive and modifiers options !

https://github.com/pitiwazou/Scripts-Blender/blob/master/Retopology_Tools_B

I’m getting an error when using ‘shrinkwrap update’:

Traceback (most recent call last):
File “C:\Users\michael\AppData\Roaming\Blender Foundation\Blender\2.72\scripts\addons\Wazou_Pie_Menus.py”, line 1630, in execute
bpy.ops.meshview_toggle.retopo()
File “C:\Users\michael\Dropbox\blender-2.72-windows64\2.72\scripts\modules\bpy\ops.py”, line 188, in call
ret = op_call(self.idname_py(), None, kw)
AttributeError: Calling operator “bpy.ops.meshview_toggle.retopo” error, could not be found

location: <unknown location>:-1

Traceback (most recent call last):
File “C:\Users\michael\AppData\Roaming\Blender Foundation\Blender\2.72\scripts\addons\Retopology_Tools_B.py”, line 396, in execute
bpy.ops.meshview_toggle.retopo()
File “C:\Users\michael\Dropbox\blender-2.72-windows64\2.72\scripts\modules\bpy\ops.py”, line 188, in call
ret = op_call(self.idname_py(), None, kw)
AttributeError: Calling operator “bpy.ops.meshview_toggle.retopo” error, could not be found

location: <unknown location>:-1

Have you the last version of the iceking’s addon ?

I’ll redownload it and let you know.

Oh, before I forget: thanks for this and your pie-menu addons!

Thank you :wink:

Works now, although (as I see you already reported) it forgets the xray setting. Shame, but I’m sure it’ll get fixed. Now I get an error when disabling the addon though:

Traceback (most recent call last): File “C:\Users\michael\Dropbox\blender-2.72-windows64\2.72\scripts\modules\addon_utils.py”, line 355, in disable
mod.unregister()
File “C:\Users\michael\AppData\Roaming\Blender Foundation\Blender\2.72\scripts\addons\Wazou_Pie_Menus.py”, line 2870, in unregister
bpy.utils.unregister_class(LapRelax)
RuntimeError: unregister_class(…):, missing bl_rna attribute from ‘OrderedMeta’ instance (may not be registered)

And when trying to re-enable it (which doesn’t work):

Traceback (most recent call last): File “C:\Users\michael\Dropbox\blender-2.72-windows64\2.72\scripts\modules\addon_utils.py”, line 355, in disable
mod.unregister()
File “C:\Users\michael\AppData\Roaming\Blender Foundation\Blender\2.72\scripts\addons\Wazou_Pie_Menus.py”, line 2870, in unregister
bpy.utils.unregister_class(LapRelax)
RuntimeError: unregister_class(…):, missing bl_rna attribute from ‘OrderedMeta’ instance (may not be registered)

Traceback (most recent call last):
File “C:\Users\michael\Dropbox\blender-2.72-windows64\2.72\scripts\modules\addon_utils.py”, line 312, in enable
mod.register()
File “C:\Users\michael\AppData\Roaming\Blender Foundation\Blender\2.72\scripts\addons\Wazou_Pie_Menus.py”, line 2593, in register
bpy.utils.register_class(ShrinkwrapUpte)
ValueError: register_class(…): already registered as a subclass

Weird, I have no problem !

Have you clean your addon folder ?

I made a tutorial on this

Sometimes, when we test a lot of addons, we can have some conflix, so it’s good to clean the Addons folder and add the addons we use.

Yeah, might just have to do that. I just update to 2.72, and now my undo doesn’t work. Don’t really have the time to troubleshoot this right now (at work), so back to 2.71 we go :confused:

Now I wish I had taken a couple more semesters of French.