Block a user
6b1d24370a
Fix: STL import crash when unable to open or read file
470173bbc4
PyDoc: use keyword only specifier for bpy.props & bpy.ops
091ee2833b
PyDoc: replace references to the deprecated "bgl" with "gpu"
b00550916c
PyDoc: correct use of single back-ticks
901359abf7
Cleanup: replace doc-strings with comments for internal logic
ddfcf8619b
Cleanup: Move MAX_DUPLI_RECUR from DNA to BKE
f17379a5d0
Merge branch 'blender-v4.3-release'
3bcfb151c1
PyDoc: use Python's type annotation syntax for doc-strings
9a30cb0c1e
Cleanup: Remove unused grease pencil legacy kernel functions
a804320138
Cleanup: Remove unused grease pencil legacy handling in some operators
Blender 4.3 Beta crashes when exporting to Collada .dae
Confirmed. It's checking for an animation Key
to determine if there's animations to export but the Key doesn't exist.
Stack trace:
blender.exe :0x00007FF73D23B3C0 bc_has_animati…
Jesse Yurkovich
created branch cleanup-streams-objplystl in deadpin/blender
2024-11-03 09:03:32 +01:00
Node Wrangler Color Space for Normal Map
I added blender/blender-addons@bed1754543 to the backport list. It will hopefully be part of 3.6.18 when it releases later this month.
Blender File Crashes When Opening
Blender File Crashes When Opening
The file was created (and saved) with Blender 4.1. Trying to open it in the much older Blender 3.5 version won't work and that's expected. The oldest version capable of opening that file would be…
Jesse Yurkovich
deleted branch fix104981-archi from deadpin/blender-addons
2024-11-03 03:41:34 +01:00
Jesse Yurkovich
deleted branch fix129695-nwdata from deadpin/blender-addons
2024-11-03 03:40:49 +01:00
Jesse Yurkovich
created branch fix129695-nwdata in deadpin/blender-addons
2024-11-03 03:06:40 +01:00
cccdfb9fcd
Fix #129695: non-color bump and normal in principled setup
6f58d34eb1
Node Wrangler: bump version
aa8f26a2bb
Fix: Node Wrangler: new reroutes offset when output hidden
2547ed9f9c
Fix: Node Wrangler: new reroute locations on hidden nodes
16959c986e
Node Wrangler: do not add reroutes to unavailable outputs
Cleanup: Remove unneeded USD cmake check/guard