Block a user
Raul Fernandez Hernandez
commented on pull request blender/blender#120125
2024-04-11 17:28:05 +02:00
Sculpt: Improve Expand performance
For the initial falloff field creation (one falloff value per vertex) the order in which is calculated for the vertex does not matter, at the end of the algorithm all the vertices will have its…
Raul Fernandez Hernandez
pushed to improve-expand-perf-2 at farsthary/blender
2024-04-11 15:50:29 +02:00
8dcfb98dc6
nit
Raul Fernandez Hernandez
pushed to improve-expand-perf-2 at farsthary/blender
2024-04-10 18:19:54 +02:00
94b443affd
Merge branch 'main' into improve-expand-perf-2
335d379667
UI: Indicate type of search in keymap search button
70b3b018c1
Fix #113182: Crash when animating Viewport visibility of Curves / GPv3 object
99ebc1f7d3
BLI: Fix inverted 0 determinant for infinite orthographic projection
1fdd7cd098
Fix #120417: VSE crash rendering a scene strip with missing Editing data
335d379667
UI: Indicate type of search in keymap search button
70b3b018c1
Fix #113182: Crash when animating Viewport visibility of Curves / GPv3 object
99ebc1f7d3
BLI: Fix inverted 0 determinant for infinite orthographic projection
1fdd7cd098
Fix #120417: VSE crash rendering a scene strip with missing Editing data
55cbb9f271
Fix #120402: memory leak in volume grid handling
Raul Fernandez Hernandez
pushed to improve-expand-perf-2 at farsthary/blender
2024-04-10 18:00:46 +02:00
6f602a9d53
wip
Raul Fernandez Hernandez
pushed to improve-expand-perf at farsthary/blender
2024-04-08 17:56:02 +02:00
9537422dc1
repleace tbb
3a551a859a
Compositor: Allow inter-operation canceling
942ca6be6d
Fix #120071: quadratic complexity for dangling reroute check
2b595e7bcc
Cleanup: quiet missing-declarations warnings
782d096905
Fix #120374: Knife crashes when displaying measurements
936fb7488e
Cleanup: move runtime data to Library.runtime
Raul Fernandez Hernandez
pushed to improve-expand-perf-2 at farsthary/blender
2024-04-08 17:26:46 +02:00
4e2c3abbfa
parallelization
Raul Fernandez Hernandez
created branch improve-expand-perf-2 in farsthary/blender
2024-04-08 04:02:33 +02:00
Raul Fernandez Hernandez
pushed to improve-expand-perf-2 at farsthary/blender
2024-04-08 04:02:33 +02:00
2d5a83f294
UI: Show Maximize Area on Asset Browser Header Context Menu
727979c1a8
Fix #120366: Snap to Grid is affected by geometry occlusion
115a925ffe
Fix: Incremental snap not matching grid resolution
e5e6aa0bbf
UI: Menu Status Text Clears Incorrectly
68060a9ccf
GPv3: Implement UV rotation mode for the noise modifier
Raul Fernandez Hernandez
pushed to improve-expand-perf at farsthary/blender
2024-04-08 03:59:35 +02:00
063711c2f1
Merge branch 'main' into improve-expand-perf
2d5a83f294
UI: Show Maximize Area on Asset Browser Header Context Menu
727979c1a8
Fix #120366: Snap to Grid is affected by geometry occlusion
115a925ffe
Fix: Incremental snap not matching grid resolution
e5e6aa0bbf
UI: Menu Status Text Clears Incorrectly
61b28227bb
Fix #120309: Remove from Vertex Group operator broken
4e90501377
UI: Fix label in Particle System modifier
0b30cb1929
UI: Clarify Playback "Play In" option
958bc91867
Fix #120308: GP3 objects with geonodes renders original data from CLI
5bed08fc56
Fix #120133: Incorrect BG color Hovering Inactive
50c92c29ef
Compositor: Update Fire2 test to be more useful
3ed4e51437
Fix #117338: Texture paint sampling broken with modifiers
548df007a5
Curves: add subdivide curves edit mode operator
6c25c66194
Curves: add switch direction edit mode operator
d6863d43da
Cleanup: Anim, re-word the explanation of the term 'binding'
Raul Fernandez Hernandez
pushed to improve-expand-perf at farsthary/blender
2024-04-05 15:28:20 +02:00
160faa37b8
comment
Raul Fernandez Hernandez
commented on pull request blender/blender#120125
2024-04-05 05:02:41 +02:00
Sculpt: Improve Expand performance
This will be the first of a series of partial PR's to improve the performance of the different algorithms in the expand operator to keep the PR small and manageable.
Also the expand operator…
Raul Fernandez Hernandez
commented on pull request blender/blender#120125
2024-04-05 04:54:31 +02:00
Sculpt: Improve Expand performance
Disregard the many intermediate commits I've made, mostly are partial cloud backups, and provisional approaches I took that will be replaced later but wanted to keep a history of them.
Raul Fernandez Hernandez
pushed to improve-expand-perf at farsthary/blender
2024-04-05 04:22:50 +02:00
480b5dfe57
nit