Block a user
make license: command to update the license file
match
is now a Python keyword, while it can also be used as a variable it does highlight a confusingly depending on the editor. I tend to avoid it for this reason and use something a little more descriptive. set_fn_match
or re_match
e.g.
make license: command to update the license file
mypy --strict
reports many errors, type info looks to be incorrect (set/dict mixup). Should be corrected before merging.
make license: command to update the license file
While somewhat personal taste r"""
is useful for literal blocks like this to ensure any \
characters aren't interpreted as escape-chars (unless you this is what's intended).
11dfa3297e
Merge branch 'blender-v4.3-release'
ccb92947c5
Fix #129067: Transforming an edit-mesh crashes with cage editing
Crash when using Subdivision Modifier and Armature Modifier on a skinned mesh(v4.2.3LTS)
Regression: outliner delay refreshing makes search results fail to display
@JacquesLucke, no action needed but CC'ing you as the issue was introduced in a63ac425d07533e602d285df4e1a13e8ec64c4cf.
Committed a workaround for the issue, attempting to split out outliner…
Refactor: avoid 2x draw calls when the outliner is clamped
Refactor: avoid 2x draw calls when the outliner is clamped
38b15ea185
Refactor: avoid 2x draw calls when the outliner is clamped
2aee3331f1
Cleanup: reduce the scope of startx/y variables in outliner drawing
ee9f16227b
Cleanup: pass TreeViewContext by const reference
948c9921a5
Cleanup: context arguments for outliner drawing
e6d684a357
Merge branch 'blender-v4.3-release'
ee9f16227b
Cleanup: pass TreeViewContext by const reference
948c9921a5
Cleanup: context arguments for outliner drawing
4bc9dc0c44
Merge branch 'blender-v4.3-release'
9bd2e3554a
Merge branch 'blender-v4.3-release'
93c984283e
Cleanup: quiet compiler warnings
346bea93cc
Cleanup: wrap long lines
c3b067dc80
Cleanup: single/double quote use in scripts
71198d4f8f
Merge branch 'blender-v4.3-release'
7ae7592899
Fix #128346: Search results fail to display in the outliner
Regression: outliner delay refreshing makes search results fail to display