Block a user
FBX Exporter: Wrong Bake Animation
I'm not saying whether I think the default settings should or should not be changed, just that, given how the simplification process works and the default export settings, I would say this…
Thomas Barlow
pushed to fix_109024_non_raw_non_array_off_by_one at Mysteryem/blender
2023-12-13 05:07:52 +01:00
55430e9666
Update the recently added enum array asserts to use
arraylen
4e58ea9079
Merge remote-tracking branch 'origin/main' into fix_109024_non_raw_non_array_off_by_one
6e0037e54d
Fix #115878: build error with LIBDECOR & WITH_GHOST_WAYLAND_DYNLOAD=OFF
46a9530a75
Cleanup: move internal Wayland cursor API's into their own doxy section
224658266f
EEVEE-Next: Add Light Path node support
Nodes & Python API : Multi-input sockets add links in wrong order
Looks quite similar to blender/blender#115055
The .links
property is defined in Python as a filtered iteration through all links in the node tree:…
WIP: Fix #115413: Missing PropertyRNA rawtype set for some DNA types
There's definitely issues with the data types with this patch. The example that I've tested is accessing an int8_t
PROP_INT
property set to -1
with foreach_get
, which returns 255
because…
RNA: Speed up raw array access when the property is stored contiguously
Thomas Barlow
pushed to rna_raw_access_contiguous_raw_array_copy at Mysteryem/blender
2023-12-11 01:05:24 +01:00
26c59424a5
RNA: Speed up raw array access when the property is stored contiguously
fb5d03b5ba
Fix: Typo in recent commit to BMesh copy function
6d70e9b05f
UI: fix and improve a few messages
6ebe196c0b
Metal: Add support for attachment-less framebuffer
edb7656c06
Cleanup: Remove unused BoundBox functions
Thomas Barlow
created branch rna_raw_access_contiguous_raw_array_copy in Mysteryem/blender
2023-12-11 01:05:23 +01:00
Thomas Barlow
pushed to fix_109024_non_raw_non_array_off_by_one at Mysteryem/blender
2023-12-10 04:44:40 +01:00
e78c8fa210
Missed variable changes in previous commit
Different normals in 4.1 when using sharp faces with Auto Smooth disabled in 4.0
Fix #105045: Error importing FBX custom properties on placeholder PoseBones
Fix #105045: Error importing FBX custom properties on placeholder PoseBones
Thomas Barlow
pushed to fbx_4_0_placeholder_custom_prop_backport at Mysteryem/blender-addons
2023-12-09 03:09:41 +01:00
bb90c4fbcf
Fix #105045: Error importing FBX custom properties on placeholder PoseBones
7e760cb90e
Fix #105040: Adjust Real Snow addon to Principled BSDF changes
6d59284fc0
Fix #105028: Error when trying to create texture with VDM Brush Baker
db7a31b51f
FBX IO: Fix import of shape key animations without any keyframes
3ddbecd112
Fix #105026: BSurfaces: 'ToolSettings' object has no attribute 'use_snap_project'
Thomas Barlow
created branch fbx_4_0_placeholder_custom_prop_backport in Mysteryem/blender-addons
2023-12-09 03:09:40 +01:00
Thomas Barlow
pushed to fbx_3_6_placeholder_custom_prop_backport at Mysteryem/blender-addons
2023-12-09 03:09:18 +01:00
0db38ad102
Fix #105045: Error importing FBX custom properties on placeholder PoseBones
8a4a56eae8
glTF importer: Fix custom attribute import
bf936d59d0
Rigify: fix unreliable interpolation of limb tweak roll.
a9b01e8724
Fix #104723: Freestyle SVG output ensure path exists
3ba54b668d
Fix #110601: Line Tool crashes when object has subdivision surface
Thomas Barlow
created branch fbx_3_6_placeholder_custom_prop_backport in Mysteryem/blender-addons
2023-12-09 03:09:18 +01:00
Fix #109024: Off-by-1 in rna_access for non-array props without raw access
Thomas Barlow
pushed to fix_non_raw_enum_foreach_getset at Mysteryem/blender
2023-12-09 01:41:58 +01:00
fc19c360ed
Add BLI_assert_unreachable() to each switch block's default case
Thomas Barlow
pushed to fix_non_raw_enum_foreach_getset at Mysteryem/blender
2023-12-09 01:41:22 +01:00
99fb16e1b1
Merge branch 'main' into fix_non_raw_enum_foreach_getset
956d00e37a
Cleanup: Return sculpt node automasking data by value
e5814ab201
Cleanup: Move majority of sculpt paint module to C++ namespaces
83810e28fc
Cleanup: Sculpt explicitly retrieve mesh face visibility attribute
0137e5494a
Fix #40009: Win32 Use Message Time for Events not Current Time
Thomas Barlow
pushed to fix_109024_non_raw_non_array_off_by_one at Mysteryem/blender
2023-12-09 01:40:10 +01:00
ed25adc3db
Fix #109024: Off-by-1 in rna_access for non-array props without raw access
956d00e37a
Cleanup: Return sculpt node automasking data by value
e5814ab201
Cleanup: Move majority of sculpt paint module to C++ namespaces
83810e28fc
Cleanup: Sculpt explicitly retrieve mesh face visibility attribute
0137e5494a
Fix #40009: Win32 Use Message Time for Events not Current Time