fake-bpy-module 20240705__py3-none-any.whl → 20240707__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/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
import bpy_types
|
|
5
6
|
import rna_prop_ui
|
|
@@ -12,19 +13,13 @@ class SceneButtonsPanel:
|
|
|
12
13
|
bl_region_type: typing.Any
|
|
13
14
|
bl_space_type: typing.Any
|
|
14
15
|
|
|
15
|
-
class
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
:param layout:
|
|
21
|
-
:param ks:
|
|
22
|
-
:param ksp:
|
|
23
|
-
"""
|
|
24
|
-
...
|
|
25
|
-
|
|
26
|
-
class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
16
|
+
class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
17
|
+
bl_context: typing.Any
|
|
18
|
+
bl_label: typing.Any
|
|
19
|
+
bl_options: typing.Any
|
|
20
|
+
bl_region_type: typing.Any
|
|
27
21
|
bl_rna: typing.Any
|
|
22
|
+
bl_space_type: typing.Any
|
|
28
23
|
id_data: typing.Any
|
|
29
24
|
|
|
30
25
|
def append(self, draw_func):
|
|
@@ -59,27 +54,10 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
|
59
54
|
"""
|
|
60
55
|
...
|
|
61
56
|
|
|
62
|
-
def
|
|
63
|
-
self,
|
|
64
|
-
_context,
|
|
65
|
-
layout,
|
|
66
|
-
_data,
|
|
67
|
-
item,
|
|
68
|
-
icon,
|
|
69
|
-
_active_data,
|
|
70
|
-
_active_propname,
|
|
71
|
-
_index,
|
|
72
|
-
):
|
|
57
|
+
def draw(self, context):
|
|
73
58
|
"""
|
|
74
59
|
|
|
75
|
-
:param
|
|
76
|
-
:param layout:
|
|
77
|
-
:param _data:
|
|
78
|
-
:param item:
|
|
79
|
-
:param icon:
|
|
80
|
-
:param _active_data:
|
|
81
|
-
:param _active_propname:
|
|
82
|
-
:param _index:
|
|
60
|
+
:param context:
|
|
83
61
|
"""
|
|
84
62
|
...
|
|
85
63
|
|
|
@@ -255,23 +233,17 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
|
255
233
|
"""
|
|
256
234
|
...
|
|
257
235
|
|
|
258
|
-
class
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
def poll(self, context):
|
|
265
|
-
"""
|
|
266
|
-
|
|
267
|
-
:param context:
|
|
268
|
-
"""
|
|
269
|
-
...
|
|
236
|
+
class SCENE_PT_custom_props(
|
|
237
|
+
SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
238
|
+
):
|
|
239
|
+
"""The subclass should have its own poll function
|
|
240
|
+
and the variable '_context_path' MUST be set.
|
|
241
|
+
"""
|
|
270
242
|
|
|
271
|
-
class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
272
243
|
bl_context: typing.Any
|
|
273
244
|
bl_label: typing.Any
|
|
274
245
|
bl_options: typing.Any
|
|
246
|
+
bl_order: typing.Any
|
|
275
247
|
bl_region_type: typing.Any
|
|
276
248
|
bl_rna: typing.Any
|
|
277
249
|
bl_space_type: typing.Any
|
|
@@ -438,6 +410,13 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
438
410
|
"""Returns the property from the path, raise an exception when not found."""
|
|
439
411
|
...
|
|
440
412
|
|
|
413
|
+
def poll(self, context):
|
|
414
|
+
"""
|
|
415
|
+
|
|
416
|
+
:param context:
|
|
417
|
+
"""
|
|
418
|
+
...
|
|
419
|
+
|
|
441
420
|
def pop(self):
|
|
442
421
|
"""Remove and return the value of the custom property assigned to key or default
|
|
443
422
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -488,17 +467,11 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
488
467
|
"""
|
|
489
468
|
...
|
|
490
469
|
|
|
491
|
-
class
|
|
492
|
-
|
|
493
|
-
):
|
|
494
|
-
"""The subclass should have its own poll function
|
|
495
|
-
and the variable '_context_path' MUST be set.
|
|
496
|
-
"""
|
|
497
|
-
|
|
470
|
+
class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
471
|
+
COMPAT_ENGINES: typing.Any
|
|
498
472
|
bl_context: typing.Any
|
|
499
473
|
bl_label: typing.Any
|
|
500
474
|
bl_options: typing.Any
|
|
501
|
-
bl_order: typing.Any
|
|
502
475
|
bl_region_type: typing.Any
|
|
503
476
|
bl_rna: typing.Any
|
|
504
477
|
bl_space_type: typing.Any
|
|
@@ -722,11 +695,12 @@ class SCENE_PT_custom_props(
|
|
|
722
695
|
"""
|
|
723
696
|
...
|
|
724
697
|
|
|
725
|
-
class
|
|
726
|
-
|
|
698
|
+
class SCENE_PT_keyframing_settings(
|
|
699
|
+
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
700
|
+
):
|
|
727
701
|
bl_context: typing.Any
|
|
728
702
|
bl_label: typing.Any
|
|
729
|
-
|
|
703
|
+
bl_parent_id: typing.Any
|
|
730
704
|
bl_region_type: typing.Any
|
|
731
705
|
bl_rna: typing.Any
|
|
732
706
|
bl_space_type: typing.Any
|
|
@@ -771,6 +745,16 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
771
745
|
"""
|
|
772
746
|
...
|
|
773
747
|
|
|
748
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
749
|
+
"""
|
|
750
|
+
|
|
751
|
+
:param context:
|
|
752
|
+
:param layout:
|
|
753
|
+
:param ks:
|
|
754
|
+
:param ksp:
|
|
755
|
+
"""
|
|
756
|
+
...
|
|
757
|
+
|
|
774
758
|
def driver_add(self) -> bpy.types.FCurve:
|
|
775
759
|
"""Adds driver(s) to the given property
|
|
776
760
|
|
|
@@ -950,10 +934,12 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
950
934
|
"""
|
|
951
935
|
...
|
|
952
936
|
|
|
953
|
-
class
|
|
937
|
+
class SCENE_PT_keying_set_paths(
|
|
938
|
+
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
939
|
+
):
|
|
954
940
|
bl_context: typing.Any
|
|
955
941
|
bl_label: typing.Any
|
|
956
|
-
|
|
942
|
+
bl_parent_id: typing.Any
|
|
957
943
|
bl_region_type: typing.Any
|
|
958
944
|
bl_rna: typing.Any
|
|
959
945
|
bl_space_type: typing.Any
|
|
@@ -998,10 +984,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
998
984
|
"""
|
|
999
985
|
...
|
|
1000
986
|
|
|
1001
|
-
def
|
|
987
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
1002
988
|
"""
|
|
1003
989
|
|
|
1004
990
|
:param context:
|
|
991
|
+
:param layout:
|
|
992
|
+
:param ks:
|
|
993
|
+
:param ksp:
|
|
1005
994
|
"""
|
|
1006
995
|
...
|
|
1007
996
|
|
|
@@ -1127,6 +1116,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1127
1116
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1128
1117
|
...
|
|
1129
1118
|
|
|
1119
|
+
def poll(self, context):
|
|
1120
|
+
"""
|
|
1121
|
+
|
|
1122
|
+
:param context:
|
|
1123
|
+
"""
|
|
1124
|
+
...
|
|
1125
|
+
|
|
1130
1126
|
def pop(self):
|
|
1131
1127
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1132
1128
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1177,7 +1173,9 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1177
1173
|
"""
|
|
1178
1174
|
...
|
|
1179
1175
|
|
|
1180
|
-
class
|
|
1176
|
+
class SCENE_PT_keying_sets(
|
|
1177
|
+
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
1178
|
+
):
|
|
1181
1179
|
bl_context: typing.Any
|
|
1182
1180
|
bl_label: typing.Any
|
|
1183
1181
|
bl_options: typing.Any
|
|
@@ -1225,10 +1223,13 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1225
1223
|
"""
|
|
1226
1224
|
...
|
|
1227
1225
|
|
|
1228
|
-
def
|
|
1226
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
1229
1227
|
"""
|
|
1230
1228
|
|
|
1231
1229
|
:param context:
|
|
1230
|
+
:param layout:
|
|
1231
|
+
:param ks:
|
|
1232
|
+
:param ksp:
|
|
1232
1233
|
"""
|
|
1233
1234
|
...
|
|
1234
1235
|
|
|
@@ -1404,9 +1405,10 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1404
1405
|
"""
|
|
1405
1406
|
...
|
|
1406
1407
|
|
|
1407
|
-
class
|
|
1408
|
+
class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
1408
1409
|
bl_context: typing.Any
|
|
1409
1410
|
bl_label: typing.Any
|
|
1411
|
+
bl_options: typing.Any
|
|
1410
1412
|
bl_region_type: typing.Any
|
|
1411
1413
|
bl_rna: typing.Any
|
|
1412
1414
|
bl_space_type: typing.Any
|
|
@@ -1451,6 +1453,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1451
1453
|
"""
|
|
1452
1454
|
...
|
|
1453
1455
|
|
|
1456
|
+
def draw_header(self, context):
|
|
1457
|
+
"""
|
|
1458
|
+
|
|
1459
|
+
:param context:
|
|
1460
|
+
"""
|
|
1461
|
+
...
|
|
1462
|
+
|
|
1454
1463
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1455
1464
|
"""Adds driver(s) to the given property
|
|
1456
1465
|
|
|
@@ -1623,10 +1632,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1623
1632
|
"""
|
|
1624
1633
|
...
|
|
1625
1634
|
|
|
1626
|
-
class
|
|
1635
|
+
class SCENE_PT_rigid_body_cache(
|
|
1636
|
+
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
1637
|
+
):
|
|
1627
1638
|
bl_context: typing.Any
|
|
1628
1639
|
bl_label: typing.Any
|
|
1629
1640
|
bl_options: typing.Any
|
|
1641
|
+
bl_parent_id: typing.Any
|
|
1630
1642
|
bl_region_type: typing.Any
|
|
1631
1643
|
bl_rna: typing.Any
|
|
1632
1644
|
bl_space_type: typing.Any
|
|
@@ -1793,6 +1805,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1793
1805
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1794
1806
|
...
|
|
1795
1807
|
|
|
1808
|
+
def poll(self, context):
|
|
1809
|
+
"""
|
|
1810
|
+
|
|
1811
|
+
:param context:
|
|
1812
|
+
"""
|
|
1813
|
+
...
|
|
1814
|
+
|
|
1796
1815
|
def pop(self):
|
|
1797
1816
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1798
1817
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1843,10 +1862,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1843
1862
|
"""
|
|
1844
1863
|
...
|
|
1845
1864
|
|
|
1846
|
-
class
|
|
1865
|
+
class SCENE_PT_rigid_body_field_weights(
|
|
1866
|
+
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
1867
|
+
):
|
|
1847
1868
|
bl_context: typing.Any
|
|
1848
1869
|
bl_label: typing.Any
|
|
1849
1870
|
bl_options: typing.Any
|
|
1871
|
+
bl_parent_id: typing.Any
|
|
1850
1872
|
bl_region_type: typing.Any
|
|
1851
1873
|
bl_rna: typing.Any
|
|
1852
1874
|
bl_space_type: typing.Any
|
|
@@ -2013,6 +2035,13 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
2013
2035
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2014
2036
|
...
|
|
2015
2037
|
|
|
2038
|
+
def poll(self, context):
|
|
2039
|
+
"""
|
|
2040
|
+
|
|
2041
|
+
:param context:
|
|
2042
|
+
"""
|
|
2043
|
+
...
|
|
2044
|
+
|
|
2016
2045
|
def pop(self):
|
|
2017
2046
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2018
2047
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -2063,12 +2092,10 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
2063
2092
|
"""
|
|
2064
2093
|
...
|
|
2065
2094
|
|
|
2066
|
-
class
|
|
2067
|
-
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2068
|
-
):
|
|
2095
|
+
class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
|
|
2069
2096
|
bl_context: typing.Any
|
|
2070
2097
|
bl_label: typing.Any
|
|
2071
|
-
|
|
2098
|
+
bl_options: typing.Any
|
|
2072
2099
|
bl_region_type: typing.Any
|
|
2073
2100
|
bl_rna: typing.Any
|
|
2074
2101
|
bl_space_type: typing.Any
|
|
@@ -2113,13 +2140,10 @@ class SCENE_PT_keyframing_settings(
|
|
|
2113
2140
|
"""
|
|
2114
2141
|
...
|
|
2115
2142
|
|
|
2116
|
-
def
|
|
2143
|
+
def draw_header(self, context):
|
|
2117
2144
|
"""
|
|
2118
2145
|
|
|
2119
2146
|
:param context:
|
|
2120
|
-
:param layout:
|
|
2121
|
-
:param ks:
|
|
2122
|
-
:param ksp:
|
|
2123
2147
|
"""
|
|
2124
2148
|
...
|
|
2125
2149
|
|
|
@@ -2245,13 +2269,6 @@ class SCENE_PT_keyframing_settings(
|
|
|
2245
2269
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2246
2270
|
...
|
|
2247
2271
|
|
|
2248
|
-
def poll(self, context):
|
|
2249
|
-
"""
|
|
2250
|
-
|
|
2251
|
-
:param context:
|
|
2252
|
-
"""
|
|
2253
|
-
...
|
|
2254
|
-
|
|
2255
2272
|
def pop(self):
|
|
2256
2273
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2257
2274
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -2302,8 +2319,8 @@ class SCENE_PT_keyframing_settings(
|
|
|
2302
2319
|
"""
|
|
2303
2320
|
...
|
|
2304
2321
|
|
|
2305
|
-
class
|
|
2306
|
-
|
|
2322
|
+
class SCENE_PT_rigid_body_world_settings(
|
|
2323
|
+
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
2307
2324
|
):
|
|
2308
2325
|
bl_context: typing.Any
|
|
2309
2326
|
bl_label: typing.Any
|
|
@@ -2352,16 +2369,6 @@ class SCENE_PT_keying_set_paths(
|
|
|
2352
2369
|
"""
|
|
2353
2370
|
...
|
|
2354
2371
|
|
|
2355
|
-
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
2356
|
-
"""
|
|
2357
|
-
|
|
2358
|
-
:param context:
|
|
2359
|
-
:param layout:
|
|
2360
|
-
:param ks:
|
|
2361
|
-
:param ksp:
|
|
2362
|
-
"""
|
|
2363
|
-
...
|
|
2364
|
-
|
|
2365
2372
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2366
2373
|
"""Adds driver(s) to the given property
|
|
2367
2374
|
|
|
@@ -2541,12 +2548,9 @@ class SCENE_PT_keying_set_paths(
|
|
|
2541
2548
|
"""
|
|
2542
2549
|
...
|
|
2543
2550
|
|
|
2544
|
-
class
|
|
2545
|
-
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2546
|
-
):
|
|
2551
|
+
class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
|
|
2547
2552
|
bl_context: typing.Any
|
|
2548
2553
|
bl_label: typing.Any
|
|
2549
|
-
bl_options: typing.Any
|
|
2550
2554
|
bl_region_type: typing.Any
|
|
2551
2555
|
bl_rna: typing.Any
|
|
2552
2556
|
bl_space_type: typing.Any
|
|
@@ -2591,16 +2595,6 @@ class SCENE_PT_keying_sets(
|
|
|
2591
2595
|
"""
|
|
2592
2596
|
...
|
|
2593
2597
|
|
|
2594
|
-
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
2595
|
-
"""
|
|
2596
|
-
|
|
2597
|
-
:param context:
|
|
2598
|
-
:param layout:
|
|
2599
|
-
:param ks:
|
|
2600
|
-
:param ksp:
|
|
2601
|
-
"""
|
|
2602
|
-
...
|
|
2603
|
-
|
|
2604
2598
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2605
2599
|
"""Adds driver(s) to the given property
|
|
2606
2600
|
|
|
@@ -2773,13 +2767,10 @@ class SCENE_PT_keying_sets(
|
|
|
2773
2767
|
"""
|
|
2774
2768
|
...
|
|
2775
2769
|
|
|
2776
|
-
class
|
|
2777
|
-
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
2778
|
-
):
|
|
2770
|
+
class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
|
|
2779
2771
|
bl_context: typing.Any
|
|
2780
2772
|
bl_label: typing.Any
|
|
2781
2773
|
bl_options: typing.Any
|
|
2782
|
-
bl_parent_id: typing.Any
|
|
2783
2774
|
bl_region_type: typing.Any
|
|
2784
2775
|
bl_rna: typing.Any
|
|
2785
2776
|
bl_space_type: typing.Any
|
|
@@ -2946,13 +2937,6 @@ class SCENE_PT_rigid_body_cache(
|
|
|
2946
2937
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2947
2938
|
...
|
|
2948
2939
|
|
|
2949
|
-
def poll(self, context):
|
|
2950
|
-
"""
|
|
2951
|
-
|
|
2952
|
-
:param context:
|
|
2953
|
-
"""
|
|
2954
|
-
...
|
|
2955
|
-
|
|
2956
2940
|
def pop(self):
|
|
2957
2941
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2958
2942
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3003,13 +2987,10 @@ class SCENE_PT_rigid_body_cache(
|
|
|
3003
2987
|
"""
|
|
3004
2988
|
...
|
|
3005
2989
|
|
|
3006
|
-
class
|
|
3007
|
-
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3008
|
-
):
|
|
2990
|
+
class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
|
|
3009
2991
|
bl_context: typing.Any
|
|
3010
2992
|
bl_label: typing.Any
|
|
3011
2993
|
bl_options: typing.Any
|
|
3012
|
-
bl_parent_id: typing.Any
|
|
3013
2994
|
bl_region_type: typing.Any
|
|
3014
2995
|
bl_rna: typing.Any
|
|
3015
2996
|
bl_space_type: typing.Any
|
|
@@ -3176,13 +3157,6 @@ class SCENE_PT_rigid_body_field_weights(
|
|
|
3176
3157
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3177
3158
|
...
|
|
3178
3159
|
|
|
3179
|
-
def poll(self, context):
|
|
3180
|
-
"""
|
|
3181
|
-
|
|
3182
|
-
:param context:
|
|
3183
|
-
"""
|
|
3184
|
-
...
|
|
3185
|
-
|
|
3186
3160
|
def pop(self):
|
|
3187
3161
|
"""Remove and return the value of the custom property assigned to key or default
|
|
3188
3162
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3233,15 +3207,8 @@ class SCENE_PT_rigid_body_field_weights(
|
|
|
3233
3207
|
"""
|
|
3234
3208
|
...
|
|
3235
3209
|
|
|
3236
|
-
class
|
|
3237
|
-
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3238
|
-
):
|
|
3239
|
-
bl_context: typing.Any
|
|
3240
|
-
bl_label: typing.Any
|
|
3241
|
-
bl_parent_id: typing.Any
|
|
3242
|
-
bl_region_type: typing.Any
|
|
3210
|
+
class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
3243
3211
|
bl_rna: typing.Any
|
|
3244
|
-
bl_space_type: typing.Any
|
|
3245
3212
|
id_data: typing.Any
|
|
3246
3213
|
|
|
3247
3214
|
def append(self, draw_func):
|
|
@@ -3276,10 +3243,27 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3276
3243
|
"""
|
|
3277
3244
|
...
|
|
3278
3245
|
|
|
3279
|
-
def
|
|
3246
|
+
def draw_item(
|
|
3247
|
+
self,
|
|
3248
|
+
_context,
|
|
3249
|
+
layout,
|
|
3250
|
+
_data,
|
|
3251
|
+
item,
|
|
3252
|
+
icon,
|
|
3253
|
+
_active_data,
|
|
3254
|
+
_active_propname,
|
|
3255
|
+
_index,
|
|
3256
|
+
):
|
|
3280
3257
|
"""
|
|
3281
3258
|
|
|
3282
|
-
:param
|
|
3259
|
+
:param _context:
|
|
3260
|
+
:param layout:
|
|
3261
|
+
:param _data:
|
|
3262
|
+
:param item:
|
|
3263
|
+
:param icon:
|
|
3264
|
+
:param _active_data:
|
|
3265
|
+
:param _active_propname:
|
|
3266
|
+
:param _index:
|
|
3283
3267
|
"""
|
|
3284
3268
|
...
|
|
3285
3269
|
|
|
@@ -3405,13 +3389,6 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3405
3389
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3406
3390
|
...
|
|
3407
3391
|
|
|
3408
|
-
def poll(self, context):
|
|
3409
|
-
"""
|
|
3410
|
-
|
|
3411
|
-
:param context:
|
|
3412
|
-
"""
|
|
3413
|
-
...
|
|
3414
|
-
|
|
3415
3392
|
def pop(self):
|
|
3416
3393
|
"""Remove and return the value of the custom property assigned to key or default
|
|
3417
3394
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3461,3 +3438,27 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3461
3438
|
:return: custom property values.
|
|
3462
3439
|
"""
|
|
3463
3440
|
...
|
|
3441
|
+
|
|
3442
|
+
class SceneKeyingSetsPanel:
|
|
3443
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
3444
|
+
"""
|
|
3445
|
+
|
|
3446
|
+
:param context:
|
|
3447
|
+
:param layout:
|
|
3448
|
+
:param ks:
|
|
3449
|
+
:param ksp:
|
|
3450
|
+
"""
|
|
3451
|
+
...
|
|
3452
|
+
|
|
3453
|
+
class RigidBodySubPanel(SceneButtonsPanel):
|
|
3454
|
+
bl_context: typing.Any
|
|
3455
|
+
bl_parent_id: typing.Any
|
|
3456
|
+
bl_region_type: typing.Any
|
|
3457
|
+
bl_space_type: typing.Any
|
|
3458
|
+
|
|
3459
|
+
def poll(self, context):
|
|
3460
|
+
"""
|
|
3461
|
+
|
|
3462
|
+
:param context:
|
|
3463
|
+
"""
|
|
3464
|
+
...
|