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
|
@@ -32,14 +32,12 @@ class DATA_PT_context_curve(CurveButtonsPanel, _bpy_types.Panel):
|
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
:return: The RNA type or default when not found.
|
|
35
|
-
:rtype: bpy.types.Struct
|
|
36
35
|
"""
|
|
37
36
|
|
|
38
37
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
39
38
|
"""
|
|
40
39
|
|
|
41
40
|
:return: The class or default when not found.
|
|
42
|
-
:rtype: typing.Any
|
|
43
41
|
"""
|
|
44
42
|
|
|
45
43
|
def draw(self, context) -> None:
|
|
@@ -71,14 +69,12 @@ class DATA_PT_curve_animation(
|
|
|
71
69
|
"""
|
|
72
70
|
|
|
73
71
|
:return: The RNA type or default when not found.
|
|
74
|
-
:rtype: bpy.types.Struct
|
|
75
72
|
"""
|
|
76
73
|
|
|
77
74
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
78
75
|
"""
|
|
79
76
|
|
|
80
77
|
:return: The class or default when not found.
|
|
81
|
-
:rtype: typing.Any
|
|
82
78
|
"""
|
|
83
79
|
|
|
84
80
|
def draw(self, context) -> None:
|
|
@@ -100,14 +96,12 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, _bpy_types.Panel):
|
|
|
100
96
|
"""
|
|
101
97
|
|
|
102
98
|
:return: The RNA type or default when not found.
|
|
103
|
-
:rtype: bpy.types.Struct
|
|
104
99
|
"""
|
|
105
100
|
|
|
106
101
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
107
102
|
"""
|
|
108
103
|
|
|
109
104
|
:return: The class or default when not found.
|
|
110
|
-
:rtype: typing.Any
|
|
111
105
|
"""
|
|
112
106
|
|
|
113
107
|
def draw(self, context) -> None:
|
|
@@ -136,14 +130,12 @@ class DATA_PT_custom_props_curve(
|
|
|
136
130
|
"""
|
|
137
131
|
|
|
138
132
|
:return: The RNA type or default when not found.
|
|
139
|
-
:rtype: bpy.types.Struct
|
|
140
133
|
"""
|
|
141
134
|
|
|
142
135
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
143
136
|
"""
|
|
144
137
|
|
|
145
138
|
:return: The class or default when not found.
|
|
146
|
-
:rtype: typing.Any
|
|
147
139
|
"""
|
|
148
140
|
|
|
149
141
|
class DATA_PT_font(CurveButtonsPanelText, _bpy_types.Panel):
|
|
@@ -159,14 +151,12 @@ class DATA_PT_font(CurveButtonsPanelText, _bpy_types.Panel):
|
|
|
159
151
|
"""
|
|
160
152
|
|
|
161
153
|
:return: The RNA type or default when not found.
|
|
162
|
-
:rtype: bpy.types.Struct
|
|
163
154
|
"""
|
|
164
155
|
|
|
165
156
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
166
157
|
"""
|
|
167
158
|
|
|
168
159
|
:return: The class or default when not found.
|
|
169
|
-
:rtype: typing.Any
|
|
170
160
|
"""
|
|
171
161
|
|
|
172
162
|
def draw(self, context) -> None:
|
|
@@ -188,14 +178,12 @@ class DATA_PT_font_transform(CurveButtonsPanelText, _bpy_types.Panel):
|
|
|
188
178
|
"""
|
|
189
179
|
|
|
190
180
|
:return: The RNA type or default when not found.
|
|
191
|
-
:rtype: bpy.types.Struct
|
|
192
181
|
"""
|
|
193
182
|
|
|
194
183
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
195
184
|
"""
|
|
196
185
|
|
|
197
186
|
:return: The class or default when not found.
|
|
198
|
-
:rtype: typing.Any
|
|
199
187
|
"""
|
|
200
188
|
|
|
201
189
|
def draw(self, context) -> None:
|
|
@@ -217,14 +205,12 @@ class DATA_PT_geometry_curve(CurveButtonsPanelCurve, _bpy_types.Panel):
|
|
|
217
205
|
"""
|
|
218
206
|
|
|
219
207
|
:return: The RNA type or default when not found.
|
|
220
|
-
:rtype: bpy.types.Struct
|
|
221
208
|
"""
|
|
222
209
|
|
|
223
210
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
224
211
|
"""
|
|
225
212
|
|
|
226
213
|
:return: The class or default when not found.
|
|
227
|
-
:rtype: typing.Any
|
|
228
214
|
"""
|
|
229
215
|
|
|
230
216
|
def draw(self, context) -> None:
|
|
@@ -253,14 +239,12 @@ class DATA_PT_geometry_curve_bevel(CurveButtonsPanelCurve, _bpy_types.Panel):
|
|
|
253
239
|
"""
|
|
254
240
|
|
|
255
241
|
:return: The RNA type or default when not found.
|
|
256
|
-
:rtype: bpy.types.Struct
|
|
257
242
|
"""
|
|
258
243
|
|
|
259
244
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
260
245
|
"""
|
|
261
246
|
|
|
262
247
|
:return: The class or default when not found.
|
|
263
|
-
:rtype: typing.Any
|
|
264
248
|
"""
|
|
265
249
|
|
|
266
250
|
def draw(self, context) -> None:
|
|
@@ -290,14 +274,12 @@ class DATA_PT_geometry_curve_start_end(CurveButtonsPanelCurve, _bpy_types.Panel)
|
|
|
290
274
|
"""
|
|
291
275
|
|
|
292
276
|
:return: The RNA type or default when not found.
|
|
293
|
-
:rtype: bpy.types.Struct
|
|
294
277
|
"""
|
|
295
278
|
|
|
296
279
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
297
280
|
"""
|
|
298
281
|
|
|
299
282
|
:return: The class or default when not found.
|
|
300
|
-
:rtype: typing.Any
|
|
301
283
|
"""
|
|
302
284
|
|
|
303
285
|
def draw(self, context) -> None:
|
|
@@ -325,14 +307,12 @@ class DATA_PT_paragraph(CurveButtonsPanelText, _bpy_types.Panel):
|
|
|
325
307
|
"""
|
|
326
308
|
|
|
327
309
|
:return: The RNA type or default when not found.
|
|
328
|
-
:rtype: bpy.types.Struct
|
|
329
310
|
"""
|
|
330
311
|
|
|
331
312
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
332
313
|
"""
|
|
333
314
|
|
|
334
315
|
:return: The class or default when not found.
|
|
335
|
-
:rtype: typing.Any
|
|
336
316
|
"""
|
|
337
317
|
|
|
338
318
|
def draw(self, context) -> None:
|
|
@@ -354,14 +334,12 @@ class DATA_PT_paragraph_alignment(CurveButtonsPanelText, _bpy_types.Panel):
|
|
|
354
334
|
"""
|
|
355
335
|
|
|
356
336
|
:return: The RNA type or default when not found.
|
|
357
|
-
:rtype: bpy.types.Struct
|
|
358
337
|
"""
|
|
359
338
|
|
|
360
339
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
361
340
|
"""
|
|
362
341
|
|
|
363
342
|
:return: The class or default when not found.
|
|
364
|
-
:rtype: typing.Any
|
|
365
343
|
"""
|
|
366
344
|
|
|
367
345
|
def draw(self, context) -> None:
|
|
@@ -383,14 +361,12 @@ class DATA_PT_paragraph_spacing(CurveButtonsPanelText, _bpy_types.Panel):
|
|
|
383
361
|
"""
|
|
384
362
|
|
|
385
363
|
:return: The RNA type or default when not found.
|
|
386
|
-
:rtype: bpy.types.Struct
|
|
387
364
|
"""
|
|
388
365
|
|
|
389
366
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
390
367
|
"""
|
|
391
368
|
|
|
392
369
|
:return: The class or default when not found.
|
|
393
|
-
:rtype: typing.Any
|
|
394
370
|
"""
|
|
395
371
|
|
|
396
372
|
def draw(self, context) -> None:
|
|
@@ -412,14 +388,12 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, _bpy_types.Panel):
|
|
|
412
388
|
"""
|
|
413
389
|
|
|
414
390
|
:return: The RNA type or default when not found.
|
|
415
|
-
:rtype: bpy.types.Struct
|
|
416
391
|
"""
|
|
417
392
|
|
|
418
393
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
419
394
|
"""
|
|
420
395
|
|
|
421
396
|
:return: The class or default when not found.
|
|
422
|
-
:rtype: typing.Any
|
|
423
397
|
"""
|
|
424
398
|
|
|
425
399
|
def draw(self, context) -> None:
|
|
@@ -446,14 +420,12 @@ class DATA_PT_shape_curve(CurveButtonsPanel, _bpy_types.Panel):
|
|
|
446
420
|
"""
|
|
447
421
|
|
|
448
422
|
:return: The RNA type or default when not found.
|
|
449
|
-
:rtype: bpy.types.Struct
|
|
450
423
|
"""
|
|
451
424
|
|
|
452
425
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
453
426
|
"""
|
|
454
427
|
|
|
455
428
|
:return: The class or default when not found.
|
|
456
|
-
:rtype: typing.Any
|
|
457
429
|
"""
|
|
458
430
|
|
|
459
431
|
def draw(self, context) -> None:
|
|
@@ -475,14 +447,12 @@ class DATA_PT_text_boxes(CurveButtonsPanelText, _bpy_types.Panel):
|
|
|
475
447
|
"""
|
|
476
448
|
|
|
477
449
|
:return: The RNA type or default when not found.
|
|
478
|
-
:rtype: bpy.types.Struct
|
|
479
450
|
"""
|
|
480
451
|
|
|
481
452
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
482
453
|
"""
|
|
483
454
|
|
|
484
455
|
:return: The class or default when not found.
|
|
485
|
-
:rtype: typing.Any
|
|
486
456
|
"""
|
|
487
457
|
|
|
488
458
|
def draw(self, context) -> None:
|
|
@@ -27,14 +27,12 @@ class CURVES_MT_add_attribute(_bpy_types.Menu):
|
|
|
27
27
|
"""
|
|
28
28
|
|
|
29
29
|
:return: The RNA type or default when not found.
|
|
30
|
-
:rtype: bpy.types.Struct
|
|
31
30
|
"""
|
|
32
31
|
|
|
33
32
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
34
33
|
"""
|
|
35
34
|
|
|
36
35
|
:return: The class or default when not found.
|
|
37
|
-
:rtype: typing.Any
|
|
38
36
|
"""
|
|
39
37
|
|
|
40
38
|
def draw(self, context) -> None:
|
|
@@ -52,14 +50,12 @@ class CURVES_MT_attribute_context_menu(_bpy_types.Menu):
|
|
|
52
50
|
"""
|
|
53
51
|
|
|
54
52
|
:return: The RNA type or default when not found.
|
|
55
|
-
:rtype: bpy.types.Struct
|
|
56
53
|
"""
|
|
57
54
|
|
|
58
55
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
59
56
|
"""
|
|
60
57
|
|
|
61
58
|
:return: The class or default when not found.
|
|
62
|
-
:rtype: typing.Any
|
|
63
59
|
"""
|
|
64
60
|
|
|
65
61
|
def draw(self, _context) -> None:
|
|
@@ -76,14 +72,12 @@ class CURVES_UL_attributes(_bpy_types.UIList):
|
|
|
76
72
|
"""
|
|
77
73
|
|
|
78
74
|
:return: The RNA type or default when not found.
|
|
79
|
-
:rtype: bpy.types.Struct
|
|
80
75
|
"""
|
|
81
76
|
|
|
82
77
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
83
78
|
"""
|
|
84
79
|
|
|
85
80
|
:return: The class or default when not found.
|
|
86
|
-
:rtype: typing.Any
|
|
87
81
|
"""
|
|
88
82
|
|
|
89
83
|
def draw_item(
|
|
@@ -130,14 +124,12 @@ class DATA_PT_CURVES_attributes(DataButtonsPanel, _bpy_types.Panel):
|
|
|
130
124
|
"""
|
|
131
125
|
|
|
132
126
|
:return: The RNA type or default when not found.
|
|
133
|
-
:rtype: bpy.types.Struct
|
|
134
127
|
"""
|
|
135
128
|
|
|
136
129
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
137
130
|
"""
|
|
138
131
|
|
|
139
132
|
:return: The class or default when not found.
|
|
140
|
-
:rtype: typing.Any
|
|
141
133
|
"""
|
|
142
134
|
|
|
143
135
|
def draw(self, context) -> None:
|
|
@@ -160,14 +152,12 @@ class DATA_PT_context_curves(DataButtonsPanel, _bpy_types.Panel):
|
|
|
160
152
|
"""
|
|
161
153
|
|
|
162
154
|
:return: The RNA type or default when not found.
|
|
163
|
-
:rtype: bpy.types.Struct
|
|
164
155
|
"""
|
|
165
156
|
|
|
166
157
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
167
158
|
"""
|
|
168
159
|
|
|
169
160
|
:return: The class or default when not found.
|
|
170
|
-
:rtype: typing.Any
|
|
171
161
|
"""
|
|
172
162
|
|
|
173
163
|
def draw(self, context) -> None:
|
|
@@ -200,14 +190,12 @@ class DATA_PT_curves_animation(
|
|
|
200
190
|
"""
|
|
201
191
|
|
|
202
192
|
:return: The RNA type or default when not found.
|
|
203
|
-
:rtype: bpy.types.Struct
|
|
204
193
|
"""
|
|
205
194
|
|
|
206
195
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
207
196
|
"""
|
|
208
197
|
|
|
209
198
|
:return: The class or default when not found.
|
|
210
|
-
:rtype: typing.Any
|
|
211
199
|
"""
|
|
212
200
|
|
|
213
201
|
class DATA_PT_curves_surface(DataButtonsPanel, _bpy_types.Panel):
|
|
@@ -223,14 +211,12 @@ class DATA_PT_curves_surface(DataButtonsPanel, _bpy_types.Panel):
|
|
|
223
211
|
"""
|
|
224
212
|
|
|
225
213
|
:return: The RNA type or default when not found.
|
|
226
|
-
:rtype: bpy.types.Struct
|
|
227
214
|
"""
|
|
228
215
|
|
|
229
216
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
230
217
|
"""
|
|
231
218
|
|
|
232
219
|
:return: The class or default when not found.
|
|
233
|
-
:rtype: typing.Any
|
|
234
220
|
"""
|
|
235
221
|
|
|
236
222
|
def draw(self, context) -> None:
|
|
@@ -260,14 +246,12 @@ class DATA_PT_custom_props_curves(
|
|
|
260
246
|
"""
|
|
261
247
|
|
|
262
248
|
:return: The RNA type or default when not found.
|
|
263
|
-
:rtype: bpy.types.Struct
|
|
264
249
|
"""
|
|
265
250
|
|
|
266
251
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
267
252
|
"""
|
|
268
253
|
|
|
269
254
|
:return: The class or default when not found.
|
|
270
|
-
:rtype: typing.Any
|
|
271
255
|
"""
|
|
272
256
|
|
|
273
257
|
class DataButtonsPanel:
|
|
@@ -18,14 +18,12 @@ class DATA_PT_empty(DataButtonsPanel, _bpy_types.Panel):
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
24
|
"""
|
|
26
25
|
|
|
27
26
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def draw(self, context) -> None:
|
|
@@ -46,14 +44,12 @@ class DATA_PT_empty_image(DataButtonsPanel, _bpy_types.Panel):
|
|
|
46
44
|
"""
|
|
47
45
|
|
|
48
46
|
:return: The RNA type or default when not found.
|
|
49
|
-
:rtype: bpy.types.Struct
|
|
50
47
|
"""
|
|
51
48
|
|
|
52
49
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
53
50
|
"""
|
|
54
51
|
|
|
55
52
|
:return: The class or default when not found.
|
|
56
|
-
:rtype: typing.Any
|
|
57
53
|
"""
|
|
58
54
|
|
|
59
55
|
def draw(self, context) -> None:
|
|
@@ -20,14 +20,12 @@ class DATA_PT_context_grease_pencil(DataButtonsPanel, _bpy_types.Panel):
|
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
22
|
:return: The RNA type or default when not found.
|
|
23
|
-
:rtype: bpy.types.Struct
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
27
26
|
"""
|
|
28
27
|
|
|
29
28
|
:return: The class or default when not found.
|
|
30
|
-
:rtype: typing.Any
|
|
31
29
|
"""
|
|
32
30
|
|
|
33
31
|
def draw(self, context) -> None:
|
|
@@ -59,14 +57,12 @@ class DATA_PT_grease_pencil_animation(
|
|
|
59
57
|
"""
|
|
60
58
|
|
|
61
59
|
:return: The RNA type or default when not found.
|
|
62
|
-
:rtype: bpy.types.Struct
|
|
63
60
|
"""
|
|
64
61
|
|
|
65
62
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
66
63
|
"""
|
|
67
64
|
|
|
68
65
|
:return: The class or default when not found.
|
|
69
|
-
:rtype: typing.Any
|
|
70
66
|
"""
|
|
71
67
|
|
|
72
68
|
class DATA_PT_grease_pencil_attributes(DataButtonsPanel, _bpy_types.Panel):
|
|
@@ -82,14 +78,12 @@ class DATA_PT_grease_pencil_attributes(DataButtonsPanel, _bpy_types.Panel):
|
|
|
82
78
|
"""
|
|
83
79
|
|
|
84
80
|
:return: The RNA type or default when not found.
|
|
85
|
-
:rtype: bpy.types.Struct
|
|
86
81
|
"""
|
|
87
82
|
|
|
88
83
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
89
84
|
"""
|
|
90
85
|
|
|
91
86
|
:return: The class or default when not found.
|
|
92
|
-
:rtype: typing.Any
|
|
93
87
|
"""
|
|
94
88
|
|
|
95
89
|
def draw(self, context) -> None:
|
|
@@ -118,14 +112,12 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
118
112
|
"""
|
|
119
113
|
|
|
120
114
|
:return: The RNA type or default when not found.
|
|
121
|
-
:rtype: bpy.types.Struct
|
|
122
115
|
"""
|
|
123
116
|
|
|
124
117
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
125
118
|
"""
|
|
126
119
|
|
|
127
120
|
:return: The class or default when not found.
|
|
128
|
-
:rtype: typing.Any
|
|
129
121
|
"""
|
|
130
122
|
|
|
131
123
|
class DATA_PT_grease_pencil_layer_adjustments(
|
|
@@ -144,14 +136,12 @@ class DATA_PT_grease_pencil_layer_adjustments(
|
|
|
144
136
|
"""
|
|
145
137
|
|
|
146
138
|
:return: The RNA type or default when not found.
|
|
147
|
-
:rtype: bpy.types.Struct
|
|
148
139
|
"""
|
|
149
140
|
|
|
150
141
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
151
142
|
"""
|
|
152
143
|
|
|
153
144
|
:return: The class or default when not found.
|
|
154
|
-
:rtype: typing.Any
|
|
155
145
|
"""
|
|
156
146
|
|
|
157
147
|
class DATA_PT_grease_pencil_layer_display(
|
|
@@ -170,14 +160,12 @@ class DATA_PT_grease_pencil_layer_display(
|
|
|
170
160
|
"""
|
|
171
161
|
|
|
172
162
|
:return: The RNA type or default when not found.
|
|
173
|
-
:rtype: bpy.types.Struct
|
|
174
163
|
"""
|
|
175
164
|
|
|
176
165
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
177
166
|
"""
|
|
178
167
|
|
|
179
168
|
:return: The class or default when not found.
|
|
180
|
-
:rtype: typing.Any
|
|
181
169
|
"""
|
|
182
170
|
|
|
183
171
|
class DATA_PT_grease_pencil_layer_group_display(_bpy_types.Panel):
|
|
@@ -193,14 +181,12 @@ class DATA_PT_grease_pencil_layer_group_display(_bpy_types.Panel):
|
|
|
193
181
|
"""
|
|
194
182
|
|
|
195
183
|
:return: The RNA type or default when not found.
|
|
196
|
-
:rtype: bpy.types.Struct
|
|
197
184
|
"""
|
|
198
185
|
|
|
199
186
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
200
187
|
"""
|
|
201
188
|
|
|
202
189
|
:return: The class or default when not found.
|
|
203
|
-
:rtype: typing.Any
|
|
204
190
|
"""
|
|
205
191
|
|
|
206
192
|
def draw(self, context) -> None:
|
|
@@ -232,14 +218,12 @@ class DATA_PT_grease_pencil_layer_masks(
|
|
|
232
218
|
"""
|
|
233
219
|
|
|
234
220
|
:return: The RNA type or default when not found.
|
|
235
|
-
:rtype: bpy.types.Struct
|
|
236
221
|
"""
|
|
237
222
|
|
|
238
223
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
239
224
|
"""
|
|
240
225
|
|
|
241
226
|
:return: The class or default when not found.
|
|
242
|
-
:rtype: typing.Any
|
|
243
227
|
"""
|
|
244
228
|
|
|
245
229
|
class DATA_PT_grease_pencil_layer_relations(
|
|
@@ -258,14 +242,12 @@ class DATA_PT_grease_pencil_layer_relations(
|
|
|
258
242
|
"""
|
|
259
243
|
|
|
260
244
|
:return: The RNA type or default when not found.
|
|
261
|
-
:rtype: bpy.types.Struct
|
|
262
245
|
"""
|
|
263
246
|
|
|
264
247
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
265
248
|
"""
|
|
266
249
|
|
|
267
250
|
:return: The class or default when not found.
|
|
268
|
-
:rtype: typing.Any
|
|
269
251
|
"""
|
|
270
252
|
|
|
271
253
|
class DATA_PT_grease_pencil_layer_transform(
|
|
@@ -284,14 +266,12 @@ class DATA_PT_grease_pencil_layer_transform(
|
|
|
284
266
|
"""
|
|
285
267
|
|
|
286
268
|
:return: The RNA type or default when not found.
|
|
287
|
-
:rtype: bpy.types.Struct
|
|
288
269
|
"""
|
|
289
270
|
|
|
290
271
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
291
272
|
"""
|
|
292
273
|
|
|
293
274
|
:return: The class or default when not found.
|
|
294
|
-
:rtype: typing.Any
|
|
295
275
|
"""
|
|
296
276
|
|
|
297
277
|
class DATA_PT_grease_pencil_layers(DataButtonsPanel, _bpy_types.Panel):
|
|
@@ -306,14 +286,12 @@ class DATA_PT_grease_pencil_layers(DataButtonsPanel, _bpy_types.Panel):
|
|
|
306
286
|
"""
|
|
307
287
|
|
|
308
288
|
:return: The RNA type or default when not found.
|
|
309
|
-
:rtype: bpy.types.Struct
|
|
310
289
|
"""
|
|
311
290
|
|
|
312
291
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
313
292
|
"""
|
|
314
293
|
|
|
315
294
|
:return: The class or default when not found.
|
|
316
|
-
:rtype: typing.Any
|
|
317
295
|
"""
|
|
318
296
|
|
|
319
297
|
def draw(self, context) -> None:
|
|
@@ -342,14 +320,12 @@ class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, _bpy_types.Panel):
|
|
|
342
320
|
"""
|
|
343
321
|
|
|
344
322
|
:return: The RNA type or default when not found.
|
|
345
|
-
:rtype: bpy.types.Struct
|
|
346
323
|
"""
|
|
347
324
|
|
|
348
325
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
349
326
|
"""
|
|
350
327
|
|
|
351
328
|
:return: The class or default when not found.
|
|
352
|
-
:rtype: typing.Any
|
|
353
329
|
"""
|
|
354
330
|
|
|
355
331
|
def draw(self, context) -> None:
|
|
@@ -374,14 +350,12 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
|
374
350
|
"""
|
|
375
351
|
|
|
376
352
|
:return: The RNA type or default when not found.
|
|
377
|
-
:rtype: bpy.types.Struct
|
|
378
353
|
"""
|
|
379
354
|
|
|
380
355
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
381
356
|
"""
|
|
382
357
|
|
|
383
358
|
:return: The class or default when not found.
|
|
384
|
-
:rtype: typing.Any
|
|
385
359
|
"""
|
|
386
360
|
|
|
387
361
|
def draw(self, context) -> None:
|
|
@@ -410,14 +384,12 @@ class DATA_PT_grease_pencil_onion_skinning_display(DataButtonsPanel, _bpy_types.
|
|
|
410
384
|
"""
|
|
411
385
|
|
|
412
386
|
:return: The RNA type or default when not found.
|
|
413
|
-
:rtype: bpy.types.Struct
|
|
414
387
|
"""
|
|
415
388
|
|
|
416
389
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
417
390
|
"""
|
|
418
391
|
|
|
419
392
|
:return: The class or default when not found.
|
|
420
|
-
:rtype: typing.Any
|
|
421
393
|
"""
|
|
422
394
|
|
|
423
395
|
def draw(self, context) -> None:
|
|
@@ -438,14 +410,12 @@ class DATA_PT_grease_pencil_settings(DataButtonsPanel, _bpy_types.Panel):
|
|
|
438
410
|
"""
|
|
439
411
|
|
|
440
412
|
:return: The RNA type or default when not found.
|
|
441
|
-
:rtype: bpy.types.Struct
|
|
442
413
|
"""
|
|
443
414
|
|
|
444
415
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
445
416
|
"""
|
|
446
417
|
|
|
447
418
|
:return: The class or default when not found.
|
|
448
|
-
:rtype: typing.Any
|
|
449
419
|
"""
|
|
450
420
|
|
|
451
421
|
def draw(self, context) -> None:
|
|
@@ -475,14 +445,12 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(_bpy_types.Menu):
|
|
|
475
445
|
"""
|
|
476
446
|
|
|
477
447
|
:return: The RNA type or default when not found.
|
|
478
|
-
:rtype: bpy.types.Struct
|
|
479
448
|
"""
|
|
480
449
|
|
|
481
450
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
482
451
|
"""
|
|
483
452
|
|
|
484
453
|
:return: The class or default when not found.
|
|
485
|
-
:rtype: typing.Any
|
|
486
454
|
"""
|
|
487
455
|
|
|
488
456
|
def draw(self, context) -> None:
|
|
@@ -500,14 +468,12 @@ class GREASE_PENCIL_MT_group_context_menu(_bpy_types.Menu):
|
|
|
500
468
|
"""
|
|
501
469
|
|
|
502
470
|
:return: The RNA type or default when not found.
|
|
503
|
-
:rtype: bpy.types.Struct
|
|
504
471
|
"""
|
|
505
472
|
|
|
506
473
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
507
474
|
"""
|
|
508
475
|
|
|
509
476
|
:return: The class or default when not found.
|
|
510
|
-
:rtype: typing.Any
|
|
511
477
|
"""
|
|
512
478
|
|
|
513
479
|
def draw(self, context) -> None:
|
|
@@ -525,14 +491,12 @@ class GREASE_PENCIL_MT_layer_mask_add(_bpy_types.Menu):
|
|
|
525
491
|
"""
|
|
526
492
|
|
|
527
493
|
:return: The RNA type or default when not found.
|
|
528
|
-
:rtype: bpy.types.Struct
|
|
529
494
|
"""
|
|
530
495
|
|
|
531
496
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
532
497
|
"""
|
|
533
498
|
|
|
534
499
|
:return: The class or default when not found.
|
|
535
|
-
:rtype: typing.Any
|
|
536
500
|
"""
|
|
537
501
|
|
|
538
502
|
def draw(self, context) -> None:
|
|
@@ -549,14 +513,12 @@ class GREASE_PENCIL_UL_attributes(_bpy_types.UIList):
|
|
|
549
513
|
"""
|
|
550
514
|
|
|
551
515
|
:return: The RNA type or default when not found.
|
|
552
|
-
:rtype: bpy.types.Struct
|
|
553
516
|
"""
|
|
554
517
|
|
|
555
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
556
519
|
"""
|
|
557
520
|
|
|
558
521
|
:return: The class or default when not found.
|
|
559
|
-
:rtype: typing.Any
|
|
560
522
|
"""
|
|
561
523
|
|
|
562
524
|
def draw_item(
|
|
@@ -598,14 +560,12 @@ class GREASE_PENCIL_UL_masks(_bpy_types.UIList):
|
|
|
598
560
|
"""
|
|
599
561
|
|
|
600
562
|
:return: The RNA type or default when not found.
|
|
601
|
-
:rtype: bpy.types.Struct
|
|
602
563
|
"""
|
|
603
564
|
|
|
604
565
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
605
566
|
"""
|
|
606
567
|
|
|
607
568
|
:return: The class or default when not found.
|
|
608
|
-
:rtype: typing.Any
|
|
609
569
|
"""
|
|
610
570
|
|
|
611
571
|
def draw_item(
|