Block a user
The order of panel elements cannot be changed by dragging
The order of panel elements cannot be changed by dragging
Yes, this is not a bug. UI feeback could be more obvious, but the behavior itself is by-design.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 18:25:28 +01:00
470d4664a4
Temp: Integrate
requires_single
into the state as a constraint.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 15:36:19 +01:00
c16d60c79c
Added a state class again for more meaningful API.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 15:06:04 +01:00
a926c3bae2
Expanded inline explanation of field type state.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 15:03:24 +01:00
b154b5dfee
Combined
is_always_single
and is_field_source
into a flag enum.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 14:34:04 +01:00
46b091a5f3
Dissolved the remaining state struct into individual bool arrays.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 13:11:36 +01:00
11f57566ab
Moved
is_always_single
flag out of the field propagation state.
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 12:55:16 +01:00
bb11c9caf6
Merge branch 'main' into field-type-inference-simplify
ec36296913
Geometry Nodes: Test for field type inferencing
bfe6128748
Fix #114891: bpy.ops.sequencer.split ignores passed frame
b416c3da3c
Minor cleanup/precision to some comments regarding ID management.
7010a2ee0e
Geometry Nodes: Consistent name for points node geometry output
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 12:44:51 +01:00
1f5b4c91e7
Move
is_field_source
out of the field propagation state.
Lukas Tönne
deleted branch field-type-inference-tests from LukasTonne/blender
2023-11-15 12:27:01 +01:00
Geometry Nodes: Test for field type inferencing
Lukas Tönne
pushed to field-type-inference-simplify at LukasTonne/blender
2023-11-15 11:56:11 +01:00
b2e8928405
Split test into multiple functions.
6de368255c
Cleanup: dots after comments.
Geometry Nodes: Test for field type inferencing
Added another test for propagation between multiple zone items.
Geometry Nodes: Test for field type inferencing