• Joined on 2024-09-24
mm00 pushed to master at REDCODE/BlenderSharp 2025-05-09 14:46:07 +00:00
3657d34746 Only log not found blocks
mm00 pushed to master at REDCODE/BlenderSharp 2025-05-08 16:15:23 +00:00
eb76262e42 changed getblock function to just check beginning of block
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-04 17:23:24 +00:00
d7d2091d64 Merge remote-tracking branch 'origin/ILGpu' into ILGpu
ea28738280 added border to initial image used in final image calculation
Compare 2 commits »
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-04 17:20:45 +00:00
d0fbd31c1d fixed final image masking
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-03 18:49:45 +00:00
5cf8612699 Fixed directional blur
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-03 17:28:29 +00:00
dfa2cf3f31 added luma threshould
64b7eb9dcc added SDF normalization
Compare 2 commits »
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-03 16:53:02 +00:00
edaef10e82 Merge remote-tracking branch 'origin/ILGpu' into ILGpu
d5666a9d1d Merge remote-tracking branch 'origin/ILGpu' into ILGpu
Compare 2 commits »
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-03 16:51:01 +00:00
b072eea732 Merge remote-tracking branch 'origin/ILGpu' into ILGpu
69d3b517f3 Merge remote-tracking branch 'origin/ILGpu' into ILGpu
2d1368a908 Added directional blur
Compare 3 commits »
mm00 pushed to ILGpu at REDCODE/SDFMapCreator 2025-04-03 16:09:37 +00:00
db54b80b5a Merge remote-tracking branch 'origin/ILGpu' into ILGpu
281e0f4aee Fixed sdf calculation via ILGPU
Compare 2 commits »
mm00 pushed to master at REDCODE/SDFMapCreator 2025-04-02 17:45:22 +00:00
07c00117f1 Added directional blur for final image
mm00 pushed to master at REDCODE/SDFMapCreator 2025-04-01 17:49:41 +00:00
1bdead0750 Added first image to start SDF and fixed blending
8173327c79 Multiplied channels by alpha when less than Vector4
Compare 2 commits »
mm00 pushed to master at REDCODE/SDFMapCreator 2025-04-01 16:49:01 +00:00
7c484a9af3 completed refactoring, added 32x32 test images
mm00 pushed to master at REDCODE/SDFMapCreator 2025-04-01 15:49:38 +00:00
f954a77cc5 Merge remote-tracking branch 'origin/master'
f7561c77b4 Added new test image
Compare 2 commits »
mm00 pushed to master at REDCODE/SDFMapCreator 2025-03-28 18:30:45 +00:00
f3fca33606 fixed gradient calculation
4c45884c96 Merge remote-tracking branch 'origin/master'
92529b562e Fixed sdf usage in gradient and added test cases
Compare 3 commits »
mm00 pushed to master at REDCODE/SDFMapCreator 2025-03-27 18:21:23 +00:00
1c136880aa Using SIMD acceleration, added core usage limit
0dc04043b1 added image files
Compare 2 commits »
mm00 pushed to master at REDCODE/BlenderSharp 2025-03-12 18:56:38 +00:00
a7337dd1d6 Fixed various pointer problems
mm00 pushed to master at REDCODE/BlenderSharp 2025-03-12 18:02:44 +00:00
ba61ea59f9 updated generated files
mm00 pushed to master at REDCODE/BlenderSharp 2025-03-12 18:02:31 +00:00
226f001c78 handling of array of pointers, refactoring, fixes n shit
934c878878 Added IsPointer field for array attribute, fixed pointer arrays sizes
6533511a4a refactored GetArrayDimensions method, ParseFSize now returns null if not found
Compare 3 commits »
mm00 pushed to master at REDCODE/BlenderSharp 2025-03-10 18:09:14 +00:00
37ebc71cf3 Added pointers and list handling in reader
mm00 pushed to master at REDCODE/BlenderSharp 2025-03-07 17:55:21 +00:00
d3e54246c4 fixed double loop problem and refactored field additions