fake-bpy-module 20231210__py3-none-any.whl → 20231212__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.
- bl_console_utils/autocomplete/__init__.pyi +2 -2
- bl_i18n_utils/__init__.pyi +4 -4
- bl_keymap_utils/__init__.pyi +2 -2
- bl_operators/__init__.pyi +20 -20
- bl_ui/__init__.pyi +60 -60
- bl_ui/properties_render/__init__.pyi +134 -2333
- bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -0
- bl_ui_utils/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +6 -6
- bpy/__init__.pyi +3 -3
- bpy/app/__init__.pyi +2 -2
- bpy/ops/__init__.pyi +62 -62
- bpy/ops/anim/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +77 -0
- bpy/ops/grease_pencil/__init__.pyi +1 -1
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/paint/__init__.pyi +2 -2
- bpy/types/__init__.pyi +118 -150
- bpy_extras/__init__.pyi +2 -2
- bpy_extras/anim_utils/__init__.pyi +2 -2
- {fake_bpy_module-20231210.dist-info → fake_bpy_module-20231212.dist-info}/METADATA +1 -1
- {fake_bpy_module-20231210.dist-info → fake_bpy_module-20231212.dist-info}/RECORD +24 -24
- {fake_bpy_module-20231210.dist-info → fake_bpy_module-20231212.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20231210.dist-info → fake_bpy_module-20231212.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -2,93 +2,93 @@ import sys
|
|
|
2
2
|
import typing
|
|
3
3
|
import mathutils
|
|
4
4
|
import bpy
|
|
5
|
+
import bl_ui.properties_material
|
|
6
|
+
import bl_ui.space_toolsystem_common
|
|
7
|
+
import bl_operators.clip
|
|
8
|
+
import bl_ui.space_toolsystem_toolbar
|
|
9
|
+
import bl_ui.properties_constraint
|
|
10
|
+
import bl_ui.properties_data_armature
|
|
11
|
+
import bl_ui.properties_render
|
|
12
|
+
import bl_ui.properties_data_speaker
|
|
13
|
+
import bl_operators.wm
|
|
5
14
|
import bl_ui.properties_data_volume
|
|
15
|
+
import bl_ui.properties_particle
|
|
16
|
+
import bl_ui.properties_scene
|
|
17
|
+
import bl_ui.properties_grease_pencil_common
|
|
18
|
+
import bl_ui.space_image
|
|
19
|
+
import bl_ui.properties_physics_field
|
|
20
|
+
import bl_ui.node_add_menu_texture
|
|
21
|
+
import bl_ui.properties_workspace
|
|
22
|
+
import bl_ui.properties_physics_rigidbody_constraint
|
|
23
|
+
import bl_operators.userpref
|
|
6
24
|
import bl_operators.anim
|
|
7
|
-
import bl_ui.
|
|
8
|
-
import bl_ui.properties_physics_geometry_nodes
|
|
25
|
+
import bl_ui.properties_view_layer
|
|
9
26
|
import bl_ui.space_dopesheet
|
|
10
|
-
import bl_ui.
|
|
11
|
-
import bl_ui.
|
|
12
|
-
import bl_ui.
|
|
27
|
+
import bl_ui.properties_physics_geometry_nodes
|
|
28
|
+
import bl_ui.space_info
|
|
29
|
+
import bl_ui.properties_data_light
|
|
30
|
+
import bl_ui.space_spreadsheet
|
|
31
|
+
import bl_operators.assets
|
|
32
|
+
import bl_ui.properties_paint_common
|
|
13
33
|
import bl_ui.properties_data_metaball
|
|
34
|
+
import bl_ui.properties_data_gpencil
|
|
35
|
+
import bl_operators.constraint
|
|
36
|
+
import bl_ui.space_nla
|
|
14
37
|
import bl_ui.properties_data_lattice
|
|
15
|
-
import bl_ui.properties_particle
|
|
16
|
-
import bl_ui.space_view3d
|
|
17
|
-
import bl_ui.space_text
|
|
18
|
-
import bl_ui.space_statusbar
|
|
19
|
-
import bl_operators.object
|
|
20
|
-
import bl_ui.properties_scene
|
|
21
|
-
import bl_ui.properties_material_gpencil
|
|
22
|
-
import bl_ui.properties_data_lightprobe
|
|
23
|
-
import bl_operators.assets
|
|
24
|
-
import bl_ui.asset_shelf
|
|
25
|
-
import bl_ui.generic_ui_list
|
|
26
|
-
import bl_ui.properties_collection
|
|
27
|
-
import bl_ui.space_console
|
|
28
|
-
import bl_ui.node_add_menu_texture
|
|
29
|
-
import bl_ui.properties_physics_softbody
|
|
30
|
-
import bl_ui.properties_freestyle
|
|
31
|
-
import bl_ui.properties_mask_common
|
|
32
|
-
import bl_ui.space_properties
|
|
33
|
-
import bl_ui.space_graph
|
|
34
|
-
import bl_ui.node_add_menu
|
|
35
|
-
import bl_ui.node_add_menu_shader
|
|
36
|
-
import bl_ui.properties_data_pointcloud
|
|
37
|
-
import bl_ui.properties_data_grease_pencil
|
|
38
38
|
import bl_ui.properties_object
|
|
39
|
+
import bl_ui.properties_physics_dynamicpaint
|
|
39
40
|
import bl_operators.file
|
|
40
|
-
import bl_ui.
|
|
41
|
+
import bl_ui.properties_physics_common
|
|
42
|
+
import bl_ui.space_sequencer
|
|
43
|
+
import bl_ui.properties_texture
|
|
44
|
+
import bl_operators.node
|
|
45
|
+
import bl_ui.properties_world
|
|
46
|
+
import bl_ui.space_console
|
|
47
|
+
import bl_ui.properties_data_modifier
|
|
48
|
+
import bl_ui.properties_data_lightprobe
|
|
49
|
+
import bl_ui.properties_material_gpencil
|
|
41
50
|
import bl_ui.properties_data_curves
|
|
42
|
-
import bl_ui.
|
|
51
|
+
import bl_ui.properties_data_mesh
|
|
52
|
+
import bl_ui.space_userpref
|
|
53
|
+
import bl_ui.space_time
|
|
54
|
+
import bl_operators.freestyle
|
|
55
|
+
import bl_ui.space_outliner
|
|
56
|
+
import bl_operators.object
|
|
57
|
+
import bl_ui.properties_collection
|
|
58
|
+
import bl_ui.properties_data_pointcloud
|
|
59
|
+
import bl_ui.asset_shelf
|
|
60
|
+
import bl_ui.properties_physics_cloth
|
|
61
|
+
import bl_ui.space_properties
|
|
43
62
|
import bl_ui.space_view3d_toolbar
|
|
44
63
|
import bl_ui.properties_data_bone
|
|
45
|
-
import
|
|
46
|
-
import bl_operators.freestyle
|
|
47
|
-
import bl_ui.properties_data_modifier
|
|
48
|
-
import bl_ui.properties_paint_common
|
|
49
|
-
import bl_ui.space_toolsystem_toolbar
|
|
50
|
-
import bl_ui.properties_physics_dynamicpaint
|
|
51
|
-
import bl_operators.constraint
|
|
52
|
-
import bl_ui.space_filebrowser
|
|
53
|
-
import bl_ui.properties_data_light
|
|
54
|
-
import bl_ui.properties_data_curve
|
|
55
|
-
import bl_ui.properties_data_gpencil
|
|
64
|
+
import bl_operators.presets
|
|
56
65
|
import bl_operators.view3d
|
|
57
|
-
import
|
|
66
|
+
import bl_ui.properties_data_shaderfx
|
|
67
|
+
import bl_ui.properties_data_curve
|
|
68
|
+
import bl_ui.generic_ui_list
|
|
69
|
+
import bl_ui.properties_data_empty
|
|
70
|
+
import bl_ui.properties_physics_rigidbody
|
|
71
|
+
import bl_ui.properties_freestyle
|
|
72
|
+
import bl_ui.node_add_menu
|
|
73
|
+
import bl_ui.space_statusbar
|
|
74
|
+
import bl_ui.space_view3d
|
|
75
|
+
import bl_ui.space_text
|
|
76
|
+
import bl_ui.node_add_menu_shader
|
|
77
|
+
import bl_ui.properties_data_camera
|
|
78
|
+
import bl_ui.space_node
|
|
58
79
|
import bl_ui.properties_output
|
|
59
|
-
import bl_ui.properties_data_speaker
|
|
60
|
-
import bl_ui.properties_physics_field
|
|
61
|
-
import bl_ui.space_sequencer
|
|
62
|
-
import bl_operators.clip
|
|
63
|
-
import bl_ui.space_info
|
|
64
80
|
import bl_ui.properties_physics_fluid
|
|
65
81
|
import bl_ui.node_add_menu_compositor
|
|
66
|
-
import bl_ui.
|
|
67
|
-
import
|
|
68
|
-
import bl_ui.
|
|
69
|
-
import bl_ui.
|
|
70
|
-
import bl_ui.
|
|
71
|
-
import bl_ui.properties_data_armature
|
|
72
|
-
import bl_ui.properties_physics_cloth
|
|
73
|
-
import bl_operators.wm
|
|
74
|
-
import bl_operators.node
|
|
75
|
-
import bl_ui.space_node
|
|
76
|
-
import bl_ui.properties_physics_common
|
|
77
|
-
import bl_ui.space_outliner
|
|
78
|
-
import bl_ui.properties_workspace
|
|
82
|
+
import bl_ui.node_add_menu_geometry
|
|
83
|
+
import bl_ui.space_filebrowser
|
|
84
|
+
import bl_ui.properties_physics_softbody
|
|
85
|
+
import bl_ui.space_graph
|
|
86
|
+
import bl_ui.properties_mask_common
|
|
79
87
|
import bl_ui.space_topbar
|
|
80
|
-
import bl_operators.presets
|
|
81
|
-
import bl_ui.space_clip
|
|
82
|
-
import bl_ui.properties_physics_rigidbody_constraint
|
|
83
|
-
import bl_ui.properties_grease_pencil_common
|
|
84
88
|
import bl_ui
|
|
85
|
-
import
|
|
86
|
-
import bl_ui.
|
|
87
|
-
import bl_ui.
|
|
88
|
-
import bl_ui.space_image
|
|
89
|
-
import bl_ui.properties_data_camera
|
|
90
|
-
import bl_ui.properties_view_layer
|
|
91
|
-
import bl_ui.properties_constraint
|
|
89
|
+
import bl_operators.spreadsheet
|
|
90
|
+
import bl_ui.properties_data_grease_pencil
|
|
91
|
+
import bl_ui.space_clip
|
|
92
92
|
|
|
93
93
|
GenericType = typing.TypeVar("GenericType")
|
|
94
94
|
|
|
@@ -6802,10 +6802,10 @@ class Context(bpy_struct):
|
|
|
6802
6802
|
:type: 'UIList'
|
|
6803
6803
|
'''
|
|
6804
6804
|
|
|
6805
|
-
property: typing.Union[
|
|
6805
|
+
property: typing.Union[str, int, 'ID']
|
|
6806
6806
|
''' Get the property associated with a hovered button. Returns a tuple of the datablock, data path to the property, and array index.
|
|
6807
6807
|
|
|
6808
|
-
:type: typing.Union[
|
|
6808
|
+
:type: typing.Union[str, int, 'ID']
|
|
6809
6809
|
'''
|
|
6810
6810
|
|
|
6811
6811
|
edit_text: 'Text'
|
|
@@ -14827,7 +14827,7 @@ class Gizmo(bpy_struct):
|
|
|
14827
14827
|
|
|
14828
14828
|
def modal(self, context: 'Context', event: 'Event', tweak: typing.Optional[
|
|
14829
14829
|
typing.Union[typing.Set[str], typing.Set[int]]]
|
|
14830
|
-
) -> typing.Union[typing.Set[
|
|
14830
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
14831
14831
|
'''
|
|
14832
14832
|
|
|
14833
14833
|
:param context:
|
|
@@ -14836,7 +14836,7 @@ class Gizmo(bpy_struct):
|
|
|
14836
14836
|
:type event: 'Event'
|
|
14837
14837
|
:param tweak: Tweak
|
|
14838
14838
|
:type tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
|
|
14839
|
-
:rtype: typing.Union[typing.Set[
|
|
14839
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
14840
14840
|
:return: result
|
|
14841
14841
|
'''
|
|
14842
14842
|
...
|
|
@@ -14848,14 +14848,14 @@ class Gizmo(bpy_struct):
|
|
|
14848
14848
|
...
|
|
14849
14849
|
|
|
14850
14850
|
def invoke(self, context: 'Context', event: 'Event'
|
|
14851
|
-
) -> typing.Union[typing.Set[
|
|
14851
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
14852
14852
|
'''
|
|
14853
14853
|
|
|
14854
14854
|
:param context:
|
|
14855
14855
|
:type context: 'Context'
|
|
14856
14856
|
:param event:
|
|
14857
14857
|
:type event: 'Event'
|
|
14858
|
-
:rtype: typing.Union[typing.Set[
|
|
14858
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
14859
14859
|
:return: result
|
|
14860
14860
|
'''
|
|
14861
14861
|
...
|
|
@@ -17365,10 +17365,10 @@ class KeyingSetInfo(bpy_struct):
|
|
|
17365
17365
|
:type: typing.Union[str, typing.Any]
|
|
17366
17366
|
'''
|
|
17367
17367
|
|
|
17368
|
-
bl_options: typing.Union[typing.Set[
|
|
17368
|
+
bl_options: typing.Union[typing.Set[str], typing.Set[int]]
|
|
17369
17369
|
''' Keying Set options to use when inserting keyframes
|
|
17370
17370
|
|
|
17371
|
-
:type: typing.Union[typing.Set[
|
|
17371
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
17372
17372
|
'''
|
|
17373
17373
|
|
|
17374
17374
|
def poll(self, context: typing.Optional['Context']) -> bool:
|
|
@@ -17816,10 +17816,10 @@ class Macro(bpy_struct):
|
|
|
17816
17816
|
:type: typing.Union[str, typing.Any]
|
|
17817
17817
|
'''
|
|
17818
17818
|
|
|
17819
|
-
bl_options: typing.Union[typing.Set[
|
|
17819
|
+
bl_options: typing.Union[typing.Set[str], typing.Set[int]]
|
|
17820
17820
|
''' Options for this operator type
|
|
17821
17821
|
|
|
17822
|
-
:type: typing.Union[typing.Set[
|
|
17822
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
17823
17823
|
'''
|
|
17824
17824
|
|
|
17825
17825
|
bl_translation_context: typing.Union[str, typing.Any]
|
|
@@ -17853,12 +17853,12 @@ class Macro(bpy_struct):
|
|
|
17853
17853
|
'''
|
|
17854
17854
|
|
|
17855
17855
|
def report(self, type: typing.Optional[
|
|
17856
|
-
typing.Union[typing.Set[
|
|
17856
|
+
typing.Union[typing.Set[str], typing.Set[int]]],
|
|
17857
17857
|
message: typing.Union[str, typing.Any]):
|
|
17858
17858
|
''' report
|
|
17859
17859
|
|
|
17860
17860
|
:param type: Type
|
|
17861
|
-
:type type: typing.Optional[typing.Union[typing.Set[
|
|
17861
|
+
:type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
|
|
17862
17862
|
:param message: Report Message
|
|
17863
17863
|
:type message: typing.Union[str, typing.Any]
|
|
17864
17864
|
'''
|
|
@@ -22848,10 +22848,10 @@ class Operator(bpy_struct):
|
|
|
22848
22848
|
:type: typing.Union[str, typing.Any]
|
|
22849
22849
|
'''
|
|
22850
22850
|
|
|
22851
|
-
bl_options: typing.Union[typing.Set[
|
|
22851
|
+
bl_options: typing.Union[typing.Set[str], typing.Set[int]]
|
|
22852
22852
|
''' Options for this operator type
|
|
22853
22853
|
|
|
22854
|
-
:type: typing.Union[typing.Set[
|
|
22854
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
22855
22855
|
'''
|
|
22856
22856
|
|
|
22857
22857
|
bl_translation_context: typing.Union[str, typing.Any]
|
|
@@ -22909,12 +22909,12 @@ class Operator(bpy_struct):
|
|
|
22909
22909
|
'''
|
|
22910
22910
|
|
|
22911
22911
|
def report(self, type: typing.Optional[
|
|
22912
|
-
typing.Union[typing.Set[
|
|
22912
|
+
typing.Union[typing.Set[str], typing.Set[int]]],
|
|
22913
22913
|
message: typing.Union[str, typing.Any]):
|
|
22914
22914
|
''' report
|
|
22915
22915
|
|
|
22916
22916
|
:param type: Type
|
|
22917
|
-
:type type: typing.Optional[typing.Union[typing.Set[
|
|
22917
|
+
:type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
|
|
22918
22918
|
:param message: Report Message
|
|
22919
22919
|
:type message: typing.Union[str, typing.Any]
|
|
22920
22920
|
'''
|
|
@@ -22939,12 +22939,12 @@ class Operator(bpy_struct):
|
|
|
22939
22939
|
...
|
|
22940
22940
|
|
|
22941
22941
|
def execute(self, context: 'Context'
|
|
22942
|
-
) -> typing.Union[typing.Set[
|
|
22942
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
22943
22943
|
''' Execute the operator
|
|
22944
22944
|
|
|
22945
22945
|
:param context:
|
|
22946
22946
|
:type context: 'Context'
|
|
22947
|
-
:rtype: typing.Union[typing.Set[
|
|
22947
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
22948
22948
|
:return: result
|
|
22949
22949
|
'''
|
|
22950
22950
|
...
|
|
@@ -22960,27 +22960,27 @@ class Operator(bpy_struct):
|
|
|
22960
22960
|
...
|
|
22961
22961
|
|
|
22962
22962
|
def invoke(self, context: 'Context', event: 'Event'
|
|
22963
|
-
) -> typing.Union[typing.Set[
|
|
22963
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
22964
22964
|
''' Invoke the operator
|
|
22965
22965
|
|
|
22966
22966
|
:param context:
|
|
22967
22967
|
:type context: 'Context'
|
|
22968
22968
|
:param event:
|
|
22969
22969
|
:type event: 'Event'
|
|
22970
|
-
:rtype: typing.Union[typing.Set[
|
|
22970
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
22971
22971
|
:return: result
|
|
22972
22972
|
'''
|
|
22973
22973
|
...
|
|
22974
22974
|
|
|
22975
22975
|
def modal(self, context: 'Context', event: 'Event'
|
|
22976
|
-
) -> typing.Union[typing.Set[
|
|
22976
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
22977
22977
|
''' Modal operator function
|
|
22978
22978
|
|
|
22979
22979
|
:param context:
|
|
22980
22980
|
:type context: 'Context'
|
|
22981
22981
|
:param event:
|
|
22982
22982
|
:type event: 'Event'
|
|
22983
|
-
:rtype: typing.Union[typing.Set[
|
|
22983
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
22984
22984
|
:return: result
|
|
22985
22985
|
'''
|
|
22986
22986
|
...
|
|
@@ -28855,12 +28855,12 @@ class RenderEngine(bpy_struct):
|
|
|
28855
28855
|
...
|
|
28856
28856
|
|
|
28857
28857
|
def report(self, type: typing.Optional[
|
|
28858
|
-
typing.Union[typing.Set[
|
|
28858
|
+
typing.Union[typing.Set[str], typing.Set[int]]],
|
|
28859
28859
|
message: typing.Union[str, typing.Any]):
|
|
28860
28860
|
''' Report info, warning or error messages
|
|
28861
28861
|
|
|
28862
28862
|
:param type: Type
|
|
28863
|
-
:type type: typing.Optional[typing.Union[typing.Set[
|
|
28863
|
+
:type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
|
|
28864
28864
|
:param message: Report Message
|
|
28865
28865
|
:type message: typing.Union[str, typing.Any]
|
|
28866
28866
|
'''
|
|
@@ -31059,12 +31059,6 @@ class SceneEEVEE(bpy_struct):
|
|
|
31059
31059
|
:type: float
|
|
31060
31060
|
'''
|
|
31061
31061
|
|
|
31062
|
-
diffuse_options: 'RaytraceEEVEE'
|
|
31063
|
-
''' EEVEE settings for tracing diffuse reflections
|
|
31064
|
-
|
|
31065
|
-
:type: 'RaytraceEEVEE'
|
|
31066
|
-
'''
|
|
31067
|
-
|
|
31068
31062
|
gi_auto_bake: bool
|
|
31069
31063
|
''' Auto bake indirect lighting when editing probes
|
|
31070
31064
|
|
|
@@ -31221,30 +31215,18 @@ class SceneEEVEE(bpy_struct):
|
|
|
31221
31215
|
:type: float
|
|
31222
31216
|
'''
|
|
31223
31217
|
|
|
31224
|
-
ray_split_settings: typing.Union[str, int]
|
|
31225
|
-
''' Split settings per ray type * ``UNIFIED`` Unified -- All ray types use the same settings. * ``SPLIT`` Split -- Settings are individual to each ray type.
|
|
31226
|
-
|
|
31227
|
-
:type: typing.Union[str, int]
|
|
31228
|
-
'''
|
|
31229
|
-
|
|
31230
31218
|
ray_tracing_method: typing.Union[str, int]
|
|
31231
31219
|
''' Select the tracing method used to find scene-ray intersections * ``NONE`` None -- No intersection with scene geometry. * ``SCREEN`` Screen-Trace -- Raytrace against the depth buffer.
|
|
31232
31220
|
|
|
31233
31221
|
:type: typing.Union[str, int]
|
|
31234
31222
|
'''
|
|
31235
31223
|
|
|
31236
|
-
|
|
31224
|
+
ray_tracing_options: 'RaytraceEEVEE'
|
|
31237
31225
|
''' EEVEE settings for tracing reflections
|
|
31238
31226
|
|
|
31239
31227
|
:type: 'RaytraceEEVEE'
|
|
31240
31228
|
'''
|
|
31241
31229
|
|
|
31242
|
-
refraction_options: 'RaytraceEEVEE'
|
|
31243
|
-
''' EEVEE settings for tracing refractions
|
|
31244
|
-
|
|
31245
|
-
:type: 'RaytraceEEVEE'
|
|
31246
|
-
'''
|
|
31247
|
-
|
|
31248
31230
|
shadow_cascade_size: typing.Union[str, int]
|
|
31249
31231
|
''' Size of sun light shadow maps
|
|
31250
31232
|
|
|
@@ -31258,7 +31240,7 @@ class SceneEEVEE(bpy_struct):
|
|
|
31258
31240
|
'''
|
|
31259
31241
|
|
|
31260
31242
|
shadow_normal_bias: float
|
|
31261
|
-
''' Move along their normal
|
|
31243
|
+
''' Move shadows along their normal
|
|
31262
31244
|
|
|
31263
31245
|
:type: float
|
|
31264
31246
|
'''
|
|
@@ -39961,10 +39943,10 @@ class ToolSettings(bpy_struct):
|
|
|
39961
39943
|
:type: typing.Union[str, int]
|
|
39962
39944
|
'''
|
|
39963
39945
|
|
|
39964
|
-
snap_elements: typing.Union[typing.Set[
|
|
39946
|
+
snap_elements: typing.Union[typing.Set[str], typing.Set[int]]
|
|
39965
39947
|
''' Type of element to snap to
|
|
39966
39948
|
|
|
39967
|
-
:type: typing.Union[typing.Set[
|
|
39949
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
39968
39950
|
'''
|
|
39969
39951
|
|
|
39970
39952
|
snap_elements_base: typing.Union[typing.Set[str], typing.Set[int]]
|
|
@@ -65208,14 +65190,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65208
65190
|
@classmethod
|
|
65209
65191
|
def invoke_props_popup(cls, operator: typing.Optional['Operator'],
|
|
65210
65192
|
event: typing.Optional['Event']
|
|
65211
|
-
) -> typing.Union[typing.Set[
|
|
65193
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
65212
65194
|
''' Operator popup invoke (show operator properties and execute it automatically on changes)
|
|
65213
65195
|
|
|
65214
65196
|
:param operator: Operator to call
|
|
65215
65197
|
:type operator: typing.Optional['Operator']
|
|
65216
65198
|
:param event: Event
|
|
65217
65199
|
:type event: typing.Optional['Event']
|
|
65218
|
-
:rtype: typing.Union[typing.Set[
|
|
65200
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
65219
65201
|
:return: result
|
|
65220
65202
|
'''
|
|
65221
65203
|
...
|
|
@@ -65225,14 +65207,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65225
65207
|
cls,
|
|
65226
65208
|
operator: typing.Optional['Operator'],
|
|
65227
65209
|
width: typing.Optional[typing.Any] = 300
|
|
65228
|
-
) -> typing.Union[typing.Set[
|
|
65210
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
65229
65211
|
''' Operator dialog (non-autoexec popup) invoke (show operator properties and only execute it on click on OK button)
|
|
65230
65212
|
|
|
65231
65213
|
:param operator: Operator to call
|
|
65232
65214
|
:type operator: typing.Optional['Operator']
|
|
65233
65215
|
:param width: Width of the popup
|
|
65234
65216
|
:type width: typing.Optional[typing.Any]
|
|
65235
|
-
:rtype: typing.Union[typing.Set[
|
|
65217
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
65236
65218
|
:return: result
|
|
65237
65219
|
'''
|
|
65238
65220
|
...
|
|
@@ -65250,14 +65232,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65250
65232
|
def invoke_popup(cls,
|
|
65251
65233
|
operator: typing.Optional['Operator'],
|
|
65252
65234
|
width: typing.Optional[typing.Any] = 300
|
|
65253
|
-
) -> typing.Union[typing.Set[
|
|
65235
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
65254
65236
|
''' Operator popup invoke (only shows operator's properties, without executing it)
|
|
65255
65237
|
|
|
65256
65238
|
:param operator: Operator to call
|
|
65257
65239
|
:type operator: typing.Optional['Operator']
|
|
65258
65240
|
:param width: Width of the popup
|
|
65259
65241
|
:type width: typing.Optional[typing.Any]
|
|
65260
|
-
:rtype: typing.Union[typing.Set[
|
|
65242
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
65261
65243
|
:return: result
|
|
65262
65244
|
'''
|
|
65263
65245
|
...
|
|
@@ -65265,14 +65247,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65265
65247
|
@classmethod
|
|
65266
65248
|
def invoke_confirm(cls, operator: typing.Optional['Operator'],
|
|
65267
65249
|
event: typing.Optional['Event']
|
|
65268
|
-
) -> typing.Union[typing.Set[
|
|
65250
|
+
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
65269
65251
|
''' Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
|
|
65270
65252
|
|
|
65271
65253
|
:param operator: Operator to call
|
|
65272
65254
|
:type operator: typing.Optional['Operator']
|
|
65273
65255
|
:param event: Event
|
|
65274
65256
|
:type event: typing.Optional['Event']
|
|
65275
|
-
:rtype: typing.Union[typing.Set[
|
|
65257
|
+
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
65276
65258
|
:return: result
|
|
65277
65259
|
'''
|
|
65278
65260
|
...
|
|
@@ -68397,10 +68379,10 @@ class DecimateModifier(Modifier, bpy_struct):
|
|
|
68397
68379
|
:type: typing.Union[str, int]
|
|
68398
68380
|
'''
|
|
68399
68381
|
|
|
68400
|
-
delimit: typing.Union[typing.Set[
|
|
68382
|
+
delimit: typing.Union[typing.Set[str], typing.Set[int]]
|
|
68401
68383
|
''' Limit merging geometry
|
|
68402
68384
|
|
|
68403
|
-
:type: typing.Union[typing.Set[
|
|
68385
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
68404
68386
|
'''
|
|
68405
68387
|
|
|
68406
68388
|
face_count: int
|
|
@@ -69235,10 +69217,10 @@ class MeshCacheModifier(Modifier, bpy_struct):
|
|
|
69235
69217
|
:type: typing.Union[str, typing.Any]
|
|
69236
69218
|
'''
|
|
69237
69219
|
|
|
69238
|
-
flip_axis: typing.Union[typing.Set[
|
|
69220
|
+
flip_axis: typing.Union[typing.Set[str], typing.Set[int]]
|
|
69239
69221
|
'''
|
|
69240
69222
|
|
|
69241
|
-
:type: typing.Union[typing.Set[
|
|
69223
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
69242
69224
|
'''
|
|
69243
69225
|
|
|
69244
69226
|
forward_axis: typing.Union[str, int]
|
|
@@ -108721,10 +108703,10 @@ class GeometryNodeCurveHandleTypeSelection(GeometryNode, NodeInternal, Node,
|
|
|
108721
108703
|
:type: typing.Union[str, int]
|
|
108722
108704
|
'''
|
|
108723
108705
|
|
|
108724
|
-
mode: typing.Union[typing.Set[
|
|
108706
|
+
mode: typing.Union[typing.Set[str], typing.Set[int]]
|
|
108725
108707
|
''' Whether to check the type of left and right handles
|
|
108726
108708
|
|
|
108727
|
-
:type: typing.Union[typing.Set[
|
|
108709
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
108728
108710
|
'''
|
|
108729
108711
|
|
|
108730
108712
|
@classmethod
|
|
@@ -109259,10 +109241,10 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node,
|
|
|
109259
109241
|
:type: typing.Union[str, int]
|
|
109260
109242
|
'''
|
|
109261
109243
|
|
|
109262
|
-
mode: typing.Union[typing.Set[
|
|
109244
|
+
mode: typing.Union[typing.Set[str], typing.Set[int]]
|
|
109263
109245
|
''' Whether to update left and right handles
|
|
109264
109246
|
|
|
109265
|
-
:type: typing.Union[typing.Set[
|
|
109247
|
+
:type: typing.Union[typing.Set[str], typing.Set[int]]
|
|
109266
109248
|
'''
|
|
109267
109249
|
|
|
109268
109250
|
@classmethod
|
|
@@ -117427,7 +117409,7 @@ class GeometryNodeSplitToInstances(GeometryNode, NodeInternal, Node,
|
|
|
117427
117409
|
'''
|
|
117428
117410
|
|
|
117429
117411
|
domain: typing.Union[str, int]
|
|
117430
|
-
''' Attribute domain for the
|
|
117412
|
+
''' Attribute domain for the Selection and Group ID inputs
|
|
117431
117413
|
|
|
117432
117414
|
:type: typing.Union[str, int]
|
|
117433
117415
|
'''
|
|
@@ -130071,11 +130053,7 @@ RENDER_PT_eevee_indirect_lighting_display: 'bl_ui.properties_render.RENDER_PT_ee
|
|
|
130071
130053
|
|
|
130072
130054
|
RENDER_PT_eevee_motion_blur: 'bl_ui.properties_render.RENDER_PT_eevee_motion_blur'
|
|
130073
130055
|
|
|
130074
|
-
|
|
130075
|
-
|
|
130076
|
-
RENDER_PT_eevee_next_denoise_reflection: 'bl_ui.properties_render.RENDER_PT_eevee_next_denoise_reflection'
|
|
130077
|
-
|
|
130078
|
-
RENDER_PT_eevee_next_denoise_refraction: 'bl_ui.properties_render.RENDER_PT_eevee_next_denoise_refraction'
|
|
130056
|
+
RENDER_PT_eevee_next_denoise: 'bl_ui.properties_render.RENDER_PT_eevee_next_denoise'
|
|
130079
130057
|
|
|
130080
130058
|
RENDER_PT_eevee_next_depth_of_field: 'bl_ui.properties_render.RENDER_PT_eevee_next_depth_of_field'
|
|
130081
130059
|
|
|
@@ -130097,23 +130075,13 @@ RENDER_PT_eevee_next_motion_blur_curve: 'bl_ui.properties_render.RENDER_PT_eevee
|
|
|
130097
130075
|
|
|
130098
130076
|
RENDER_PT_eevee_next_raytracing: 'bl_ui.properties_render.RENDER_PT_eevee_next_raytracing'
|
|
130099
130077
|
|
|
130100
|
-
RENDER_PT_eevee_next_raytracing_diffuse: 'bl_ui.properties_render.RENDER_PT_eevee_next_raytracing_diffuse'
|
|
130101
|
-
|
|
130102
|
-
RENDER_PT_eevee_next_raytracing_reflection: 'bl_ui.properties_render.RENDER_PT_eevee_next_raytracing_reflection'
|
|
130103
|
-
|
|
130104
|
-
RENDER_PT_eevee_next_raytracing_refraction: 'bl_ui.properties_render.RENDER_PT_eevee_next_raytracing_refraction'
|
|
130105
|
-
|
|
130106
130078
|
RENDER_PT_eevee_next_sampling: 'bl_ui.properties_render.RENDER_PT_eevee_next_sampling'
|
|
130107
130079
|
|
|
130108
130080
|
RENDER_PT_eevee_next_sampling_render: 'bl_ui.properties_render.RENDER_PT_eevee_next_sampling_render'
|
|
130109
130081
|
|
|
130110
130082
|
RENDER_PT_eevee_next_sampling_viewport: 'bl_ui.properties_render.RENDER_PT_eevee_next_sampling_viewport'
|
|
130111
130083
|
|
|
130112
|
-
|
|
130113
|
-
|
|
130114
|
-
RENDER_PT_eevee_next_screen_trace_reflection: 'bl_ui.properties_render.RENDER_PT_eevee_next_screen_trace_reflection'
|
|
130115
|
-
|
|
130116
|
-
RENDER_PT_eevee_next_screen_trace_refraction: 'bl_ui.properties_render.RENDER_PT_eevee_next_screen_trace_refraction'
|
|
130084
|
+
RENDER_PT_eevee_next_screen_trace: 'bl_ui.properties_render.RENDER_PT_eevee_next_screen_trace'
|
|
130117
130085
|
|
|
130118
130086
|
RENDER_PT_eevee_next_shadows: 'bl_ui.properties_render.RENDER_PT_eevee_next_shadows'
|
|
130119
130087
|
|
bpy_extras/__init__.pyi
CHANGED
|
@@ -10,9 +10,9 @@ from . import object_utils
|
|
|
10
10
|
from . import anim_utils
|
|
11
11
|
from . import id_map_utils
|
|
12
12
|
from . import mesh_utils
|
|
13
|
-
from . import extensions
|
|
14
|
-
from . import bmesh_utils
|
|
15
13
|
from . import wm_utils
|
|
14
|
+
from . import extensions
|
|
16
15
|
from . import node_shader_utils
|
|
16
|
+
from . import bmesh_utils
|
|
17
17
|
|
|
18
18
|
GenericType = typing.TypeVar("GenericType")
|
|
@@ -97,12 +97,12 @@ def bake_action_objects(object_action_pairs, *, frames: int,
|
|
|
97
97
|
|
|
98
98
|
def bake_action_objects_iter(
|
|
99
99
|
object_action_pairs: typing.
|
|
100
|
-
Union['bpy.types.
|
|
100
|
+
Union['bpy.types.Sequence', 'bpy.types.Action', 'bpy.types.Object'],
|
|
101
101
|
bake_o):
|
|
102
102
|
''' An coroutine that bakes actions for multiple objects.
|
|
103
103
|
|
|
104
104
|
:param object_action_pairs: Sequence of object action tuples, action is the destination for the baked data. When None a new action will be created.
|
|
105
|
-
:type object_action_pairs: typing.Union['bpy.types.
|
|
105
|
+
:type object_action_pairs: typing.Union['bpy.types.Sequence', 'bpy.types.Action', 'bpy.types.Object']
|
|
106
106
|
'''
|
|
107
107
|
|
|
108
108
|
...
|