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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-09-02 11:00:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-02 11:00:34 +0400
commitb2ae9d825c96ed73d2396b8da6e0c019a6384ff7 (patch)
tree267dcc85e082aeb9ca594d3ee752d19c84b5c72e /source/blender/blenkernel/intern/material.c
parent35535c2cb9dce98dc9eb7dec7337cce40ad6d9d9 (diff)
- inconsistent rna names - use 'vertex_group_' as prefix, only ui scripts used this
- change curve offset to be 0.0 for its rest/default value (not 1.0)
Diffstat (limited to 'source/blender/blenkernel/intern/material.c')
-rw-r--r--source/blender/blenkernel/intern/material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c
index 9774e97f69b..e6cf0beb861 100644
--- a/source/blender/blenkernel/intern/material.c
+++ b/source/blender/blenkernel/intern/material.c
@@ -453,7 +453,7 @@ Material *give_current_material(Object *ob, int act)
}
else { /* in data */
- /* check for inconsistancy */
+ /* check for inconsistency */
if(*totcolp < ob->totcol)
ob->totcol= *totcolp;
if(act>ob->totcol) act= ob->totcol;