fake-bpy-module 20250630__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-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.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-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.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 bl_ui.space_properties
|
|
6
7
|
import bpy.types
|
|
7
8
|
import rna_prop_ui
|
|
@@ -15,9 +16,9 @@ class SCENE_PT_animation(
|
|
|
15
16
|
rna_prop_ui.PropertyPanel,
|
|
16
17
|
SceneButtonsPanel,
|
|
17
18
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
18
|
-
|
|
19
|
+
_bpy_types.Panel,
|
|
19
20
|
):
|
|
20
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
21
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
21
22
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
22
23
|
"""
|
|
23
24
|
|
|
@@ -50,7 +51,36 @@ class SCENE_PT_animation(
|
|
|
50
51
|
:param context:
|
|
51
52
|
"""
|
|
52
53
|
|
|
53
|
-
class SCENE_PT_audio(SceneButtonsPanel,
|
|
54
|
+
class SCENE_PT_audio(SceneButtonsPanel, _bpy_types.Panel):
|
|
55
|
+
bl_context: typing.Any
|
|
56
|
+
bl_label: typing.Any
|
|
57
|
+
bl_options: typing.Any
|
|
58
|
+
bl_region_type: typing.Any
|
|
59
|
+
bl_rna: typing.Any
|
|
60
|
+
bl_space_type: typing.Any
|
|
61
|
+
id_data: typing.Any
|
|
62
|
+
|
|
63
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
64
|
+
"""
|
|
65
|
+
|
|
66
|
+
:return: The RNA type or default when not found.
|
|
67
|
+
:rtype: bpy.types.Struct
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
:return: The class or default when not found.
|
|
74
|
+
:rtype: typing.Any
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
def draw(self, context) -> None:
|
|
78
|
+
"""
|
|
79
|
+
|
|
80
|
+
:param context:
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
class SCENE_PT_context_scene(SceneButtonsPanel, _bpy_types.Panel):
|
|
54
84
|
bl_context: typing.Any
|
|
55
85
|
bl_label: typing.Any
|
|
56
86
|
bl_options: typing.Any
|
|
@@ -80,10 +110,10 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy.types.Panel):
|
|
|
80
110
|
"""
|
|
81
111
|
|
|
82
112
|
class SCENE_PT_custom_props(
|
|
83
|
-
rna_prop_ui.PropertyPanel, SceneButtonsPanel,
|
|
113
|
+
rna_prop_ui.PropertyPanel, SceneButtonsPanel, _bpy_types.Panel
|
|
84
114
|
):
|
|
85
115
|
"""The subclass should have its own poll function
|
|
86
|
-
and the variable
|
|
116
|
+
and the variable _context_path MUST be set.
|
|
87
117
|
"""
|
|
88
118
|
|
|
89
119
|
bl_context: typing.Any
|
|
@@ -109,7 +139,7 @@ class SCENE_PT_custom_props(
|
|
|
109
139
|
:rtype: typing.Any
|
|
110
140
|
"""
|
|
111
141
|
|
|
112
|
-
class SCENE_PT_eevee_light_probes(SceneButtonsPanel,
|
|
142
|
+
class SCENE_PT_eevee_light_probes(SceneButtonsPanel, _bpy_types.Panel):
|
|
113
143
|
COMPAT_ENGINES: typing.Any
|
|
114
144
|
bl_context: typing.Any
|
|
115
145
|
bl_label: typing.Any
|
|
@@ -147,7 +177,7 @@ class SCENE_PT_eevee_light_probes(SceneButtonsPanel, bpy.types.Panel):
|
|
|
147
177
|
"""
|
|
148
178
|
|
|
149
179
|
class SCENE_PT_keyframing_settings(
|
|
150
|
-
SceneKeyingSetsPanel, SceneButtonsPanel,
|
|
180
|
+
SceneKeyingSetsPanel, SceneButtonsPanel, _bpy_types.Panel
|
|
151
181
|
):
|
|
152
182
|
bl_context: typing.Any
|
|
153
183
|
bl_label: typing.Any
|
|
@@ -185,7 +215,7 @@ class SCENE_PT_keyframing_settings(
|
|
|
185
215
|
"""
|
|
186
216
|
|
|
187
217
|
class SCENE_PT_keying_set_paths(
|
|
188
|
-
SceneKeyingSetsPanel, SceneButtonsPanel,
|
|
218
|
+
SceneKeyingSetsPanel, SceneButtonsPanel, _bpy_types.Panel
|
|
189
219
|
):
|
|
190
220
|
bl_context: typing.Any
|
|
191
221
|
bl_label: typing.Any
|
|
@@ -222,7 +252,7 @@ class SCENE_PT_keying_set_paths(
|
|
|
222
252
|
:param context:
|
|
223
253
|
"""
|
|
224
254
|
|
|
225
|
-
class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel,
|
|
255
|
+
class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel, _bpy_types.Panel):
|
|
226
256
|
bl_context: typing.Any
|
|
227
257
|
bl_label: typing.Any
|
|
228
258
|
bl_options: typing.Any
|
|
@@ -251,7 +281,7 @@ class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Pa
|
|
|
251
281
|
:param context:
|
|
252
282
|
"""
|
|
253
283
|
|
|
254
|
-
class SCENE_PT_physics(SceneButtonsPanel,
|
|
284
|
+
class SCENE_PT_physics(SceneButtonsPanel, _bpy_types.Panel):
|
|
255
285
|
bl_context: typing.Any
|
|
256
286
|
bl_label: typing.Any
|
|
257
287
|
bl_options: typing.Any
|
|
@@ -286,7 +316,7 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy.types.Panel):
|
|
|
286
316
|
:param context:
|
|
287
317
|
"""
|
|
288
318
|
|
|
289
|
-
class SCENE_PT_rigid_body_cache(RigidBodySubPanel,
|
|
319
|
+
class SCENE_PT_rigid_body_cache(RigidBodySubPanel, _bpy_types.Panel):
|
|
290
320
|
bl_context: typing.Any
|
|
291
321
|
bl_label: typing.Any
|
|
292
322
|
bl_options: typing.Any
|
|
@@ -316,7 +346,7 @@ class SCENE_PT_rigid_body_cache(RigidBodySubPanel, bpy.types.Panel):
|
|
|
316
346
|
:param context:
|
|
317
347
|
"""
|
|
318
348
|
|
|
319
|
-
class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel,
|
|
349
|
+
class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel, _bpy_types.Panel):
|
|
320
350
|
bl_context: typing.Any
|
|
321
351
|
bl_label: typing.Any
|
|
322
352
|
bl_options: typing.Any
|
|
@@ -346,7 +376,7 @@ class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel, bpy.types.Panel):
|
|
|
346
376
|
:param context:
|
|
347
377
|
"""
|
|
348
378
|
|
|
349
|
-
class SCENE_PT_rigid_body_world(SceneButtonsPanel,
|
|
379
|
+
class SCENE_PT_rigid_body_world(SceneButtonsPanel, _bpy_types.Panel):
|
|
350
380
|
bl_context: typing.Any
|
|
351
381
|
bl_label: typing.Any
|
|
352
382
|
bl_options: typing.Any
|
|
@@ -381,7 +411,7 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy.types.Panel):
|
|
|
381
411
|
:param context:
|
|
382
412
|
"""
|
|
383
413
|
|
|
384
|
-
class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel,
|
|
414
|
+
class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel, _bpy_types.Panel):
|
|
385
415
|
bl_context: typing.Any
|
|
386
416
|
bl_label: typing.Any
|
|
387
417
|
bl_parent_id: typing.Any
|
|
@@ -410,7 +440,7 @@ class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel, bpy.types.Panel):
|
|
|
410
440
|
:param context:
|
|
411
441
|
"""
|
|
412
442
|
|
|
413
|
-
class SCENE_PT_scene(SceneButtonsPanel,
|
|
443
|
+
class SCENE_PT_scene(SceneButtonsPanel, _bpy_types.Panel):
|
|
414
444
|
bl_context: typing.Any
|
|
415
445
|
bl_label: typing.Any
|
|
416
446
|
bl_region_type: typing.Any
|
|
@@ -438,7 +468,7 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy.types.Panel):
|
|
|
438
468
|
:param context:
|
|
439
469
|
"""
|
|
440
470
|
|
|
441
|
-
class SCENE_PT_simulation(SceneButtonsPanel,
|
|
471
|
+
class SCENE_PT_simulation(SceneButtonsPanel, _bpy_types.Panel):
|
|
442
472
|
bl_context: typing.Any
|
|
443
473
|
bl_label: typing.Any
|
|
444
474
|
bl_options: typing.Any
|
|
@@ -467,7 +497,7 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy.types.Panel):
|
|
|
467
497
|
:param context:
|
|
468
498
|
"""
|
|
469
499
|
|
|
470
|
-
class SCENE_PT_unit(SceneButtonsPanel,
|
|
500
|
+
class SCENE_PT_unit(SceneButtonsPanel, _bpy_types.Panel):
|
|
471
501
|
bl_context: typing.Any
|
|
472
502
|
bl_label: typing.Any
|
|
473
503
|
bl_options: typing.Any
|
|
@@ -496,7 +526,7 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy.types.Panel):
|
|
|
496
526
|
:param context:
|
|
497
527
|
"""
|
|
498
528
|
|
|
499
|
-
class SCENE_UL_keying_set_paths(
|
|
529
|
+
class SCENE_UL_keying_set_paths(_bpy_types.UIList):
|
|
500
530
|
bl_rna: typing.Any
|
|
501
531
|
id_data: typing.Any
|
|
502
532
|
|
|
@@ -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 TEXTURE_MT_context_menu(
|
|
10
|
+
class TEXTURE_MT_context_menu(_bpy_types.Menu):
|
|
10
11
|
COMPAT_ENGINES: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
12
13
|
bl_rna: typing.Any
|
|
@@ -36,9 +37,9 @@ class TEXTURE_PT_animation(
|
|
|
36
37
|
rna_prop_ui.PropertyPanel,
|
|
37
38
|
TextureButtonsPanel,
|
|
38
39
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
39
|
-
|
|
40
|
+
_bpy_types.Panel,
|
|
40
41
|
):
|
|
41
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
42
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
42
43
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
43
44
|
"""
|
|
44
45
|
|
|
@@ -78,7 +79,7 @@ class TEXTURE_PT_animation(
|
|
|
78
79
|
:param context:
|
|
79
80
|
"""
|
|
80
81
|
|
|
81
|
-
class TEXTURE_PT_blend(TextureTypePanel,
|
|
82
|
+
class TEXTURE_PT_blend(TextureTypePanel, _bpy_types.Panel):
|
|
82
83
|
COMPAT_ENGINES: typing.Any
|
|
83
84
|
bl_context: typing.Any
|
|
84
85
|
bl_label: typing.Any
|
|
@@ -108,7 +109,7 @@ class TEXTURE_PT_blend(TextureTypePanel, bpy.types.Panel):
|
|
|
108
109
|
:param context:
|
|
109
110
|
"""
|
|
110
111
|
|
|
111
|
-
class TEXTURE_PT_clouds(TextureTypePanel,
|
|
112
|
+
class TEXTURE_PT_clouds(TextureTypePanel, _bpy_types.Panel):
|
|
112
113
|
COMPAT_ENGINES: typing.Any
|
|
113
114
|
bl_context: typing.Any
|
|
114
115
|
bl_label: typing.Any
|
|
@@ -138,7 +139,7 @@ class TEXTURE_PT_clouds(TextureTypePanel, bpy.types.Panel):
|
|
|
138
139
|
:param context:
|
|
139
140
|
"""
|
|
140
141
|
|
|
141
|
-
class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel,
|
|
142
|
+
class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, _bpy_types.Panel):
|
|
142
143
|
COMPAT_ENGINES: typing.Any
|
|
143
144
|
bl_context: typing.Any
|
|
144
145
|
bl_label: typing.Any
|
|
@@ -168,7 +169,7 @@ class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, bpy.types.Panel)
|
|
|
168
169
|
:param context:
|
|
169
170
|
"""
|
|
170
171
|
|
|
171
|
-
class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel,
|
|
172
|
+
class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, _bpy_types.Panel):
|
|
172
173
|
COMPAT_ENGINES: typing.Any
|
|
173
174
|
bl_context: typing.Any
|
|
174
175
|
bl_label: typing.Any
|
|
@@ -205,7 +206,7 @@ class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, bpy.types.P
|
|
|
205
206
|
:param context:
|
|
206
207
|
"""
|
|
207
208
|
|
|
208
|
-
class TEXTURE_PT_context(TextureButtonsPanel,
|
|
209
|
+
class TEXTURE_PT_context(TextureButtonsPanel, _bpy_types.Panel):
|
|
209
210
|
COMPAT_ENGINES: typing.Any
|
|
210
211
|
bl_context: typing.Any
|
|
211
212
|
bl_label: typing.Any
|
|
@@ -236,10 +237,10 @@ class TEXTURE_PT_context(TextureButtonsPanel, bpy.types.Panel):
|
|
|
236
237
|
"""
|
|
237
238
|
|
|
238
239
|
class TEXTURE_PT_custom_props(
|
|
239
|
-
rna_prop_ui.PropertyPanel, TextureButtonsPanel,
|
|
240
|
+
rna_prop_ui.PropertyPanel, TextureButtonsPanel, _bpy_types.Panel
|
|
240
241
|
):
|
|
241
242
|
"""The subclass should have its own poll function
|
|
242
|
-
and the variable
|
|
243
|
+
and the variable _context_path MUST be set.
|
|
243
244
|
"""
|
|
244
245
|
|
|
245
246
|
COMPAT_ENGINES: typing.Any
|
|
@@ -273,7 +274,7 @@ class TEXTURE_PT_custom_props(
|
|
|
273
274
|
:param context:
|
|
274
275
|
"""
|
|
275
276
|
|
|
276
|
-
class TEXTURE_PT_distortednoise(TextureTypePanel,
|
|
277
|
+
class TEXTURE_PT_distortednoise(TextureTypePanel, _bpy_types.Panel):
|
|
277
278
|
COMPAT_ENGINES: typing.Any
|
|
278
279
|
bl_context: typing.Any
|
|
279
280
|
bl_label: typing.Any
|
|
@@ -303,7 +304,7 @@ class TEXTURE_PT_distortednoise(TextureTypePanel, bpy.types.Panel):
|
|
|
303
304
|
:param context:
|
|
304
305
|
"""
|
|
305
306
|
|
|
306
|
-
class TEXTURE_PT_image(TextureTypePanel,
|
|
307
|
+
class TEXTURE_PT_image(TextureTypePanel, _bpy_types.Panel):
|
|
307
308
|
COMPAT_ENGINES: typing.Any
|
|
308
309
|
bl_context: typing.Any
|
|
309
310
|
bl_label: typing.Any
|
|
@@ -333,7 +334,7 @@ class TEXTURE_PT_image(TextureTypePanel, bpy.types.Panel):
|
|
|
333
334
|
:param _context:
|
|
334
335
|
"""
|
|
335
336
|
|
|
336
|
-
class TEXTURE_PT_image_alpha(TextureTypePanel,
|
|
337
|
+
class TEXTURE_PT_image_alpha(TextureTypePanel, _bpy_types.Panel):
|
|
337
338
|
COMPAT_ENGINES: typing.Any
|
|
338
339
|
bl_context: typing.Any
|
|
339
340
|
bl_label: typing.Any
|
|
@@ -371,7 +372,7 @@ class TEXTURE_PT_image_alpha(TextureTypePanel, bpy.types.Panel):
|
|
|
371
372
|
:param context:
|
|
372
373
|
"""
|
|
373
374
|
|
|
374
|
-
class TEXTURE_PT_image_mapping(TextureTypePanel,
|
|
375
|
+
class TEXTURE_PT_image_mapping(TextureTypePanel, _bpy_types.Panel):
|
|
375
376
|
COMPAT_ENGINES: typing.Any
|
|
376
377
|
bl_context: typing.Any
|
|
377
378
|
bl_label: typing.Any
|
|
@@ -403,7 +404,7 @@ class TEXTURE_PT_image_mapping(TextureTypePanel, bpy.types.Panel):
|
|
|
403
404
|
:param context:
|
|
404
405
|
"""
|
|
405
406
|
|
|
406
|
-
class TEXTURE_PT_image_mapping_crop(TextureTypePanel,
|
|
407
|
+
class TEXTURE_PT_image_mapping_crop(TextureTypePanel, _bpy_types.Panel):
|
|
407
408
|
COMPAT_ENGINES: typing.Any
|
|
408
409
|
bl_context: typing.Any
|
|
409
410
|
bl_label: typing.Any
|
|
@@ -435,7 +436,7 @@ class TEXTURE_PT_image_mapping_crop(TextureTypePanel, bpy.types.Panel):
|
|
|
435
436
|
:param context:
|
|
436
437
|
"""
|
|
437
438
|
|
|
438
|
-
class TEXTURE_PT_image_sampling(TextureTypePanel,
|
|
439
|
+
class TEXTURE_PT_image_sampling(TextureTypePanel, _bpy_types.Panel):
|
|
439
440
|
COMPAT_ENGINES: typing.Any
|
|
440
441
|
bl_context: typing.Any
|
|
441
442
|
bl_label: typing.Any
|
|
@@ -467,7 +468,7 @@ class TEXTURE_PT_image_sampling(TextureTypePanel, bpy.types.Panel):
|
|
|
467
468
|
:param context:
|
|
468
469
|
"""
|
|
469
470
|
|
|
470
|
-
class TEXTURE_PT_image_settings(TextureTypePanel,
|
|
471
|
+
class TEXTURE_PT_image_settings(TextureTypePanel, _bpy_types.Panel):
|
|
471
472
|
COMPAT_ENGINES: typing.Any
|
|
472
473
|
bl_context: typing.Any
|
|
473
474
|
bl_label: typing.Any
|
|
@@ -498,7 +499,7 @@ class TEXTURE_PT_image_settings(TextureTypePanel, bpy.types.Panel):
|
|
|
498
499
|
:param context:
|
|
499
500
|
"""
|
|
500
501
|
|
|
501
|
-
class TEXTURE_PT_influence(TextureSlotPanel,
|
|
502
|
+
class TEXTURE_PT_influence(TextureSlotPanel, _bpy_types.Panel):
|
|
502
503
|
COMPAT_ENGINES: typing.Any
|
|
503
504
|
bl_context: typing.Any
|
|
504
505
|
bl_label: typing.Any
|
|
@@ -535,7 +536,7 @@ class TEXTURE_PT_influence(TextureSlotPanel, bpy.types.Panel):
|
|
|
535
536
|
:param context:
|
|
536
537
|
"""
|
|
537
538
|
|
|
538
|
-
class TEXTURE_PT_magic(TextureTypePanel,
|
|
539
|
+
class TEXTURE_PT_magic(TextureTypePanel, _bpy_types.Panel):
|
|
539
540
|
COMPAT_ENGINES: typing.Any
|
|
540
541
|
bl_context: typing.Any
|
|
541
542
|
bl_label: typing.Any
|
|
@@ -565,7 +566,7 @@ class TEXTURE_PT_magic(TextureTypePanel, bpy.types.Panel):
|
|
|
565
566
|
:param context:
|
|
566
567
|
"""
|
|
567
568
|
|
|
568
|
-
class TEXTURE_PT_mapping(TextureSlotPanel,
|
|
569
|
+
class TEXTURE_PT_mapping(TextureSlotPanel, _bpy_types.Panel):
|
|
569
570
|
COMPAT_ENGINES: typing.Any
|
|
570
571
|
bl_context: typing.Any
|
|
571
572
|
bl_label: typing.Any
|
|
@@ -601,7 +602,7 @@ class TEXTURE_PT_mapping(TextureSlotPanel, bpy.types.Panel):
|
|
|
601
602
|
:param context:
|
|
602
603
|
"""
|
|
603
604
|
|
|
604
|
-
class TEXTURE_PT_marble(TextureTypePanel,
|
|
605
|
+
class TEXTURE_PT_marble(TextureTypePanel, _bpy_types.Panel):
|
|
605
606
|
COMPAT_ENGINES: typing.Any
|
|
606
607
|
bl_context: typing.Any
|
|
607
608
|
bl_label: typing.Any
|
|
@@ -631,7 +632,7 @@ class TEXTURE_PT_marble(TextureTypePanel, bpy.types.Panel):
|
|
|
631
632
|
:param context:
|
|
632
633
|
"""
|
|
633
634
|
|
|
634
|
-
class TEXTURE_PT_musgrave(TextureTypePanel,
|
|
635
|
+
class TEXTURE_PT_musgrave(TextureTypePanel, _bpy_types.Panel):
|
|
635
636
|
COMPAT_ENGINES: typing.Any
|
|
636
637
|
bl_context: typing.Any
|
|
637
638
|
bl_label: typing.Any
|
|
@@ -661,7 +662,7 @@ class TEXTURE_PT_musgrave(TextureTypePanel, bpy.types.Panel):
|
|
|
661
662
|
:param context:
|
|
662
663
|
"""
|
|
663
664
|
|
|
664
|
-
class TEXTURE_PT_node(TextureButtonsPanel,
|
|
665
|
+
class TEXTURE_PT_node(TextureButtonsPanel, _bpy_types.Panel):
|
|
665
666
|
COMPAT_ENGINES: typing.Any
|
|
666
667
|
bl_context: typing.Any
|
|
667
668
|
bl_label: typing.Any
|
|
@@ -697,7 +698,7 @@ class TEXTURE_PT_node(TextureButtonsPanel, bpy.types.Panel):
|
|
|
697
698
|
:param context:
|
|
698
699
|
"""
|
|
699
700
|
|
|
700
|
-
class TEXTURE_PT_preview(TextureButtonsPanel,
|
|
701
|
+
class TEXTURE_PT_preview(TextureButtonsPanel, _bpy_types.Panel):
|
|
701
702
|
COMPAT_ENGINES: typing.Any
|
|
702
703
|
bl_context: typing.Any
|
|
703
704
|
bl_label: typing.Any
|
|
@@ -733,7 +734,7 @@ class TEXTURE_PT_preview(TextureButtonsPanel, bpy.types.Panel):
|
|
|
733
734
|
:param context:
|
|
734
735
|
"""
|
|
735
736
|
|
|
736
|
-
class TEXTURE_PT_stucci(TextureTypePanel,
|
|
737
|
+
class TEXTURE_PT_stucci(TextureTypePanel, _bpy_types.Panel):
|
|
737
738
|
COMPAT_ENGINES: typing.Any
|
|
738
739
|
bl_context: typing.Any
|
|
739
740
|
bl_label: typing.Any
|
|
@@ -763,7 +764,7 @@ class TEXTURE_PT_stucci(TextureTypePanel, bpy.types.Panel):
|
|
|
763
764
|
:param context:
|
|
764
765
|
"""
|
|
765
766
|
|
|
766
|
-
class TEXTURE_PT_voronoi(TextureTypePanel,
|
|
767
|
+
class TEXTURE_PT_voronoi(TextureTypePanel, _bpy_types.Panel):
|
|
767
768
|
COMPAT_ENGINES: typing.Any
|
|
768
769
|
bl_context: typing.Any
|
|
769
770
|
bl_label: typing.Any
|
|
@@ -793,7 +794,7 @@ class TEXTURE_PT_voronoi(TextureTypePanel, bpy.types.Panel):
|
|
|
793
794
|
:param context:
|
|
794
795
|
"""
|
|
795
796
|
|
|
796
|
-
class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel,
|
|
797
|
+
class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, _bpy_types.Panel):
|
|
797
798
|
COMPAT_ENGINES: typing.Any
|
|
798
799
|
bl_context: typing.Any
|
|
799
800
|
bl_label: typing.Any
|
|
@@ -824,7 +825,7 @@ class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, bpy.types.Panel):
|
|
|
824
825
|
:param context:
|
|
825
826
|
"""
|
|
826
827
|
|
|
827
|
-
class TEXTURE_PT_wood(TextureTypePanel,
|
|
828
|
+
class TEXTURE_PT_wood(TextureTypePanel, _bpy_types.Panel):
|
|
828
829
|
COMPAT_ENGINES: typing.Any
|
|
829
830
|
bl_context: typing.Any
|
|
830
831
|
bl_label: typing.Any
|
|
@@ -854,7 +855,7 @@ class TEXTURE_PT_wood(TextureTypePanel, bpy.types.Panel):
|
|
|
854
855
|
:param context:
|
|
855
856
|
"""
|
|
856
857
|
|
|
857
|
-
class TEXTURE_UL_texslots(
|
|
858
|
+
class TEXTURE_UL_texslots(_bpy_types.UIList):
|
|
858
859
|
bl_rna: typing.Any
|
|
859
860
|
id_data: typing.Any
|
|
860
861
|
|
|
@@ -2,10 +2,11 @@ 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
|
import rna_prop_ui
|
|
7
8
|
|
|
8
|
-
class VIEWLAYER_MT_lightgroup_sync(
|
|
9
|
+
class VIEWLAYER_MT_lightgroup_sync(_bpy_types.Menu):
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_rna: typing.Any
|
|
11
12
|
id_data: typing.Any
|
|
@@ -30,7 +31,44 @@ class VIEWLAYER_MT_lightgroup_sync(bpy.types.Menu):
|
|
|
30
31
|
:param _context:
|
|
31
32
|
"""
|
|
32
33
|
|
|
33
|
-
class
|
|
34
|
+
class VIEWLAYER_PT_context_layer(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
35
|
+
COMPAT_ENGINES: typing.Any
|
|
36
|
+
bl_context: typing.Any
|
|
37
|
+
bl_label: typing.Any
|
|
38
|
+
bl_options: typing.Any
|
|
39
|
+
bl_region_type: typing.Any
|
|
40
|
+
bl_rna: typing.Any
|
|
41
|
+
bl_space_type: typing.Any
|
|
42
|
+
id_data: typing.Any
|
|
43
|
+
|
|
44
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
:return: The RNA type or default when not found.
|
|
48
|
+
:rtype: bpy.types.Struct
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
:return: The class or default when not found.
|
|
55
|
+
:rtype: typing.Any
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
def draw(self, context) -> None:
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
:param context:
|
|
62
|
+
"""
|
|
63
|
+
|
|
64
|
+
@classmethod
|
|
65
|
+
def poll(cls, context) -> None:
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
:param context:
|
|
69
|
+
"""
|
|
70
|
+
|
|
71
|
+
class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
34
72
|
COMPAT_ENGINES: typing.Any
|
|
35
73
|
bl_context: typing.Any
|
|
36
74
|
bl_label: typing.Any
|
|
@@ -60,7 +98,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Pane
|
|
|
60
98
|
:param context:
|
|
61
99
|
"""
|
|
62
100
|
|
|
63
|
-
class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel,
|
|
101
|
+
class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
64
102
|
COMPAT_ENGINES: typing.Any
|
|
65
103
|
bl_context: typing.Any
|
|
66
104
|
bl_label: typing.Any
|
|
@@ -91,7 +129,7 @@ class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, bpy.types.Pan
|
|
|
91
129
|
:param context:
|
|
92
130
|
"""
|
|
93
131
|
|
|
94
|
-
class VIEWLAYER_PT_filter(ViewLayerButtonsPanel,
|
|
132
|
+
class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
95
133
|
COMPAT_ENGINES: typing.Any
|
|
96
134
|
bl_context: typing.Any
|
|
97
135
|
bl_label: typing.Any
|
|
@@ -121,7 +159,7 @@ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy.types.Panel):
|
|
|
121
159
|
:param context:
|
|
122
160
|
"""
|
|
123
161
|
|
|
124
|
-
class VIEWLAYER_PT_layer(ViewLayerButtonsPanel,
|
|
162
|
+
class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
125
163
|
COMPAT_ENGINES: typing.Any
|
|
126
164
|
bl_context: typing.Any
|
|
127
165
|
bl_label: typing.Any
|
|
@@ -150,9 +188,9 @@ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy.types.Panel):
|
|
|
150
188
|
:param context:
|
|
151
189
|
"""
|
|
152
190
|
|
|
153
|
-
class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel,
|
|
191
|
+
class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, _bpy_types.Panel):
|
|
154
192
|
"""The subclass should have its own poll function
|
|
155
|
-
and the variable
|
|
193
|
+
and the variable _context_path MUST be set.
|
|
156
194
|
"""
|
|
157
195
|
|
|
158
196
|
bl_context: typing.Any
|
|
@@ -178,7 +216,7 @@ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy.types.Panel
|
|
|
178
216
|
:rtype: typing.Any
|
|
179
217
|
"""
|
|
180
218
|
|
|
181
|
-
class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel,
|
|
219
|
+
class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
182
220
|
COMPAT_ENGINES: typing.Any
|
|
183
221
|
bl_context: typing.Any
|
|
184
222
|
bl_label: typing.Any
|
|
@@ -207,7 +245,7 @@ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy.types.Panel):
|
|
|
207
245
|
:param context:
|
|
208
246
|
"""
|
|
209
247
|
|
|
210
|
-
class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper,
|
|
248
|
+
class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, _bpy_types.Panel):
|
|
211
249
|
COMPAT_ENGINES: typing.Any
|
|
212
250
|
bl_context: typing.Any
|
|
213
251
|
bl_label: typing.Any
|
|
@@ -232,7 +270,7 @@ class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, bpy.types.Panel):
|
|
|
232
270
|
"""
|
|
233
271
|
|
|
234
272
|
class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
235
|
-
ViewLayerCryptomattePanelHelper,
|
|
273
|
+
ViewLayerCryptomattePanelHelper, _bpy_types.Panel
|
|
236
274
|
):
|
|
237
275
|
COMPAT_ENGINES: typing.Any
|
|
238
276
|
bl_context: typing.Any
|
|
@@ -258,7 +296,7 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
258
296
|
"""
|
|
259
297
|
|
|
260
298
|
class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
261
|
-
ViewLayerLightgroupsPanelHelper,
|
|
299
|
+
ViewLayerLightgroupsPanelHelper, _bpy_types.Panel
|
|
262
300
|
):
|
|
263
301
|
COMPAT_ENGINES: typing.Any
|
|
264
302
|
bl_context: typing.Any
|
|
@@ -283,7 +321,7 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
|
283
321
|
:rtype: typing.Any
|
|
284
322
|
"""
|
|
285
323
|
|
|
286
|
-
class VIEWLAYER_PT_override(ViewLayerButtonsPanel,
|
|
324
|
+
class VIEWLAYER_PT_override(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
287
325
|
COMPAT_ENGINES: typing.Any
|
|
288
326
|
bl_context: typing.Any
|
|
289
327
|
bl_label: typing.Any
|
|
@@ -313,7 +351,7 @@ class VIEWLAYER_PT_override(ViewLayerButtonsPanel, bpy.types.Panel):
|
|
|
313
351
|
:param context:
|
|
314
352
|
"""
|
|
315
353
|
|
|
316
|
-
class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel,
|
|
354
|
+
class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
317
355
|
COMPAT_ENGINES: typing.Any
|
|
318
356
|
bl_context: typing.Any
|
|
319
357
|
bl_label: typing.Any
|
|
@@ -343,7 +381,7 @@ class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, bpy.types.
|
|
|
343
381
|
:param context:
|
|
344
382
|
"""
|
|
345
383
|
|
|
346
|
-
class VIEWLAYER_UL_aov(
|
|
384
|
+
class VIEWLAYER_UL_aov(_bpy_types.UIList):
|
|
347
385
|
bl_rna: typing.Any
|
|
348
386
|
id_data: typing.Any
|
|
349
387
|
|
|
@@ -2,10 +2,11 @@ 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
|
import rna_prop_ui
|
|
7
8
|
|
|
8
|
-
class WORKSPACE_PT_addons(WorkSpaceButtonsPanel,
|
|
9
|
+
class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, _bpy_types.Panel):
|
|
9
10
|
addon_map: typing.Any
|
|
10
11
|
bl_category: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
@@ -43,10 +44,10 @@ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy.types.Panel):
|
|
|
43
44
|
"""
|
|
44
45
|
|
|
45
46
|
class WORKSPACE_PT_custom_props(
|
|
46
|
-
rna_prop_ui.PropertyPanel, WorkSpaceButtonsPanel,
|
|
47
|
+
rna_prop_ui.PropertyPanel, WorkSpaceButtonsPanel, _bpy_types.Panel
|
|
47
48
|
):
|
|
48
49
|
"""The subclass should have its own poll function
|
|
49
|
-
and the variable
|
|
50
|
+
and the variable _context_path MUST be set.
|
|
50
51
|
"""
|
|
51
52
|
|
|
52
53
|
bl_category: typing.Any
|
|
@@ -73,7 +74,7 @@ class WORKSPACE_PT_custom_props(
|
|
|
73
74
|
:rtype: typing.Any
|
|
74
75
|
"""
|
|
75
76
|
|
|
76
|
-
class WORKSPACE_PT_main(WorkSpaceButtonsPanel,
|
|
77
|
+
class WORKSPACE_PT_main(WorkSpaceButtonsPanel, _bpy_types.Panel):
|
|
77
78
|
bl_category: typing.Any
|
|
78
79
|
bl_label: typing.Any
|
|
79
80
|
bl_options: typing.Any
|
|
@@ -102,7 +103,7 @@ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy.types.Panel):
|
|
|
102
103
|
:param context:
|
|
103
104
|
"""
|
|
104
105
|
|
|
105
|
-
class WORKSPACE_UL_addons_items(
|
|
106
|
+
class WORKSPACE_UL_addons_items(_bpy_types.UIList):
|
|
106
107
|
bl_rna: typing.Any
|
|
107
108
|
id_data: typing.Any
|
|
108
109
|
|