Cleanup: Make format
This commit is contained in:
@@ -4296,6 +4296,7 @@ def km_3d_view_tool_edit_gpencil_select(params):
|
||||
{"items": _template_items_tool_select(params, "gpencil.select", extend="toggle")},
|
||||
)
|
||||
|
||||
|
||||
def km_sequencer_editor_tool_generic_select(params):
|
||||
return (
|
||||
"Sequencer Tool: Tweak",
|
||||
@@ -4304,6 +4305,8 @@ def km_sequencer_editor_tool_generic_select(params):
|
||||
)
|
||||
|
||||
# NOTE: duplicated from `blender_default.py`.
|
||||
|
||||
|
||||
def _template_node_select(*, type, value, select_passthrough):
|
||||
items = [
|
||||
("node.select", {"type": type, "value": value},
|
||||
|
||||
@@ -252,7 +252,8 @@ static void node_rna(StructRNA *srna)
|
||||
{
|
||||
RNA_def_node_enum(srna,
|
||||
"data_type",
|
||||
"Data Type", "",
|
||||
"Data Type",
|
||||
"",
|
||||
rna_enum_attribute_type_items,
|
||||
NOD_inline_enum_accessors(custom1),
|
||||
CD_PROP_FLOAT,
|
||||
|
||||
@@ -277,7 +277,8 @@ static void node_rna(StructRNA *srna)
|
||||
{
|
||||
RNA_def_node_enum(srna,
|
||||
"data_type",
|
||||
"Data Type", "",
|
||||
"Data Type",
|
||||
"",
|
||||
rna_enum_attribute_type_items,
|
||||
NOD_inline_enum_accessors(custom1),
|
||||
CD_PROP_FLOAT,
|
||||
|
||||
@@ -142,7 +142,8 @@ static void node_rna(StructRNA *srna)
|
||||
{
|
||||
RNA_def_node_enum(srna,
|
||||
"data_type",
|
||||
"Data Type", "",
|
||||
"Data Type",
|
||||
"",
|
||||
rna_enum_attribute_type_items,
|
||||
NOD_storage_enum_accessors(data_type),
|
||||
CD_PROP_FLOAT,
|
||||
@@ -150,7 +151,8 @@ static void node_rna(StructRNA *srna)
|
||||
|
||||
RNA_def_node_enum(srna,
|
||||
"domain",
|
||||
"Domain", "Domain to evaluate the field on",
|
||||
"Domain",
|
||||
"Domain to evaluate the field on",
|
||||
rna_enum_attribute_domain_with_auto_items,
|
||||
NOD_storage_enum_accessors(domain),
|
||||
ATTR_DOMAIN_POINT);
|
||||
|
||||
Reference in New Issue
Block a user