fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
- _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 +68 -20
- 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 +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 +56561 -40144
- 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-20250828.dist-info}/METADATA +1 -1
- fake_bpy_module-20250828.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.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-20250828.dist-info}/WHEEL +0 -0
|
@@ -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 bl_ui.utils
|
|
6
7
|
import bpy.types
|
|
7
8
|
|
|
8
|
-
class RENDER_MT_framerate_presets(
|
|
9
|
+
class RENDER_MT_framerate_presets(_bpy_types.Menu):
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_rna: typing.Any
|
|
11
12
|
id_data: typing.Any
|
|
@@ -26,7 +27,7 @@ class RENDER_MT_framerate_presets(bpy.types.Menu):
|
|
|
26
27
|
:rtype: typing.Any
|
|
27
28
|
"""
|
|
28
29
|
|
|
29
|
-
class RENDER_MT_pixeldensity_presets(
|
|
30
|
+
class RENDER_MT_pixeldensity_presets(_bpy_types.Menu):
|
|
30
31
|
bl_label: typing.Any
|
|
31
32
|
bl_rna: typing.Any
|
|
32
33
|
id_data: typing.Any
|
|
@@ -47,7 +48,7 @@ class RENDER_MT_pixeldensity_presets(bpy.types.Menu):
|
|
|
47
48
|
:rtype: typing.Any
|
|
48
49
|
"""
|
|
49
50
|
|
|
50
|
-
class RENDER_PT_encoding(RenderOutputButtonsPanel,
|
|
51
|
+
class RENDER_PT_encoding(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
51
52
|
COMPAT_ENGINES: typing.Any
|
|
52
53
|
bl_context: typing.Any
|
|
53
54
|
bl_label: typing.Any
|
|
@@ -91,7 +92,7 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
91
92
|
:param context:
|
|
92
93
|
"""
|
|
93
94
|
|
|
94
|
-
class RENDER_PT_encoding_audio(RenderOutputButtonsPanel,
|
|
95
|
+
class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
95
96
|
COMPAT_ENGINES: typing.Any
|
|
96
97
|
bl_context: typing.Any
|
|
97
98
|
bl_label: typing.Any
|
|
@@ -128,7 +129,7 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
128
129
|
:param context:
|
|
129
130
|
"""
|
|
130
131
|
|
|
131
|
-
class RENDER_PT_encoding_video(RenderOutputButtonsPanel,
|
|
132
|
+
class RENDER_PT_encoding_video(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
132
133
|
COMPAT_ENGINES: typing.Any
|
|
133
134
|
bl_context: typing.Any
|
|
134
135
|
bl_label: typing.Any
|
|
@@ -171,7 +172,7 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
171
172
|
:param context:
|
|
172
173
|
"""
|
|
173
174
|
|
|
174
|
-
class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel,
|
|
175
|
+
class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
175
176
|
bl_label: typing.Any
|
|
176
177
|
bl_region_type: typing.Any
|
|
177
178
|
bl_rna: typing.Any
|
|
@@ -194,7 +195,7 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
|
194
195
|
:rtype: typing.Any
|
|
195
196
|
"""
|
|
196
197
|
|
|
197
|
-
class RENDER_PT_format(RenderOutputButtonsPanel,
|
|
198
|
+
class RENDER_PT_format(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
198
199
|
COMPAT_ENGINES: typing.Any
|
|
199
200
|
bl_context: typing.Any
|
|
200
201
|
bl_label: typing.Any
|
|
@@ -237,7 +238,7 @@ class RENDER_PT_format(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
237
238
|
:param _context:
|
|
238
239
|
"""
|
|
239
240
|
|
|
240
|
-
class RENDER_PT_format_presets(bl_ui.utils.PresetPanel,
|
|
241
|
+
class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
241
242
|
bl_label: typing.Any
|
|
242
243
|
bl_region_type: typing.Any
|
|
243
244
|
bl_rna: typing.Any
|
|
@@ -261,7 +262,7 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
|
261
262
|
:rtype: typing.Any
|
|
262
263
|
"""
|
|
263
264
|
|
|
264
|
-
class RENDER_PT_frame_range(RenderOutputButtonsPanel,
|
|
265
|
+
class RENDER_PT_frame_range(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
265
266
|
COMPAT_ENGINES: typing.Any
|
|
266
267
|
bl_context: typing.Any
|
|
267
268
|
bl_label: typing.Any
|
|
@@ -290,7 +291,7 @@ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
290
291
|
:param context:
|
|
291
292
|
"""
|
|
292
293
|
|
|
293
|
-
class RENDER_PT_output(RenderOutputButtonsPanel,
|
|
294
|
+
class RENDER_PT_output(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
294
295
|
COMPAT_ENGINES: typing.Any
|
|
295
296
|
bl_context: typing.Any
|
|
296
297
|
bl_label: typing.Any
|
|
@@ -319,7 +320,7 @@ class RENDER_PT_output(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
319
320
|
:param context:
|
|
320
321
|
"""
|
|
321
322
|
|
|
322
|
-
class RENDER_PT_output_color_management(RenderOutputButtonsPanel,
|
|
323
|
+
class RENDER_PT_output_color_management(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
323
324
|
COMPAT_ENGINES: typing.Any
|
|
324
325
|
bl_context: typing.Any
|
|
325
326
|
bl_label: typing.Any
|
|
@@ -350,7 +351,7 @@ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy.types.Pane
|
|
|
350
351
|
:param context:
|
|
351
352
|
"""
|
|
352
353
|
|
|
353
|
-
class RENDER_PT_output_pixel_density(RenderOutputButtonsPanel,
|
|
354
|
+
class RENDER_PT_output_pixel_density(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
354
355
|
COMPAT_ENGINES: typing.Any
|
|
355
356
|
bl_context: typing.Any
|
|
356
357
|
bl_label: typing.Any
|
|
@@ -389,7 +390,7 @@ class RENDER_PT_output_pixel_density(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
389
390
|
:param rd:
|
|
390
391
|
"""
|
|
391
392
|
|
|
392
|
-
class RENDER_PT_output_views(RenderOutputButtonsPanel,
|
|
393
|
+
class RENDER_PT_output_views(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
393
394
|
COMPAT_ENGINES: typing.Any
|
|
394
395
|
bl_context: typing.Any
|
|
395
396
|
bl_label: typing.Any
|
|
@@ -426,7 +427,7 @@ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
426
427
|
:param context:
|
|
427
428
|
"""
|
|
428
429
|
|
|
429
|
-
class RENDER_PT_post_processing(RenderOutputButtonsPanel,
|
|
430
|
+
class RENDER_PT_post_processing(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
430
431
|
COMPAT_ENGINES: typing.Any
|
|
431
432
|
bl_context: typing.Any
|
|
432
433
|
bl_label: typing.Any
|
|
@@ -456,7 +457,7 @@ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
456
457
|
:param context:
|
|
457
458
|
"""
|
|
458
459
|
|
|
459
|
-
class RENDER_PT_stamp(RenderOutputButtonsPanel,
|
|
460
|
+
class RENDER_PT_stamp(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
460
461
|
COMPAT_ENGINES: typing.Any
|
|
461
462
|
bl_context: typing.Any
|
|
462
463
|
bl_label: typing.Any
|
|
@@ -486,7 +487,7 @@ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
486
487
|
:param context:
|
|
487
488
|
"""
|
|
488
489
|
|
|
489
|
-
class RENDER_PT_stamp_burn(RenderOutputButtonsPanel,
|
|
490
|
+
class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
490
491
|
COMPAT_ENGINES: typing.Any
|
|
491
492
|
bl_context: typing.Any
|
|
492
493
|
bl_label: typing.Any
|
|
@@ -523,7 +524,7 @@ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
523
524
|
:param context:
|
|
524
525
|
"""
|
|
525
526
|
|
|
526
|
-
class RENDER_PT_stamp_note(RenderOutputButtonsPanel,
|
|
527
|
+
class RENDER_PT_stamp_note(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
527
528
|
COMPAT_ENGINES: typing.Any
|
|
528
529
|
bl_context: typing.Any
|
|
529
530
|
bl_label: typing.Any
|
|
@@ -560,7 +561,7 @@ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
560
561
|
:param context:
|
|
561
562
|
"""
|
|
562
563
|
|
|
563
|
-
class RENDER_PT_stereoscopy(RenderOutputButtonsPanel,
|
|
564
|
+
class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
564
565
|
COMPAT_ENGINES: typing.Any
|
|
565
566
|
bl_context: typing.Any
|
|
566
567
|
bl_label: typing.Any
|
|
@@ -596,7 +597,7 @@ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
596
597
|
:param context:
|
|
597
598
|
"""
|
|
598
599
|
|
|
599
|
-
class RENDER_PT_time_stretching(RenderOutputButtonsPanel,
|
|
600
|
+
class RENDER_PT_time_stretching(RenderOutputButtonsPanel, _bpy_types.Panel):
|
|
600
601
|
COMPAT_ENGINES: typing.Any
|
|
601
602
|
bl_context: typing.Any
|
|
602
603
|
bl_label: typing.Any
|
|
@@ -627,7 +628,7 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy.types.Panel):
|
|
|
627
628
|
:param context:
|
|
628
629
|
"""
|
|
629
630
|
|
|
630
|
-
class RENDER_UL_renderviews(
|
|
631
|
+
class RENDER_UL_renderviews(_bpy_types.UIList):
|
|
631
632
|
bl_rna: typing.Any
|
|
632
633
|
id_data: typing.Any
|
|
633
634
|
|
|
@@ -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 BrushAssetShelf:
|
|
@@ -91,6 +92,7 @@ class UnifiedPaintPanel:
|
|
|
91
92
|
context,
|
|
92
93
|
brush,
|
|
93
94
|
prop_name,
|
|
95
|
+
unified_paint_settings_override=None,
|
|
94
96
|
unified_name=None,
|
|
95
97
|
pressure_name=None,
|
|
96
98
|
icon="NONE",
|
|
@@ -99,12 +101,14 @@ class UnifiedPaintPanel:
|
|
|
99
101
|
header=False,
|
|
100
102
|
) -> None:
|
|
101
103
|
"""Generalized way of adding brush options to the UI,
|
|
102
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
104
|
+
along with their pen pressure setting and global toggle, if they exist.:param unified_paint_settings_override allows a caller to pass in a specific object for usage. Needed for
|
|
105
|
+
some brush-like tools.
|
|
103
106
|
|
|
104
107
|
:param layout:
|
|
105
108
|
:param context:
|
|
106
109
|
:param brush:
|
|
107
110
|
:param prop_name:
|
|
111
|
+
:param unified_paint_settings_override:
|
|
108
112
|
:param unified_name:
|
|
109
113
|
:param pressure_name:
|
|
110
114
|
:param icon:
|
|
@@ -137,7 +141,7 @@ class UnifiedPaintPanel:
|
|
|
137
141
|
:param value_slider:
|
|
138
142
|
"""
|
|
139
143
|
|
|
140
|
-
class VIEW3D_MT_tools_projectpaint_clone(
|
|
144
|
+
class VIEW3D_MT_tools_projectpaint_clone(_bpy_types.Menu):
|
|
141
145
|
bl_label: typing.Any
|
|
142
146
|
bl_rna: typing.Any
|
|
143
147
|
id_data: typing.Any
|
|
@@ -162,7 +166,7 @@ class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu):
|
|
|
162
166
|
:param context:
|
|
163
167
|
"""
|
|
164
168
|
|
|
165
|
-
class VIEW3D_PT_brush_asset_shelf_filter(
|
|
169
|
+
class VIEW3D_PT_brush_asset_shelf_filter(_bpy_types.Panel):
|
|
166
170
|
bl_label: typing.Any
|
|
167
171
|
bl_parent_id: typing.Any
|
|
168
172
|
bl_region_type: typing.Any
|
|
@@ -345,7 +349,7 @@ def brush_basic_gpencil_sculpt_settings(
|
|
|
345
349
|
layout, _context, brush, *, compact=False
|
|
346
350
|
) -> None: ...
|
|
347
351
|
def brush_basic_gpencil_vertex_settings(
|
|
348
|
-
layout,
|
|
352
|
+
layout, context, brush, *, compact=False
|
|
349
353
|
) -> None: ...
|
|
350
354
|
def brush_basic_gpencil_weight_settings(
|
|
351
355
|
layout, _context, brush, *, compact=False
|