Martijn Versteegh Baardaap
  • Joined on 2020-06-24
Martijn Versteegh commented on pull request blender/blender#115103 2023-12-16 21:17:48 +01:00
Add a nearest neighbor mode to the MAP UV compositor node.

Yeah that's more logical. I was being lazy as this way it doesn't need versioning because the default value for an non-existing property is zero. ;-)

Martijn Versteegh commented on pull request blender/blender#116046 2023-12-12 21:14:24 +01:00
WIP: Add autocycle_renderslot option.

I'll take a look at how easy it is to cache all the render layers to an exr file.

Martijn Versteegh created pull request blender/blender#116046 2023-12-11 16:48:57 +01:00
WIP: Add autocycle_renderslot option.
Martijn Versteegh pushed to bumprenderslot at Baardaap/blender 2023-12-11 16:40:29 +01:00
4519324497 Add autocycle_renderslot option.
fa2f9ef33b Vulkan: Generate Correct GLSL After Changing Workarounds
bac94fe307 EEVEE-Next: Make AO node respect the normal input
4ed9b4fed0 EEVEE-Next: More work into supporting horizon scan in AO node
809365d24a Cleanup: EEVEE-Next: Add pipeline defines
Compare 10 commits »
Martijn Versteegh created branch bumprenderslot in Baardaap/blender 2023-12-11 16:40:29 +01:00
Martijn Versteegh commented on issue blender/blender#108754 2023-12-11 13:03:23 +01:00
Test bf_imbuf_save fails with an assert in debug builds (DPX 8-bit save)

tx. I'll see if I can find the time to find out what's going on.

Martijn Versteegh commented on issue blender/blender#108754 2023-12-09 10:16:39 +01:00
Test bf_imbuf_save fails with an assert in debug builds (DPX 8-bit save)

I bumped into it a while ago, @deadpin mentioned

it's known. haven't been able to fix it though. the test exposed the issue but it's technically been in blender "forever"

@deadpin…

1d35ea89fc Merge branch 'main' into nearest_neighbopur_compositor_uvmap
cc3c5e2329 Fix: Debug build error after recent PBVH bounds change
73a8b8846d Fix #115562: Issues with color picker and color values near 1
35cf616169 FIx: Draw: Volume coordinates regression
0f67cb9c2f Cleanup: Fully remove legacy displacement_method property
Compare 368 commits »
Martijn Versteegh commented on issue blender/blender#115752 2023-12-05 22:22:47 +01:00
Canceling and continuing render with persistant data resets transform of GN base object (was: only partially updates simulation-nodes generated object.)

Did you try to repro with my .blend file (I assume you did)? Very strange you can't repro it. Maybe you canceled it too quickly, you need to wait till it starts rendering and then cancel.

Martijn Versteegh commented on issue blender/blender#115752 2023-12-04 22:25:22 +01:00
Canceling and continuing render with persistant data resets transform of GN base object (was: only partially updates simulation-nodes generated object.)

What I found out so far: If I put a breakpoint on sync_pointcloud (./intern/cycles/blender/pointcloud.cpp) I can see that when I cancel a render and restart it old_numpoints == pointcloud->num_po…

Martijn Versteegh commented on issue blender/blender#115752 2023-12-04 18:19:29 +01:00
Canceling and continuing render with persistant data resets transform of GN base object (was: only partially updates simulation-nodes generated object.)

I jst found out it still happens in a debug build run form the debugger. So I'll try to do some more investigating.

Martijn Versteegh opened issue blender/blender#115752 2023-12-04 12:52:08 +01:00
Canceling and continuing render only partially updates simulation-nodes generated object.
Martijn Versteegh commented on issue blender/blender#115040 2023-11-30 11:30:02 +01:00
World-level custom properties linked from external file are broken after saving

Which is, of course, why I filed this issue in the first place. To me that's not "lobbying", as you put it. It's just reporting.

Yes, and that's step 1. The animation module was notified by…

Martijn Versteegh commented on issue blender/blender#115040 2023-11-30 10:45:26 +01:00
World-level custom properties linked from external file are broken after saving

To put it bluntly, I shouldn't have to lobby anyone. To put it bluntly: yes you do. Blender is an open source project, meaning a collective effort. The developers try to keep everyone…

Martijn Versteegh commented on issue blender/blender#115040 2023-11-30 09:26:29 +01:00
World-level custom properties linked from external file are broken after saving

I feel I must point out that you proved one of my earlier points by posting that snippet -- if the proper conversion can be coded in so few >lines, and Blender runs Python basically natively, why…

ea814d5b5a Merge branch 'main' into nearest_neighbopur_compositor_uvmap
5118f6f573 Fix mistake in previous commit
16e2698632 Fix (unreported): VSE offset drawing not working
bb80716244 Mesh: Parallelize remaining topology maps
75f24a5f14 Hydra: Parallelize and simplify submesh export
Compare 89 commits »
Martijn Versteegh commented on pull request blender/blender#115103 2023-11-21 09:04:17 +01:00
Add a nearest neighbor mode to the MAP UV compositor node.

Thanks for the explanation.

What is the bayer pattern used for?