Block a user
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-07-01 18:29:07 +02:00
d7813173e2
libs
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-07-01 18:19:46 +02:00
527f19a552
Merge branch 'main' into draw_sharp_refactor
159502ff8d
Cleanup: Sculpt: Move multiplane scrape file to brush folder
ed17e7c0c6
Merge branch 'blender-v4.2-release'
4c314f9a78
GPU: Add --gpu-compilation-subprocesses cmd setting
bec350ba6e
Tests: Simple automated sculpt brush stroke performance test
Raul Fernandez Hernandez
commented on pull request blender/blender#123103
2024-07-01 17:57:06 +02:00
Sculpt: Initial data oriented refactor for draw sharp brush
Oh didn't realized it was already done but was not available in my branch at the time of pointing this. Will manually merge and update it
159502ff8d
Cleanup: Sculpt: Move multiplane scrape file to brush folder
ed17e7c0c6
Merge branch 'blender-v4.2-release'
4c314f9a78
GPU: Add --gpu-compilation-subprocesses cmd setting
bec350ba6e
Tests: Simple automated sculpt brush stroke performance test
057fdf4224
Fix: Sculpt: Dynamic topology restore from undo doesn't work
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-07-01 17:45:30 +02:00
6e9fdf754f
feedback
Raul Fernandez Hernandez
commented on pull request blender/blender#123103
2024-07-01 17:28:09 +02:00
Sculpt: Initial data oriented refactor for draw sharp brush
I can do it in a separate PR since changing the signature of that function will impact 26 calls across 12 files.
Raul Fernandez Hernandez
commented on pull request blender/blender#123103
2024-07-01 17:01:53 +02:00
Sculpt: Initial data oriented refactor for draw sharp brush
Not quite, the original write_translations() code does not apply here since I have to mix prev_positions, and prev_verts indices with current verts indices. May just create a new overload…
4f61fb38f5
Merge branch 'blender-v4.2-release'
75f500ad02
Fix #123923: regression un-installing an extension
a8402c57d2
Merge branch 'blender-v4.2-release'
789b7bba91
Fix #123938: error dragging extension URLs to install an extension
29ad1145ac
Merge branch 'blender-v4.2-release'
e72e538fdd
Vulkan: Fix sequential read hazard
15ef372567
Merge branch 'blender-v4.2-release'
8945b7e49a
Fix #123809: Sculpt visibility invert missing PBVH node update
ef8f14f3d6
Fix #90923: Bone Stick active color
adfe688046
Fix another batch of mismatches
MEM_new
/MEM_freeN
cases in UI/Assets code.
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-06-26 20:20:58 +02:00
2ba7e40b0d
micro optimization
Library changes for Blender 4.2
I'll rebuild all macos libs again today (x86 and arm) but it will take me some time since space is limited for me I wipe the results after pushing.
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-06-26 05:48:56 +02:00
16b6d7b526
submodules
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-06-26 05:20:45 +02:00
201cb67900
update
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-06-26 03:24:59 +02:00
ebaae4ab92
feedback
Raul Fernandez Hernandez
pushed to draw_sharp_refactor at farsthary/blender
2024-06-25 21:26:32 +02:00
737aefe1ec
Merge branch 'main' into draw_sharp_refactor
840457c45c
Merge branch 'blender-v4.2-release'
066619e1a8
Fix: GPU: GLStorageBuf::async_flush_to_host non named path
c5e7498f89
GPv3: Draw Tool: Random Rotation
e49fda3ff8
Merge branch 'blender-v4.2-release'
840457c45c
Merge branch 'blender-v4.2-release'
066619e1a8
Fix: GPU: GLStorageBuf::async_flush_to_host non named path
c5e7498f89
GPv3: Draw Tool: Random Rotation
e49fda3ff8
Merge branch 'blender-v4.2-release'
02e6985c62
Fix #94323: Cycles blocky artifacts in overlapping volumes due to scale difference
b53ae4745c
Merge branch 'blender-v4.2-release'
fccdfa2b06
Fix (unreported) missing IDTypes init in lib_remapper tests.
54456d27c9
Merge branch 'blender-v4.2-release'
6456210d30
Merge branch 'blender-v4.2-release'
a8d6047e6e
Merge branch 'blender-v4.2-release'
Raul Fernandez Hernandez
commented on pull request blender/blender#123694
2024-06-24 19:46:38 +02:00
Fix: macOS x265 libraries have wrong deployment target
Awesome! testing on my end.