You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.
The following error constantly floods the console if the addon is run with cgc-retopology in the 2.70/scripts/addons folder in the AppData directory. It makes Contours unusable.
Traceback (most recent call last):
File "C:\Users\Matt\AppData\Roaming\Blender Foundation\Blender\2.70\scripts\addons
, line 646, in retopo_draw_callback
if (self.post_update or self.modal_state == 'NAVIGATING') and context.space_data
File "E:\BlenderGit\2013_Trunk\bin\Release\2.70\scripts\modules\bpy_types.py", lin
properties = StructRNA.path_resolve(self, "properties")
ReferenceError: StructRNA of type CGCOOKIE_OT_retopo_contour has been removed
Moving the folder to the scripts folder alongside the Blender executable solved this, but from helping to debug the GoB addon I know that eventually having an addon work in one place but not the other will eventually cause some weird conflicts within Blender.
The text was updated successfully, but these errors were encountered:
Hey @mattheimlich, could you check this issue again with Contours 1.2.1? I'm not sure if it's been fixed but I don't have a Windows machine to test on.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following error constantly floods the console if the addon is run with cgc-retopology in the 2.70/scripts/addons folder in the AppData directory. It makes Contours unusable.
Traceback (most recent call last):
File "C:\Users\Matt\AppData\Roaming\Blender Foundation\Blender\2.70\scripts\addons
, line 646, in retopo_draw_callback
if (self.post_update or self.modal_state == 'NAVIGATING') and context.space_data
File "E:\BlenderGit\2013_Trunk\bin\Release\2.70\scripts\modules\bpy_types.py", lin
properties = StructRNA.path_resolve(self, "properties")
ReferenceError: StructRNA of type CGCOOKIE_OT_retopo_contour has been removed
Moving the folder to the scripts folder alongside the Blender executable solved this, but from helping to debug the GoB addon I know that eventually having an addon work in one place but not the other will eventually cause some weird conflicts within Blender.
The text was updated successfully, but these errors were encountered: