Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2023-03-14 02:23:23 +01:00
548d599dda Merge branch 'blender-v3.5-release'
708e84df90 Fix #105721: Fix crash accessing driver variables & targets
Compare 2 commits »
Campbell Barton closed issue blender/blender#105721 2023-03-14 02:23:22 +01:00
Regression: Crash when changing driver variable name
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-14 02:20:02 +01:00
708e84df90 Fix #105721: Fix crash accessing driver variables & targets
Campbell Barton commented on pull request blender/blender#105733 2023-03-13 23:27:08 +01:00
Add black config to pyproject.toml

There should be a description for why this is included (as it's not the default formatter).

Campbell Barton commented on pull request blender/blender#105733 2023-03-13 23:23:49 +01:00
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…

Campbell Barton closed issue blender/blender#105745 2023-03-13 23:14:16 +01:00
Transformation orientation Local doesn't Work
Campbell Barton commented on issue blender/blender#105745 2023-03-13 23:14:14 +01:00
Transformation orientation Local doesn't Work

For geometry local, use "Normal".

Campbell Barton suggested changes for blender/blender#104678 2023-03-12 02:51:41 +01:00
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.

Campbell Barton approved blender/blender#104678 2023-03-12 02:46:32 +01:00
UI: File Save Incremental Operator

Looks good, minor request noted inline.

Campbell Barton commented on pull request blender/blender#104678 2023-03-12 02:46:31 +01:00
UI: File Save Incremental Operator

The description still doesn't mention incrementing never overwrites files (skips existing files).

Campbell Barton commented on pull request blender/blender#104678 2023-03-11 02:21:13 +01:00
UI: File Save Incremental Operator
  • Prefer to keep BLI_path_sequence_decode using int, using int64_t may have unintended implication for image sequences/rendering. And however large the value can be - there is still the chance…
Campbell Barton pushed to main at blender/blender 2023-03-11 02:03:30 +01:00
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'
Compare 14 commits »
Campbell Barton closed issue blender/blender#105046 2023-03-11 02:03:29 +01:00
Regression: Inverting face selection now very slow
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-11 01:59:30 +01:00
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
Compare 7 commits »
Campbell Barton pushed to blender-v3.3-release at blender/blender 2023-03-10 10:12:25 +01:00
743389a99c Cleanup: quiet parenthesis compiler warnings
Campbell Barton pushed to main at blender/blender 2023-03-10 03:12:38 +01:00
896ba33336 GHOST: use logging for GHOST_NDOFManagerUnix
Campbell Barton pushed to main at blender/blender 2023-03-10 02:58:38 +01:00
d64dfc4333 Cleanup: spelling in comments
Campbell Barton pushed to main at blender/blender 2023-03-10 02:52:30 +01:00
ecc3e8c751 Cleanup: format, sort CMake file lists
Campbell Barton commented on pull request blender/blender#105355 2023-03-10 02:26:46 +01:00
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…

Campbell Barton commented on pull request blender/blender#105355 2023-03-10 01:53:57 +01:00
UI: Add scroll to sidebar tabs

Yes, you can assume it's never NULL.