Block a user
WIP: Fix #100819: Delete one fake user for allocated vfont
WIP: Fix #100819: Delete one fake user for allocated vfont
I was looking into applying the patch however having the load function add a user is in keeping with other loading functions (BKE_sound_load
, *BKE_image_load
& BKE_movieclip_file_add
). A…
707af21afd
Merge branch 'blender-v3.5-release'
9fccd2dc24
Fix #100819: Built-in VFont has an additional user by default
Geometry Node: String to Curve: Ghost user of font when delete default font
c2df623e86
Merge branch 'blender-v3.5-release'
1e6aaf5f65
Merge branch 'blender-v3.5-release'
9cee0eb7fa
Cleanup: format
e885973ea9
Fix #104894: Toggle comments assumes '#' prefix (failing for OSL)
Text Editor - "Toggle Comments" operator uses Python-style comments for OSL scripts
8859b1cd3c
Cleanup: quiet mypy type checking warnings
cca5f18303
Fix path for check_mypy_config
466d160424
Cleanup: replace an integer array with booleans for RNA type validation
9ac0cc48b9
Cleanup: use _ separator for variable names including dummy
Registering more than 3070 operators caused overriden built-in operators to fail
Note that overriding built-ins should have never been possible, doing this causes duplicate operators with the same name in the hash causing the result of the lookup to be undefined as this…
Registering more than 3070 operators caused overriden built-in operators to fail
6d5e834857
Merge branch 'blender-v3.5-release'
52f521dec4
Fix #105063: Registering existing RNA types overwrote built-in types
973a22b1ec
Cleanup: quiet float argument to in type warning
768e04ba40
Cleanup: quiet warnings with descriptions ending with a '.'
84ad708d96
greasepencil_tools: reduce scope of ssl import
4675ee3c73
Merge branch 'blender-v3.5-release'
0965341dcf
Fix #105229: Operator tooltips are cut short
Operator tooltips are cut short (doesn't affect properties)