Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow commented on issue blender/blender-addons#104978 2023-12-13 19:49:46 +01:00
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…

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
Compare 135 commits »
Thomas Barlow commented on issue blender/blender#116096 2023-12-12 17:16:59 +01:00
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:…

Thomas Barlow commented on pull request blender/blender#115506 2023-12-11 06:26:57 +01:00
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…

Thomas Barlow created pull request blender/blender#116015 2023-12-11 01:23:37 +01:00
RNA: Speed up raw array access when the property is stored contiguously
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
Compare 10 commits »
Thomas Barlow created branch rna_raw_access_contiguous_raw_array_copy in Mysteryem/blender 2023-12-11 01:05:23 +01:00
e78c8fa210 Missed variable changes in previous commit
Thomas Barlow opened issue blender/blender#115993 2023-12-10 02:12:56 +01:00
Different normals in 4.1 when using sharp faces with Auto Smooth disabled in 4.0
Thomas Barlow created pull request blender/blender-addons#105053 2023-12-09 03:21:26 +01:00
Fix #105045: Error importing FBX custom properties on placeholder PoseBones
Thomas Barlow created pull request blender/blender-addons#105052 2023-12-09 03:14:13 +01:00
Fix #105045: Error importing FBX custom properties on placeholder PoseBones
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'
Compare 5 commits »
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
Compare 10 commits »
Thomas Barlow pushed to main at blender/blender-addons 2023-12-09 02:53:30 +01:00
f21b90cbab Fix #105045: Error importing FBX custom properties on placeholder PoseBones
Thomas Barlow created pull request blender/blender#115967 2023-12-09 01:50:00 +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
Compare 156 commits »
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
Compare 10 commits »