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
|
@@ -18,14 +18,12 @@ class PARTICLE_MT_context_menu(_bpy_types.Menu):
|
|
|
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:
|
|
@@ -58,14 +56,12 @@ class PARTICLE_PT_animation(
|
|
|
58
56
|
"""
|
|
59
57
|
|
|
60
58
|
:return: The RNA type or default when not found.
|
|
61
|
-
:rtype: bpy.types.Struct
|
|
62
59
|
"""
|
|
63
60
|
|
|
64
61
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
65
62
|
"""
|
|
66
63
|
|
|
67
64
|
:return: The class or default when not found.
|
|
68
|
-
:rtype: typing.Any
|
|
69
65
|
"""
|
|
70
66
|
|
|
71
67
|
class PARTICLE_PT_boidbrain(ParticleButtonsPanel, _bpy_types.Panel):
|
|
@@ -83,14 +79,12 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
83
79
|
"""
|
|
84
80
|
|
|
85
81
|
:return: The RNA type or default when not found.
|
|
86
|
-
:rtype: bpy.types.Struct
|
|
87
82
|
"""
|
|
88
83
|
|
|
89
84
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
90
85
|
"""
|
|
91
86
|
|
|
92
87
|
:return: The class or default when not found.
|
|
93
|
-
:rtype: typing.Any
|
|
94
88
|
"""
|
|
95
89
|
|
|
96
90
|
def draw(self, context) -> None:
|
|
@@ -120,14 +114,12 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
120
114
|
"""
|
|
121
115
|
|
|
122
116
|
:return: The RNA type or default when not found.
|
|
123
|
-
:rtype: bpy.types.Struct
|
|
124
117
|
"""
|
|
125
118
|
|
|
126
119
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
127
120
|
"""
|
|
128
121
|
|
|
129
122
|
:return: The class or default when not found.
|
|
130
|
-
:rtype: typing.Any
|
|
131
123
|
"""
|
|
132
124
|
|
|
133
125
|
def draw(self, context) -> None:
|
|
@@ -158,14 +150,12 @@ class PARTICLE_PT_children(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
158
150
|
"""
|
|
159
151
|
|
|
160
152
|
:return: The RNA type or default when not found.
|
|
161
|
-
:rtype: bpy.types.Struct
|
|
162
153
|
"""
|
|
163
154
|
|
|
164
155
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
165
156
|
"""
|
|
166
157
|
|
|
167
158
|
:return: The class or default when not found.
|
|
168
|
-
:rtype: typing.Any
|
|
169
159
|
"""
|
|
170
160
|
|
|
171
161
|
def draw(self, context) -> None:
|
|
@@ -196,14 +186,12 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
196
186
|
"""
|
|
197
187
|
|
|
198
188
|
:return: The RNA type or default when not found.
|
|
199
|
-
:rtype: bpy.types.Struct
|
|
200
189
|
"""
|
|
201
190
|
|
|
202
191
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
203
192
|
"""
|
|
204
193
|
|
|
205
194
|
:return: The class or default when not found.
|
|
206
|
-
:rtype: typing.Any
|
|
207
195
|
"""
|
|
208
196
|
|
|
209
197
|
def draw(self, context) -> None:
|
|
@@ -234,14 +222,12 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, _bpy_types.Panel
|
|
|
234
222
|
"""
|
|
235
223
|
|
|
236
224
|
:return: The RNA type or default when not found.
|
|
237
|
-
:rtype: bpy.types.Struct
|
|
238
225
|
"""
|
|
239
226
|
|
|
240
227
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
241
228
|
"""
|
|
242
229
|
|
|
243
230
|
:return: The class or default when not found.
|
|
244
|
-
:rtype: typing.Any
|
|
245
231
|
"""
|
|
246
232
|
|
|
247
233
|
def draw(self, context) -> None:
|
|
@@ -271,14 +257,12 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
271
257
|
"""
|
|
272
258
|
|
|
273
259
|
:return: The RNA type or default when not found.
|
|
274
|
-
:rtype: bpy.types.Struct
|
|
275
260
|
"""
|
|
276
261
|
|
|
277
262
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
278
263
|
"""
|
|
279
264
|
|
|
280
265
|
:return: The class or default when not found.
|
|
281
|
-
:rtype: typing.Any
|
|
282
266
|
"""
|
|
283
267
|
|
|
284
268
|
def draw(self, context) -> None:
|
|
@@ -309,14 +293,12 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
309
293
|
"""
|
|
310
294
|
|
|
311
295
|
:return: The RNA type or default when not found.
|
|
312
|
-
:rtype: bpy.types.Struct
|
|
313
296
|
"""
|
|
314
297
|
|
|
315
298
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
316
299
|
"""
|
|
317
300
|
|
|
318
301
|
:return: The class or default when not found.
|
|
319
|
-
:rtype: typing.Any
|
|
320
302
|
"""
|
|
321
303
|
|
|
322
304
|
def draw(self, context) -> None:
|
|
@@ -348,14 +330,12 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
348
330
|
"""
|
|
349
331
|
|
|
350
332
|
:return: The RNA type or default when not found.
|
|
351
|
-
:rtype: bpy.types.Struct
|
|
352
333
|
"""
|
|
353
334
|
|
|
354
335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
355
336
|
"""
|
|
356
337
|
|
|
357
338
|
:return: The class or default when not found.
|
|
358
|
-
:rtype: typing.Any
|
|
359
339
|
"""
|
|
360
340
|
|
|
361
341
|
def draw(self, context) -> None:
|
|
@@ -385,14 +365,12 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
385
365
|
"""
|
|
386
366
|
|
|
387
367
|
:return: The RNA type or default when not found.
|
|
388
|
-
:rtype: bpy.types.Struct
|
|
389
368
|
"""
|
|
390
369
|
|
|
391
370
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
392
371
|
"""
|
|
393
372
|
|
|
394
373
|
:return: The class or default when not found.
|
|
395
|
-
:rtype: typing.Any
|
|
396
374
|
"""
|
|
397
375
|
|
|
398
376
|
def draw(self, context) -> None:
|
|
@@ -429,14 +407,12 @@ class PARTICLE_PT_custom_props(
|
|
|
429
407
|
"""
|
|
430
408
|
|
|
431
409
|
:return: The RNA type or default when not found.
|
|
432
|
-
:rtype: bpy.types.Struct
|
|
433
410
|
"""
|
|
434
411
|
|
|
435
412
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
436
413
|
"""
|
|
437
414
|
|
|
438
415
|
:return: The class or default when not found.
|
|
439
|
-
:rtype: typing.Any
|
|
440
416
|
"""
|
|
441
417
|
|
|
442
418
|
class PARTICLE_PT_draw(ParticleButtonsPanel, _bpy_types.Panel):
|
|
@@ -453,14 +429,12 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
453
429
|
"""
|
|
454
430
|
|
|
455
431
|
:return: The RNA type or default when not found.
|
|
456
|
-
:rtype: bpy.types.Struct
|
|
457
432
|
"""
|
|
458
433
|
|
|
459
434
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
460
435
|
"""
|
|
461
436
|
|
|
462
437
|
:return: The class or default when not found.
|
|
463
|
-
:rtype: typing.Any
|
|
464
438
|
"""
|
|
465
439
|
|
|
466
440
|
def draw(self, context) -> None:
|
|
@@ -490,14 +464,12 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
490
464
|
"""
|
|
491
465
|
|
|
492
466
|
:return: The RNA type or default when not found.
|
|
493
|
-
:rtype: bpy.types.Struct
|
|
494
467
|
"""
|
|
495
468
|
|
|
496
469
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
497
470
|
"""
|
|
498
471
|
|
|
499
472
|
:return: The class or default when not found.
|
|
500
|
-
:rtype: typing.Any
|
|
501
473
|
"""
|
|
502
474
|
|
|
503
475
|
def draw(self, context) -> None:
|
|
@@ -528,14 +500,12 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
528
500
|
"""
|
|
529
501
|
|
|
530
502
|
:return: The RNA type or default when not found.
|
|
531
|
-
:rtype: bpy.types.Struct
|
|
532
503
|
"""
|
|
533
504
|
|
|
534
505
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
535
506
|
"""
|
|
536
507
|
|
|
537
508
|
:return: The class or default when not found.
|
|
538
|
-
:rtype: typing.Any
|
|
539
509
|
"""
|
|
540
510
|
|
|
541
511
|
def draw(self, context) -> None:
|
|
@@ -558,14 +528,12 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
558
528
|
"""
|
|
559
529
|
|
|
560
530
|
:return: The RNA type or default when not found.
|
|
561
|
-
:rtype: bpy.types.Struct
|
|
562
531
|
"""
|
|
563
532
|
|
|
564
533
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
565
534
|
"""
|
|
566
535
|
|
|
567
536
|
:return: The class or default when not found.
|
|
568
|
-
:rtype: typing.Any
|
|
569
537
|
"""
|
|
570
538
|
|
|
571
539
|
def draw(self, context) -> None:
|
|
@@ -595,14 +563,12 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
595
563
|
"""
|
|
596
564
|
|
|
597
565
|
:return: The RNA type or default when not found.
|
|
598
|
-
:rtype: bpy.types.Struct
|
|
599
566
|
"""
|
|
600
567
|
|
|
601
568
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
602
569
|
"""
|
|
603
570
|
|
|
604
571
|
:return: The class or default when not found.
|
|
605
|
-
:rtype: typing.Any
|
|
606
572
|
"""
|
|
607
573
|
|
|
608
574
|
def draw(self, context) -> None:
|
|
@@ -625,14 +591,12 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
625
591
|
"""
|
|
626
592
|
|
|
627
593
|
:return: The RNA type or default when not found.
|
|
628
|
-
:rtype: bpy.types.Struct
|
|
629
594
|
"""
|
|
630
595
|
|
|
631
596
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
632
597
|
"""
|
|
633
598
|
|
|
634
599
|
:return: The class or default when not found.
|
|
635
|
-
:rtype: typing.Any
|
|
636
600
|
"""
|
|
637
601
|
|
|
638
602
|
def draw(self, context) -> None:
|
|
@@ -656,14 +620,12 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, _bpy_types.Pa
|
|
|
656
620
|
"""
|
|
657
621
|
|
|
658
622
|
:return: The RNA type or default when not found.
|
|
659
|
-
:rtype: bpy.types.Struct
|
|
660
623
|
"""
|
|
661
624
|
|
|
662
625
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
663
626
|
"""
|
|
664
627
|
|
|
665
628
|
:return: The class or default when not found.
|
|
666
|
-
:rtype: typing.Any
|
|
667
629
|
"""
|
|
668
630
|
|
|
669
631
|
def draw(self, context) -> None:
|
|
@@ -686,14 +648,12 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
686
648
|
"""
|
|
687
649
|
|
|
688
650
|
:return: The RNA type or default when not found.
|
|
689
|
-
:rtype: bpy.types.Struct
|
|
690
651
|
"""
|
|
691
652
|
|
|
692
653
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
693
654
|
"""
|
|
694
655
|
|
|
695
656
|
:return: The class or default when not found.
|
|
696
|
-
:rtype: typing.Any
|
|
697
657
|
"""
|
|
698
658
|
|
|
699
659
|
def draw(self, context) -> None:
|
|
@@ -717,14 +677,12 @@ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, _bpy_types.Pa
|
|
|
717
677
|
"""
|
|
718
678
|
|
|
719
679
|
:return: The RNA type or default when not found.
|
|
720
|
-
:rtype: bpy.types.Struct
|
|
721
680
|
"""
|
|
722
681
|
|
|
723
682
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
724
683
|
"""
|
|
725
684
|
|
|
726
685
|
:return: The class or default when not found.
|
|
727
|
-
:rtype: typing.Any
|
|
728
686
|
"""
|
|
729
687
|
|
|
730
688
|
def draw(self, context) -> None:
|
|
@@ -747,14 +705,12 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
747
705
|
"""
|
|
748
706
|
|
|
749
707
|
:return: The RNA type or default when not found.
|
|
750
|
-
:rtype: bpy.types.Struct
|
|
751
708
|
"""
|
|
752
709
|
|
|
753
710
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
754
711
|
"""
|
|
755
712
|
|
|
756
713
|
:return: The class or default when not found.
|
|
757
|
-
:rtype: typing.Any
|
|
758
714
|
"""
|
|
759
715
|
|
|
760
716
|
def draw(self, context) -> None:
|
|
@@ -797,14 +753,12 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, _bpy_types.Panel
|
|
|
797
753
|
"""
|
|
798
754
|
|
|
799
755
|
:return: The RNA type or default when not found.
|
|
800
|
-
:rtype: bpy.types.Struct
|
|
801
756
|
"""
|
|
802
757
|
|
|
803
758
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
804
759
|
"""
|
|
805
760
|
|
|
806
761
|
:return: The class or default when not found.
|
|
807
|
-
:rtype: typing.Any
|
|
808
762
|
"""
|
|
809
763
|
|
|
810
764
|
def draw(self, context) -> None:
|
|
@@ -835,14 +789,12 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, _bpy_types.Pane
|
|
|
835
789
|
"""
|
|
836
790
|
|
|
837
791
|
:return: The RNA type or default when not found.
|
|
838
|
-
:rtype: bpy.types.Struct
|
|
839
792
|
"""
|
|
840
793
|
|
|
841
794
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
842
795
|
"""
|
|
843
796
|
|
|
844
797
|
:return: The class or default when not found.
|
|
845
|
-
:rtype: typing.Any
|
|
846
798
|
"""
|
|
847
799
|
|
|
848
800
|
class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, _bpy_types.Panel):
|
|
@@ -860,14 +812,12 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, _bpy_types.Panel
|
|
|
860
812
|
"""
|
|
861
813
|
|
|
862
814
|
:return: The RNA type or default when not found.
|
|
863
|
-
:rtype: bpy.types.Struct
|
|
864
815
|
"""
|
|
865
816
|
|
|
866
817
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
867
818
|
"""
|
|
868
819
|
|
|
869
820
|
:return: The class or default when not found.
|
|
870
|
-
:rtype: typing.Any
|
|
871
821
|
"""
|
|
872
822
|
|
|
873
823
|
def draw(self, context) -> None:
|
|
@@ -898,14 +848,12 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
898
848
|
"""
|
|
899
849
|
|
|
900
850
|
:return: The RNA type or default when not found.
|
|
901
|
-
:rtype: bpy.types.Struct
|
|
902
851
|
"""
|
|
903
852
|
|
|
904
853
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
905
854
|
"""
|
|
906
855
|
|
|
907
856
|
:return: The class or default when not found.
|
|
908
|
-
:rtype: typing.Any
|
|
909
857
|
"""
|
|
910
858
|
|
|
911
859
|
def draw(self, context) -> None:
|
|
@@ -935,14 +883,12 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
935
883
|
"""
|
|
936
884
|
|
|
937
885
|
:return: The RNA type or default when not found.
|
|
938
|
-
:rtype: bpy.types.Struct
|
|
939
886
|
"""
|
|
940
887
|
|
|
941
888
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
942
889
|
"""
|
|
943
890
|
|
|
944
891
|
:return: The class or default when not found.
|
|
945
|
-
:rtype: typing.Any
|
|
946
892
|
"""
|
|
947
893
|
|
|
948
894
|
def draw(self, context) -> None:
|
|
@@ -972,14 +918,12 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
972
918
|
"""
|
|
973
919
|
|
|
974
920
|
:return: The RNA type or default when not found.
|
|
975
|
-
:rtype: bpy.types.Struct
|
|
976
921
|
"""
|
|
977
922
|
|
|
978
923
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
979
924
|
"""
|
|
980
925
|
|
|
981
926
|
:return: The class or default when not found.
|
|
982
|
-
:rtype: typing.Any
|
|
983
927
|
"""
|
|
984
928
|
|
|
985
929
|
def draw(self, context) -> None:
|
|
@@ -1010,14 +954,12 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1010
954
|
"""
|
|
1011
955
|
|
|
1012
956
|
:return: The RNA type or default when not found.
|
|
1013
|
-
:rtype: bpy.types.Struct
|
|
1014
957
|
"""
|
|
1015
958
|
|
|
1016
959
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1017
960
|
"""
|
|
1018
961
|
|
|
1019
962
|
:return: The class or default when not found.
|
|
1020
|
-
:rtype: typing.Any
|
|
1021
963
|
"""
|
|
1022
964
|
|
|
1023
965
|
def draw(self, context) -> None:
|
|
@@ -1048,14 +990,12 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1048
990
|
"""
|
|
1049
991
|
|
|
1050
992
|
:return: The RNA type or default when not found.
|
|
1051
|
-
:rtype: bpy.types.Struct
|
|
1052
993
|
"""
|
|
1053
994
|
|
|
1054
995
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1055
996
|
"""
|
|
1056
997
|
|
|
1057
998
|
:return: The class or default when not found.
|
|
1058
|
-
:rtype: typing.Any
|
|
1059
999
|
"""
|
|
1060
1000
|
|
|
1061
1001
|
def draw(self, context) -> None:
|
|
@@ -1086,14 +1026,12 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, _bpy_types.Panel)
|
|
|
1086
1026
|
"""
|
|
1087
1027
|
|
|
1088
1028
|
:return: The RNA type or default when not found.
|
|
1089
|
-
:rtype: bpy.types.Struct
|
|
1090
1029
|
"""
|
|
1091
1030
|
|
|
1092
1031
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1093
1032
|
"""
|
|
1094
1033
|
|
|
1095
1034
|
:return: The class or default when not found.
|
|
1096
|
-
:rtype: typing.Any
|
|
1097
1035
|
"""
|
|
1098
1036
|
|
|
1099
1037
|
def draw(self, context) -> None:
|
|
@@ -1124,14 +1062,12 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1124
1062
|
"""
|
|
1125
1063
|
|
|
1126
1064
|
:return: The RNA type or default when not found.
|
|
1127
|
-
:rtype: bpy.types.Struct
|
|
1128
1065
|
"""
|
|
1129
1066
|
|
|
1130
1067
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1131
1068
|
"""
|
|
1132
1069
|
|
|
1133
1070
|
:return: The class or default when not found.
|
|
1134
|
-
:rtype: typing.Any
|
|
1135
1071
|
"""
|
|
1136
1072
|
|
|
1137
1073
|
def draw(self, context) -> None:
|
|
@@ -1162,14 +1098,12 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, _bpy_types.Panel)
|
|
|
1162
1098
|
"""
|
|
1163
1099
|
|
|
1164
1100
|
:return: The RNA type or default when not found.
|
|
1165
|
-
:rtype: bpy.types.Struct
|
|
1166
1101
|
"""
|
|
1167
1102
|
|
|
1168
1103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1169
1104
|
"""
|
|
1170
1105
|
|
|
1171
1106
|
:return: The class or default when not found.
|
|
1172
|
-
:rtype: typing.Any
|
|
1173
1107
|
"""
|
|
1174
1108
|
|
|
1175
1109
|
def draw(self, context) -> None:
|
|
@@ -1200,14 +1134,12 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, _bpy_types.Pan
|
|
|
1200
1134
|
"""
|
|
1201
1135
|
|
|
1202
1136
|
:return: The RNA type or default when not found.
|
|
1203
|
-
:rtype: bpy.types.Struct
|
|
1204
1137
|
"""
|
|
1205
1138
|
|
|
1206
1139
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1207
1140
|
"""
|
|
1208
1141
|
|
|
1209
1142
|
:return: The class or default when not found.
|
|
1210
|
-
:rtype: typing.Any
|
|
1211
1143
|
"""
|
|
1212
1144
|
|
|
1213
1145
|
def draw(self, context) -> None:
|
|
@@ -1238,14 +1170,12 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1238
1170
|
"""
|
|
1239
1171
|
|
|
1240
1172
|
:return: The RNA type or default when not found.
|
|
1241
|
-
:rtype: bpy.types.Struct
|
|
1242
1173
|
"""
|
|
1243
1174
|
|
|
1244
1175
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1245
1176
|
"""
|
|
1246
1177
|
|
|
1247
1178
|
:return: The class or default when not found.
|
|
1248
|
-
:rtype: typing.Any
|
|
1249
1179
|
"""
|
|
1250
1180
|
|
|
1251
1181
|
def draw(self, context) -> None:
|
|
@@ -1278,14 +1208,12 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
|
1278
1208
|
"""
|
|
1279
1209
|
|
|
1280
1210
|
:return: The RNA type or default when not found.
|
|
1281
|
-
:rtype: bpy.types.Struct
|
|
1282
1211
|
"""
|
|
1283
1212
|
|
|
1284
1213
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1285
1214
|
"""
|
|
1286
1215
|
|
|
1287
1216
|
:return: The class or default when not found.
|
|
1288
|
-
:rtype: typing.Any
|
|
1289
1217
|
"""
|
|
1290
1218
|
|
|
1291
1219
|
def draw(self, context) -> None:
|
|
@@ -1318,14 +1246,12 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
|
1318
1246
|
"""
|
|
1319
1247
|
|
|
1320
1248
|
:return: The RNA type or default when not found.
|
|
1321
|
-
:rtype: bpy.types.Struct
|
|
1322
1249
|
"""
|
|
1323
1250
|
|
|
1324
1251
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1325
1252
|
"""
|
|
1326
1253
|
|
|
1327
1254
|
:return: The class or default when not found.
|
|
1328
|
-
:rtype: typing.Any
|
|
1329
1255
|
"""
|
|
1330
1256
|
|
|
1331
1257
|
def draw(self, context) -> None:
|
|
@@ -1361,14 +1287,12 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1361
1287
|
"""
|
|
1362
1288
|
|
|
1363
1289
|
:return: The RNA type or default when not found.
|
|
1364
|
-
:rtype: bpy.types.Struct
|
|
1365
1290
|
"""
|
|
1366
1291
|
|
|
1367
1292
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1368
1293
|
"""
|
|
1369
1294
|
|
|
1370
1295
|
:return: The class or default when not found.
|
|
1371
|
-
:rtype: typing.Any
|
|
1372
1296
|
"""
|
|
1373
1297
|
|
|
1374
1298
|
def draw(self, context) -> None:
|
|
@@ -1399,14 +1323,12 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1399
1323
|
"""
|
|
1400
1324
|
|
|
1401
1325
|
:return: The RNA type or default when not found.
|
|
1402
|
-
:rtype: bpy.types.Struct
|
|
1403
1326
|
"""
|
|
1404
1327
|
|
|
1405
1328
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1406
1329
|
"""
|
|
1407
1330
|
|
|
1408
1331
|
:return: The class or default when not found.
|
|
1409
|
-
:rtype: typing.Any
|
|
1410
1332
|
"""
|
|
1411
1333
|
|
|
1412
1334
|
def draw(self, context) -> None:
|
|
@@ -1437,14 +1359,12 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1437
1359
|
"""
|
|
1438
1360
|
|
|
1439
1361
|
:return: The RNA type or default when not found.
|
|
1440
|
-
:rtype: bpy.types.Struct
|
|
1441
1362
|
"""
|
|
1442
1363
|
|
|
1443
1364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1444
1365
|
"""
|
|
1445
1366
|
|
|
1446
1367
|
:return: The class or default when not found.
|
|
1447
|
-
:rtype: typing.Any
|
|
1448
1368
|
"""
|
|
1449
1369
|
|
|
1450
1370
|
def draw(self, context) -> None:
|
|
@@ -1474,14 +1394,12 @@ class PARTICLE_PT_render(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1474
1394
|
"""
|
|
1475
1395
|
|
|
1476
1396
|
:return: The RNA type or default when not found.
|
|
1477
|
-
:rtype: bpy.types.Struct
|
|
1478
1397
|
"""
|
|
1479
1398
|
|
|
1480
1399
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1481
1400
|
"""
|
|
1482
1401
|
|
|
1483
1402
|
:return: The class or default when not found.
|
|
1484
|
-
:rtype: typing.Any
|
|
1485
1403
|
"""
|
|
1486
1404
|
|
|
1487
1405
|
def draw(self, context) -> None:
|
|
@@ -1511,14 +1429,12 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1511
1429
|
"""
|
|
1512
1430
|
|
|
1513
1431
|
:return: The RNA type or default when not found.
|
|
1514
|
-
:rtype: bpy.types.Struct
|
|
1515
1432
|
"""
|
|
1516
1433
|
|
|
1517
1434
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1518
1435
|
"""
|
|
1519
1436
|
|
|
1520
1437
|
:return: The class or default when not found.
|
|
1521
|
-
:rtype: typing.Any
|
|
1522
1438
|
"""
|
|
1523
1439
|
|
|
1524
1440
|
def draw(self, context) -> None:
|
|
@@ -1549,14 +1465,12 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, _bpy_types.P
|
|
|
1549
1465
|
"""
|
|
1550
1466
|
|
|
1551
1467
|
:return: The RNA type or default when not found.
|
|
1552
|
-
:rtype: bpy.types.Struct
|
|
1553
1468
|
"""
|
|
1554
1469
|
|
|
1555
1470
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1556
1471
|
"""
|
|
1557
1472
|
|
|
1558
1473
|
:return: The class or default when not found.
|
|
1559
|
-
:rtype: typing.Any
|
|
1560
1474
|
"""
|
|
1561
1475
|
|
|
1562
1476
|
def draw(self, context) -> None:
|
|
@@ -1593,14 +1507,12 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1593
1507
|
"""
|
|
1594
1508
|
|
|
1595
1509
|
:return: The RNA type or default when not found.
|
|
1596
|
-
:rtype: bpy.types.Struct
|
|
1597
1510
|
"""
|
|
1598
1511
|
|
|
1599
1512
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1600
1513
|
"""
|
|
1601
1514
|
|
|
1602
1515
|
:return: The class or default when not found.
|
|
1603
|
-
:rtype: typing.Any
|
|
1604
1516
|
"""
|
|
1605
1517
|
|
|
1606
1518
|
def draw(self, context) -> None:
|
|
@@ -1630,14 +1542,12 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1630
1542
|
"""
|
|
1631
1543
|
|
|
1632
1544
|
:return: The RNA type or default when not found.
|
|
1633
|
-
:rtype: bpy.types.Struct
|
|
1634
1545
|
"""
|
|
1635
1546
|
|
|
1636
1547
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1637
1548
|
"""
|
|
1638
1549
|
|
|
1639
1550
|
:return: The class or default when not found.
|
|
1640
|
-
:rtype: typing.Any
|
|
1641
1551
|
"""
|
|
1642
1552
|
|
|
1643
1553
|
def draw(self, context) -> None:
|
|
@@ -1667,14 +1577,12 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1667
1577
|
"""
|
|
1668
1578
|
|
|
1669
1579
|
:return: The RNA type or default when not found.
|
|
1670
|
-
:rtype: bpy.types.Struct
|
|
1671
1580
|
"""
|
|
1672
1581
|
|
|
1673
1582
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1674
1583
|
"""
|
|
1675
1584
|
|
|
1676
1585
|
:return: The class or default when not found.
|
|
1677
|
-
:rtype: typing.Any
|
|
1678
1586
|
"""
|
|
1679
1587
|
|
|
1680
1588
|
def draw(self, context) -> None:
|
|
@@ -1705,14 +1613,12 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1705
1613
|
"""
|
|
1706
1614
|
|
|
1707
1615
|
:return: The RNA type or default when not found.
|
|
1708
|
-
:rtype: bpy.types.Struct
|
|
1709
1616
|
"""
|
|
1710
1617
|
|
|
1711
1618
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1712
1619
|
"""
|
|
1713
1620
|
|
|
1714
1621
|
:return: The class or default when not found.
|
|
1715
|
-
:rtype: typing.Any
|
|
1716
1622
|
"""
|
|
1717
1623
|
|
|
1718
1624
|
def draw(self, context) -> None:
|
|
@@ -1742,14 +1648,12 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1742
1648
|
"""
|
|
1743
1649
|
|
|
1744
1650
|
:return: The RNA type or default when not found.
|
|
1745
|
-
:rtype: bpy.types.Struct
|
|
1746
1651
|
"""
|
|
1747
1652
|
|
|
1748
1653
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1749
1654
|
"""
|
|
1750
1655
|
|
|
1751
1656
|
:return: The class or default when not found.
|
|
1752
|
-
:rtype: typing.Any
|
|
1753
1657
|
"""
|
|
1754
1658
|
|
|
1755
1659
|
def draw(self, context) -> None:
|
|
@@ -1786,14 +1690,12 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, _bpy_types.Pan
|
|
|
1786
1690
|
"""
|
|
1787
1691
|
|
|
1788
1692
|
:return: The RNA type or default when not found.
|
|
1789
|
-
:rtype: bpy.types.Struct
|
|
1790
1693
|
"""
|
|
1791
1694
|
|
|
1792
1695
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1793
1696
|
"""
|
|
1794
1697
|
|
|
1795
1698
|
:return: The class or default when not found.
|
|
1796
|
-
:rtype: typing.Any
|
|
1797
1699
|
"""
|
|
1798
1700
|
|
|
1799
1701
|
def draw(self, context) -> None:
|
|
@@ -1816,14 +1718,12 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1816
1718
|
"""
|
|
1817
1719
|
|
|
1818
1720
|
:return: The RNA type or default when not found.
|
|
1819
|
-
:rtype: bpy.types.Struct
|
|
1820
1721
|
"""
|
|
1821
1722
|
|
|
1822
1723
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1823
1724
|
"""
|
|
1824
1725
|
|
|
1825
1726
|
:return: The class or default when not found.
|
|
1826
|
-
:rtype: typing.Any
|
|
1827
1727
|
"""
|
|
1828
1728
|
|
|
1829
1729
|
def draw(self, context) -> None:
|
|
@@ -1853,14 +1753,12 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1853
1753
|
"""
|
|
1854
1754
|
|
|
1855
1755
|
:return: The RNA type or default when not found.
|
|
1856
|
-
:rtype: bpy.types.Struct
|
|
1857
1756
|
"""
|
|
1858
1757
|
|
|
1859
1758
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1860
1759
|
"""
|
|
1861
1760
|
|
|
1862
1761
|
:return: The class or default when not found.
|
|
1863
|
-
:rtype: typing.Any
|
|
1864
1762
|
"""
|
|
1865
1763
|
|
|
1866
1764
|
def draw(self, context) -> None:
|
|
@@ -1890,14 +1788,12 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, _bpy_types.Panel):
|
|
|
1890
1788
|
"""
|
|
1891
1789
|
|
|
1892
1790
|
:return: The RNA type or default when not found.
|
|
1893
|
-
:rtype: bpy.types.Struct
|
|
1894
1791
|
"""
|
|
1895
1792
|
|
|
1896
1793
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1897
1794
|
"""
|
|
1898
1795
|
|
|
1899
1796
|
:return: The class or default when not found.
|
|
1900
|
-
:rtype: typing.Any
|
|
1901
1797
|
"""
|
|
1902
1798
|
|
|
1903
1799
|
def draw(self, context) -> None:
|
|
@@ -1921,14 +1817,12 @@ class PARTICLE_UL_particle_systems(_bpy_types.UIList):
|
|
|
1921
1817
|
"""
|
|
1922
1818
|
|
|
1923
1819
|
:return: The RNA type or default when not found.
|
|
1924
|
-
:rtype: bpy.types.Struct
|
|
1925
1820
|
"""
|
|
1926
1821
|
|
|
1927
1822
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1928
1823
|
"""
|
|
1929
1824
|
|
|
1930
1825
|
:return: The class or default when not found.
|
|
1931
|
-
:rtype: typing.Any
|
|
1932
1826
|
"""
|
|
1933
1827
|
|
|
1934
1828
|
def draw_item(
|