Changeset - b78fb286a7c3
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-06-15 20:59:09
drewp@bigasterisk.com
much bigger points to grab in CC
Ignore-this: a8ca7a87e6956ad727d3ab2820cb9151
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/curvecalc/curveview.py
Show inline comments
 
@@ -874,7 +874,7 @@ class Curveview(object):
 
            
 
    def _draw_handle_points(self,visible_idxs,visible_points):
 
        for i,p in zip(visible_idxs,visible_points):
 
            rad=3
 
            rad=6
 
            worldp = p
 
            try:
 
                p = self.screen_from_world(p)
0 comments (0 inline, 0 general)