fake-bpy-module 20250629__py3-none-any.whl → 20250827__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +47 -15
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +148 -38
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +58124 -41707
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250629.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
|
@@ -2,6 +2,7 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
8
|
class AnnotationDataPanel:
|
|
@@ -64,7 +65,7 @@ class AnnotationOnionSkin:
|
|
|
64
65
|
:param context:
|
|
65
66
|
"""
|
|
66
67
|
|
|
67
|
-
class GPENCIL_UL_annotation_layer(
|
|
68
|
+
class GPENCIL_UL_annotation_layer(_bpy_types.UIList):
|
|
68
69
|
bl_rna: typing.Any
|
|
69
70
|
id_data: typing.Any
|
|
70
71
|
|
|
@@ -105,7 +106,7 @@ class GPENCIL_UL_annotation_layer(bpy.types.UIList):
|
|
|
105
106
|
:param _index:
|
|
106
107
|
"""
|
|
107
108
|
|
|
108
|
-
class GPENCIL_UL_layer(
|
|
109
|
+
class GPENCIL_UL_layer(_bpy_types.UIList):
|
|
109
110
|
bl_rna: typing.Any
|
|
110
111
|
id_data: typing.Any
|
|
111
112
|
|
|
@@ -146,7 +147,7 @@ class GPENCIL_UL_layer(bpy.types.UIList):
|
|
|
146
147
|
:param _index:
|
|
147
148
|
"""
|
|
148
149
|
|
|
149
|
-
class GPENCIL_UL_masks(
|
|
150
|
+
class GPENCIL_UL_masks(_bpy_types.UIList):
|
|
150
151
|
bl_rna: typing.Any
|
|
151
152
|
id_data: typing.Any
|
|
152
153
|
|
|
@@ -187,7 +188,7 @@ class GPENCIL_UL_masks(bpy.types.UIList):
|
|
|
187
188
|
:param _index:
|
|
188
189
|
"""
|
|
189
190
|
|
|
190
|
-
class GREASE_PENCIL_MT_draw_delete(
|
|
191
|
+
class GREASE_PENCIL_MT_draw_delete(_bpy_types.Menu):
|
|
191
192
|
bl_label: typing.Any
|
|
192
193
|
bl_rna: typing.Any
|
|
193
194
|
id_data: typing.Any
|
|
@@ -212,7 +213,7 @@ class GREASE_PENCIL_MT_draw_delete(bpy.types.Menu):
|
|
|
212
213
|
:param _context:
|
|
213
214
|
"""
|
|
214
215
|
|
|
215
|
-
class GREASE_PENCIL_MT_layer_active(
|
|
216
|
+
class GREASE_PENCIL_MT_layer_active(_bpy_types.Menu):
|
|
216
217
|
bl_label: typing.Any
|
|
217
218
|
bl_rna: typing.Any
|
|
218
219
|
id_data: typing.Any
|
|
@@ -237,7 +238,7 @@ class GREASE_PENCIL_MT_layer_active(bpy.types.Menu):
|
|
|
237
238
|
:param context:
|
|
238
239
|
"""
|
|
239
240
|
|
|
240
|
-
class GREASE_PENCIL_MT_move_to_layer(
|
|
241
|
+
class GREASE_PENCIL_MT_move_to_layer(_bpy_types.Menu):
|
|
241
242
|
bl_label: typing.Any
|
|
242
243
|
bl_rna: typing.Any
|
|
243
244
|
id_data: typing.Any
|
|
@@ -262,7 +263,7 @@ class GREASE_PENCIL_MT_move_to_layer(bpy.types.Menu):
|
|
|
262
263
|
:param context:
|
|
263
264
|
"""
|
|
264
265
|
|
|
265
|
-
class GREASE_PENCIL_MT_snap(
|
|
266
|
+
class GREASE_PENCIL_MT_snap(_bpy_types.Menu):
|
|
266
267
|
bl_label: typing.Any
|
|
267
268
|
bl_rna: typing.Any
|
|
268
269
|
id_data: typing.Any
|
|
@@ -287,7 +288,7 @@ class GREASE_PENCIL_MT_snap(bpy.types.Menu):
|
|
|
287
288
|
:param _context:
|
|
288
289
|
"""
|
|
289
290
|
|
|
290
|
-
class GREASE_PENCIL_MT_snap_pie(
|
|
291
|
+
class GREASE_PENCIL_MT_snap_pie(_bpy_types.Menu):
|
|
291
292
|
bl_label: typing.Any
|
|
292
293
|
bl_rna: typing.Any
|
|
293
294
|
id_data: typing.Any
|
|
@@ -312,7 +313,7 @@ class GREASE_PENCIL_MT_snap_pie(bpy.types.Menu):
|
|
|
312
313
|
:param _context:
|
|
313
314
|
"""
|
|
314
315
|
|
|
315
|
-
class GREASE_PENCIL_MT_stroke_simplify(
|
|
316
|
+
class GREASE_PENCIL_MT_stroke_simplify(_bpy_types.Menu):
|
|
316
317
|
bl_label: typing.Any
|
|
317
318
|
bl_rna: typing.Any
|
|
318
319
|
id_data: typing.Any
|
|
@@ -370,7 +371,7 @@ class GreasePencilDisplayPanel:
|
|
|
370
371
|
:param context:
|
|
371
372
|
"""
|
|
372
373
|
|
|
373
|
-
class GreasePencilFlipTintColors(
|
|
374
|
+
class GreasePencilFlipTintColors(_bpy_types.Operator):
|
|
374
375
|
"""Switch tint colors"""
|
|
375
376
|
|
|
376
377
|
bl_idname: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class MASK_MT_add(
|
|
8
|
+
class MASK_MT_add(_bpy_types.Menu):
|
|
8
9
|
bl_idname: typing.Any
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_rna: typing.Any
|
|
@@ -31,7 +32,7 @@ class MASK_MT_add(bpy.types.Menu):
|
|
|
31
32
|
:param _context:
|
|
32
33
|
"""
|
|
33
34
|
|
|
34
|
-
class MASK_MT_animation(
|
|
35
|
+
class MASK_MT_animation(_bpy_types.Menu):
|
|
35
36
|
bl_label: typing.Any
|
|
36
37
|
bl_rna: typing.Any
|
|
37
38
|
id_data: typing.Any
|
|
@@ -56,7 +57,7 @@ class MASK_MT_animation(bpy.types.Menu):
|
|
|
56
57
|
:param _context:
|
|
57
58
|
"""
|
|
58
59
|
|
|
59
|
-
class MASK_MT_mask(
|
|
60
|
+
class MASK_MT_mask(_bpy_types.Menu):
|
|
60
61
|
bl_label: typing.Any
|
|
61
62
|
bl_rna: typing.Any
|
|
62
63
|
id_data: typing.Any
|
|
@@ -81,7 +82,7 @@ class MASK_MT_mask(bpy.types.Menu):
|
|
|
81
82
|
:param _context:
|
|
82
83
|
"""
|
|
83
84
|
|
|
84
|
-
class MASK_MT_select(
|
|
85
|
+
class MASK_MT_select(_bpy_types.Menu):
|
|
85
86
|
bl_label: typing.Any
|
|
86
87
|
bl_rna: typing.Any
|
|
87
88
|
id_data: typing.Any
|
|
@@ -106,7 +107,7 @@ class MASK_MT_select(bpy.types.Menu):
|
|
|
106
107
|
:param _context:
|
|
107
108
|
"""
|
|
108
109
|
|
|
109
|
-
class MASK_MT_transform(
|
|
110
|
+
class MASK_MT_transform(_bpy_types.Menu):
|
|
110
111
|
bl_label: typing.Any
|
|
111
112
|
bl_rna: typing.Any
|
|
112
113
|
id_data: typing.Any
|
|
@@ -131,7 +132,7 @@ class MASK_MT_transform(bpy.types.Menu):
|
|
|
131
132
|
:param _context:
|
|
132
133
|
"""
|
|
133
134
|
|
|
134
|
-
class MASK_MT_visibility(
|
|
135
|
+
class MASK_MT_visibility(_bpy_types.Menu):
|
|
135
136
|
bl_label: typing.Any
|
|
136
137
|
bl_rna: typing.Any
|
|
137
138
|
id_data: typing.Any
|
|
@@ -288,7 +289,7 @@ class MASK_PT_transforms:
|
|
|
288
289
|
:param context:
|
|
289
290
|
"""
|
|
290
291
|
|
|
291
|
-
class MASK_UL_layers(
|
|
292
|
+
class MASK_UL_layers(_bpy_types.UIList):
|
|
292
293
|
bl_rna: typing.Any
|
|
293
294
|
id_data: typing.Any
|
|
294
295
|
|
|
@@ -2,11 +2,12 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.space_properties
|
|
6
7
|
import bpy.types
|
|
7
8
|
import rna_prop_ui
|
|
8
9
|
|
|
9
|
-
class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel,
|
|
10
|
+
class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel, _bpy_types.Panel):
|
|
10
11
|
COMPAT_ENGINES: typing.Any
|
|
11
12
|
bl_context: typing.Any
|
|
12
13
|
bl_label: typing.Any
|
|
@@ -43,7 +44,7 @@ class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
43
44
|
:param context:
|
|
44
45
|
"""
|
|
45
46
|
|
|
46
|
-
class EEVEE_MATERIAL_PT_displacement(MaterialButtonsPanel,
|
|
47
|
+
class EEVEE_MATERIAL_PT_displacement(MaterialButtonsPanel, _bpy_types.Panel):
|
|
47
48
|
COMPAT_ENGINES: typing.Any
|
|
48
49
|
bl_context: typing.Any
|
|
49
50
|
bl_label: typing.Any
|
|
@@ -80,7 +81,7 @@ class EEVEE_MATERIAL_PT_displacement(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
80
81
|
:param context:
|
|
81
82
|
"""
|
|
82
83
|
|
|
83
|
-
class EEVEE_MATERIAL_PT_settings(MaterialButtonsPanel,
|
|
84
|
+
class EEVEE_MATERIAL_PT_settings(MaterialButtonsPanel, _bpy_types.Panel):
|
|
84
85
|
COMPAT_ENGINES: typing.Any
|
|
85
86
|
bl_context: typing.Any
|
|
86
87
|
bl_label: typing.Any
|
|
@@ -109,7 +110,7 @@ class EEVEE_MATERIAL_PT_settings(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
109
110
|
:param context:
|
|
110
111
|
"""
|
|
111
112
|
|
|
112
|
-
class EEVEE_MATERIAL_PT_settings_surface(MaterialButtonsPanel,
|
|
113
|
+
class EEVEE_MATERIAL_PT_settings_surface(MaterialButtonsPanel, _bpy_types.Panel):
|
|
113
114
|
COMPAT_ENGINES: typing.Any
|
|
114
115
|
bl_context: typing.Any
|
|
115
116
|
bl_label: typing.Any
|
|
@@ -139,7 +140,7 @@ class EEVEE_MATERIAL_PT_settings_surface(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
139
140
|
:param context:
|
|
140
141
|
"""
|
|
141
142
|
|
|
142
|
-
class EEVEE_MATERIAL_PT_settings_volume(MaterialButtonsPanel,
|
|
143
|
+
class EEVEE_MATERIAL_PT_settings_volume(MaterialButtonsPanel, _bpy_types.Panel):
|
|
143
144
|
COMPAT_ENGINES: typing.Any
|
|
144
145
|
bl_context: typing.Any
|
|
145
146
|
bl_label: typing.Any
|
|
@@ -169,7 +170,7 @@ class EEVEE_MATERIAL_PT_settings_volume(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
169
170
|
:param context:
|
|
170
171
|
"""
|
|
171
172
|
|
|
172
|
-
class EEVEE_MATERIAL_PT_surface(MaterialButtonsPanel,
|
|
173
|
+
class EEVEE_MATERIAL_PT_surface(MaterialButtonsPanel, _bpy_types.Panel):
|
|
173
174
|
COMPAT_ENGINES: typing.Any
|
|
174
175
|
bl_context: typing.Any
|
|
175
176
|
bl_label: typing.Any
|
|
@@ -198,7 +199,7 @@ class EEVEE_MATERIAL_PT_surface(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
198
199
|
:param context:
|
|
199
200
|
"""
|
|
200
201
|
|
|
201
|
-
class EEVEE_MATERIAL_PT_thickness(MaterialButtonsPanel,
|
|
202
|
+
class EEVEE_MATERIAL_PT_thickness(MaterialButtonsPanel, _bpy_types.Panel):
|
|
202
203
|
COMPAT_ENGINES: typing.Any
|
|
203
204
|
bl_context: typing.Any
|
|
204
205
|
bl_label: typing.Any
|
|
@@ -236,7 +237,7 @@ class EEVEE_MATERIAL_PT_thickness(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
236
237
|
:param context:
|
|
237
238
|
"""
|
|
238
239
|
|
|
239
|
-
class EEVEE_MATERIAL_PT_viewport_settings(MaterialButtonsPanel,
|
|
240
|
+
class EEVEE_MATERIAL_PT_viewport_settings(MaterialButtonsPanel, _bpy_types.Panel):
|
|
240
241
|
COMPAT_ENGINES: typing.Any
|
|
241
242
|
bl_context: typing.Any
|
|
242
243
|
bl_label: typing.Any
|
|
@@ -266,7 +267,7 @@ class EEVEE_MATERIAL_PT_viewport_settings(MaterialButtonsPanel, bpy.types.Panel)
|
|
|
266
267
|
:param context:
|
|
267
268
|
"""
|
|
268
269
|
|
|
269
|
-
class EEVEE_MATERIAL_PT_volume(MaterialButtonsPanel,
|
|
270
|
+
class EEVEE_MATERIAL_PT_volume(MaterialButtonsPanel, _bpy_types.Panel):
|
|
270
271
|
COMPAT_ENGINES: typing.Any
|
|
271
272
|
bl_context: typing.Any
|
|
272
273
|
bl_label: typing.Any
|
|
@@ -304,7 +305,7 @@ class EEVEE_MATERIAL_PT_volume(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
304
305
|
:param context:
|
|
305
306
|
"""
|
|
306
307
|
|
|
307
|
-
class MATERIAL_MT_context_menu(
|
|
308
|
+
class MATERIAL_MT_context_menu(_bpy_types.Menu):
|
|
308
309
|
bl_label: typing.Any
|
|
309
310
|
bl_rna: typing.Any
|
|
310
311
|
id_data: typing.Any
|
|
@@ -330,11 +331,11 @@ class MATERIAL_MT_context_menu(bpy.types.Menu):
|
|
|
330
331
|
"""
|
|
331
332
|
|
|
332
333
|
class MATERIAL_PT_animation(
|
|
333
|
-
|
|
334
|
+
_bpy_types.Panel,
|
|
334
335
|
MaterialButtonsPanel,
|
|
335
336
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
336
337
|
):
|
|
337
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
338
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
338
339
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
339
340
|
"""
|
|
340
341
|
|
|
@@ -369,10 +370,10 @@ class MATERIAL_PT_animation(
|
|
|
369
370
|
"""
|
|
370
371
|
|
|
371
372
|
class MATERIAL_PT_custom_props(
|
|
372
|
-
rna_prop_ui.PropertyPanel, MaterialButtonsPanel,
|
|
373
|
+
rna_prop_ui.PropertyPanel, MaterialButtonsPanel, _bpy_types.Panel
|
|
373
374
|
):
|
|
374
375
|
"""The subclass should have its own poll function
|
|
375
|
-
and the variable
|
|
376
|
+
and the variable _context_path MUST be set.
|
|
376
377
|
"""
|
|
377
378
|
|
|
378
379
|
COMPAT_ENGINES: typing.Any
|
|
@@ -399,7 +400,7 @@ class MATERIAL_PT_custom_props(
|
|
|
399
400
|
:rtype: typing.Any
|
|
400
401
|
"""
|
|
401
402
|
|
|
402
|
-
class MATERIAL_PT_lineart(MaterialButtonsPanel,
|
|
403
|
+
class MATERIAL_PT_lineart(MaterialButtonsPanel, _bpy_types.Panel):
|
|
403
404
|
bl_context: typing.Any
|
|
404
405
|
bl_label: typing.Any
|
|
405
406
|
bl_options: typing.Any
|
|
@@ -436,7 +437,7 @@ class MATERIAL_PT_lineart(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
436
437
|
:param context:
|
|
437
438
|
"""
|
|
438
439
|
|
|
439
|
-
class MATERIAL_PT_preview(MaterialButtonsPanel,
|
|
440
|
+
class MATERIAL_PT_preview(MaterialButtonsPanel, _bpy_types.Panel):
|
|
440
441
|
COMPAT_ENGINES: typing.Any
|
|
441
442
|
bl_context: typing.Any
|
|
442
443
|
bl_label: typing.Any
|
|
@@ -466,7 +467,7 @@ class MATERIAL_PT_preview(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
466
467
|
:param context:
|
|
467
468
|
"""
|
|
468
469
|
|
|
469
|
-
class MATERIAL_PT_viewport(MaterialButtonsPanel,
|
|
470
|
+
class MATERIAL_PT_viewport(MaterialButtonsPanel, _bpy_types.Panel):
|
|
470
471
|
bl_context: typing.Any
|
|
471
472
|
bl_label: typing.Any
|
|
472
473
|
bl_options: typing.Any
|
|
@@ -503,7 +504,7 @@ class MATERIAL_PT_viewport(MaterialButtonsPanel, bpy.types.Panel):
|
|
|
503
504
|
:param context:
|
|
504
505
|
"""
|
|
505
506
|
|
|
506
|
-
class MATERIAL_UL_matslots(
|
|
507
|
+
class MATERIAL_UL_matslots(_bpy_types.UIList):
|
|
507
508
|
bl_rna: typing.Any
|
|
508
509
|
id_data: typing.Any
|
|
509
510
|
|
|
@@ -2,13 +2,14 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.properties_grease_pencil_common
|
|
6
7
|
import bl_ui.space_properties
|
|
7
8
|
import bl_ui.utils
|
|
8
9
|
import bpy.types
|
|
9
10
|
import rna_prop_ui
|
|
10
11
|
|
|
11
|
-
class GPENCIL_MT_material_context_menu(
|
|
12
|
+
class GPENCIL_MT_material_context_menu(_bpy_types.Menu):
|
|
12
13
|
bl_label: typing.Any
|
|
13
14
|
bl_rna: typing.Any
|
|
14
15
|
id_data: typing.Any
|
|
@@ -33,7 +34,7 @@ class GPENCIL_MT_material_context_menu(bpy.types.Menu):
|
|
|
33
34
|
:param _context:
|
|
34
35
|
"""
|
|
35
36
|
|
|
36
|
-
class GPENCIL_UL_matslots(
|
|
37
|
+
class GPENCIL_UL_matslots(_bpy_types.UIList):
|
|
37
38
|
bl_rna: typing.Any
|
|
38
39
|
id_data: typing.Any
|
|
39
40
|
|
|
@@ -90,9 +91,9 @@ class MATERIAL_PT_gpencil_animation(
|
|
|
90
91
|
rna_prop_ui.PropertyPanel,
|
|
91
92
|
GPMaterialButtonsPanel,
|
|
92
93
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
93
|
-
|
|
94
|
+
_bpy_types.Panel,
|
|
94
95
|
):
|
|
95
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
96
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
96
97
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
97
98
|
"""
|
|
98
99
|
|
|
@@ -120,10 +121,10 @@ class MATERIAL_PT_gpencil_animation(
|
|
|
120
121
|
"""
|
|
121
122
|
|
|
122
123
|
class MATERIAL_PT_gpencil_custom_props(
|
|
123
|
-
rna_prop_ui.PropertyPanel, GPMaterialButtonsPanel,
|
|
124
|
+
rna_prop_ui.PropertyPanel, GPMaterialButtonsPanel, _bpy_types.Panel
|
|
124
125
|
):
|
|
125
126
|
"""The subclass should have its own poll function
|
|
126
|
-
and the variable
|
|
127
|
+
and the variable _context_path MUST be set.
|
|
127
128
|
"""
|
|
128
129
|
|
|
129
130
|
COMPAT_ENGINES: typing.Any
|
|
@@ -150,7 +151,7 @@ class MATERIAL_PT_gpencil_custom_props(
|
|
|
150
151
|
:rtype: typing.Any
|
|
151
152
|
"""
|
|
152
153
|
|
|
153
|
-
class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel,
|
|
154
|
+
class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, _bpy_types.Panel):
|
|
154
155
|
bl_context: typing.Any
|
|
155
156
|
bl_label: typing.Any
|
|
156
157
|
bl_parent_id: typing.Any
|
|
@@ -185,7 +186,7 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, bpy.types.Panel):
|
|
|
185
186
|
:param context:
|
|
186
187
|
"""
|
|
187
188
|
|
|
188
|
-
class MATERIAL_PT_gpencil_material_presets(bl_ui.utils.PresetPanel,
|
|
189
|
+
class MATERIAL_PT_gpencil_material_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
189
190
|
"""Material settings"""
|
|
190
191
|
|
|
191
192
|
bl_label: typing.Any
|
|
@@ -211,7 +212,7 @@ class MATERIAL_PT_gpencil_material_presets(bl_ui.utils.PresetPanel, bpy.types.Pa
|
|
|
211
212
|
:rtype: typing.Any
|
|
212
213
|
"""
|
|
213
214
|
|
|
214
|
-
class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel,
|
|
215
|
+
class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, _bpy_types.Panel):
|
|
215
216
|
bl_context: typing.Any
|
|
216
217
|
bl_label: typing.Any
|
|
217
218
|
bl_options: typing.Any
|
|
@@ -240,7 +241,7 @@ class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, bpy.types.Panel):
|
|
|
240
241
|
:param context:
|
|
241
242
|
"""
|
|
242
243
|
|
|
243
|
-
class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel,
|
|
244
|
+
class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel, _bpy_types.Panel):
|
|
244
245
|
bl_context: typing.Any
|
|
245
246
|
bl_label: typing.Any
|
|
246
247
|
bl_options: typing.Any
|
|
@@ -270,7 +271,7 @@ class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel, bpy.types.Panel):
|
|
|
270
271
|
"""
|
|
271
272
|
|
|
272
273
|
class MATERIAL_PT_gpencil_slots(
|
|
273
|
-
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
|
|
274
|
+
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel, _bpy_types.Panel
|
|
274
275
|
):
|
|
275
276
|
bl_context: typing.Any
|
|
276
277
|
bl_label: typing.Any
|
|
@@ -301,7 +302,7 @@ class MATERIAL_PT_gpencil_slots(
|
|
|
301
302
|
:param context:
|
|
302
303
|
"""
|
|
303
304
|
|
|
304
|
-
class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel,
|
|
305
|
+
class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, _bpy_types.Panel):
|
|
305
306
|
bl_context: typing.Any
|
|
306
307
|
bl_label: typing.Any
|
|
307
308
|
bl_parent_id: typing.Any
|
|
@@ -336,7 +337,7 @@ class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, bpy.types.Panel):
|
|
|
336
337
|
:param context:
|
|
337
338
|
"""
|
|
338
339
|
|
|
339
|
-
class MATERIAL_PT_gpencil_surface(GPMaterialButtonsPanel,
|
|
340
|
+
class MATERIAL_PT_gpencil_surface(GPMaterialButtonsPanel, _bpy_types.Panel):
|
|
340
341
|
bl_context: typing.Any
|
|
341
342
|
bl_label: typing.Any
|
|
342
343
|
bl_region_type: typing.Any
|
|
@@ -2,12 +2,13 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.properties_animviz
|
|
6
7
|
import bl_ui.space_properties
|
|
7
8
|
import bpy.types
|
|
8
9
|
import rna_prop_ui
|
|
9
10
|
|
|
10
|
-
class COLLECTION_MT_context_menu(
|
|
11
|
+
class COLLECTION_MT_context_menu(_bpy_types.Menu):
|
|
11
12
|
bl_label: typing.Any
|
|
12
13
|
bl_rna: typing.Any
|
|
13
14
|
id_data: typing.Any
|
|
@@ -32,7 +33,7 @@ class COLLECTION_MT_context_menu(bpy.types.Menu):
|
|
|
32
33
|
:param _context:
|
|
33
34
|
"""
|
|
34
35
|
|
|
35
|
-
class OBJECT_MT_light_linking_context_menu(
|
|
36
|
+
class OBJECT_MT_light_linking_context_menu(_bpy_types.Menu):
|
|
36
37
|
bl_label: typing.Any
|
|
37
38
|
bl_rna: typing.Any
|
|
38
39
|
id_data: typing.Any
|
|
@@ -57,7 +58,7 @@ class OBJECT_MT_light_linking_context_menu(bpy.types.Menu):
|
|
|
57
58
|
:param _context:
|
|
58
59
|
"""
|
|
59
60
|
|
|
60
|
-
class OBJECT_MT_shadow_linking_context_menu(
|
|
61
|
+
class OBJECT_MT_shadow_linking_context_menu(_bpy_types.Menu):
|
|
61
62
|
bl_label: typing.Any
|
|
62
63
|
bl_rna: typing.Any
|
|
63
64
|
id_data: typing.Any
|
|
@@ -86,9 +87,9 @@ class OBJECT_PT_animation(
|
|
|
86
87
|
rna_prop_ui.PropertyPanel,
|
|
87
88
|
ObjectButtonsPanel,
|
|
88
89
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
89
|
-
|
|
90
|
+
_bpy_types.Panel,
|
|
90
91
|
):
|
|
91
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
92
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
92
93
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
93
94
|
"""
|
|
94
95
|
|
|
@@ -115,7 +116,7 @@ class OBJECT_PT_animation(
|
|
|
115
116
|
:rtype: typing.Any
|
|
116
117
|
"""
|
|
117
118
|
|
|
118
|
-
class OBJECT_PT_collections(ObjectButtonsPanel,
|
|
119
|
+
class OBJECT_PT_collections(ObjectButtonsPanel, _bpy_types.Panel):
|
|
119
120
|
bl_context: typing.Any
|
|
120
121
|
bl_label: typing.Any
|
|
121
122
|
bl_options: typing.Any
|
|
@@ -144,7 +145,7 @@ class OBJECT_PT_collections(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
144
145
|
:param context:
|
|
145
146
|
"""
|
|
146
147
|
|
|
147
|
-
class OBJECT_PT_context_object(ObjectButtonsPanel,
|
|
148
|
+
class OBJECT_PT_context_object(ObjectButtonsPanel, _bpy_types.Panel):
|
|
148
149
|
bl_context: typing.Any
|
|
149
150
|
bl_label: typing.Any
|
|
150
151
|
bl_options: typing.Any
|
|
@@ -174,10 +175,10 @@ class OBJECT_PT_context_object(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
174
175
|
"""
|
|
175
176
|
|
|
176
177
|
class OBJECT_PT_custom_props(
|
|
177
|
-
rna_prop_ui.PropertyPanel, ObjectButtonsPanel,
|
|
178
|
+
rna_prop_ui.PropertyPanel, ObjectButtonsPanel, _bpy_types.Panel
|
|
178
179
|
):
|
|
179
180
|
"""The subclass should have its own poll function
|
|
180
|
-
and the variable
|
|
181
|
+
and the variable _context_path MUST be set.
|
|
181
182
|
"""
|
|
182
183
|
|
|
183
184
|
COMPAT_ENGINES: typing.Any
|
|
@@ -204,7 +205,7 @@ class OBJECT_PT_custom_props(
|
|
|
204
205
|
:rtype: typing.Any
|
|
205
206
|
"""
|
|
206
207
|
|
|
207
|
-
class OBJECT_PT_delta_transform(ObjectButtonsPanel,
|
|
208
|
+
class OBJECT_PT_delta_transform(ObjectButtonsPanel, _bpy_types.Panel):
|
|
208
209
|
bl_context: typing.Any
|
|
209
210
|
bl_label: typing.Any
|
|
210
211
|
bl_options: typing.Any
|
|
@@ -234,7 +235,7 @@ class OBJECT_PT_delta_transform(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
234
235
|
:param context:
|
|
235
236
|
"""
|
|
236
237
|
|
|
237
|
-
class OBJECT_PT_display(ObjectButtonsPanel,
|
|
238
|
+
class OBJECT_PT_display(ObjectButtonsPanel, _bpy_types.Panel):
|
|
238
239
|
bl_context: typing.Any
|
|
239
240
|
bl_label: typing.Any
|
|
240
241
|
bl_options: typing.Any
|
|
@@ -264,7 +265,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
264
265
|
:param context:
|
|
265
266
|
"""
|
|
266
267
|
|
|
267
|
-
class OBJECT_PT_instancing(ObjectButtonsPanel,
|
|
268
|
+
class OBJECT_PT_instancing(ObjectButtonsPanel, _bpy_types.Panel):
|
|
268
269
|
bl_context: typing.Any
|
|
269
270
|
bl_label: typing.Any
|
|
270
271
|
bl_options: typing.Any
|
|
@@ -300,7 +301,7 @@ class OBJECT_PT_instancing(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
300
301
|
:param context:
|
|
301
302
|
"""
|
|
302
303
|
|
|
303
|
-
class OBJECT_PT_instancing_size(ObjectButtonsPanel,
|
|
304
|
+
class OBJECT_PT_instancing_size(ObjectButtonsPanel, _bpy_types.Panel):
|
|
304
305
|
bl_context: typing.Any
|
|
305
306
|
bl_label: typing.Any
|
|
306
307
|
bl_parent_id: typing.Any
|
|
@@ -342,7 +343,7 @@ class OBJECT_PT_instancing_size(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
342
343
|
:param context:
|
|
343
344
|
"""
|
|
344
345
|
|
|
345
|
-
class OBJECT_PT_light_linking(ObjectButtonsPanel,
|
|
346
|
+
class OBJECT_PT_light_linking(ObjectButtonsPanel, _bpy_types.Panel):
|
|
346
347
|
bl_context: typing.Any
|
|
347
348
|
bl_label: typing.Any
|
|
348
349
|
bl_options: typing.Any
|
|
@@ -372,7 +373,7 @@ class OBJECT_PT_light_linking(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
372
373
|
:param context:
|
|
373
374
|
"""
|
|
374
375
|
|
|
375
|
-
class OBJECT_PT_lineart(ObjectButtonsPanel,
|
|
376
|
+
class OBJECT_PT_lineart(ObjectButtonsPanel, _bpy_types.Panel):
|
|
376
377
|
bl_context: typing.Any
|
|
377
378
|
bl_label: typing.Any
|
|
378
379
|
bl_options: typing.Any
|
|
@@ -410,7 +411,7 @@ class OBJECT_PT_lineart(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
410
411
|
"""
|
|
411
412
|
|
|
412
413
|
class OBJECT_PT_motion_paths(
|
|
413
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel,
|
|
414
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel, _bpy_types.Panel
|
|
414
415
|
):
|
|
415
416
|
bl_context: typing.Any
|
|
416
417
|
bl_label: typing.Any
|
|
@@ -448,7 +449,7 @@ class OBJECT_PT_motion_paths(
|
|
|
448
449
|
"""
|
|
449
450
|
|
|
450
451
|
class OBJECT_PT_motion_paths_display(
|
|
451
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
452
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel_display, _bpy_types.Panel
|
|
452
453
|
):
|
|
453
454
|
bl_context: typing.Any
|
|
454
455
|
bl_label: typing.Any
|
|
@@ -486,7 +487,7 @@ class OBJECT_PT_motion_paths_display(
|
|
|
486
487
|
:param context:
|
|
487
488
|
"""
|
|
488
489
|
|
|
489
|
-
class OBJECT_PT_relations(ObjectButtonsPanel,
|
|
490
|
+
class OBJECT_PT_relations(ObjectButtonsPanel, _bpy_types.Panel):
|
|
490
491
|
bl_context: typing.Any
|
|
491
492
|
bl_label: typing.Any
|
|
492
493
|
bl_options: typing.Any
|
|
@@ -515,7 +516,7 @@ class OBJECT_PT_relations(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
515
516
|
:param context:
|
|
516
517
|
"""
|
|
517
518
|
|
|
518
|
-
class OBJECT_PT_shading(ObjectButtonsPanel,
|
|
519
|
+
class OBJECT_PT_shading(ObjectButtonsPanel, _bpy_types.Panel):
|
|
519
520
|
COMPAT_ENGINES: typing.Any
|
|
520
521
|
bl_context: typing.Any
|
|
521
522
|
bl_label: typing.Any
|
|
@@ -552,7 +553,7 @@ class OBJECT_PT_shading(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
552
553
|
:param context:
|
|
553
554
|
"""
|
|
554
555
|
|
|
555
|
-
class OBJECT_PT_shadow_linking(ObjectButtonsPanel,
|
|
556
|
+
class OBJECT_PT_shadow_linking(ObjectButtonsPanel, _bpy_types.Panel):
|
|
556
557
|
bl_context: typing.Any
|
|
557
558
|
bl_label: typing.Any
|
|
558
559
|
bl_options: typing.Any
|
|
@@ -582,7 +583,7 @@ class OBJECT_PT_shadow_linking(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
582
583
|
:param context:
|
|
583
584
|
"""
|
|
584
585
|
|
|
585
|
-
class OBJECT_PT_shadow_terminator(ObjectButtonsPanel,
|
|
586
|
+
class OBJECT_PT_shadow_terminator(ObjectButtonsPanel, _bpy_types.Panel):
|
|
586
587
|
COMPAT_ENGINES: typing.Any
|
|
587
588
|
bl_context: typing.Any
|
|
588
589
|
bl_label: typing.Any
|
|
@@ -619,7 +620,7 @@ class OBJECT_PT_shadow_terminator(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
619
620
|
:param context:
|
|
620
621
|
"""
|
|
621
622
|
|
|
622
|
-
class OBJECT_PT_transform(ObjectButtonsPanel,
|
|
623
|
+
class OBJECT_PT_transform(ObjectButtonsPanel, _bpy_types.Panel):
|
|
623
624
|
bl_context: typing.Any
|
|
624
625
|
bl_label: typing.Any
|
|
625
626
|
bl_region_type: typing.Any
|
|
@@ -647,7 +648,7 @@ class OBJECT_PT_transform(ObjectButtonsPanel, bpy.types.Panel):
|
|
|
647
648
|
:param context:
|
|
648
649
|
"""
|
|
649
650
|
|
|
650
|
-
class OBJECT_PT_visibility(ObjectButtonsPanel,
|
|
651
|
+
class OBJECT_PT_visibility(ObjectButtonsPanel, _bpy_types.Panel):
|
|
651
652
|
COMPAT_ENGINES: typing.Any
|
|
652
653
|
bl_context: typing.Any
|
|
653
654
|
bl_label: typing.Any
|