- 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)
This commit is contained in:
2010-09-02 07:00:34 +00:00
parent 35535c2cb9
commit b2ae9d825c
8 changed files with 31 additions and 18 deletions

View File

@@ -496,7 +496,7 @@ PyObject *pyrna_py_from_array_index(BPy_PropertyArrayRNA *self, PointerRNA *ptr,
}
else {
index = arrayoffset + index;
ret= (BPy_PropertyRNA*)pyrna_array_item(ptr, prop, index);
ret= (BPy_PropertyArrayRNA *)pyrna_array_item(ptr, prop, index);
}
return (PyObject*)ret;