style cleanup: and add missing files to cmake
This commit is contained in:
@@ -986,7 +986,7 @@ static PyObject *pyrna_prop_repr(BPy_PropertyRNA *self)
|
||||
ret = PyUnicode_FromFormat("bpy.data.%s[%R].%s",
|
||||
BKE_idcode_to_name_plural(GS(id->name)),
|
||||
tmp_str,
|
||||
path);
|
||||
path);
|
||||
}
|
||||
|
||||
MEM_freeN((void *)path);
|
||||
|
Reference in New Issue
Block a user