Raul Fernandez Hernandez farsthary
  • Joined on 2008-06-18
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
Compare 326 commits »
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

Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-07-01 17:49:05 +02:00
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
Compare 50 commits »
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…

Raul Fernandez Hernandez pushed to main at farsthary/.profile 2024-07-01 09:14:41 +02:00
baf1cfb61c update
Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-07-01 08:54:04 +02:00
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'
Compare 137 commits »
Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-06-27 17:25:50 +02:00
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.
Compare 138 commits »
Raul Fernandez Hernandez pushed to draw_sharp_refactor at farsthary/blender 2024-06-26 20:20:58 +02:00
2ba7e40b0d micro optimization
Raul Fernandez Hernandez commented on issue blender/blender#118455 2024-06-26 14:18:31 +02:00
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'
Compare 793 commits »
Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-06-25 21:12:00 +02:00
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
Compare 8 commits »
Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-06-25 17:33:53 +02:00
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'
Compare 173 commits »
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.

Raul Fernandez Hernandez pushed to main at farsthary/.profile 2024-06-24 16:21:22 +02:00
567c4a48ee update