Martijn Versteegh Baardaap
  • Joined on 2020-06-24
Martijn Versteegh commented on issue blender/blender#115040 2023-11-21 08:23:33 +01:00
World-level custom properties linked from external file are broken after saving

I'm no python wizard, nut maybe this script helps:

import bpy


world = bpy.data.worlds[0].id_data

for obj in bpy.data.objects:
    if obj.library != None:
        propname =…
Martijn Versteegh commented on issue blender/blender#115040 2023-11-20 16:45:51 +01:00
World-level custom properties linked from external file are broken after saving

Having no number displayed for number of users is, as far as I am aware, equivalent to displaying a 1.

Which I don't think is always true. The only reason the world object stuck around in 3.0…

Martijn Versteegh opened issue blender/blender#115156 2023-11-19 22:56:31 +01:00
Enabling the real time compositor when a denoise node is present in the compositor tree hangs blender.
Martijn Versteegh commented on issue blender/blender#115040 2023-11-19 18:01:32 +01:00
World-level custom properties linked from external file are broken after saving

Hi @VanessaE

We're very sorry this change causes you some work. In the process of making blender better it's sadly inevitable we sometimes break stuff for some people. We try to minimize the…

Martijn Versteegh commented on pull request blender/blender#115103 2023-11-19 11:28:28 +01:00
Add a nearest neighbor mode to the MAP UV compositor node.

Manual patch:

diff --git a/manual/compositing/types/transform/map_uv.rst b/manual/compositing/types/transform/map_uv.rst
index 329f48ec4..ba4ac828e 100644
--- a/manual/compositing/types/t…
1ce6a1a4c0 Merge branch 'main' into nearest_neighbopur_compositor_uvmap
2793b37f17 Fix #115085: Multicolumn Menus without Category Names
Compare 2 commits »
Martijn Versteegh pushed to main at Baardaap/blender 2023-11-18 22:38:22 +01:00
2793b37f17 Fix #115085: Multicolumn Menus without Category Names
c845233d1c Nodes: Move ValueOrField struct into blenkernel
0b11c591ec Nodes: Merge Musgrave node into Noise node
bf7d4ef054 Fix #115025: Transform operations not working in particle edit mode
b77f21f6ef Fix #114999: VSE preview doesn't update when snapping handle
Compare 36 commits »
Martijn Versteegh created pull request blender/blender#115103 2023-11-18 18:04:58 +01:00
WIP: add a nearest neighbor mode to the MAP UV compositor node.
2e6c105cdb Cleanup: make format
1c2867124b Display the nearest_neighbour option as a bool
2cd6bf51dd Merge branch 'main' into nearest_neighbopur_compositor_uvmap
c845233d1c Nodes: Move ValueOrField struct into blenkernel
0b11c591ec Nodes: Merge Musgrave node into Noise node
bf7d4ef054 Fix #115025: Transform operations not working in particle edit mode
Compare 37 commits »
958db263e6 Add a nearest neighbour sampling mode to the compositor MapUV node.
Martijn Versteegh created branch nearest_neighbopur_compositor_uvmap in Baardaap/blender 2023-11-18 14:40:44 +01:00
Martijn Versteegh pushed to main at Baardaap/blender 2023-11-18 14:37:10 +01:00
83ce3ef0db Fix #72093: Collapse Wide Enum Lists to One Column
cb9b7eaa34 Build: fix macOS OpenImageDenoise 2.1 library not loading correctly
4d7274b7f4 Cleanup: Use C++ types for crazyspace deform storage
6e2fc77e7f Fix #114993: wrong entry in Split to Instances domain dropdown
661e7e451a Anim: Rename NLA "Channels" to "Tracks"
Compare 6942 commits »
Martijn Versteegh commented on issue blender/blender#114742 2023-11-13 12:28:31 +01:00
Regression: Lag and high memory usage from high amount of instances persists after removing those instances

fwiw I can't repro this. No lag on my machine (did not really look closely into memory usage)

Martijn Versteegh commented on issue blender/blender#114634 2023-11-08 22:43:22 +01:00
Light tree can't sample correctly spotlight with volume (Blender 3.6 / 4.0 / 4.1 All versions of blender)

On my machine, none of the beams render at all, with or without light tree.

image

The spotlights are inside the light housing objects,…

Martijn Versteegh reopened issue blender/blender#112697 2023-11-08 21:42:24 +01:00
Material Preview (EEVEE) can cause access violations when switching to edit mode
Martijn Versteegh commented on issue blender/blender#112697 2023-11-08 21:42:16 +01:00
Material Preview (EEVEE) can cause access violations when switching to edit mode

The fix is not a complete fix. It fixes the crash but it's still possible (I think) to get the wrong UVmap active in editmode.

So I keep this report open.

Martijn Versteegh pushed to main at blender/blender 2023-11-08 21:32:39 +01:00
596aab27bd Merge branch 'blender-v4.0-release'
aaf6937631 Fix #112697: Skip non-existing UV maps on VBO upload
f6655ab06c Fix #114453: Grease Pencil shows up as "Grease Pencil (legacy)" in some places
Compare 3 commits »
Martijn Versteegh deleted branch fix-112697-crash-UVeditor-on-generated-UVmap from Baardaap/blender 2023-11-08 21:31:36 +01:00
Martijn Versteegh closed issue blender/blender#112697 2023-11-08 21:31:34 +01:00
Material Preview (EEVEE) can cause access violations when switching to edit mode