Lukas Tönne LukasTonne
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-01 11:31:48 +01:00
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
Compare 458 commits »
Lukas Tönne created pull request blender/blender#114362 2023-11-01 11:20:05 +01:00
WIP: ID properties: Support enum values with items
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-11-01 11:13:28 +01:00
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
Compare 37 commits »
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-11-01 10:12:07 +01:00
2f559a5fe4 Added enum validation function and test for expected enum values.
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-10-31 18:31:49 +01:00
f5806160c1 Fixed ui data update from python.
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-10-31 17:44:01 +01:00
65d7b844ad Fixed ID property test to actually generate an enum property.
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-10-31 17:36:43 +01:00
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
Compare 146 commits »
4e838482ba Ignore default_value data if socket type is unknown.
Lukas Tönne approved blender/blender#114322 2023-10-31 12:52:46 +01:00
Fix #113532: geometry nodes is always reevaluated after undo

Thank you for figuring this out!

Lukas Tönne commented on pull request blender/blender#114056 2023-10-31 12:49:04 +01:00
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…

Lukas Tönne commented on pull request blender/blender#114056 2023-10-30 18:47:36 +01:00
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…

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-30 15:43:41 +01:00
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'
Compare 15 commits »
Lukas Tönne pushed to main at blender/blender 2023-10-30 13:49:34 +01:00
9c8daeb8c9 Fix WM_draw_region_free function declaration.
Lukas Tönne commented on issue blender/blender#113532 2023-10-30 11:47:48 +01:00
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…

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-30 09:21:50 +01:00
2d78fca20a Output non-field grid information (transform, depth).
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-30 02:01:41 +01:00
226bf4311f Implemented value attribute output for supported grid types.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-29 22:21:10 +01:00
ecaac7bf8f Implementation of grid debug points.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-29 14:47:56 +01:00
26fb878a28 Temp: Generic point output function for grid nodes.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-29 10:46:25 +01:00
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
Compare 26 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-28 13:49:44 +02:00
996361b7b4 New node for outputting grid voxel data as points for debugging.