PyAPI
- added new mathutils.Color() type, use with rna so we can do for eg: material.diffuse_color.r = 1.0 # also has hsv access material.diffuse_color.s = 0.6 - made Mathutils and Geometry module names lowercase.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
# that a generic function would need to check for.
|
||||
|
||||
import bpy
|
||||
from Mathutils import Vector
|
||||
from mathutils import Vector
|
||||
from rna_prop_ui import rna_idprop_ui_prop_get
|
||||
|
||||
DELIMITER = '-._'
|
||||
|
||||
Reference in New Issue
Block a user