Block a user
548d599dda
Merge branch 'blender-v3.5-release'
708e84df90
Fix #105721: Fix crash accessing driver variables & targets
Regression: Crash when changing driver variable name
Add black config to pyproject.toml
There should be a description for why this is included (as it's not the default formatter).
Add black config to pyproject.toml
The use case for this change seems strange.
Is it correct to say the purpose of this PR is to make fewer changes if someone accidentally enabled black... but those changes would also not be…
Transformation orientation Local doesn't Work
UI: File Save Incremental Operator
Edit, the issue with recent files remains. Where saving incremental files quickly replaces all items in the recent file lists with each increment.
UI: File Save Incremental Operator
The description still doesn't mention incrementing never overwrites files (skips existing files).
UI: File Save Incremental Operator
- Prefer to keep
BLI_path_sequence_decode
usingint
, using int64_t may have unintended implication for image sequences/rendering. And however large the value can be - there is still the chance…
eaa5a439b5
Merge branch 'blender-v3.5-release'
622c911534
Merge branch 'blender-v3.5-release'
e7b21403d2
Merge branch 'blender-v3.5-release'
65d8f9e140
Merge branch 'blender-v3.5-release'
0ea8e59151
Merge branch 'blender-v3.5-release'
Regression: Inverting face selection now very slow
fe58ccfafb
Mesh: compact edit-mesh undo data in parallel (address #105046)
16968ccec7
BLI_array_store: improve hash accumulation for each memory chunk
7a5cb3b470
BLI_array_store: improve hash for smaller values (including booleans)
1b10883498
BLI_array_store: use uint32_t instead of uint64_t for hash storage
2bfe9b50c6
Fix error freeing NULL if BArrayStore_AtSize is empty
UI: Add scroll to sidebar tabs
Something to consider is how the scroll position is handled across modes.
Edit-mode for example may show many tabs, the user may scroll to the bottom. Do we consider it a problem if toggling…