Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormano-wii <germano.costa@ig.com.br>2019-03-18 21:51:09 +0300
committermano-wii <germano.costa@ig.com.br>2019-03-18 21:51:09 +0300
commit742fa2002ee416cddcc81e90ca8dbaa5ab520428 (patch)
tree6e07f282107c044c21f1e1cc68691904625e12ba /mesh_snap_utilities_line/drawing_utilities.py
parent4aa080a1c338177ade30534f5d4ba20423446a8d (diff)
mesh_snap_utilities_line: Update for changes in Blender
Diffstat (limited to 'mesh_snap_utilities_line/drawing_utilities.py')
-rw-r--r--mesh_snap_utilities_line/drawing_utilities.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/mesh_snap_utilities_line/drawing_utilities.py b/mesh_snap_utilities_line/drawing_utilities.py
index 92facecc..0ce679c6 100644
--- a/mesh_snap_utilities_line/drawing_utilities.py
+++ b/mesh_snap_utilities_line/drawing_utilities.py
@@ -20,6 +20,24 @@ from mathutils import Vector
class SnapDrawn():
+ __slots__ = (
+ 'out_color',
+ 'face_color',
+ 'edge_color',
+ 'vert_color',
+ 'center_color',
+ 'perpendicular_color',
+ 'constrain_shift_color',
+ 'axis_x_color',
+ 'axis_y_color',
+ 'axis_z_color',
+ '_format_pos',
+ '_format_pos_and_color',
+ '_program_unif_col',
+ '_program_smooth_col',
+ '_batch_point',
+ )
+
def __init__(self, out_color, face_color,
edge_color, vert_color, center_color,
perpendicular_color, constrain_shift_color,