fake-bpy-module 20250629__py3-none-any.whl → 20250830__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 +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -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 +34 -40
- 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 +69 -21
- 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 +178 -49
- 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 +40 -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 +54 -34
- bpy/types/__init__.pyi +55981 -39705
- 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-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.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 +6 -6
- 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 +17 -4
- 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-20250830.dist-info}/WHEEL +0 -0
bl_ui/space_graph/__init__.pyi
CHANGED
|
@@ -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_dopesheet
|
|
6
7
|
import bl_ui.utils
|
|
7
8
|
import bpy.types
|
|
8
9
|
|
|
9
|
-
class GRAPH_HT_header(
|
|
10
|
+
class GRAPH_HT_header(_bpy_types.Header):
|
|
10
11
|
bl_rna: typing.Any
|
|
11
12
|
bl_space_type: typing.Any
|
|
12
13
|
id_data: typing.Any
|
|
@@ -31,7 +32,7 @@ class GRAPH_HT_header(bpy.types.Header):
|
|
|
31
32
|
:param context:
|
|
32
33
|
"""
|
|
33
34
|
|
|
34
|
-
class GRAPH_HT_playback_controls(
|
|
35
|
+
class GRAPH_HT_playback_controls(_bpy_types.Header):
|
|
35
36
|
bl_region_type: typing.Any
|
|
36
37
|
bl_rna: typing.Any
|
|
37
38
|
bl_space_type: typing.Any
|
|
@@ -57,7 +58,7 @@ class GRAPH_HT_playback_controls(bpy.types.Header):
|
|
|
57
58
|
:param context:
|
|
58
59
|
"""
|
|
59
60
|
|
|
60
|
-
class GRAPH_MT_channel(
|
|
61
|
+
class GRAPH_MT_channel(_bpy_types.Menu):
|
|
61
62
|
bl_label: typing.Any
|
|
62
63
|
bl_rna: typing.Any
|
|
63
64
|
id_data: typing.Any
|
|
@@ -82,7 +83,7 @@ class GRAPH_MT_channel(bpy.types.Menu):
|
|
|
82
83
|
:param context:
|
|
83
84
|
"""
|
|
84
85
|
|
|
85
|
-
class GRAPH_MT_context_menu(
|
|
86
|
+
class GRAPH_MT_context_menu(_bpy_types.Menu):
|
|
86
87
|
bl_label: typing.Any
|
|
87
88
|
bl_rna: typing.Any
|
|
88
89
|
id_data: typing.Any
|
|
@@ -107,7 +108,7 @@ class GRAPH_MT_context_menu(bpy.types.Menu):
|
|
|
107
108
|
:param _context:
|
|
108
109
|
"""
|
|
109
110
|
|
|
110
|
-
class GRAPH_MT_delete(
|
|
111
|
+
class GRAPH_MT_delete(_bpy_types.Menu):
|
|
111
112
|
bl_label: typing.Any
|
|
112
113
|
bl_rna: typing.Any
|
|
113
114
|
id_data: typing.Any
|
|
@@ -132,7 +133,7 @@ class GRAPH_MT_delete(bpy.types.Menu):
|
|
|
132
133
|
:param _context:
|
|
133
134
|
"""
|
|
134
135
|
|
|
135
|
-
class GRAPH_MT_editor_menus(
|
|
136
|
+
class GRAPH_MT_editor_menus(_bpy_types.Menu):
|
|
136
137
|
bl_idname: typing.Any
|
|
137
138
|
bl_label: typing.Any
|
|
138
139
|
bl_rna: typing.Any
|
|
@@ -158,7 +159,7 @@ class GRAPH_MT_editor_menus(bpy.types.Menu):
|
|
|
158
159
|
:param context:
|
|
159
160
|
"""
|
|
160
161
|
|
|
161
|
-
class GRAPH_MT_key(
|
|
162
|
+
class GRAPH_MT_key(_bpy_types.Menu):
|
|
162
163
|
bl_label: typing.Any
|
|
163
164
|
bl_rna: typing.Any
|
|
164
165
|
id_data: typing.Any
|
|
@@ -183,7 +184,7 @@ class GRAPH_MT_key(bpy.types.Menu):
|
|
|
183
184
|
:param _context:
|
|
184
185
|
"""
|
|
185
186
|
|
|
186
|
-
class GRAPH_MT_key_blending(
|
|
187
|
+
class GRAPH_MT_key_blending(_bpy_types.Menu):
|
|
187
188
|
bl_label: typing.Any
|
|
188
189
|
bl_rna: typing.Any
|
|
189
190
|
bl_translation_context: typing.Any
|
|
@@ -209,7 +210,7 @@ class GRAPH_MT_key_blending(bpy.types.Menu):
|
|
|
209
210
|
:param _context:
|
|
210
211
|
"""
|
|
211
212
|
|
|
212
|
-
class GRAPH_MT_key_density(
|
|
213
|
+
class GRAPH_MT_key_density(_bpy_types.Menu):
|
|
213
214
|
bl_label: typing.Any
|
|
214
215
|
bl_rna: typing.Any
|
|
215
216
|
id_data: typing.Any
|
|
@@ -234,7 +235,7 @@ class GRAPH_MT_key_density(bpy.types.Menu):
|
|
|
234
235
|
:param _context:
|
|
235
236
|
"""
|
|
236
237
|
|
|
237
|
-
class GRAPH_MT_key_smoothing(
|
|
238
|
+
class GRAPH_MT_key_smoothing(_bpy_types.Menu):
|
|
238
239
|
bl_label: typing.Any
|
|
239
240
|
bl_rna: typing.Any
|
|
240
241
|
bl_translation_context: typing.Any
|
|
@@ -260,7 +261,7 @@ class GRAPH_MT_key_smoothing(bpy.types.Menu):
|
|
|
260
261
|
:param _context:
|
|
261
262
|
"""
|
|
262
263
|
|
|
263
|
-
class GRAPH_MT_key_snap(
|
|
264
|
+
class GRAPH_MT_key_snap(_bpy_types.Menu):
|
|
264
265
|
bl_label: typing.Any
|
|
265
266
|
bl_rna: typing.Any
|
|
266
267
|
id_data: typing.Any
|
|
@@ -285,7 +286,7 @@ class GRAPH_MT_key_snap(bpy.types.Menu):
|
|
|
285
286
|
:param _context:
|
|
286
287
|
"""
|
|
287
288
|
|
|
288
|
-
class GRAPH_MT_key_transform(
|
|
289
|
+
class GRAPH_MT_key_transform(_bpy_types.Menu):
|
|
289
290
|
bl_label: typing.Any
|
|
290
291
|
bl_rna: typing.Any
|
|
291
292
|
id_data: typing.Any
|
|
@@ -310,7 +311,7 @@ class GRAPH_MT_key_transform(bpy.types.Menu):
|
|
|
310
311
|
:param _context:
|
|
311
312
|
"""
|
|
312
313
|
|
|
313
|
-
class GRAPH_MT_marker(
|
|
314
|
+
class GRAPH_MT_marker(_bpy_types.Menu):
|
|
314
315
|
bl_label: typing.Any
|
|
315
316
|
bl_rna: typing.Any
|
|
316
317
|
id_data: typing.Any
|
|
@@ -335,7 +336,7 @@ class GRAPH_MT_marker(bpy.types.Menu):
|
|
|
335
336
|
:param context:
|
|
336
337
|
"""
|
|
337
338
|
|
|
338
|
-
class GRAPH_MT_pivot_pie(
|
|
339
|
+
class GRAPH_MT_pivot_pie(_bpy_types.Menu):
|
|
339
340
|
bl_label: typing.Any
|
|
340
341
|
bl_rna: typing.Any
|
|
341
342
|
id_data: typing.Any
|
|
@@ -360,7 +361,7 @@ class GRAPH_MT_pivot_pie(bpy.types.Menu):
|
|
|
360
361
|
:param context:
|
|
361
362
|
"""
|
|
362
363
|
|
|
363
|
-
class GRAPH_MT_select(
|
|
364
|
+
class GRAPH_MT_select(_bpy_types.Menu):
|
|
364
365
|
bl_label: typing.Any
|
|
365
366
|
bl_rna: typing.Any
|
|
366
367
|
id_data: typing.Any
|
|
@@ -385,7 +386,7 @@ class GRAPH_MT_select(bpy.types.Menu):
|
|
|
385
386
|
:param _context:
|
|
386
387
|
"""
|
|
387
388
|
|
|
388
|
-
class GRAPH_MT_snap_pie(
|
|
389
|
+
class GRAPH_MT_snap_pie(_bpy_types.Menu):
|
|
389
390
|
bl_label: typing.Any
|
|
390
391
|
bl_rna: typing.Any
|
|
391
392
|
id_data: typing.Any
|
|
@@ -410,7 +411,7 @@ class GRAPH_MT_snap_pie(bpy.types.Menu):
|
|
|
410
411
|
:param _context:
|
|
411
412
|
"""
|
|
412
413
|
|
|
413
|
-
class GRAPH_MT_view(
|
|
414
|
+
class GRAPH_MT_view(_bpy_types.Menu):
|
|
414
415
|
bl_label: typing.Any
|
|
415
416
|
bl_rna: typing.Any
|
|
416
417
|
id_data: typing.Any
|
|
@@ -435,7 +436,7 @@ class GRAPH_MT_view(bpy.types.Menu):
|
|
|
435
436
|
:param context:
|
|
436
437
|
"""
|
|
437
438
|
|
|
438
|
-
class GRAPH_MT_view_pie(
|
|
439
|
+
class GRAPH_MT_view_pie(_bpy_types.Menu):
|
|
439
440
|
bl_label: typing.Any
|
|
440
441
|
bl_rna: typing.Any
|
|
441
442
|
id_data: typing.Any
|
|
@@ -460,7 +461,7 @@ class GRAPH_MT_view_pie(bpy.types.Menu):
|
|
|
460
461
|
:param context:
|
|
461
462
|
"""
|
|
462
463
|
|
|
463
|
-
class GRAPH_PT_driver_snapping(
|
|
464
|
+
class GRAPH_PT_driver_snapping(_bpy_types.Panel):
|
|
464
465
|
bl_label: typing.Any
|
|
465
466
|
bl_region_type: typing.Any
|
|
466
467
|
bl_rna: typing.Any
|
|
@@ -488,7 +489,7 @@ class GRAPH_PT_driver_snapping(bpy.types.Panel):
|
|
|
488
489
|
"""
|
|
489
490
|
|
|
490
491
|
class GRAPH_PT_filters(
|
|
491
|
-
bl_ui.space_dopesheet.DopesheetFilterPopoverBase,
|
|
492
|
+
bl_ui.space_dopesheet.DopesheetFilterPopoverBase, _bpy_types.Panel
|
|
492
493
|
):
|
|
493
494
|
bl_label: typing.Any
|
|
494
495
|
bl_region_type: typing.Any
|
|
@@ -516,7 +517,7 @@ class GRAPH_PT_filters(
|
|
|
516
517
|
:param context:
|
|
517
518
|
"""
|
|
518
519
|
|
|
519
|
-
class GRAPH_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel,
|
|
520
|
+
class GRAPH_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel):
|
|
520
521
|
bl_label: typing.Any
|
|
521
522
|
bl_region_type: typing.Any
|
|
522
523
|
bl_rna: typing.Any
|
|
@@ -537,7 +538,7 @@ class GRAPH_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, bpy.types.Pa
|
|
|
537
538
|
:rtype: typing.Any
|
|
538
539
|
"""
|
|
539
540
|
|
|
540
|
-
class GRAPH_PT_proportional_edit(
|
|
541
|
+
class GRAPH_PT_proportional_edit(_bpy_types.Panel):
|
|
541
542
|
bl_label: typing.Any
|
|
542
543
|
bl_region_type: typing.Any
|
|
543
544
|
bl_rna: typing.Any
|
|
@@ -565,7 +566,7 @@ class GRAPH_PT_proportional_edit(bpy.types.Panel):
|
|
|
565
566
|
:param context:
|
|
566
567
|
"""
|
|
567
568
|
|
|
568
|
-
class GRAPH_PT_snapping(
|
|
569
|
+
class GRAPH_PT_snapping(_bpy_types.Panel):
|
|
569
570
|
bl_label: typing.Any
|
|
570
571
|
bl_region_type: typing.Any
|
|
571
572
|
bl_rna: typing.Any
|