Block a user
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 =…
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…
Enabling the real time compositor when a denoise node is present in the compositor tree hangs blender.
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…
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…
Martijn Versteegh
pushed to nearest_neighbopur_compositor_uvmap at Baardaap/blender
2023-11-18 22:39:37 +01:00
1ce6a1a4c0
Merge branch 'main' into nearest_neighbopur_compositor_uvmap
2793b37f17
Fix #115085: Multicolumn Menus without Category Names
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
WIP: add a nearest neighbor mode to the MAP UV compositor node.
Martijn Versteegh
pushed to nearest_neighbopur_compositor_uvmap at Baardaap/blender
2023-11-18 17:56:40 +01:00
2e6c105cdb
Cleanup: make format
Martijn Versteegh
pushed to nearest_neighbopur_compositor_uvmap at Baardaap/blender
2023-11-18 17:36:44 +01:00
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
Martijn Versteegh
pushed to nearest_neighbopur_compositor_uvmap at Baardaap/blender
2023-11-18 14:40:44 +01:00
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
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"
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)
Material Preview (EEVEE) can cause access violations when switching to edit mode
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.
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
Martijn Versteegh
deleted branch fix-112697-crash-UVeditor-on-generated-UVmap from Baardaap/blender
2023-11-08 21:31:36 +01:00
Material Preview (EEVEE) can cause access violations when switching to edit mode