CGCookie / retopoflow

A suite of retopology tools for Blender
2.49k stars 250 forks source link

Tweak: brush not showing while navigating #140

Closed carter2422 closed 9 years ago

carter2422 commented 9 years ago

Getting this while navigating in Tweak right now:

Traceback (most recent call last):
  File "/Users/jonathanwilliamson/Dropbox (Personal)/blenderDev/addons/cgCookie/scripts/addons/retopoFlow/modaloperator.py", line 114, in draw_callback_postpixel
    self.draw_postpixel(context)
  File "/Users/jonathanwilliamson/Dropbox (Personal)/blenderDev/addons/cgCookie/scripts/addons/retopoFlow/op_tweak/tweak_modal.py", line 127, in draw_postpixel
    ray,hit = common_utilities.ray_cast_region2d(region, r3d, self.cur_pos, self.obj, settings)
AttributeError: 'module' object has no attribute 'ray_cast_region2d
carter2422 commented 9 years ago

Confirmed fixed!