Merge branch 'blender-v3.4-release'

This commit is contained in:
2022-11-08 12:03:07 +01:00
32 changed files with 154 additions and 119 deletions

View File

@@ -993,7 +993,7 @@ static PyObject *pyrna_prop_str(BPy_PropertyRNA *self)
}
if (len != -1) {
sprintf(--c, "[%d]", len);
BLI_sprintf(--c, "[%d]", len);
}
/* If a pointer, try to print name of pointer target too. */