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:
@@ -22,8 +22,8 @@ import math
|
||||
from math import radians
|
||||
|
||||
import bpy
|
||||
import Mathutils
|
||||
from Mathutils import Vector, Euler, Matrix, RotationMatrix, TranslationMatrix
|
||||
import mathutils
|
||||
from mathutils import Vector, Euler, Matrix, RotationMatrix, TranslationMatrix
|
||||
|
||||
|
||||
class bvh_node_class(object):
|
||||
|
||||
Reference in New Issue
Block a user