Block a user
7b3e123128
Merge branch 'main' into nodes-menu-switch
57fddca9f6
Merge branch 'blender-v4.0-release'
d503f2ac33
Fix #114177: Crash in extrude mesh vertex mode with unsupported data
66c1ca7419
Fix #114102: Node tool data-block inputs broken
021109e633
Speedup classic Kuwahara filter by summed area table
WIP: ID properties: Support enum values with items
ce1d495ab8
Merge branch 'main' into enum-idproperty
57fddca9f6
Merge branch 'blender-v4.0-release'
d503f2ac33
Fix #114177: Crash in extrude mesh vertex mode with unsupported data
66c1ca7419
Fix #114102: Node tool data-block inputs broken
021109e633
Speedup classic Kuwahara filter by summed area table
736bb2f952
New python type
idprop.types.EnumValue
.
a04edbacac
Merge branch 'main' into enum-idproperty
a49dd41290
Revert "I18N/UI: Work around #114080: Lack of Khmer script in built-in fonts."
7300609966
I18N/UI: Work around #114080: Lack of Khmer script in built-in fonts.
4e87b3004b
Sculpt: Implement face set brush for dyntopo
Lukas Tönne
pushed to fix-unsupported-socket-type-forward-compat at LukasTonne/blender
2023-10-31 12:58:05 +01:00
4e838482ba
Ignore default_value data if socket type is unknown.
Fix #113919: Avoid crashes with unsupported new socket types
It's doable but requires fixes in 4.0 if we want to make round trips from 4.0 to 3.6 and back to 4.0 possible.
Mainly geometry nodes (and possibly other node systems too) does not expect to…
Fix #113919: Avoid crashes with unsupported new socket types
True, we should only need to test for known types, which also accepts SOCK_CUSTOM
. Accepting sockets without default_value
means newer builtin socket types that don't have DNA value data would…
475b5e7267
Output rotation of the grid transform.
037d884498
Merge branch 'main' into point-cloud-grid
9c8daeb8c9
Fix WM_draw_region_free function declaration.
b894f7dc39
Merge branch 'main' into point-cloud-grid
ecb346d9df
Merge branch 'blender-v4.0-release'
Undo Performance regression related to Geometry Nodes
It remains unpredictable. The bug seems easier to reproduce on Windows, it seems to be less likely to reuse pointers.
Best guess atm is that read_libblock_undo_restore_identical
incorrectly…
6d067c1ff9
Output intermediate grids in the volume and use debug node for points.
8fb76c9ffa
Merge branch 'main' into point-cloud-grid
88f63c36db
Merge branch 'blender-v4.0-release'
e8d532a9b6
Merge branch 'blender-v4.0-release'
1dc683e376
Fix #114223: Crash when undo in curves edit mode