fake-bpy-module 20240601__py3-none-any.whl → 20240605__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.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2185 -1933
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bmesh/types/__init__.pyi
CHANGED
|
@@ -120,16 +120,16 @@ class BMEdge:
|
|
|
120
120
|
:type: bool
|
|
121
121
|
"""
|
|
122
122
|
|
|
123
|
-
link_faces: list[BMFace]
|
|
123
|
+
link_faces: BMElemSeq | list[BMFace]
|
|
124
124
|
""" Faces connected to this edge, (read-only).
|
|
125
125
|
|
|
126
|
-
:type: list[BMFace]
|
|
126
|
+
:type: BMElemSeq | list[BMFace]
|
|
127
127
|
"""
|
|
128
128
|
|
|
129
|
-
link_loops: list[BMLoop]
|
|
129
|
+
link_loops: BMElemSeq | list[BMLoop]
|
|
130
130
|
""" Loops connected to this edge, (read-only).
|
|
131
131
|
|
|
132
|
-
:type: list[BMLoop]
|
|
132
|
+
:type: BMElemSeq | list[BMLoop]
|
|
133
133
|
"""
|
|
134
134
|
|
|
135
135
|
seam: bool
|
|
@@ -156,10 +156,10 @@ class BMEdge:
|
|
|
156
156
|
:type: bool
|
|
157
157
|
"""
|
|
158
158
|
|
|
159
|
-
verts: list[BMVert]
|
|
159
|
+
verts: BMElemSeq | list[BMVert]
|
|
160
160
|
""" Verts this edge uses (always 2), (read-only).
|
|
161
161
|
|
|
162
|
-
:type: list[BMVert]
|
|
162
|
+
:type: BMElemSeq | list[BMVert]
|
|
163
163
|
"""
|
|
164
164
|
|
|
165
165
|
def calc_face_angle(self, fallback: typing.Any = None) -> float:
|
|
@@ -355,10 +355,10 @@ class BMEdgeSeq:
|
|
|
355
355
|
class BMEditSelIter: ...
|
|
356
356
|
|
|
357
357
|
class BMEditSelSeq:
|
|
358
|
-
active:
|
|
358
|
+
active: BMEdge | BMFace | BMVert
|
|
359
359
|
""" The last selected element or None (read-only).
|
|
360
360
|
|
|
361
|
-
:type:
|
|
361
|
+
:type: BMEdge | BMFace | BMVert
|
|
362
362
|
"""
|
|
363
363
|
|
|
364
364
|
def add(self, element):
|
|
@@ -429,10 +429,10 @@ class BMElemSeq(typing.Generic[GenericType1]):
|
|
|
429
429
|
class BMFace:
|
|
430
430
|
"""The BMesh face with 3 or more sides"""
|
|
431
431
|
|
|
432
|
-
edges: list[BMEdge]
|
|
432
|
+
edges: BMElemSeq | list[BMEdge]
|
|
433
433
|
""" Edges of this face, (read-only).
|
|
434
434
|
|
|
435
|
-
:type: list[BMEdge]
|
|
435
|
+
:type: BMElemSeq | list[BMEdge]
|
|
436
436
|
"""
|
|
437
437
|
|
|
438
438
|
hide: bool
|
|
@@ -453,10 +453,10 @@ class BMFace:
|
|
|
453
453
|
:type: bool
|
|
454
454
|
"""
|
|
455
455
|
|
|
456
|
-
loops: list[BMLoop]
|
|
456
|
+
loops: BMElemSeq | list[BMLoop]
|
|
457
457
|
""" Loops of this face, (read-only).
|
|
458
458
|
|
|
459
|
-
:type: list[BMLoop]
|
|
459
|
+
:type: BMElemSeq | list[BMLoop]
|
|
460
460
|
"""
|
|
461
461
|
|
|
462
462
|
material_index: int
|
|
@@ -465,10 +465,10 @@ class BMFace:
|
|
|
465
465
|
:type: int
|
|
466
466
|
"""
|
|
467
467
|
|
|
468
|
-
normal:
|
|
468
|
+
normal: mathutils.Vector
|
|
469
469
|
""" The normal for this face as a 3D, wrapped vector.
|
|
470
470
|
|
|
471
|
-
:type:
|
|
471
|
+
:type: mathutils.Vector
|
|
472
472
|
"""
|
|
473
473
|
|
|
474
474
|
select: bool
|
|
@@ -489,10 +489,10 @@ class BMFace:
|
|
|
489
489
|
:type: bool
|
|
490
490
|
"""
|
|
491
491
|
|
|
492
|
-
verts: list[BMVert]
|
|
492
|
+
verts: BMElemSeq | list[BMVert]
|
|
493
493
|
""" Verts of this face, (read-only).
|
|
494
494
|
|
|
495
|
-
:type: list[BMVert]
|
|
495
|
+
:type: BMElemSeq | list[BMVert]
|
|
496
496
|
"""
|
|
497
497
|
|
|
498
498
|
def calc_area(self) -> float:
|
|
@@ -1110,10 +1110,10 @@ class BMLoop:
|
|
|
1110
1110
|
:type: BMLoop
|
|
1111
1111
|
"""
|
|
1112
1112
|
|
|
1113
|
-
link_loops: list[BMLoop]
|
|
1113
|
+
link_loops: BMElemSeq | list[BMLoop]
|
|
1114
1114
|
""" Loops connected to this loop, (read-only).
|
|
1115
1115
|
|
|
1116
|
-
:type: list[BMLoop]
|
|
1116
|
+
:type: BMElemSeq | list[BMLoop]
|
|
1117
1117
|
"""
|
|
1118
1118
|
|
|
1119
1119
|
tag: bool
|
|
@@ -1231,19 +1231,19 @@ class BMLoopUV:
|
|
|
1231
1231
|
:type: bool
|
|
1232
1232
|
"""
|
|
1233
1233
|
|
|
1234
|
-
uv:
|
|
1234
|
+
uv: mathutils.Vector
|
|
1235
1235
|
""" Loops UV (as a 2D Vector).
|
|
1236
1236
|
|
|
1237
|
-
:type:
|
|
1237
|
+
:type: mathutils.Vector
|
|
1238
1238
|
"""
|
|
1239
1239
|
|
|
1240
1240
|
class BMVert:
|
|
1241
1241
|
"""The BMesh vertex type"""
|
|
1242
1242
|
|
|
1243
|
-
co:
|
|
1243
|
+
co: mathutils.Vector
|
|
1244
1244
|
""" The coordinates for this vertex as a 3D, wrapped vector.
|
|
1245
1245
|
|
|
1246
|
-
:type:
|
|
1246
|
+
:type: mathutils.Vector
|
|
1247
1247
|
"""
|
|
1248
1248
|
|
|
1249
1249
|
hide: bool
|
|
@@ -1282,28 +1282,28 @@ class BMVert:
|
|
|
1282
1282
|
:type: bool
|
|
1283
1283
|
"""
|
|
1284
1284
|
|
|
1285
|
-
link_edges: list[BMEdge]
|
|
1285
|
+
link_edges: BMElemSeq | list[BMEdge]
|
|
1286
1286
|
""" Edges connected to this vertex (read-only).
|
|
1287
1287
|
|
|
1288
|
-
:type: list[BMEdge]
|
|
1288
|
+
:type: BMElemSeq | list[BMEdge]
|
|
1289
1289
|
"""
|
|
1290
1290
|
|
|
1291
|
-
link_faces: list[BMFace]
|
|
1291
|
+
link_faces: BMElemSeq | list[BMFace]
|
|
1292
1292
|
""" Faces connected to this vertex (read-only).
|
|
1293
1293
|
|
|
1294
|
-
:type: list[BMFace]
|
|
1294
|
+
:type: BMElemSeq | list[BMFace]
|
|
1295
1295
|
"""
|
|
1296
1296
|
|
|
1297
|
-
link_loops: list[BMLoop]
|
|
1297
|
+
link_loops: BMElemSeq | list[BMLoop]
|
|
1298
1298
|
""" Loops that use this vertex (read-only).
|
|
1299
1299
|
|
|
1300
|
-
:type: list[BMLoop]
|
|
1300
|
+
:type: BMElemSeq | list[BMLoop]
|
|
1301
1301
|
"""
|
|
1302
1302
|
|
|
1303
|
-
normal:
|
|
1303
|
+
normal: mathutils.Vector
|
|
1304
1304
|
""" The normal for this vertex as a 3D, wrapped vector.
|
|
1305
1305
|
|
|
1306
|
-
:type:
|
|
1306
|
+
:type: mathutils.Vector
|
|
1307
1307
|
"""
|
|
1308
1308
|
|
|
1309
1309
|
select: bool
|
|
@@ -1647,11 +1647,16 @@ class BMesh:
|
|
|
1647
1647
|
"""
|
|
1648
1648
|
...
|
|
1649
1649
|
|
|
1650
|
-
def transform(
|
|
1650
|
+
def transform(
|
|
1651
|
+
self,
|
|
1652
|
+
matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
1653
|
+
| mathutils.Matrix,
|
|
1654
|
+
filter: set = None,
|
|
1655
|
+
):
|
|
1651
1656
|
"""Transform the mesh (optionally filtering flagged data only).
|
|
1652
1657
|
|
|
1653
1658
|
:param matrix: transform matrix.
|
|
1654
|
-
:type matrix: mathutils.Matrix
|
|
1659
|
+
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
|
|
1655
1660
|
:param filter: set of values in ('SELECT', 'HIDE', 'SEAM', 'SMOOTH', 'TAG').
|
|
1656
1661
|
:type filter: set
|
|
1657
1662
|
"""
|
bmesh/utils/__init__.pyi
CHANGED
|
@@ -85,13 +85,11 @@ def face_split(
|
|
|
85
85
|
|
|
86
86
|
...
|
|
87
87
|
|
|
88
|
-
def face_split_edgenet(
|
|
89
|
-
face: bmesh.types.BMFace | bmesh.types.BMFace, edgenet: bmesh.types.BMEdge
|
|
90
|
-
):
|
|
88
|
+
def face_split_edgenet(face: bmesh.types.BMFace, edgenet: bmesh.types.BMEdge):
|
|
91
89
|
"""Splits a face into any number of regions defined by an edgenet.
|
|
92
90
|
|
|
93
91
|
:param face: The face to split.The face to split.
|
|
94
|
-
:type face: bmesh.types.BMFace
|
|
92
|
+
:type face: bmesh.types.BMFace
|
|
95
93
|
:param edgenet: Sequence of edges.
|
|
96
94
|
:type edgenet: bmesh.types.BMEdge
|
|
97
95
|
:return: The newly created faces.
|
bpy/app/handlers/__init__.pyi
CHANGED
|
@@ -45,79 +45,79 @@ import bpy.types
|
|
|
45
45
|
|
|
46
46
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
47
47
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
48
|
-
animation_playback_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
48
|
+
animation_playback_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
49
49
|
""" on ending animation playback
|
|
50
50
|
"""
|
|
51
51
|
|
|
52
|
-
animation_playback_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
52
|
+
animation_playback_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
53
53
|
""" on starting animation playback
|
|
54
54
|
"""
|
|
55
55
|
|
|
56
|
-
annotation_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
56
|
+
annotation_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
57
57
|
""" on drawing an annotation (after)
|
|
58
58
|
"""
|
|
59
59
|
|
|
60
|
-
annotation_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
60
|
+
annotation_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
61
61
|
""" on drawing an annotation (before)
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
|
-
composite_cancel: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
64
|
+
composite_cancel: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
65
65
|
""" on a compositing background job (cancel)
|
|
66
66
|
"""
|
|
67
67
|
|
|
68
|
-
composite_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
68
|
+
composite_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
69
69
|
""" on a compositing background job (after)
|
|
70
70
|
"""
|
|
71
71
|
|
|
72
|
-
composite_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
72
|
+
composite_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
73
73
|
""" on a compositing background job (before)
|
|
74
74
|
"""
|
|
75
75
|
|
|
76
|
-
depsgraph_update_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
76
|
+
depsgraph_update_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
77
77
|
""" on depsgraph update (post)
|
|
78
78
|
"""
|
|
79
79
|
|
|
80
|
-
depsgraph_update_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
80
|
+
depsgraph_update_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
81
81
|
""" on depsgraph update (pre)
|
|
82
82
|
"""
|
|
83
83
|
|
|
84
|
-
frame_change_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
84
|
+
frame_change_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
85
85
|
""" Called after frame change for playback and rendering, after the data has been evaluated for the new frame.
|
|
86
86
|
"""
|
|
87
87
|
|
|
88
|
-
frame_change_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
88
|
+
frame_change_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
89
89
|
""" Called after frame change for playback and rendering, before any data is evaluated for the new frame. This makes it possible to change data and relations (for example swap an object to another mesh) for the new frame. Note that this handler is not to be used as 'before the frame changes' event. The dependency graph is not available in this handler, as data and relations may have been altered and the dependency graph has not yet been updated for that.
|
|
90
90
|
"""
|
|
91
91
|
|
|
92
|
-
load_factory_preferences_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
92
|
+
load_factory_preferences_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
93
93
|
""" on loading factory preferences (after)
|
|
94
94
|
"""
|
|
95
95
|
|
|
96
|
-
load_factory_startup_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
96
|
+
load_factory_startup_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
97
97
|
""" on loading factory startup (after)
|
|
98
98
|
"""
|
|
99
99
|
|
|
100
|
-
load_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
100
|
+
load_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
101
101
|
""" on loading a new blend file (after). Accepts one argument: the file being loaded, an empty string for the startup-file.
|
|
102
102
|
"""
|
|
103
103
|
|
|
104
|
-
load_post_fail: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
104
|
+
load_post_fail: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
105
105
|
""" on failure to load a new blend file (after). Accepts one argument: the file being loaded, an empty string for the startup-file.
|
|
106
106
|
"""
|
|
107
107
|
|
|
108
|
-
load_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
108
|
+
load_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
109
109
|
""" on loading a new blend file (before).Accepts one argument: the file being loaded, an empty string for the startup-file.
|
|
110
110
|
"""
|
|
111
111
|
|
|
112
|
-
object_bake_cancel: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
112
|
+
object_bake_cancel: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
113
113
|
""" on canceling a bake job; will be called in the main thread
|
|
114
114
|
"""
|
|
115
115
|
|
|
116
|
-
object_bake_complete: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
116
|
+
object_bake_complete: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
117
117
|
""" on completing a bake job; will be called in the main thread
|
|
118
118
|
"""
|
|
119
119
|
|
|
120
|
-
object_bake_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
120
|
+
object_bake_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
121
121
|
""" before starting a bake job
|
|
122
122
|
"""
|
|
123
123
|
|
|
@@ -125,70 +125,70 @@ persistent: typing.Any
|
|
|
125
125
|
""" Function decorator for callback functions not to be removed when loading new files
|
|
126
126
|
"""
|
|
127
127
|
|
|
128
|
-
redo_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
128
|
+
redo_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
129
129
|
""" on loading a redo step (after)
|
|
130
130
|
"""
|
|
131
131
|
|
|
132
|
-
redo_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
132
|
+
redo_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
133
133
|
""" on loading a redo step (before)
|
|
134
134
|
"""
|
|
135
135
|
|
|
136
|
-
render_cancel: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
136
|
+
render_cancel: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
137
137
|
""" on canceling a render job
|
|
138
138
|
"""
|
|
139
139
|
|
|
140
|
-
render_complete: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
140
|
+
render_complete: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
141
141
|
""" on completion of render job
|
|
142
142
|
"""
|
|
143
143
|
|
|
144
|
-
render_init: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
144
|
+
render_init: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
145
145
|
""" on initialization of a render job
|
|
146
146
|
"""
|
|
147
147
|
|
|
148
|
-
render_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
148
|
+
render_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
149
149
|
""" on render (after)
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
|
-
render_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
152
|
+
render_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
153
153
|
""" on render (before)
|
|
154
154
|
"""
|
|
155
155
|
|
|
156
|
-
render_stats: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
156
|
+
render_stats: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
157
157
|
""" on printing render statistics. Accepts one argument: the render stats (render/saving time plus in background mode frame/used [peak] memory).
|
|
158
158
|
"""
|
|
159
159
|
|
|
160
|
-
render_write: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
160
|
+
render_write: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
161
161
|
""" on writing a render frame (directly after the frame is written)
|
|
162
162
|
"""
|
|
163
163
|
|
|
164
|
-
save_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
164
|
+
save_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
165
165
|
""" on saving a blend file (after). Accepts one argument: the file being saved, an empty string for the startup-file.
|
|
166
166
|
"""
|
|
167
167
|
|
|
168
|
-
save_post_fail: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
168
|
+
save_post_fail: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
169
169
|
""" on failure to save a blend file (after). Accepts one argument: the file being saved, an empty string for the startup-file.
|
|
170
170
|
"""
|
|
171
171
|
|
|
172
|
-
save_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
172
|
+
save_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
173
173
|
""" on saving a blend file (before). Accepts one argument: the file being saved, an empty string for the startup-file.
|
|
174
174
|
"""
|
|
175
175
|
|
|
176
|
-
translation_update_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
176
|
+
translation_update_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
177
177
|
""" on translation settings update
|
|
178
178
|
"""
|
|
179
179
|
|
|
180
|
-
undo_post: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
180
|
+
undo_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
181
181
|
""" on loading an undo step (after)
|
|
182
182
|
"""
|
|
183
183
|
|
|
184
|
-
undo_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
184
|
+
undo_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
185
185
|
""" on loading an undo step (before)
|
|
186
186
|
"""
|
|
187
187
|
|
|
188
|
-
version_update: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
188
|
+
version_update: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
189
189
|
""" on ending the versioning code
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
|
-
xr_session_start_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]
|
|
192
|
+
xr_session_start_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
|
|
193
193
|
""" on starting an xr session (before)
|
|
194
194
|
"""
|