fake-bpy-module 20250828__py3-none-any.whl → 20260118__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
|
@@ -2,27 +2,27 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import
|
|
5
|
+
import bl_ui.node_add_menu
|
|
6
6
|
import bpy.types
|
|
7
7
|
|
|
8
|
-
class
|
|
9
|
-
|
|
8
|
+
class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
|
|
9
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
10
|
+
|
|
10
11
|
bl_label: typing.Any
|
|
11
12
|
bl_rna: typing.Any
|
|
12
13
|
id_data: typing.Any
|
|
14
|
+
menu_path: typing.Any
|
|
13
15
|
|
|
14
16
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
15
17
|
"""
|
|
16
18
|
|
|
17
19
|
:return: The RNA type or default when not found.
|
|
18
|
-
:rtype: bpy.types.Struct
|
|
19
20
|
"""
|
|
20
21
|
|
|
21
22
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
22
23
|
"""
|
|
23
24
|
|
|
24
25
|
:return: The class or default when not found.
|
|
25
|
-
:rtype: typing.Any
|
|
26
26
|
"""
|
|
27
27
|
|
|
28
28
|
def draw(self, context) -> None:
|
|
@@ -31,24 +31,24 @@ class NODE_MT_category_GEO_GROUP(_bpy_types.Menu):
|
|
|
31
31
|
:param context:
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
|
-
class
|
|
35
|
-
|
|
34
|
+
class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
|
|
35
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
36
|
+
|
|
36
37
|
bl_label: typing.Any
|
|
37
38
|
bl_rna: typing.Any
|
|
38
39
|
id_data: typing.Any
|
|
40
|
+
menu_path: typing.Any
|
|
39
41
|
|
|
40
42
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
41
43
|
"""
|
|
42
44
|
|
|
43
45
|
:return: The RNA type or default when not found.
|
|
44
|
-
:rtype: bpy.types.Struct
|
|
45
46
|
"""
|
|
46
47
|
|
|
47
48
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
48
49
|
"""
|
|
49
50
|
|
|
50
51
|
:return: The class or default when not found.
|
|
51
|
-
:rtype: typing.Any
|
|
52
52
|
"""
|
|
53
53
|
|
|
54
54
|
def draw(self, context) -> None:
|
|
@@ -57,24 +57,24 @@ class NODE_MT_category_GEO_OUTPUT(_bpy_types.Menu):
|
|
|
57
57
|
:param context:
|
|
58
58
|
"""
|
|
59
59
|
|
|
60
|
-
class
|
|
61
|
-
|
|
60
|
+
class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
61
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
62
|
+
|
|
62
63
|
bl_label: typing.Any
|
|
63
64
|
bl_rna: typing.Any
|
|
64
65
|
id_data: typing.Any
|
|
66
|
+
menu_path: typing.Any
|
|
65
67
|
|
|
66
68
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
67
69
|
"""
|
|
68
70
|
|
|
69
71
|
:return: The RNA type or default when not found.
|
|
70
|
-
:rtype: bpy.types.Struct
|
|
71
72
|
"""
|
|
72
73
|
|
|
73
74
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
74
75
|
"""
|
|
75
76
|
|
|
76
77
|
:return: The class or default when not found.
|
|
77
|
-
:rtype: typing.Any
|
|
78
78
|
"""
|
|
79
79
|
|
|
80
80
|
def draw(self, context) -> None:
|
|
@@ -83,8 +83,9 @@ class NODE_MT_category_GEO_POINT(_bpy_types.Menu):
|
|
|
83
83
|
:param context:
|
|
84
84
|
"""
|
|
85
85
|
|
|
86
|
-
class
|
|
87
|
-
|
|
86
|
+
class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
|
|
87
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
88
|
+
|
|
88
89
|
bl_label: typing.Any
|
|
89
90
|
bl_rna: typing.Any
|
|
90
91
|
id_data: typing.Any
|
|
@@ -93,14 +94,12 @@ class NODE_MT_category_GEO_TEXT(_bpy_types.Menu):
|
|
|
93
94
|
"""
|
|
94
95
|
|
|
95
96
|
:return: The RNA type or default when not found.
|
|
96
|
-
:rtype: bpy.types.Struct
|
|
97
97
|
"""
|
|
98
98
|
|
|
99
99
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
100
100
|
"""
|
|
101
101
|
|
|
102
102
|
:return: The class or default when not found.
|
|
103
|
-
:rtype: typing.Any
|
|
104
103
|
"""
|
|
105
104
|
|
|
106
105
|
def draw(self, _context) -> None:
|
|
@@ -109,8 +108,9 @@ class NODE_MT_category_GEO_TEXT(_bpy_types.Menu):
|
|
|
109
108
|
:param _context:
|
|
110
109
|
"""
|
|
111
110
|
|
|
112
|
-
class
|
|
113
|
-
|
|
111
|
+
class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
112
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
113
|
+
|
|
114
114
|
bl_label: typing.Any
|
|
115
115
|
bl_rna: typing.Any
|
|
116
116
|
id_data: typing.Any
|
|
@@ -119,24 +119,23 @@ class NODE_MT_category_GEO_TEXTURE(_bpy_types.Menu):
|
|
|
119
119
|
"""
|
|
120
120
|
|
|
121
121
|
:return: The RNA type or default when not found.
|
|
122
|
-
:rtype: bpy.types.Struct
|
|
123
122
|
"""
|
|
124
123
|
|
|
125
124
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
126
125
|
"""
|
|
127
126
|
|
|
128
127
|
:return: The class or default when not found.
|
|
129
|
-
:rtype: typing.Any
|
|
130
128
|
"""
|
|
131
129
|
|
|
132
|
-
def draw(self,
|
|
130
|
+
def draw(self, context) -> None:
|
|
133
131
|
"""
|
|
134
132
|
|
|
135
|
-
:param
|
|
133
|
+
:param context:
|
|
136
134
|
"""
|
|
137
135
|
|
|
138
|
-
class
|
|
139
|
-
|
|
136
|
+
class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
|
|
137
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
138
|
+
|
|
140
139
|
bl_label: typing.Any
|
|
141
140
|
bl_rna: typing.Any
|
|
142
141
|
id_data: typing.Any
|
|
@@ -145,66 +144,64 @@ class NODE_MT_category_GEO_UTILITIES(_bpy_types.Menu):
|
|
|
145
144
|
"""
|
|
146
145
|
|
|
147
146
|
:return: The RNA type or default when not found.
|
|
148
|
-
:rtype: bpy.types.Struct
|
|
149
147
|
"""
|
|
150
148
|
|
|
151
149
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
152
150
|
"""
|
|
153
151
|
|
|
154
152
|
:return: The class or default when not found.
|
|
155
|
-
:rtype: typing.Any
|
|
156
153
|
"""
|
|
157
154
|
|
|
158
|
-
def draw(self,
|
|
155
|
+
def draw(self, _context) -> None:
|
|
159
156
|
"""
|
|
160
157
|
|
|
161
|
-
:param
|
|
158
|
+
:param _context:
|
|
162
159
|
"""
|
|
163
160
|
|
|
164
|
-
class
|
|
165
|
-
|
|
161
|
+
class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
162
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
163
|
+
|
|
166
164
|
bl_label: typing.Any
|
|
167
165
|
bl_rna: typing.Any
|
|
168
166
|
id_data: typing.Any
|
|
167
|
+
menu_path: typing.Any
|
|
169
168
|
|
|
170
169
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
171
170
|
"""
|
|
172
171
|
|
|
173
172
|
:return: The RNA type or default when not found.
|
|
174
|
-
:rtype: bpy.types.Struct
|
|
175
173
|
"""
|
|
176
174
|
|
|
177
175
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
178
176
|
"""
|
|
179
177
|
|
|
180
178
|
:return: The class or default when not found.
|
|
181
|
-
:rtype: typing.Any
|
|
182
179
|
"""
|
|
183
180
|
|
|
184
|
-
def draw(self,
|
|
181
|
+
def draw(self, _context) -> None:
|
|
185
182
|
"""
|
|
186
183
|
|
|
187
|
-
:param
|
|
184
|
+
:param _context:
|
|
188
185
|
"""
|
|
189
186
|
|
|
190
|
-
class
|
|
191
|
-
|
|
187
|
+
class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
188
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
189
|
+
|
|
192
190
|
bl_label: typing.Any
|
|
193
191
|
bl_rna: typing.Any
|
|
194
192
|
id_data: typing.Any
|
|
193
|
+
menu_path: typing.Any
|
|
195
194
|
|
|
196
195
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
197
196
|
"""
|
|
198
197
|
|
|
199
198
|
:return: The RNA type or default when not found.
|
|
200
|
-
:rtype: bpy.types.Struct
|
|
201
199
|
"""
|
|
202
200
|
|
|
203
201
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
204
202
|
"""
|
|
205
203
|
|
|
206
204
|
:return: The class or default when not found.
|
|
207
|
-
:rtype: typing.Any
|
|
208
205
|
"""
|
|
209
206
|
|
|
210
207
|
def draw(self, _context) -> None:
|
|
@@ -213,50 +210,50 @@ class NODE_MT_category_GEO_UTILITIES_FIELD(_bpy_types.Menu):
|
|
|
213
210
|
:param _context:
|
|
214
211
|
"""
|
|
215
212
|
|
|
216
|
-
class
|
|
217
|
-
|
|
213
|
+
class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
214
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
215
|
+
|
|
218
216
|
bl_label: typing.Any
|
|
219
217
|
bl_rna: typing.Any
|
|
220
218
|
id_data: typing.Any
|
|
219
|
+
menu_path: typing.Any
|
|
221
220
|
|
|
222
221
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
223
222
|
"""
|
|
224
223
|
|
|
225
224
|
:return: The RNA type or default when not found.
|
|
226
|
-
:rtype: bpy.types.Struct
|
|
227
225
|
"""
|
|
228
226
|
|
|
229
227
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
230
228
|
"""
|
|
231
229
|
|
|
232
230
|
:return: The class or default when not found.
|
|
233
|
-
:rtype: typing.Any
|
|
234
231
|
"""
|
|
235
232
|
|
|
236
|
-
def draw(self,
|
|
233
|
+
def draw(self, _context) -> None:
|
|
237
234
|
"""
|
|
238
235
|
|
|
239
|
-
:param
|
|
236
|
+
:param _context:
|
|
240
237
|
"""
|
|
241
238
|
|
|
242
|
-
class
|
|
243
|
-
|
|
239
|
+
class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
240
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
241
|
+
|
|
244
242
|
bl_label: typing.Any
|
|
245
243
|
bl_rna: typing.Any
|
|
246
244
|
id_data: typing.Any
|
|
245
|
+
menu_path: typing.Any
|
|
247
246
|
|
|
248
247
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
249
248
|
"""
|
|
250
249
|
|
|
251
250
|
:return: The RNA type or default when not found.
|
|
252
|
-
:rtype: bpy.types.Struct
|
|
253
251
|
"""
|
|
254
252
|
|
|
255
253
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
256
254
|
"""
|
|
257
255
|
|
|
258
256
|
:return: The class or default when not found.
|
|
259
|
-
:rtype: typing.Any
|
|
260
257
|
"""
|
|
261
258
|
|
|
262
259
|
def draw(self, _context) -> None:
|
|
@@ -265,24 +262,24 @@ class NODE_MT_category_GEO_UTILITIES_ROTATION(_bpy_types.Menu):
|
|
|
265
262
|
:param _context:
|
|
266
263
|
"""
|
|
267
264
|
|
|
268
|
-
class
|
|
269
|
-
|
|
265
|
+
class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
266
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
267
|
+
|
|
270
268
|
bl_label: typing.Any
|
|
271
269
|
bl_rna: typing.Any
|
|
272
270
|
id_data: typing.Any
|
|
271
|
+
menu_path: typing.Any
|
|
273
272
|
|
|
274
273
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
275
274
|
"""
|
|
276
275
|
|
|
277
276
|
:return: The RNA type or default when not found.
|
|
278
|
-
:rtype: bpy.types.Struct
|
|
279
277
|
"""
|
|
280
278
|
|
|
281
279
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
282
280
|
"""
|
|
283
281
|
|
|
284
282
|
:return: The class or default when not found.
|
|
285
|
-
:rtype: typing.Any
|
|
286
283
|
"""
|
|
287
284
|
|
|
288
285
|
def draw(self, _context) -> None:
|
|
@@ -291,77 +288,75 @@ class NODE_MT_category_GEO_UV(_bpy_types.Menu):
|
|
|
291
288
|
:param _context:
|
|
292
289
|
"""
|
|
293
290
|
|
|
294
|
-
class
|
|
295
|
-
|
|
291
|
+
class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
292
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
293
|
+
|
|
296
294
|
bl_label: typing.Any
|
|
297
295
|
bl_rna: typing.Any
|
|
298
296
|
id_data: typing.Any
|
|
297
|
+
menu_path: typing.Any
|
|
299
298
|
|
|
300
299
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
301
300
|
"""
|
|
302
301
|
|
|
303
302
|
:return: The RNA type or default when not found.
|
|
304
|
-
:rtype: bpy.types.Struct
|
|
305
303
|
"""
|
|
306
304
|
|
|
307
305
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
308
306
|
"""
|
|
309
307
|
|
|
310
308
|
:return: The class or default when not found.
|
|
311
|
-
:rtype: typing.Any
|
|
312
309
|
"""
|
|
313
310
|
|
|
314
|
-
def draw(self,
|
|
311
|
+
def draw(self, _context) -> None:
|
|
315
312
|
"""
|
|
316
313
|
|
|
317
|
-
:param
|
|
314
|
+
:param _context:
|
|
318
315
|
"""
|
|
319
316
|
|
|
320
|
-
class
|
|
321
|
-
|
|
317
|
+
class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
|
|
318
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
319
|
+
|
|
322
320
|
bl_label: typing.Any
|
|
323
321
|
bl_rna: typing.Any
|
|
324
|
-
bl_translation_context: typing.Any
|
|
325
322
|
id_data: typing.Any
|
|
326
323
|
|
|
327
324
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
328
325
|
"""
|
|
329
326
|
|
|
330
327
|
:return: The RNA type or default when not found.
|
|
331
|
-
:rtype: bpy.types.Struct
|
|
332
328
|
"""
|
|
333
329
|
|
|
334
330
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
335
331
|
"""
|
|
336
332
|
|
|
337
333
|
:return: The class or default when not found.
|
|
338
|
-
:rtype: typing.Any
|
|
339
334
|
"""
|
|
340
335
|
|
|
341
|
-
def draw(self,
|
|
336
|
+
def draw(self, _context) -> None:
|
|
342
337
|
"""
|
|
343
338
|
|
|
344
|
-
:param
|
|
339
|
+
:param _context:
|
|
345
340
|
"""
|
|
346
341
|
|
|
347
|
-
class
|
|
348
|
-
|
|
342
|
+
class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
343
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
344
|
+
|
|
349
345
|
bl_label: typing.Any
|
|
350
346
|
bl_rna: typing.Any
|
|
351
347
|
id_data: typing.Any
|
|
348
|
+
menu_path: typing.Any
|
|
352
349
|
|
|
353
350
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
354
351
|
"""
|
|
355
352
|
|
|
356
353
|
:return: The RNA type or default when not found.
|
|
357
|
-
:rtype: bpy.types.Struct
|
|
358
354
|
"""
|
|
359
355
|
|
|
360
356
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
361
357
|
"""
|
|
362
358
|
|
|
363
359
|
:return: The class or default when not found.
|
|
364
|
-
:rtype: typing.Any
|
|
365
360
|
"""
|
|
366
361
|
|
|
367
362
|
def draw(self, _context) -> None:
|
|
@@ -370,50 +365,50 @@ class NODE_MT_category_PRIMITIVES_MESH(_bpy_types.Menu):
|
|
|
370
365
|
:param _context:
|
|
371
366
|
"""
|
|
372
367
|
|
|
373
|
-
class
|
|
374
|
-
|
|
368
|
+
class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
369
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
370
|
+
|
|
375
371
|
bl_label: typing.Any
|
|
376
372
|
bl_rna: typing.Any
|
|
377
373
|
id_data: typing.Any
|
|
374
|
+
menu_path: typing.Any
|
|
378
375
|
|
|
379
376
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
380
377
|
"""
|
|
381
378
|
|
|
382
379
|
:return: The RNA type or default when not found.
|
|
383
|
-
:rtype: bpy.types.Struct
|
|
384
380
|
"""
|
|
385
381
|
|
|
386
382
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
387
383
|
"""
|
|
388
384
|
|
|
389
385
|
:return: The class or default when not found.
|
|
390
|
-
:rtype: typing.Any
|
|
391
386
|
"""
|
|
392
387
|
|
|
393
|
-
def draw(self,
|
|
388
|
+
def draw(self, context) -> None:
|
|
394
389
|
"""
|
|
395
390
|
|
|
396
|
-
:param
|
|
391
|
+
:param context:
|
|
397
392
|
"""
|
|
398
393
|
|
|
399
|
-
class
|
|
400
|
-
|
|
394
|
+
class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
395
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
396
|
+
|
|
401
397
|
bl_label: typing.Any
|
|
402
398
|
bl_rna: typing.Any
|
|
403
399
|
id_data: typing.Any
|
|
400
|
+
menu_path: typing.Any
|
|
404
401
|
|
|
405
402
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
406
403
|
"""
|
|
407
404
|
|
|
408
405
|
:return: The RNA type or default when not found.
|
|
409
|
-
:rtype: bpy.types.Struct
|
|
410
406
|
"""
|
|
411
407
|
|
|
412
408
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
413
409
|
"""
|
|
414
410
|
|
|
415
411
|
:return: The class or default when not found.
|
|
416
|
-
:rtype: typing.Any
|
|
417
412
|
"""
|
|
418
413
|
|
|
419
414
|
def draw(self, _context) -> None:
|
|
@@ -422,24 +417,24 @@ class NODE_MT_category_simulation(_bpy_types.Menu):
|
|
|
422
417
|
:param _context:
|
|
423
418
|
"""
|
|
424
419
|
|
|
425
|
-
class
|
|
426
|
-
|
|
420
|
+
class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
421
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
422
|
+
|
|
427
423
|
bl_label: typing.Any
|
|
428
424
|
bl_rna: typing.Any
|
|
429
425
|
id_data: typing.Any
|
|
426
|
+
menu_path: typing.Any
|
|
430
427
|
|
|
431
428
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
432
429
|
"""
|
|
433
430
|
|
|
434
431
|
:return: The RNA type or default when not found.
|
|
435
|
-
:rtype: bpy.types.Struct
|
|
436
432
|
"""
|
|
437
433
|
|
|
438
434
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
439
435
|
"""
|
|
440
436
|
|
|
441
437
|
:return: The class or default when not found.
|
|
442
|
-
:rtype: typing.Any
|
|
443
438
|
"""
|
|
444
439
|
|
|
445
440
|
def draw(self, context) -> None:
|
|
@@ -448,8 +443,9 @@ class NODE_MT_category_utilities_bundle(_bpy_types.Menu):
|
|
|
448
443
|
:param context:
|
|
449
444
|
"""
|
|
450
445
|
|
|
451
|
-
class
|
|
452
|
-
|
|
446
|
+
class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
|
|
447
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
448
|
+
|
|
453
449
|
bl_label: typing.Any
|
|
454
450
|
bl_rna: typing.Any
|
|
455
451
|
id_data: typing.Any
|
|
@@ -458,40 +454,38 @@ class NODE_MT_category_utilities_closure(_bpy_types.Menu):
|
|
|
458
454
|
"""
|
|
459
455
|
|
|
460
456
|
:return: The RNA type or default when not found.
|
|
461
|
-
:rtype: bpy.types.Struct
|
|
462
457
|
"""
|
|
463
458
|
|
|
464
459
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
465
460
|
"""
|
|
466
461
|
|
|
467
462
|
:return: The class or default when not found.
|
|
468
|
-
:rtype: typing.Any
|
|
469
463
|
"""
|
|
470
464
|
|
|
471
|
-
def draw(self,
|
|
465
|
+
def draw(self, _context) -> None:
|
|
472
466
|
"""
|
|
473
467
|
|
|
474
|
-
:param
|
|
468
|
+
:param _context:
|
|
475
469
|
"""
|
|
476
470
|
|
|
477
|
-
class
|
|
478
|
-
|
|
471
|
+
class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
472
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
473
|
+
|
|
479
474
|
bl_label: typing.Any
|
|
480
475
|
bl_rna: typing.Any
|
|
481
476
|
id_data: typing.Any
|
|
477
|
+
menu_path: typing.Any
|
|
482
478
|
|
|
483
479
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
484
480
|
"""
|
|
485
481
|
|
|
486
482
|
:return: The RNA type or default when not found.
|
|
487
|
-
:rtype: bpy.types.Struct
|
|
488
483
|
"""
|
|
489
484
|
|
|
490
485
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
491
486
|
"""
|
|
492
487
|
|
|
493
488
|
:return: The class or default when not found.
|
|
494
|
-
:rtype: typing.Any
|
|
495
489
|
"""
|
|
496
490
|
|
|
497
491
|
def draw(self, _context) -> None:
|
|
@@ -500,24 +494,24 @@ class NODE_MT_category_utilities_list(_bpy_types.Menu):
|
|
|
500
494
|
:param _context:
|
|
501
495
|
"""
|
|
502
496
|
|
|
503
|
-
class
|
|
504
|
-
|
|
497
|
+
class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
498
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
499
|
+
|
|
505
500
|
bl_label: typing.Any
|
|
506
501
|
bl_rna: typing.Any
|
|
507
502
|
id_data: typing.Any
|
|
503
|
+
menu_path: typing.Any
|
|
508
504
|
|
|
509
505
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
510
506
|
"""
|
|
511
507
|
|
|
512
508
|
:return: The RNA type or default when not found.
|
|
513
|
-
:rtype: bpy.types.Struct
|
|
514
509
|
"""
|
|
515
510
|
|
|
516
511
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
517
512
|
"""
|
|
518
513
|
|
|
519
514
|
:return: The class or default when not found.
|
|
520
|
-
:rtype: typing.Any
|
|
521
515
|
"""
|
|
522
516
|
|
|
523
517
|
def draw(self, _context) -> None:
|
|
@@ -526,24 +520,24 @@ class NODE_MT_category_utilities_matrix(_bpy_types.Menu):
|
|
|
526
520
|
:param _context:
|
|
527
521
|
"""
|
|
528
522
|
|
|
529
|
-
class
|
|
530
|
-
|
|
523
|
+
class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
524
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
525
|
+
|
|
531
526
|
bl_label: typing.Any
|
|
532
527
|
bl_rna: typing.Any
|
|
533
528
|
id_data: typing.Any
|
|
529
|
+
menu_path: typing.Any
|
|
534
530
|
|
|
535
531
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
536
532
|
"""
|
|
537
533
|
|
|
538
534
|
:return: The RNA type or default when not found.
|
|
539
|
-
:rtype: bpy.types.Struct
|
|
540
535
|
"""
|
|
541
536
|
|
|
542
537
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
543
538
|
"""
|
|
544
539
|
|
|
545
540
|
:return: The class or default when not found.
|
|
546
|
-
:rtype: typing.Any
|
|
547
541
|
"""
|
|
548
542
|
|
|
549
543
|
def draw(self, _context) -> None:
|
|
@@ -552,8 +546,9 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(_bpy_types.Menu):
|
|
|
552
546
|
:param _context:
|
|
553
547
|
"""
|
|
554
548
|
|
|
555
|
-
class
|
|
556
|
-
|
|
549
|
+
class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
550
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
551
|
+
|
|
557
552
|
bl_label: typing.Any
|
|
558
553
|
bl_rna: typing.Any
|
|
559
554
|
id_data: typing.Any
|
|
@@ -562,14 +557,12 @@ class NODE_MT_geometry_node_GEO_COLOR(_bpy_types.Menu):
|
|
|
562
557
|
"""
|
|
563
558
|
|
|
564
559
|
:return: The RNA type or default when not found.
|
|
565
|
-
:rtype: bpy.types.Struct
|
|
566
560
|
"""
|
|
567
561
|
|
|
568
562
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
569
563
|
"""
|
|
570
564
|
|
|
571
565
|
:return: The class or default when not found.
|
|
572
|
-
:rtype: typing.Any
|
|
573
566
|
"""
|
|
574
567
|
|
|
575
568
|
def draw(self, context) -> None:
|
|
@@ -578,24 +571,25 @@ class NODE_MT_geometry_node_GEO_COLOR(_bpy_types.Menu):
|
|
|
578
571
|
:param context:
|
|
579
572
|
"""
|
|
580
573
|
|
|
581
|
-
class
|
|
582
|
-
|
|
574
|
+
class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
|
|
575
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
576
|
+
|
|
583
577
|
bl_label: typing.Any
|
|
584
578
|
bl_rna: typing.Any
|
|
579
|
+
bl_translation_context: typing.Any
|
|
585
580
|
id_data: typing.Any
|
|
581
|
+
menu_path: typing.Any
|
|
586
582
|
|
|
587
583
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
588
584
|
"""
|
|
589
585
|
|
|
590
586
|
:return: The RNA type or default when not found.
|
|
591
|
-
:rtype: bpy.types.Struct
|
|
592
587
|
"""
|
|
593
588
|
|
|
594
589
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
595
590
|
"""
|
|
596
591
|
|
|
597
592
|
:return: The class or default when not found.
|
|
598
|
-
:rtype: typing.Any
|
|
599
593
|
"""
|
|
600
594
|
|
|
601
595
|
def draw(self, _context) -> None:
|
|
@@ -604,50 +598,50 @@ class NODE_MT_geometry_node_GEO_CURVE(_bpy_types.Menu):
|
|
|
604
598
|
:param _context:
|
|
605
599
|
"""
|
|
606
600
|
|
|
607
|
-
class
|
|
608
|
-
|
|
601
|
+
class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
|
|
602
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
603
|
+
|
|
609
604
|
bl_label: typing.Any
|
|
610
605
|
bl_rna: typing.Any
|
|
611
606
|
id_data: typing.Any
|
|
607
|
+
menu_path: typing.Any
|
|
612
608
|
|
|
613
609
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
614
610
|
"""
|
|
615
611
|
|
|
616
612
|
:return: The RNA type or default when not found.
|
|
617
|
-
:rtype: bpy.types.Struct
|
|
618
613
|
"""
|
|
619
614
|
|
|
620
615
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
621
616
|
"""
|
|
622
617
|
|
|
623
618
|
:return: The class or default when not found.
|
|
624
|
-
:rtype: typing.Any
|
|
625
619
|
"""
|
|
626
620
|
|
|
627
|
-
def draw(self,
|
|
621
|
+
def draw(self, context) -> None:
|
|
628
622
|
"""
|
|
629
623
|
|
|
630
|
-
:param
|
|
624
|
+
:param context:
|
|
631
625
|
"""
|
|
632
626
|
|
|
633
|
-
class
|
|
634
|
-
|
|
627
|
+
class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
|
|
628
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
629
|
+
|
|
635
630
|
bl_label: typing.Any
|
|
636
631
|
bl_rna: typing.Any
|
|
637
632
|
id_data: typing.Any
|
|
633
|
+
menu_path: typing.Any
|
|
638
634
|
|
|
639
635
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
640
636
|
"""
|
|
641
637
|
|
|
642
638
|
:return: The RNA type or default when not found.
|
|
643
|
-
:rtype: bpy.types.Struct
|
|
644
639
|
"""
|
|
645
640
|
|
|
646
641
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
647
642
|
"""
|
|
648
643
|
|
|
649
644
|
:return: The class or default when not found.
|
|
650
|
-
:rtype: typing.Any
|
|
651
645
|
"""
|
|
652
646
|
|
|
653
647
|
def draw(self, _context) -> None:
|
|
@@ -656,24 +650,24 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(_bpy_types.Menu):
|
|
|
656
650
|
:param _context:
|
|
657
651
|
"""
|
|
658
652
|
|
|
659
|
-
class
|
|
660
|
-
|
|
653
|
+
class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
|
|
654
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
655
|
+
|
|
661
656
|
bl_label: typing.Any
|
|
662
657
|
bl_rna: typing.Any
|
|
663
658
|
id_data: typing.Any
|
|
659
|
+
menu_path: typing.Any
|
|
664
660
|
|
|
665
661
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
666
662
|
"""
|
|
667
663
|
|
|
668
664
|
:return: The RNA type or default when not found.
|
|
669
|
-
:rtype: bpy.types.Struct
|
|
670
665
|
"""
|
|
671
666
|
|
|
672
667
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
673
668
|
"""
|
|
674
669
|
|
|
675
670
|
:return: The class or default when not found.
|
|
676
|
-
:rtype: typing.Any
|
|
677
671
|
"""
|
|
678
672
|
|
|
679
673
|
def draw(self, _context) -> None:
|
|
@@ -682,34 +676,35 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(_bpy_types.Menu):
|
|
|
682
676
|
:param _context:
|
|
683
677
|
"""
|
|
684
678
|
|
|
685
|
-
class
|
|
686
|
-
|
|
679
|
+
class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
|
|
680
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
681
|
+
|
|
687
682
|
bl_label: typing.Any
|
|
688
683
|
bl_rna: typing.Any
|
|
689
684
|
id_data: typing.Any
|
|
685
|
+
menu_path: typing.Any
|
|
690
686
|
|
|
691
687
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
692
688
|
"""
|
|
693
689
|
|
|
694
690
|
:return: The RNA type or default when not found.
|
|
695
|
-
:rtype: bpy.types.Struct
|
|
696
691
|
"""
|
|
697
692
|
|
|
698
693
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
699
694
|
"""
|
|
700
695
|
|
|
701
696
|
:return: The class or default when not found.
|
|
702
|
-
:rtype: typing.Any
|
|
703
697
|
"""
|
|
704
698
|
|
|
705
|
-
def draw(self,
|
|
699
|
+
def draw(self, context) -> None:
|
|
706
700
|
"""
|
|
707
701
|
|
|
708
|
-
:param
|
|
702
|
+
:param context:
|
|
709
703
|
"""
|
|
710
704
|
|
|
711
|
-
class
|
|
712
|
-
|
|
705
|
+
class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
|
|
706
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
707
|
+
|
|
713
708
|
bl_label: typing.Any
|
|
714
709
|
bl_rna: typing.Any
|
|
715
710
|
id_data: typing.Any
|
|
@@ -718,14 +713,12 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(_bpy_types.Menu):
|
|
|
718
713
|
"""
|
|
719
714
|
|
|
720
715
|
:return: The RNA type or default when not found.
|
|
721
|
-
:rtype: bpy.types.Struct
|
|
722
716
|
"""
|
|
723
717
|
|
|
724
718
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
725
719
|
"""
|
|
726
720
|
|
|
727
721
|
:return: The class or default when not found.
|
|
728
|
-
:rtype: typing.Any
|
|
729
722
|
"""
|
|
730
723
|
|
|
731
724
|
def draw(self, _context) -> None:
|
|
@@ -734,24 +727,24 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(_bpy_types.Menu):
|
|
|
734
727
|
:param _context:
|
|
735
728
|
"""
|
|
736
729
|
|
|
737
|
-
class
|
|
738
|
-
|
|
730
|
+
class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
|
|
731
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
732
|
+
|
|
739
733
|
bl_label: typing.Any
|
|
740
734
|
bl_rna: typing.Any
|
|
741
735
|
id_data: typing.Any
|
|
736
|
+
menu_path: typing.Any
|
|
742
737
|
|
|
743
738
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
744
739
|
"""
|
|
745
740
|
|
|
746
741
|
:return: The RNA type or default when not found.
|
|
747
|
-
:rtype: bpy.types.Struct
|
|
748
742
|
"""
|
|
749
743
|
|
|
750
744
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
751
745
|
"""
|
|
752
746
|
|
|
753
747
|
:return: The class or default when not found.
|
|
754
|
-
:rtype: typing.Any
|
|
755
748
|
"""
|
|
756
749
|
|
|
757
750
|
def draw(self, _context) -> None:
|
|
@@ -760,8 +753,9 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(_bpy_types.Menu):
|
|
|
760
753
|
:param _context:
|
|
761
754
|
"""
|
|
762
755
|
|
|
763
|
-
class
|
|
764
|
-
|
|
756
|
+
class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
|
|
757
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
758
|
+
|
|
765
759
|
bl_label: typing.Any
|
|
766
760
|
bl_rna: typing.Any
|
|
767
761
|
id_data: typing.Any
|
|
@@ -770,92 +764,90 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(_bpy_types.Menu):
|
|
|
770
764
|
"""
|
|
771
765
|
|
|
772
766
|
:return: The RNA type or default when not found.
|
|
773
|
-
:rtype: bpy.types.Struct
|
|
774
767
|
"""
|
|
775
768
|
|
|
776
769
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
777
770
|
"""
|
|
778
771
|
|
|
779
772
|
:return: The class or default when not found.
|
|
780
|
-
:rtype: typing.Any
|
|
781
773
|
"""
|
|
782
774
|
|
|
783
|
-
def draw(self,
|
|
775
|
+
def draw(self, _context) -> None:
|
|
784
776
|
"""
|
|
785
777
|
|
|
786
|
-
:param
|
|
778
|
+
:param _context:
|
|
787
779
|
"""
|
|
788
780
|
|
|
789
|
-
class
|
|
790
|
-
|
|
781
|
+
class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
782
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
783
|
+
|
|
791
784
|
bl_label: typing.Any
|
|
792
785
|
bl_rna: typing.Any
|
|
793
786
|
id_data: typing.Any
|
|
787
|
+
menu_path: typing.Any
|
|
794
788
|
|
|
795
789
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
796
790
|
"""
|
|
797
791
|
|
|
798
792
|
:return: The RNA type or default when not found.
|
|
799
|
-
:rtype: bpy.types.Struct
|
|
800
793
|
"""
|
|
801
794
|
|
|
802
795
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
803
796
|
"""
|
|
804
797
|
|
|
805
798
|
:return: The class or default when not found.
|
|
806
|
-
:rtype: typing.Any
|
|
807
799
|
"""
|
|
808
800
|
|
|
809
|
-
def draw(self,
|
|
801
|
+
def draw(self, context) -> None:
|
|
810
802
|
"""
|
|
811
803
|
|
|
812
|
-
:param
|
|
804
|
+
:param context:
|
|
813
805
|
"""
|
|
814
806
|
|
|
815
|
-
class
|
|
816
|
-
|
|
807
|
+
class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
808
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
809
|
+
|
|
817
810
|
bl_label: typing.Any
|
|
818
811
|
bl_rna: typing.Any
|
|
819
812
|
id_data: typing.Any
|
|
813
|
+
menu_path: typing.Any
|
|
820
814
|
|
|
821
815
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
822
816
|
"""
|
|
823
817
|
|
|
824
818
|
:return: The RNA type or default when not found.
|
|
825
|
-
:rtype: bpy.types.Struct
|
|
826
819
|
"""
|
|
827
820
|
|
|
828
821
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
829
822
|
"""
|
|
830
823
|
|
|
831
824
|
:return: The class or default when not found.
|
|
832
|
-
:rtype: typing.Any
|
|
833
825
|
"""
|
|
834
826
|
|
|
835
|
-
def draw(self,
|
|
827
|
+
def draw(self, _context) -> None:
|
|
836
828
|
"""
|
|
837
829
|
|
|
838
|
-
:param
|
|
830
|
+
:param _context:
|
|
839
831
|
"""
|
|
840
832
|
|
|
841
|
-
class
|
|
842
|
-
|
|
833
|
+
class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
834
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
835
|
+
|
|
843
836
|
bl_label: typing.Any
|
|
844
837
|
bl_rna: typing.Any
|
|
845
838
|
id_data: typing.Any
|
|
839
|
+
menu_path: typing.Any
|
|
846
840
|
|
|
847
841
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
848
842
|
"""
|
|
849
843
|
|
|
850
844
|
:return: The RNA type or default when not found.
|
|
851
|
-
:rtype: bpy.types.Struct
|
|
852
845
|
"""
|
|
853
846
|
|
|
854
847
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
855
848
|
"""
|
|
856
849
|
|
|
857
850
|
:return: The class or default when not found.
|
|
858
|
-
:rtype: typing.Any
|
|
859
851
|
"""
|
|
860
852
|
|
|
861
853
|
def draw(self, context) -> None:
|
|
@@ -864,25 +856,24 @@ class NODE_MT_geometry_node_GEO_INPUT(_bpy_types.Menu):
|
|
|
864
856
|
:param context:
|
|
865
857
|
"""
|
|
866
858
|
|
|
867
|
-
class
|
|
868
|
-
|
|
859
|
+
class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
860
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
861
|
+
|
|
869
862
|
bl_label: typing.Any
|
|
870
863
|
bl_rna: typing.Any
|
|
871
|
-
bl_translation_context: typing.Any
|
|
872
864
|
id_data: typing.Any
|
|
865
|
+
menu_path: typing.Any
|
|
873
866
|
|
|
874
867
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
875
868
|
"""
|
|
876
869
|
|
|
877
870
|
:return: The RNA type or default when not found.
|
|
878
|
-
:rtype: bpy.types.Struct
|
|
879
871
|
"""
|
|
880
872
|
|
|
881
873
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
882
874
|
"""
|
|
883
875
|
|
|
884
876
|
:return: The class or default when not found.
|
|
885
|
-
:rtype: typing.Any
|
|
886
877
|
"""
|
|
887
878
|
|
|
888
879
|
def draw(self, _context) -> None:
|
|
@@ -891,50 +882,50 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(_bpy_types.Menu):
|
|
|
891
882
|
:param _context:
|
|
892
883
|
"""
|
|
893
884
|
|
|
894
|
-
class
|
|
895
|
-
|
|
885
|
+
class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
886
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
887
|
+
|
|
896
888
|
bl_label: typing.Any
|
|
897
889
|
bl_rna: typing.Any
|
|
898
890
|
id_data: typing.Any
|
|
891
|
+
menu_path: typing.Any
|
|
899
892
|
|
|
900
893
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
901
894
|
"""
|
|
902
895
|
|
|
903
896
|
:return: The RNA type or default when not found.
|
|
904
|
-
:rtype: bpy.types.Struct
|
|
905
897
|
"""
|
|
906
898
|
|
|
907
899
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
908
900
|
"""
|
|
909
901
|
|
|
910
902
|
:return: The class or default when not found.
|
|
911
|
-
:rtype: typing.Any
|
|
912
903
|
"""
|
|
913
904
|
|
|
914
|
-
def draw(self,
|
|
905
|
+
def draw(self, _context) -> None:
|
|
915
906
|
"""
|
|
916
907
|
|
|
917
|
-
:param
|
|
908
|
+
:param _context:
|
|
918
909
|
"""
|
|
919
910
|
|
|
920
|
-
class
|
|
921
|
-
|
|
911
|
+
class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
|
|
912
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
913
|
+
|
|
922
914
|
bl_label: typing.Any
|
|
923
915
|
bl_rna: typing.Any
|
|
924
916
|
id_data: typing.Any
|
|
917
|
+
menu_path: typing.Any
|
|
925
918
|
|
|
926
919
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
927
920
|
"""
|
|
928
921
|
|
|
929
922
|
:return: The RNA type or default when not found.
|
|
930
|
-
:rtype: bpy.types.Struct
|
|
931
923
|
"""
|
|
932
924
|
|
|
933
925
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
934
926
|
"""
|
|
935
927
|
|
|
936
928
|
:return: The class or default when not found.
|
|
937
|
-
:rtype: typing.Any
|
|
938
929
|
"""
|
|
939
930
|
|
|
940
931
|
def draw(self, _context) -> None:
|
|
@@ -943,24 +934,24 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(_bpy_types.Menu):
|
|
|
943
934
|
:param _context:
|
|
944
935
|
"""
|
|
945
936
|
|
|
946
|
-
class
|
|
947
|
-
|
|
937
|
+
class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
938
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
939
|
+
|
|
948
940
|
bl_label: typing.Any
|
|
949
941
|
bl_rna: typing.Any
|
|
950
942
|
id_data: typing.Any
|
|
943
|
+
menu_path: typing.Any
|
|
951
944
|
|
|
952
945
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
953
946
|
"""
|
|
954
947
|
|
|
955
948
|
:return: The RNA type or default when not found.
|
|
956
|
-
:rtype: bpy.types.Struct
|
|
957
949
|
"""
|
|
958
950
|
|
|
959
951
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
960
952
|
"""
|
|
961
953
|
|
|
962
954
|
:return: The class or default when not found.
|
|
963
|
-
:rtype: typing.Any
|
|
964
955
|
"""
|
|
965
956
|
|
|
966
957
|
def draw(self, context) -> None:
|
|
@@ -969,8 +960,9 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(_bpy_types.Menu):
|
|
|
969
960
|
:param context:
|
|
970
961
|
"""
|
|
971
962
|
|
|
972
|
-
class
|
|
973
|
-
|
|
963
|
+
class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
964
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
965
|
+
|
|
974
966
|
bl_label: typing.Any
|
|
975
967
|
bl_rna: typing.Any
|
|
976
968
|
id_data: typing.Any
|
|
@@ -979,24 +971,23 @@ class NODE_MT_geometry_node_GEO_INSTANCE(_bpy_types.Menu):
|
|
|
979
971
|
"""
|
|
980
972
|
|
|
981
973
|
:return: The RNA type or default when not found.
|
|
982
|
-
:rtype: bpy.types.Struct
|
|
983
974
|
"""
|
|
984
975
|
|
|
985
976
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
986
977
|
"""
|
|
987
978
|
|
|
988
979
|
:return: The class or default when not found.
|
|
989
|
-
:rtype: typing.Any
|
|
990
980
|
"""
|
|
991
981
|
|
|
992
|
-
def draw(self,
|
|
982
|
+
def draw(self, context) -> None:
|
|
993
983
|
"""
|
|
994
984
|
|
|
995
|
-
:param
|
|
985
|
+
:param context:
|
|
996
986
|
"""
|
|
997
987
|
|
|
998
|
-
class
|
|
999
|
-
|
|
988
|
+
class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
|
|
989
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
990
|
+
|
|
1000
991
|
bl_label: typing.Any
|
|
1001
992
|
bl_rna: typing.Any
|
|
1002
993
|
id_data: typing.Any
|
|
@@ -1005,24 +996,23 @@ class NODE_MT_geometry_node_GEO_MATERIAL(_bpy_types.Menu):
|
|
|
1005
996
|
"""
|
|
1006
997
|
|
|
1007
998
|
:return: The RNA type or default when not found.
|
|
1008
|
-
:rtype: bpy.types.Struct
|
|
1009
999
|
"""
|
|
1010
1000
|
|
|
1011
1001
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1012
1002
|
"""
|
|
1013
1003
|
|
|
1014
1004
|
:return: The class or default when not found.
|
|
1015
|
-
:rtype: typing.Any
|
|
1016
1005
|
"""
|
|
1017
1006
|
|
|
1018
|
-
def draw(self,
|
|
1007
|
+
def draw(self, context) -> None:
|
|
1019
1008
|
"""
|
|
1020
1009
|
|
|
1021
|
-
:param
|
|
1010
|
+
:param context:
|
|
1022
1011
|
"""
|
|
1023
1012
|
|
|
1024
|
-
class
|
|
1025
|
-
|
|
1013
|
+
class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
|
|
1014
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1015
|
+
|
|
1026
1016
|
bl_label: typing.Any
|
|
1027
1017
|
bl_rna: typing.Any
|
|
1028
1018
|
id_data: typing.Any
|
|
@@ -1031,14 +1021,12 @@ class NODE_MT_geometry_node_GEO_MESH(_bpy_types.Menu):
|
|
|
1031
1021
|
"""
|
|
1032
1022
|
|
|
1033
1023
|
:return: The RNA type or default when not found.
|
|
1034
|
-
:rtype: bpy.types.Struct
|
|
1035
1024
|
"""
|
|
1036
1025
|
|
|
1037
1026
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1038
1027
|
"""
|
|
1039
1028
|
|
|
1040
1029
|
:return: The class or default when not found.
|
|
1041
|
-
:rtype: typing.Any
|
|
1042
1030
|
"""
|
|
1043
1031
|
|
|
1044
1032
|
def draw(self, _context) -> None:
|
|
@@ -1047,8 +1035,9 @@ class NODE_MT_geometry_node_GEO_MESH(_bpy_types.Menu):
|
|
|
1047
1035
|
:param _context:
|
|
1048
1036
|
"""
|
|
1049
1037
|
|
|
1050
|
-
class
|
|
1051
|
-
|
|
1038
|
+
class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
1039
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1040
|
+
|
|
1052
1041
|
bl_label: typing.Any
|
|
1053
1042
|
bl_rna: typing.Any
|
|
1054
1043
|
id_data: typing.Any
|
|
@@ -1057,24 +1046,23 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(_bpy_types.Menu):
|
|
|
1057
1046
|
"""
|
|
1058
1047
|
|
|
1059
1048
|
:return: The RNA type or default when not found.
|
|
1060
|
-
:rtype: bpy.types.Struct
|
|
1061
1049
|
"""
|
|
1062
1050
|
|
|
1063
1051
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1064
1052
|
"""
|
|
1065
1053
|
|
|
1066
1054
|
:return: The class or default when not found.
|
|
1067
|
-
:rtype: typing.Any
|
|
1068
1055
|
"""
|
|
1069
1056
|
|
|
1070
|
-
def draw(self,
|
|
1057
|
+
def draw(self, _context) -> None:
|
|
1071
1058
|
"""
|
|
1072
1059
|
|
|
1073
|
-
:param
|
|
1060
|
+
:param _context:
|
|
1074
1061
|
"""
|
|
1075
1062
|
|
|
1076
|
-
class
|
|
1077
|
-
|
|
1063
|
+
class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
1064
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1065
|
+
|
|
1078
1066
|
bl_label: typing.Any
|
|
1079
1067
|
bl_rna: typing.Any
|
|
1080
1068
|
id_data: typing.Any
|
|
@@ -1083,14 +1071,12 @@ class NODE_MT_geometry_node_GEO_MESH_READ(_bpy_types.Menu):
|
|
|
1083
1071
|
"""
|
|
1084
1072
|
|
|
1085
1073
|
:return: The RNA type or default when not found.
|
|
1086
|
-
:rtype: bpy.types.Struct
|
|
1087
1074
|
"""
|
|
1088
1075
|
|
|
1089
1076
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1090
1077
|
"""
|
|
1091
1078
|
|
|
1092
1079
|
:return: The class or default when not found.
|
|
1093
|
-
:rtype: typing.Any
|
|
1094
1080
|
"""
|
|
1095
1081
|
|
|
1096
1082
|
def draw(self, context) -> None:
|
|
@@ -1099,50 +1085,24 @@ class NODE_MT_geometry_node_GEO_MESH_READ(_bpy_types.Menu):
|
|
|
1099
1085
|
:param context:
|
|
1100
1086
|
"""
|
|
1101
1087
|
|
|
1102
|
-
class
|
|
1103
|
-
|
|
1104
|
-
bl_label: typing.Any
|
|
1105
|
-
bl_rna: typing.Any
|
|
1106
|
-
id_data: typing.Any
|
|
1088
|
+
class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
|
|
1089
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1107
1090
|
|
|
1108
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1109
|
-
"""
|
|
1110
|
-
|
|
1111
|
-
:return: The RNA type or default when not found.
|
|
1112
|
-
:rtype: bpy.types.Struct
|
|
1113
|
-
"""
|
|
1114
|
-
|
|
1115
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1116
|
-
"""
|
|
1117
|
-
|
|
1118
|
-
:return: The class or default when not found.
|
|
1119
|
-
:rtype: typing.Any
|
|
1120
|
-
"""
|
|
1121
|
-
|
|
1122
|
-
def draw(self, _context) -> None:
|
|
1123
|
-
"""
|
|
1124
|
-
|
|
1125
|
-
:param _context:
|
|
1126
|
-
"""
|
|
1127
|
-
|
|
1128
|
-
class NODE_MT_geometry_node_GEO_MESH_WRITE(_bpy_types.Menu):
|
|
1129
|
-
bl_idname: typing.Any
|
|
1130
1091
|
bl_label: typing.Any
|
|
1131
1092
|
bl_rna: typing.Any
|
|
1132
1093
|
id_data: typing.Any
|
|
1094
|
+
menu_path: typing.Any
|
|
1133
1095
|
|
|
1134
1096
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1135
1097
|
"""
|
|
1136
1098
|
|
|
1137
1099
|
:return: The RNA type or default when not found.
|
|
1138
|
-
:rtype: bpy.types.Struct
|
|
1139
1100
|
"""
|
|
1140
1101
|
|
|
1141
1102
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1142
1103
|
"""
|
|
1143
1104
|
|
|
1144
1105
|
:return: The class or default when not found.
|
|
1145
|
-
:rtype: typing.Any
|
|
1146
1106
|
"""
|
|
1147
1107
|
|
|
1148
1108
|
def draw(self, context) -> None:
|
|
@@ -1151,24 +1111,24 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(_bpy_types.Menu):
|
|
|
1151
1111
|
:param context:
|
|
1152
1112
|
"""
|
|
1153
1113
|
|
|
1154
|
-
class
|
|
1155
|
-
|
|
1114
|
+
class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
|
|
1115
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1116
|
+
|
|
1156
1117
|
bl_label: typing.Any
|
|
1157
1118
|
bl_rna: typing.Any
|
|
1158
1119
|
id_data: typing.Any
|
|
1120
|
+
menu_path: typing.Any
|
|
1159
1121
|
|
|
1160
1122
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1161
1123
|
"""
|
|
1162
1124
|
|
|
1163
1125
|
:return: The RNA type or default when not found.
|
|
1164
|
-
:rtype: bpy.types.Struct
|
|
1165
1126
|
"""
|
|
1166
1127
|
|
|
1167
1128
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1168
1129
|
"""
|
|
1169
1130
|
|
|
1170
1131
|
:return: The class or default when not found.
|
|
1171
|
-
:rtype: typing.Any
|
|
1172
1132
|
"""
|
|
1173
1133
|
|
|
1174
1134
|
def draw(self, _context) -> None:
|
|
@@ -1177,50 +1137,50 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(_bpy_types.Menu):
|
|
|
1177
1137
|
:param _context:
|
|
1178
1138
|
"""
|
|
1179
1139
|
|
|
1180
|
-
class
|
|
1181
|
-
|
|
1140
|
+
class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
|
|
1141
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1142
|
+
|
|
1182
1143
|
bl_label: typing.Any
|
|
1183
1144
|
bl_rna: typing.Any
|
|
1184
1145
|
id_data: typing.Any
|
|
1146
|
+
menu_path: typing.Any
|
|
1185
1147
|
|
|
1186
1148
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1187
1149
|
"""
|
|
1188
1150
|
|
|
1189
1151
|
:return: The RNA type or default when not found.
|
|
1190
|
-
:rtype: bpy.types.Struct
|
|
1191
1152
|
"""
|
|
1192
1153
|
|
|
1193
1154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1194
1155
|
"""
|
|
1195
1156
|
|
|
1196
1157
|
:return: The class or default when not found.
|
|
1197
|
-
:rtype: typing.Any
|
|
1198
1158
|
"""
|
|
1199
1159
|
|
|
1200
|
-
def draw(self,
|
|
1160
|
+
def draw(self, _context) -> None:
|
|
1201
1161
|
"""
|
|
1202
1162
|
|
|
1203
|
-
:param
|
|
1163
|
+
:param _context:
|
|
1204
1164
|
"""
|
|
1205
1165
|
|
|
1206
|
-
class
|
|
1207
|
-
|
|
1166
|
+
class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
1167
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1168
|
+
|
|
1208
1169
|
bl_label: typing.Any
|
|
1209
1170
|
bl_rna: typing.Any
|
|
1210
1171
|
id_data: typing.Any
|
|
1172
|
+
menu_path: typing.Any
|
|
1211
1173
|
|
|
1212
1174
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1213
1175
|
"""
|
|
1214
1176
|
|
|
1215
1177
|
:return: The RNA type or default when not found.
|
|
1216
|
-
:rtype: bpy.types.Struct
|
|
1217
1178
|
"""
|
|
1218
1179
|
|
|
1219
1180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1220
1181
|
"""
|
|
1221
1182
|
|
|
1222
1183
|
:return: The class or default when not found.
|
|
1223
|
-
:rtype: typing.Any
|
|
1224
1184
|
"""
|
|
1225
1185
|
|
|
1226
1186
|
def draw(self, context) -> None:
|
|
@@ -1229,258 +1189,258 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(_bpy_types.Menu):
|
|
|
1229
1189
|
:param context:
|
|
1230
1190
|
"""
|
|
1231
1191
|
|
|
1232
|
-
class
|
|
1233
|
-
|
|
1192
|
+
class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
|
|
1193
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1194
|
+
|
|
1234
1195
|
bl_label: typing.Any
|
|
1235
1196
|
bl_rna: typing.Any
|
|
1236
1197
|
id_data: typing.Any
|
|
1198
|
+
menu_path: typing.Any
|
|
1237
1199
|
|
|
1238
1200
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1239
1201
|
"""
|
|
1240
1202
|
|
|
1241
1203
|
:return: The RNA type or default when not found.
|
|
1242
|
-
:rtype: bpy.types.Struct
|
|
1243
1204
|
"""
|
|
1244
1205
|
|
|
1245
1206
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1246
1207
|
"""
|
|
1247
1208
|
|
|
1248
1209
|
:return: The class or default when not found.
|
|
1249
|
-
:rtype: typing.Any
|
|
1250
1210
|
"""
|
|
1251
1211
|
|
|
1252
|
-
def draw(self,
|
|
1212
|
+
def draw(self, _context) -> None:
|
|
1253
1213
|
"""
|
|
1254
1214
|
|
|
1255
|
-
:param
|
|
1215
|
+
:param _context:
|
|
1256
1216
|
"""
|
|
1257
1217
|
|
|
1258
|
-
class
|
|
1259
|
-
|
|
1218
|
+
class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
|
|
1219
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1220
|
+
|
|
1260
1221
|
bl_label: typing.Any
|
|
1261
1222
|
bl_rna: typing.Any
|
|
1262
1223
|
id_data: typing.Any
|
|
1224
|
+
menu_path: typing.Any
|
|
1263
1225
|
|
|
1264
1226
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1265
1227
|
"""
|
|
1266
1228
|
|
|
1267
1229
|
:return: The RNA type or default when not found.
|
|
1268
|
-
:rtype: bpy.types.Struct
|
|
1269
1230
|
"""
|
|
1270
1231
|
|
|
1271
1232
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1272
1233
|
"""
|
|
1273
1234
|
|
|
1274
1235
|
:return: The class or default when not found.
|
|
1275
|
-
:rtype: typing.Any
|
|
1276
1236
|
"""
|
|
1277
1237
|
|
|
1278
|
-
def draw(self,
|
|
1238
|
+
def draw(self, _context) -> None:
|
|
1279
1239
|
"""
|
|
1280
1240
|
|
|
1281
|
-
:param
|
|
1241
|
+
:param _context:
|
|
1282
1242
|
"""
|
|
1283
1243
|
|
|
1284
|
-
class
|
|
1285
|
-
|
|
1244
|
+
class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
|
|
1245
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1246
|
+
|
|
1286
1247
|
bl_label: typing.Any
|
|
1287
1248
|
bl_rna: typing.Any
|
|
1288
1249
|
id_data: typing.Any
|
|
1250
|
+
menu_path: typing.Any
|
|
1289
1251
|
|
|
1290
1252
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1291
1253
|
"""
|
|
1292
1254
|
|
|
1293
1255
|
:return: The RNA type or default when not found.
|
|
1294
|
-
:rtype: bpy.types.Struct
|
|
1295
1256
|
"""
|
|
1296
1257
|
|
|
1297
1258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1298
1259
|
"""
|
|
1299
1260
|
|
|
1300
1261
|
:return: The class or default when not found.
|
|
1301
|
-
:rtype: typing.Any
|
|
1302
1262
|
"""
|
|
1303
1263
|
|
|
1304
|
-
def draw(self,
|
|
1264
|
+
def draw(self, _context) -> None:
|
|
1305
1265
|
"""
|
|
1306
1266
|
|
|
1307
|
-
:param
|
|
1267
|
+
:param _context:
|
|
1308
1268
|
"""
|
|
1309
1269
|
|
|
1310
|
-
class
|
|
1311
|
-
|
|
1270
|
+
class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
1271
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1272
|
+
|
|
1312
1273
|
bl_label: typing.Any
|
|
1313
1274
|
bl_rna: typing.Any
|
|
1314
1275
|
id_data: typing.Any
|
|
1276
|
+
menu_path: typing.Any
|
|
1315
1277
|
|
|
1316
1278
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1317
1279
|
"""
|
|
1318
1280
|
|
|
1319
1281
|
:return: The RNA type or default when not found.
|
|
1320
|
-
:rtype: bpy.types.Struct
|
|
1321
1282
|
"""
|
|
1322
1283
|
|
|
1323
1284
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1324
1285
|
"""
|
|
1325
1286
|
|
|
1326
1287
|
:return: The class or default when not found.
|
|
1327
|
-
:rtype: typing.Any
|
|
1328
1288
|
"""
|
|
1329
1289
|
|
|
1330
|
-
def draw(self,
|
|
1290
|
+
def draw(self, context) -> None:
|
|
1331
1291
|
"""
|
|
1332
1292
|
|
|
1333
|
-
:param
|
|
1293
|
+
:param context:
|
|
1334
1294
|
"""
|
|
1335
1295
|
|
|
1336
|
-
class
|
|
1337
|
-
|
|
1296
|
+
class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
|
|
1297
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1298
|
+
|
|
1338
1299
|
bl_label: typing.Any
|
|
1339
1300
|
bl_rna: typing.Any
|
|
1301
|
+
bl_translation_context: typing.Any
|
|
1340
1302
|
id_data: typing.Any
|
|
1341
1303
|
|
|
1342
1304
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1343
1305
|
"""
|
|
1344
1306
|
|
|
1345
1307
|
:return: The RNA type or default when not found.
|
|
1346
|
-
:rtype: bpy.types.Struct
|
|
1347
1308
|
"""
|
|
1348
1309
|
|
|
1349
1310
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1350
1311
|
"""
|
|
1351
1312
|
|
|
1352
1313
|
:return: The class or default when not found.
|
|
1353
|
-
:rtype: typing.Any
|
|
1354
1314
|
"""
|
|
1355
1315
|
|
|
1356
|
-
def draw(self,
|
|
1316
|
+
def draw(self, context) -> None:
|
|
1357
1317
|
"""
|
|
1358
1318
|
|
|
1359
|
-
:param
|
|
1319
|
+
:param context:
|
|
1360
1320
|
"""
|
|
1361
1321
|
|
|
1362
|
-
class
|
|
1363
|
-
|
|
1322
|
+
class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
1323
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1324
|
+
|
|
1364
1325
|
bl_label: typing.Any
|
|
1365
1326
|
bl_rna: typing.Any
|
|
1366
1327
|
id_data: typing.Any
|
|
1328
|
+
menu_path: typing.Any
|
|
1367
1329
|
|
|
1368
1330
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1369
1331
|
"""
|
|
1370
1332
|
|
|
1371
1333
|
:return: The RNA type or default when not found.
|
|
1372
|
-
:rtype: bpy.types.Struct
|
|
1373
1334
|
"""
|
|
1374
1335
|
|
|
1375
1336
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1376
1337
|
"""
|
|
1377
1338
|
|
|
1378
1339
|
:return: The class or default when not found.
|
|
1379
|
-
:rtype: typing.Any
|
|
1380
1340
|
"""
|
|
1381
1341
|
|
|
1382
|
-
def draw(self,
|
|
1342
|
+
def draw(self, context) -> None:
|
|
1383
1343
|
"""
|
|
1384
1344
|
|
|
1385
|
-
:param
|
|
1345
|
+
:param context:
|
|
1386
1346
|
"""
|
|
1387
1347
|
|
|
1388
|
-
class
|
|
1389
|
-
|
|
1348
|
+
class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
1349
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1350
|
+
|
|
1390
1351
|
bl_label: typing.Any
|
|
1391
1352
|
bl_rna: typing.Any
|
|
1392
1353
|
id_data: typing.Any
|
|
1354
|
+
menu_path: typing.Any
|
|
1393
1355
|
|
|
1394
1356
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1395
1357
|
"""
|
|
1396
1358
|
|
|
1397
1359
|
:return: The RNA type or default when not found.
|
|
1398
|
-
:rtype: bpy.types.Struct
|
|
1399
1360
|
"""
|
|
1400
1361
|
|
|
1401
1362
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1402
1363
|
"""
|
|
1403
1364
|
|
|
1404
1365
|
:return: The class or default when not found.
|
|
1405
|
-
:rtype: typing.Any
|
|
1406
1366
|
"""
|
|
1407
1367
|
|
|
1408
|
-
def draw(self,
|
|
1368
|
+
def draw(self, context) -> None:
|
|
1409
1369
|
"""
|
|
1410
1370
|
|
|
1411
|
-
:param
|
|
1371
|
+
:param context:
|
|
1412
1372
|
"""
|
|
1413
1373
|
|
|
1414
|
-
class
|
|
1415
|
-
|
|
1374
|
+
class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
1375
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1376
|
+
|
|
1416
1377
|
bl_label: typing.Any
|
|
1417
1378
|
bl_rna: typing.Any
|
|
1418
1379
|
id_data: typing.Any
|
|
1380
|
+
menu_path: typing.Any
|
|
1419
1381
|
|
|
1420
1382
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1421
1383
|
"""
|
|
1422
1384
|
|
|
1423
1385
|
:return: The RNA type or default when not found.
|
|
1424
|
-
:rtype: bpy.types.Struct
|
|
1425
1386
|
"""
|
|
1426
1387
|
|
|
1427
1388
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1428
1389
|
"""
|
|
1429
1390
|
|
|
1430
1391
|
:return: The class or default when not found.
|
|
1431
|
-
:rtype: typing.Any
|
|
1432
1392
|
"""
|
|
1433
1393
|
|
|
1434
|
-
def draw(self,
|
|
1394
|
+
def draw(self, context) -> None:
|
|
1435
1395
|
"""
|
|
1436
1396
|
|
|
1437
|
-
:param
|
|
1397
|
+
:param context:
|
|
1438
1398
|
"""
|
|
1439
1399
|
|
|
1440
|
-
class
|
|
1441
|
-
|
|
1400
|
+
class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
1401
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1402
|
+
|
|
1442
1403
|
bl_label: typing.Any
|
|
1443
1404
|
bl_rna: typing.Any
|
|
1444
1405
|
id_data: typing.Any
|
|
1406
|
+
menu_path: typing.Any
|
|
1445
1407
|
|
|
1446
1408
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1447
1409
|
"""
|
|
1448
1410
|
|
|
1449
1411
|
:return: The RNA type or default when not found.
|
|
1450
|
-
:rtype: bpy.types.Struct
|
|
1451
1412
|
"""
|
|
1452
1413
|
|
|
1453
1414
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1454
1415
|
"""
|
|
1455
1416
|
|
|
1456
1417
|
:return: The class or default when not found.
|
|
1457
|
-
:rtype: typing.Any
|
|
1458
1418
|
"""
|
|
1459
1419
|
|
|
1460
|
-
def draw(self,
|
|
1420
|
+
def draw(self, context) -> None:
|
|
1461
1421
|
"""
|
|
1462
1422
|
|
|
1463
|
-
:param
|
|
1423
|
+
:param context:
|
|
1464
1424
|
"""
|
|
1465
1425
|
|
|
1466
|
-
class
|
|
1467
|
-
|
|
1426
|
+
class NODE_MT_gn_volume_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
1427
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1428
|
+
|
|
1468
1429
|
bl_label: typing.Any
|
|
1469
1430
|
bl_rna: typing.Any
|
|
1470
1431
|
id_data: typing.Any
|
|
1432
|
+
menu_path: typing.Any
|
|
1471
1433
|
|
|
1472
1434
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1473
1435
|
"""
|
|
1474
1436
|
|
|
1475
1437
|
:return: The RNA type or default when not found.
|
|
1476
|
-
:rtype: bpy.types.Struct
|
|
1477
1438
|
"""
|
|
1478
1439
|
|
|
1479
1440
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1480
1441
|
"""
|
|
1481
1442
|
|
|
1482
1443
|
:return: The class or default when not found.
|
|
1483
|
-
:rtype: typing.Any
|
|
1484
1444
|
"""
|
|
1485
1445
|
|
|
1486
1446
|
def draw(self, context) -> None:
|