Fix comment style in previous commit.
Pull Request: blender/blender#107091
This commit is contained in:
@@ -2375,7 +2375,7 @@ static PyObject *pyrna_prop_collection_subscript_str(BPy_PropertyRNA *self, cons
|
|||||||
nameprop,
|
nameprop,
|
||||||
"Attempted to use a string to index into a collection of items with no 'nameproperty'.");
|
"Attempted to use a string to index into a collection of items with no 'nameproperty'.");
|
||||||
if (nameprop == NULL) {
|
if (nameprop == NULL) {
|
||||||
// For non-debug builds, bail if there's no 'nameproperty' to check.
|
/* For non-debug builds, bail if there's no 'nameproperty' to check. */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
char *nameptr = RNA_property_string_get_alloc(
|
char *nameptr = RNA_property_string_get_alloc(
|
||||||
|
|||||||
Reference in New Issue
Block a user