fake-bpy-module 20250828__py3-none-any.whl → 20260119__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-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.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-20260119.dist-info}/WHEEL +0 -0
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -3,15 +3,19 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import _bpy_types
|
|
6
|
+
import bl_ui.node_add_menu
|
|
6
7
|
import bl_ui.properties_grease_pencil_common
|
|
7
8
|
import bl_ui.space_toolsystem_common
|
|
8
9
|
import bl_ui.utils
|
|
9
10
|
import bpy.types
|
|
11
|
+
import rna_prop_ui
|
|
10
12
|
|
|
11
13
|
class NODE_AST_compositor(_bpy_types.AssetShelf):
|
|
14
|
+
bl_options: typing.Any
|
|
12
15
|
bl_region_type: typing.Any
|
|
13
16
|
bl_rna: typing.Any
|
|
14
17
|
bl_space_type: typing.Any
|
|
18
|
+
filter_node_tree: typing.Any
|
|
15
19
|
id_data: typing.Any
|
|
16
20
|
|
|
17
21
|
@classmethod
|
|
@@ -25,14 +29,12 @@ class NODE_AST_compositor(_bpy_types.AssetShelf):
|
|
|
25
29
|
"""
|
|
26
30
|
|
|
27
31
|
:return: The RNA type or default when not found.
|
|
28
|
-
:rtype: bpy.types.Struct
|
|
29
32
|
"""
|
|
30
33
|
|
|
31
34
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
32
35
|
"""
|
|
33
36
|
|
|
34
37
|
:return: The class or default when not found.
|
|
35
|
-
:rtype: typing.Any
|
|
36
38
|
"""
|
|
37
39
|
|
|
38
40
|
@classmethod
|
|
@@ -51,14 +53,12 @@ class NODE_HT_header(_bpy_types.Header):
|
|
|
51
53
|
"""
|
|
52
54
|
|
|
53
55
|
:return: The RNA type or default when not found.
|
|
54
|
-
:rtype: bpy.types.Struct
|
|
55
56
|
"""
|
|
56
57
|
|
|
57
58
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
58
59
|
"""
|
|
59
60
|
|
|
60
61
|
:return: The class or default when not found.
|
|
61
|
-
:rtype: typing.Any
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
64
|
def draw(self, context) -> None:
|
|
@@ -67,26 +67,32 @@ class NODE_HT_header(_bpy_types.Header):
|
|
|
67
67
|
:param context:
|
|
68
68
|
"""
|
|
69
69
|
|
|
70
|
-
class NODE_MT_add(
|
|
70
|
+
class NODE_MT_add(bl_ui.node_add_menu.AddNodeMenu):
|
|
71
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
72
|
+
|
|
71
73
|
bl_label: typing.Any
|
|
72
74
|
bl_options: typing.Any
|
|
73
75
|
bl_rna: typing.Any
|
|
74
76
|
bl_space_type: typing.Any
|
|
75
77
|
bl_translation_context: typing.Any
|
|
78
|
+
draw_assets: typing.Any
|
|
76
79
|
id_data: typing.Any
|
|
80
|
+
main_operator_id: typing.Any
|
|
81
|
+
new_empty_group_operator_id: typing.Any
|
|
82
|
+
root_asset_menu: typing.Any
|
|
83
|
+
use_transform: typing.Any
|
|
84
|
+
zone_operator_id: typing.Any
|
|
77
85
|
|
|
78
86
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
79
87
|
"""
|
|
80
88
|
|
|
81
89
|
:return: The RNA type or default when not found.
|
|
82
|
-
:rtype: bpy.types.Struct
|
|
83
90
|
"""
|
|
84
91
|
|
|
85
92
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
86
93
|
"""
|
|
87
94
|
|
|
88
95
|
:return: The class or default when not found.
|
|
89
|
-
:rtype: typing.Any
|
|
90
96
|
"""
|
|
91
97
|
|
|
92
98
|
def draw(self, context) -> None:
|
|
@@ -104,14 +110,12 @@ class NODE_MT_context_menu(_bpy_types.Menu):
|
|
|
104
110
|
"""
|
|
105
111
|
|
|
106
112
|
:return: The RNA type or default when not found.
|
|
107
|
-
:rtype: bpy.types.Struct
|
|
108
113
|
"""
|
|
109
114
|
|
|
110
115
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
111
116
|
"""
|
|
112
117
|
|
|
113
118
|
:return: The class or default when not found.
|
|
114
|
-
:rtype: typing.Any
|
|
115
119
|
"""
|
|
116
120
|
|
|
117
121
|
def draw(self, context) -> None:
|
|
@@ -129,14 +133,12 @@ class NODE_MT_context_menu_select_menu(_bpy_types.Menu):
|
|
|
129
133
|
"""
|
|
130
134
|
|
|
131
135
|
:return: The RNA type or default when not found.
|
|
132
|
-
:rtype: bpy.types.Struct
|
|
133
136
|
"""
|
|
134
137
|
|
|
135
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
136
139
|
"""
|
|
137
140
|
|
|
138
141
|
:return: The class or default when not found.
|
|
139
|
-
:rtype: typing.Any
|
|
140
142
|
"""
|
|
141
143
|
|
|
142
144
|
def draw(self, context) -> None:
|
|
@@ -154,14 +156,12 @@ class NODE_MT_context_menu_show_hide_menu(_bpy_types.Menu):
|
|
|
154
156
|
"""
|
|
155
157
|
|
|
156
158
|
:return: The RNA type or default when not found.
|
|
157
|
-
:rtype: bpy.types.Struct
|
|
158
159
|
"""
|
|
159
160
|
|
|
160
161
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
161
162
|
"""
|
|
162
163
|
|
|
163
164
|
:return: The class or default when not found.
|
|
164
|
-
:rtype: typing.Any
|
|
165
165
|
"""
|
|
166
166
|
|
|
167
167
|
def draw(self, context) -> None:
|
|
@@ -180,14 +180,12 @@ class NODE_MT_editor_menus(_bpy_types.Menu):
|
|
|
180
180
|
"""
|
|
181
181
|
|
|
182
182
|
:return: The RNA type or default when not found.
|
|
183
|
-
:rtype: bpy.types.Struct
|
|
184
183
|
"""
|
|
185
184
|
|
|
186
185
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
187
186
|
"""
|
|
188
187
|
|
|
189
188
|
:return: The class or default when not found.
|
|
190
|
-
:rtype: typing.Any
|
|
191
189
|
"""
|
|
192
190
|
|
|
193
191
|
def draw(self, _context) -> None:
|
|
@@ -205,14 +203,12 @@ class NODE_MT_node(_bpy_types.Menu):
|
|
|
205
203
|
"""
|
|
206
204
|
|
|
207
205
|
:return: The RNA type or default when not found.
|
|
208
|
-
:rtype: bpy.types.Struct
|
|
209
206
|
"""
|
|
210
207
|
|
|
211
208
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
212
209
|
"""
|
|
213
210
|
|
|
214
211
|
:return: The class or default when not found.
|
|
215
|
-
:rtype: typing.Any
|
|
216
212
|
"""
|
|
217
213
|
|
|
218
214
|
def draw(self, context) -> None:
|
|
@@ -230,14 +226,12 @@ class NODE_MT_node_color_context_menu(_bpy_types.Menu):
|
|
|
230
226
|
"""
|
|
231
227
|
|
|
232
228
|
:return: The RNA type or default when not found.
|
|
233
|
-
:rtype: bpy.types.Struct
|
|
234
229
|
"""
|
|
235
230
|
|
|
236
231
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
237
232
|
"""
|
|
238
233
|
|
|
239
234
|
:return: The class or default when not found.
|
|
240
|
-
:rtype: typing.Any
|
|
241
235
|
"""
|
|
242
236
|
|
|
243
237
|
def draw(self, _context) -> None:
|
|
@@ -255,14 +249,35 @@ class NODE_MT_node_tree_interface_context_menu(_bpy_types.Menu):
|
|
|
255
249
|
"""
|
|
256
250
|
|
|
257
251
|
:return: The RNA type or default when not found.
|
|
258
|
-
:rtype: bpy.types.Struct
|
|
259
252
|
"""
|
|
260
253
|
|
|
261
254
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
262
255
|
"""
|
|
263
256
|
|
|
264
257
|
:return: The class or default when not found.
|
|
265
|
-
|
|
258
|
+
"""
|
|
259
|
+
|
|
260
|
+
def draw(self, context) -> None:
|
|
261
|
+
"""
|
|
262
|
+
|
|
263
|
+
:param context:
|
|
264
|
+
"""
|
|
265
|
+
|
|
266
|
+
class NODE_MT_node_tree_interface_new_item(_bpy_types.Menu):
|
|
267
|
+
bl_label: typing.Any
|
|
268
|
+
bl_rna: typing.Any
|
|
269
|
+
id_data: typing.Any
|
|
270
|
+
|
|
271
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
272
|
+
"""
|
|
273
|
+
|
|
274
|
+
:return: The RNA type or default when not found.
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
278
|
+
"""
|
|
279
|
+
|
|
280
|
+
:return: The class or default when not found.
|
|
266
281
|
"""
|
|
267
282
|
|
|
268
283
|
def draw(self, context) -> None:
|
|
@@ -280,14 +295,12 @@ class NODE_MT_select(_bpy_types.Menu):
|
|
|
280
295
|
"""
|
|
281
296
|
|
|
282
297
|
:return: The RNA type or default when not found.
|
|
283
|
-
:rtype: bpy.types.Struct
|
|
284
298
|
"""
|
|
285
299
|
|
|
286
300
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
287
301
|
"""
|
|
288
302
|
|
|
289
303
|
:return: The class or default when not found.
|
|
290
|
-
:rtype: typing.Any
|
|
291
304
|
"""
|
|
292
305
|
|
|
293
306
|
def draw(self, _context) -> None:
|
|
@@ -296,6 +309,39 @@ class NODE_MT_select(_bpy_types.Menu):
|
|
|
296
309
|
:param _context:
|
|
297
310
|
"""
|
|
298
311
|
|
|
312
|
+
class NODE_MT_swap(bl_ui.node_add_menu.SwapNodeMenu):
|
|
313
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
314
|
+
|
|
315
|
+
bl_label: typing.Any
|
|
316
|
+
bl_options: typing.Any
|
|
317
|
+
bl_rna: typing.Any
|
|
318
|
+
bl_space_type: typing.Any
|
|
319
|
+
bl_translation_context: typing.Any
|
|
320
|
+
draw_assets: typing.Any
|
|
321
|
+
id_data: typing.Any
|
|
322
|
+
main_operator_id: typing.Any
|
|
323
|
+
new_empty_group_operator_id: typing.Any
|
|
324
|
+
root_asset_menu: typing.Any
|
|
325
|
+
zone_operator_id: typing.Any
|
|
326
|
+
|
|
327
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
328
|
+
"""
|
|
329
|
+
|
|
330
|
+
:return: The RNA type or default when not found.
|
|
331
|
+
"""
|
|
332
|
+
|
|
333
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
334
|
+
"""
|
|
335
|
+
|
|
336
|
+
:return: The class or default when not found.
|
|
337
|
+
"""
|
|
338
|
+
|
|
339
|
+
def draw(self, context) -> None:
|
|
340
|
+
"""
|
|
341
|
+
|
|
342
|
+
:param context:
|
|
343
|
+
"""
|
|
344
|
+
|
|
299
345
|
class NODE_MT_view(_bpy_types.Menu):
|
|
300
346
|
bl_label: typing.Any
|
|
301
347
|
bl_rna: typing.Any
|
|
@@ -305,14 +351,12 @@ class NODE_MT_view(_bpy_types.Menu):
|
|
|
305
351
|
"""
|
|
306
352
|
|
|
307
353
|
:return: The RNA type or default when not found.
|
|
308
|
-
:rtype: bpy.types.Struct
|
|
309
354
|
"""
|
|
310
355
|
|
|
311
356
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
312
357
|
"""
|
|
313
358
|
|
|
314
359
|
:return: The class or default when not found.
|
|
315
|
-
:rtype: typing.Any
|
|
316
360
|
"""
|
|
317
361
|
|
|
318
362
|
def draw(self, context) -> None:
|
|
@@ -330,14 +374,12 @@ class NODE_MT_view_pie(_bpy_types.Menu):
|
|
|
330
374
|
"""
|
|
331
375
|
|
|
332
376
|
:return: The RNA type or default when not found.
|
|
333
|
-
:rtype: bpy.types.Struct
|
|
334
377
|
"""
|
|
335
378
|
|
|
336
379
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
337
380
|
"""
|
|
338
381
|
|
|
339
382
|
:return: The class or default when not found.
|
|
340
|
-
:rtype: typing.Any
|
|
341
383
|
"""
|
|
342
384
|
|
|
343
385
|
def draw(self, _context) -> None:
|
|
@@ -360,14 +402,12 @@ class NODE_PT_active_node_color(_bpy_types.Panel):
|
|
|
360
402
|
"""
|
|
361
403
|
|
|
362
404
|
:return: The RNA type or default when not found.
|
|
363
|
-
:rtype: bpy.types.Struct
|
|
364
405
|
"""
|
|
365
406
|
|
|
366
407
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
367
408
|
"""
|
|
368
409
|
|
|
369
410
|
:return: The class or default when not found.
|
|
370
|
-
:rtype: typing.Any
|
|
371
411
|
"""
|
|
372
412
|
|
|
373
413
|
def draw(self, context) -> None:
|
|
@@ -395,6 +435,34 @@ class NODE_PT_active_node_color(_bpy_types.Panel):
|
|
|
395
435
|
:param context:
|
|
396
436
|
"""
|
|
397
437
|
|
|
438
|
+
class NODE_PT_active_node_custom_properties(
|
|
439
|
+
rna_prop_ui.PropertyPanel, _bpy_types.Panel
|
|
440
|
+
):
|
|
441
|
+
"""The subclass should have its own poll function
|
|
442
|
+
and the variable _context_path MUST be set.
|
|
443
|
+
"""
|
|
444
|
+
|
|
445
|
+
bl_category: typing.Any
|
|
446
|
+
bl_label: typing.Any
|
|
447
|
+
bl_options: typing.Any
|
|
448
|
+
bl_order: typing.Any
|
|
449
|
+
bl_region_type: typing.Any
|
|
450
|
+
bl_rna: typing.Any
|
|
451
|
+
bl_space_type: typing.Any
|
|
452
|
+
id_data: typing.Any
|
|
453
|
+
|
|
454
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
455
|
+
"""
|
|
456
|
+
|
|
457
|
+
:return: The RNA type or default when not found.
|
|
458
|
+
"""
|
|
459
|
+
|
|
460
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
461
|
+
"""
|
|
462
|
+
|
|
463
|
+
:return: The class or default when not found.
|
|
464
|
+
"""
|
|
465
|
+
|
|
398
466
|
class NODE_PT_active_node_generic(_bpy_types.Panel):
|
|
399
467
|
bl_category: typing.Any
|
|
400
468
|
bl_label: typing.Any
|
|
@@ -407,14 +475,12 @@ class NODE_PT_active_node_generic(_bpy_types.Panel):
|
|
|
407
475
|
"""
|
|
408
476
|
|
|
409
477
|
:return: The RNA type or default when not found.
|
|
410
|
-
:rtype: bpy.types.Struct
|
|
411
478
|
"""
|
|
412
479
|
|
|
413
480
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
414
481
|
"""
|
|
415
482
|
|
|
416
483
|
:return: The class or default when not found.
|
|
417
|
-
:rtype: typing.Any
|
|
418
484
|
"""
|
|
419
485
|
|
|
420
486
|
def draw(self, context) -> None:
|
|
@@ -442,14 +508,12 @@ class NODE_PT_active_node_properties(_bpy_types.Panel):
|
|
|
442
508
|
"""
|
|
443
509
|
|
|
444
510
|
:return: The RNA type or default when not found.
|
|
445
|
-
:rtype: bpy.types.Struct
|
|
446
511
|
"""
|
|
447
512
|
|
|
448
513
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
449
514
|
"""
|
|
450
515
|
|
|
451
516
|
:return: The class or default when not found.
|
|
452
|
-
:rtype: typing.Any
|
|
453
517
|
"""
|
|
454
518
|
|
|
455
519
|
def draw(self, context) -> None:
|
|
@@ -479,14 +543,12 @@ class NODE_PT_active_tool(
|
|
|
479
543
|
"""
|
|
480
544
|
|
|
481
545
|
:return: The RNA type or default when not found.
|
|
482
|
-
:rtype: bpy.types.Struct
|
|
483
546
|
"""
|
|
484
547
|
|
|
485
548
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
486
549
|
"""
|
|
487
550
|
|
|
488
551
|
:return: The class or default when not found.
|
|
489
|
-
:rtype: typing.Any
|
|
490
552
|
"""
|
|
491
553
|
|
|
492
554
|
class NODE_PT_annotation(
|
|
@@ -504,14 +566,12 @@ class NODE_PT_annotation(
|
|
|
504
566
|
"""
|
|
505
567
|
|
|
506
568
|
:return: The RNA type or default when not found.
|
|
507
|
-
:rtype: bpy.types.Struct
|
|
508
569
|
"""
|
|
509
570
|
|
|
510
571
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
511
572
|
"""
|
|
512
573
|
|
|
513
574
|
:return: The class or default when not found.
|
|
514
|
-
:rtype: typing.Any
|
|
515
575
|
"""
|
|
516
576
|
|
|
517
577
|
@classmethod
|
|
@@ -533,14 +593,12 @@ class NODE_PT_backdrop(_bpy_types.Panel):
|
|
|
533
593
|
"""
|
|
534
594
|
|
|
535
595
|
:return: The RNA type or default when not found.
|
|
536
|
-
:rtype: bpy.types.Struct
|
|
537
596
|
"""
|
|
538
597
|
|
|
539
598
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
540
599
|
"""
|
|
541
600
|
|
|
542
601
|
:return: The class or default when not found.
|
|
543
|
-
:rtype: typing.Any
|
|
544
602
|
"""
|
|
545
603
|
|
|
546
604
|
def draw(self, context) -> None:
|
|
@@ -574,14 +632,12 @@ class NODE_PT_geometry_node_tool_mode(_bpy_types.Panel):
|
|
|
574
632
|
"""
|
|
575
633
|
|
|
576
634
|
:return: The RNA type or default when not found.
|
|
577
|
-
:rtype: bpy.types.Struct
|
|
578
635
|
"""
|
|
579
636
|
|
|
580
637
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
581
638
|
"""
|
|
582
639
|
|
|
583
640
|
:return: The class or default when not found.
|
|
584
|
-
:rtype: typing.Any
|
|
585
641
|
"""
|
|
586
642
|
|
|
587
643
|
def draw(self, context) -> None:
|
|
@@ -602,14 +658,12 @@ class NODE_PT_geometry_node_tool_object_types(_bpy_types.Panel):
|
|
|
602
658
|
"""
|
|
603
659
|
|
|
604
660
|
:return: The RNA type or default when not found.
|
|
605
|
-
:rtype: bpy.types.Struct
|
|
606
661
|
"""
|
|
607
662
|
|
|
608
663
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
609
664
|
"""
|
|
610
665
|
|
|
611
666
|
:return: The class or default when not found.
|
|
612
|
-
:rtype: typing.Any
|
|
613
667
|
"""
|
|
614
668
|
|
|
615
669
|
def draw(self, context) -> None:
|
|
@@ -630,14 +684,12 @@ class NODE_PT_geometry_node_tool_options(_bpy_types.Panel):
|
|
|
630
684
|
"""
|
|
631
685
|
|
|
632
686
|
:return: The RNA type or default when not found.
|
|
633
|
-
:rtype: bpy.types.Struct
|
|
634
687
|
"""
|
|
635
688
|
|
|
636
689
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
637
690
|
"""
|
|
638
691
|
|
|
639
692
|
:return: The class or default when not found.
|
|
640
|
-
:rtype: typing.Any
|
|
641
693
|
"""
|
|
642
694
|
|
|
643
695
|
def draw(self, context) -> None:
|
|
@@ -658,14 +710,12 @@ class NODE_PT_gizmo_display(_bpy_types.Panel):
|
|
|
658
710
|
"""
|
|
659
711
|
|
|
660
712
|
:return: The RNA type or default when not found.
|
|
661
|
-
:rtype: bpy.types.Struct
|
|
662
713
|
"""
|
|
663
714
|
|
|
664
715
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
665
716
|
"""
|
|
666
717
|
|
|
667
718
|
:return: The class or default when not found.
|
|
668
|
-
:rtype: typing.Any
|
|
669
719
|
"""
|
|
670
720
|
|
|
671
721
|
def draw(self, context) -> None:
|
|
@@ -686,14 +736,12 @@ class NODE_PT_material_slots(_bpy_types.Panel):
|
|
|
686
736
|
"""
|
|
687
737
|
|
|
688
738
|
:return: The RNA type or default when not found.
|
|
689
|
-
:rtype: bpy.types.Struct
|
|
690
739
|
"""
|
|
691
740
|
|
|
692
741
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
693
742
|
"""
|
|
694
743
|
|
|
695
744
|
:return: The class or default when not found.
|
|
696
|
-
:rtype: typing.Any
|
|
697
745
|
"""
|
|
698
746
|
|
|
699
747
|
def draw(self, context) -> None:
|
|
@@ -724,20 +772,19 @@ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
|
724
772
|
"""
|
|
725
773
|
|
|
726
774
|
:return: The RNA type or default when not found.
|
|
727
|
-
:rtype: bpy.types.Struct
|
|
728
775
|
"""
|
|
729
776
|
|
|
730
777
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
731
778
|
"""
|
|
732
779
|
|
|
733
780
|
:return: The class or default when not found.
|
|
734
|
-
:rtype: typing.Any
|
|
735
781
|
"""
|
|
736
782
|
|
|
737
783
|
class NODE_PT_node_tree_animation(_bpy_types.Panel):
|
|
738
784
|
bl_category: typing.Any
|
|
739
785
|
bl_label: typing.Any
|
|
740
786
|
bl_options: typing.Any
|
|
787
|
+
bl_order: typing.Any
|
|
741
788
|
bl_region_type: typing.Any
|
|
742
789
|
bl_rna: typing.Any
|
|
743
790
|
bl_space_type: typing.Any
|
|
@@ -747,85 +794,12 @@ class NODE_PT_node_tree_animation(_bpy_types.Panel):
|
|
|
747
794
|
"""
|
|
748
795
|
|
|
749
796
|
:return: The RNA type or default when not found.
|
|
750
|
-
:rtype: bpy.types.Struct
|
|
751
|
-
"""
|
|
752
|
-
|
|
753
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
754
|
-
"""
|
|
755
|
-
|
|
756
|
-
:return: The class or default when not found.
|
|
757
|
-
:rtype: typing.Any
|
|
758
|
-
"""
|
|
759
|
-
|
|
760
|
-
def draw(self, context) -> None:
|
|
761
|
-
"""
|
|
762
|
-
|
|
763
|
-
:param context:
|
|
764
|
-
"""
|
|
765
|
-
|
|
766
|
-
@classmethod
|
|
767
|
-
def poll(cls, context) -> None:
|
|
768
|
-
"""
|
|
769
|
-
|
|
770
|
-
:param context:
|
|
771
|
-
"""
|
|
772
|
-
|
|
773
|
-
class NODE_PT_node_tree_interface(_bpy_types.Panel):
|
|
774
|
-
bl_category: typing.Any
|
|
775
|
-
bl_label: typing.Any
|
|
776
|
-
bl_region_type: typing.Any
|
|
777
|
-
bl_rna: typing.Any
|
|
778
|
-
bl_space_type: typing.Any
|
|
779
|
-
id_data: typing.Any
|
|
780
|
-
|
|
781
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
782
|
-
"""
|
|
783
|
-
|
|
784
|
-
:return: The RNA type or default when not found.
|
|
785
|
-
:rtype: bpy.types.Struct
|
|
786
|
-
"""
|
|
787
|
-
|
|
788
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
789
|
-
"""
|
|
790
|
-
|
|
791
|
-
:return: The class or default when not found.
|
|
792
|
-
:rtype: typing.Any
|
|
793
|
-
"""
|
|
794
|
-
|
|
795
|
-
def draw(self, context) -> None:
|
|
796
|
-
"""
|
|
797
|
-
|
|
798
|
-
:param context:
|
|
799
|
-
"""
|
|
800
|
-
|
|
801
|
-
@classmethod
|
|
802
|
-
def poll(cls, context) -> None:
|
|
803
|
-
"""
|
|
804
|
-
|
|
805
|
-
:param context:
|
|
806
|
-
"""
|
|
807
|
-
|
|
808
|
-
class NODE_PT_node_tree_interface_panel_toggle(_bpy_types.Panel):
|
|
809
|
-
bl_category: typing.Any
|
|
810
|
-
bl_label: typing.Any
|
|
811
|
-
bl_parent_id: typing.Any
|
|
812
|
-
bl_region_type: typing.Any
|
|
813
|
-
bl_rna: typing.Any
|
|
814
|
-
bl_space_type: typing.Any
|
|
815
|
-
id_data: typing.Any
|
|
816
|
-
|
|
817
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
818
|
-
"""
|
|
819
|
-
|
|
820
|
-
:return: The RNA type or default when not found.
|
|
821
|
-
:rtype: bpy.types.Struct
|
|
822
797
|
"""
|
|
823
798
|
|
|
824
799
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
825
800
|
"""
|
|
826
801
|
|
|
827
802
|
:return: The class or default when not found.
|
|
828
|
-
:rtype: typing.Any
|
|
829
803
|
"""
|
|
830
804
|
|
|
831
805
|
def draw(self, context) -> None:
|
|
@@ -844,6 +818,7 @@ class NODE_PT_node_tree_interface_panel_toggle(_bpy_types.Panel):
|
|
|
844
818
|
class NODE_PT_node_tree_properties(_bpy_types.Panel):
|
|
845
819
|
bl_category: typing.Any
|
|
846
820
|
bl_label: typing.Any
|
|
821
|
+
bl_order: typing.Any
|
|
847
822
|
bl_region_type: typing.Any
|
|
848
823
|
bl_rna: typing.Any
|
|
849
824
|
bl_space_type: typing.Any
|
|
@@ -853,14 +828,12 @@ class NODE_PT_node_tree_properties(_bpy_types.Panel):
|
|
|
853
828
|
"""
|
|
854
829
|
|
|
855
830
|
:return: The RNA type or default when not found.
|
|
856
|
-
:rtype: bpy.types.Struct
|
|
857
831
|
"""
|
|
858
832
|
|
|
859
833
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
860
834
|
"""
|
|
861
835
|
|
|
862
836
|
:return: The class or default when not found.
|
|
863
|
-
:rtype: typing.Any
|
|
864
837
|
"""
|
|
865
838
|
|
|
866
839
|
def draw(self, context) -> None:
|
|
@@ -888,14 +861,12 @@ class NODE_PT_overlay(_bpy_types.Panel):
|
|
|
888
861
|
"""
|
|
889
862
|
|
|
890
863
|
:return: The RNA type or default when not found.
|
|
891
|
-
:rtype: bpy.types.Struct
|
|
892
864
|
"""
|
|
893
865
|
|
|
894
866
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
895
867
|
"""
|
|
896
868
|
|
|
897
869
|
:return: The class or default when not found.
|
|
898
|
-
:rtype: typing.Any
|
|
899
870
|
"""
|
|
900
871
|
|
|
901
872
|
def draw(self, context) -> None:
|
|
@@ -916,14 +887,12 @@ class NODE_PT_quality(_bpy_types.Panel):
|
|
|
916
887
|
"""
|
|
917
888
|
|
|
918
889
|
:return: The RNA type or default when not found.
|
|
919
|
-
:rtype: bpy.types.Struct
|
|
920
890
|
"""
|
|
921
891
|
|
|
922
892
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
923
893
|
"""
|
|
924
894
|
|
|
925
895
|
:return: The class or default when not found.
|
|
926
|
-
:rtype: typing.Any
|
|
927
896
|
"""
|
|
928
897
|
|
|
929
898
|
def draw(self, context) -> None:
|
|
@@ -953,14 +922,12 @@ class NODE_PT_texture_mapping(_bpy_types.Panel):
|
|
|
953
922
|
"""
|
|
954
923
|
|
|
955
924
|
:return: The RNA type or default when not found.
|
|
956
|
-
:rtype: bpy.types.Struct
|
|
957
925
|
"""
|
|
958
926
|
|
|
959
927
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
960
928
|
"""
|
|
961
929
|
|
|
962
930
|
:return: The class or default when not found.
|
|
963
|
-
:rtype: typing.Any
|
|
964
931
|
"""
|
|
965
932
|
|
|
966
933
|
def draw(self, context) -> None:
|