fake-bpy-module 20240417__py3-none-any.whl → 20240419__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 +4 -0
- _bpy_internal/freedesktop/__init__.pyi +88 -0
- _bpy_internal/freedesktop/py.typed +0 -0
- _bpy_internal/py.typed +0 -0
- aud/__init__.pyi +121 -48
- bgl/__init__.pyi +2443 -1265
- bl_math/__init__.pyi +19 -3
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- blf/__init__.pyi +63 -13
- bmesh/__init__.pyi +13 -0
- bmesh/geometry/__init__.pyi +5 -0
- bmesh/ops/__init__.pyi +157 -68
- bmesh/types/__init__.pyi +109 -62
- bmesh/utils/__init__.pyi +11 -2
- bpy/__init__.pyi +7 -0
- bpy/app/__init__.pyi +13 -0
- bpy/app/handlers/__init__.pyi +41 -0
- bpy/app/icons/__init__.pyi +4 -2
- bpy/app/timers/__init__.pyi +38 -2
- bpy/app/translations/__init__.pyi +58 -0
- bpy/msgbus/__init__.pyi +46 -0
- bpy/ops/__init__.pyi +151 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +300 -300
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +112 -112
- bpy/ops/image/__init__.pyi +92 -92
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +80 -80
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +509 -500
- bpy/ops/outliner/__init__.pyi +138 -138
- bpy/ops/paint/__init__.pyi +104 -104
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +78 -78
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +78 -78
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +62 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +170 -170
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +224 -224
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/path/__init__.pyi +6 -0
- bpy/props/__init__.pyi +141 -29
- bpy/types/__init__.pyi +101517 -5027
- bpy/utils/__init__.pyi +18 -3
- bpy/utils/previews/__init__.pyi +15 -0
- bpy/utils/units/__init__.pyi +11 -3
- bpy_extras/__init__.pyi +19 -0
- bpy_extras/asset_utils/__init__.pyi +5 -0
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/top_level.txt +1 -0
- freestyle/__init__.pyi +18 -0
- freestyle/chainingiterators/__init__.pyi +20 -5
- freestyle/functions/__init__.pyi +151 -155
- freestyle/predicates/__init__.pyi +53 -46
- freestyle/shaders/__init__.pyi +91 -32
- freestyle/types/__init__.pyi +362 -120
- freestyle/utils/ContextFunctions/__init__.pyi +32 -7
- freestyle/utils/__init__.pyi +13 -1
- gpu/__init__.pyi +225 -0
- gpu/capabilities/__init__.pyi +37 -15
- gpu/matrix/__init__.pyi +7 -1
- gpu/platform/__init__.pyi +5 -0
- gpu/select/__init__.pyi +5 -0
- gpu/shader/__init__.pyi +77 -0
- gpu/state/__init__.pyi +15 -4
- gpu/texture/__init__.pyi +5 -0
- gpu/types/__init__.pyi +91 -33
- gpu_extras/__init__.pyi +15 -0
- gpu_extras/presets/__init__.pyi +16 -4
- imbuf/__init__.pyi +13 -0
- imbuf/types/__init__.pyi +20 -5
- mathutils/__init__.pyi +349 -227
- mathutils/bvhtree/__init__.pyi +21 -8
- mathutils/geometry/__init__.pyi +23 -9
- mathutils/interpolate/__init__.pyi +5 -0
- mathutils/kdtree/__init__.pyi +19 -5
- mathutils/noise/__init__.pyi +87 -41
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/WHEEL +0 -0
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
_bpy_internal/__init__.pyi,sha256=QMwj5sLgqZ-10wBklJV7oSICwcN-GDGlx0IjLtuLORc,85
|
|
2
|
+
_bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
_bpy_internal/freedesktop/__init__.pyi,sha256=-65_Us2GnAzNhgcmcGRibQdIs2YeKIxdsPYJAbvhg38,1080
|
|
4
|
+
_bpy_internal/freedesktop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1
5
|
addon_utils/__init__.pyi,sha256=5vUTfM09g2CQcblaQ2tps-vBsoJQ2sYonYszqW7kr2A,740
|
|
2
6
|
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
7
|
animsys_refactor/__init__.pyi,sha256=CSzrkz-AQqjE7HWPNIzQV24Uv_2Z1H0IHla2GkMPvXU,657
|
|
4
8
|
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
aud/__init__.pyi,sha256=
|
|
9
|
+
aud/__init__.pyi,sha256=Jz5tT_Kq64nW4ZwBBDA5kB9F52MImF3qXHUnk19XTsE,33018
|
|
6
10
|
aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
bgl/__init__.pyi,sha256=
|
|
11
|
+
bgl/__init__.pyi,sha256=4QgE3YERv__eJjTgySRSPXN_E8fHTbTH-vafK2v7Q_o,121351
|
|
8
12
|
bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
13
|
bl_app_override/__init__.pyi,sha256=T00GIndg9GAB1fsHa9F2s-Ihd8yO5W9BENx1lsrcbBU,373
|
|
10
14
|
bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -52,7 +56,7 @@ bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Fy646I4lUTOxAM7YVYWN5RrOepP
|
|
|
52
56
|
bl_keymap_utils/platform_helpers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
57
|
bl_keymap_utils/versioning/__init__.pyi,sha256=ma5O3Uh4QzL1hjLaCCGdEpLx8TIZa0IsSF4sdGGCqSE,138
|
|
54
58
|
bl_keymap_utils/versioning/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
55
|
-
bl_math/__init__.pyi,sha256=
|
|
59
|
+
bl_math/__init__.pyi,sha256=cAv_Aq_-Q8S6yqpJsQrEjXf1_P5AOFu_UJ3GRare3Yc,1622
|
|
56
60
|
bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
61
|
bl_operators/__init__.pyi,sha256=asCidWfjJqJylyiBl5t0Xx0lRLCi65aL8CB1kvQ4_d0,870
|
|
58
62
|
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -76,7 +80,7 @@ bl_operators/file/__init__.pyi,sha256=1B8TvIJuGgP1KIauaINQ6HxTlnsLBcWIP32u6WkHza
|
|
|
76
80
|
bl_operators/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
81
|
bl_operators/freestyle/__init__.pyi,sha256=Gs1gowiygpqR3hOwY__BRklxk3inhrqWWHF3fP3fIKY,8360
|
|
78
82
|
bl_operators/freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
79
|
-
bl_operators/geometry_nodes/__init__.pyi,sha256=
|
|
83
|
+
bl_operators/geometry_nodes/__init__.pyi,sha256=MWUsFvof-PaqvCP93zS_OI0RR1v517MoW447s8Mu8KQ,36259
|
|
80
84
|
bl_operators/geometry_nodes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
85
|
bl_operators/image/__init__.pyi,sha256=yxWhXopr1V2QhEvNAq-CtSBGVU-ElTFXoZLNYNxKqss,5960
|
|
82
86
|
bl_operators/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -170,7 +174,7 @@ bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=_e_GQ40Qs_QEBsJ6Iwo73MlX
|
|
|
170
174
|
bl_ui/properties_data_grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
171
175
|
bl_ui/properties_data_lattice/__init__.pyi,sha256=_9542Ynrn_lGkG4zg7WNTUSpkTKkfhnrf0VgbkazkPc,7267
|
|
172
176
|
bl_ui/properties_data_lattice/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
|
-
bl_ui/properties_data_light/__init__.pyi,sha256=
|
|
177
|
+
bl_ui/properties_data_light/__init__.pyi,sha256=c7wnbAtgptZTDnqFkRYU95W6Hx-P08OTtfnhUXNCyWo,28970
|
|
174
178
|
bl_ui/properties_data_light/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
175
179
|
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=G42je5WFAeiX6MEa_DPvrFEhcYklJvuwDJH8_dRiyA4,30887
|
|
176
180
|
bl_ui/properties_data_lightprobe/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -292,205 +296,205 @@ bl_ui_utils/layout/__init__.pyi,sha256=VbNmsUvcumWwy1Fx2T6nRXmXyrddf95ceXvq-AA-A
|
|
|
292
296
|
bl_ui_utils/layout/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
293
297
|
blend_render_info/__init__.pyi,sha256=smxScTsZTo-gvrHvAgXvk-J23PpEa2DF-CdnELTa11E,200
|
|
294
298
|
blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
295
|
-
blf/__init__.pyi,sha256=
|
|
299
|
+
blf/__init__.pyi,sha256=58DO5_Rrlnoa4N34WvHB0aMLnf8QQF3ozAt_qtJlEBg,5827
|
|
296
300
|
blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
297
|
-
bmesh/__init__.pyi,sha256=
|
|
301
|
+
bmesh/__init__.pyi,sha256=JHZzU3bVJasGCKpoYlhx2qKcWcyY0n4lJ1VNkOziTbI,1487
|
|
298
302
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
299
|
-
bmesh/geometry/__init__.pyi,sha256=
|
|
303
|
+
bmesh/geometry/__init__.pyi,sha256=Wq8J78LNJXk9PMdUofmCD5V4X-e1XTQ844tksTHBZYk,675
|
|
300
304
|
bmesh/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
301
|
-
bmesh/ops/__init__.pyi,sha256=
|
|
305
|
+
bmesh/ops/__init__.pyi,sha256=noFp0qnNs7ZK1SQRF3sB02qfh-BkS02jf8jzMiiVw8Q,73746
|
|
302
306
|
bmesh/ops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
303
|
-
bmesh/types/__init__.pyi,sha256=
|
|
307
|
+
bmesh/types/__init__.pyi,sha256=dQgyrG77ziMVSNxjvkJXtL5I5we8eGG1p1cfln4FYJA,39953
|
|
304
308
|
bmesh/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
|
-
bmesh/utils/__init__.pyi,sha256=
|
|
309
|
+
bmesh/utils/__init__.pyi,sha256=5FPSJnyb0XL7E5Aw7oEM6Fs-Rc-mydaSTze4HDkoauQ,6157
|
|
306
310
|
bmesh/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
307
|
-
bpy/__init__.pyi,sha256=
|
|
311
|
+
bpy/__init__.pyi,sha256=FwVgOmNFyREyKoHybvt0PJNE8mqRUwHc2mJrWZphEyI,401
|
|
308
312
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
bpy/app/__init__.pyi,sha256=
|
|
313
|
+
bpy/app/__init__.pyi,sha256=wNdMBW5gSt301SN4_omQrLyBh437fx7quLbcV4cm_0I,7648
|
|
310
314
|
bpy/app/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
311
|
-
bpy/app/handlers/__init__.pyi,sha256=
|
|
315
|
+
bpy/app/handlers/__init__.pyi,sha256=XhQzNDUDM11m6-ABA--LnzYYybzj7xYE1G9AV7JBMzE,6363
|
|
312
316
|
bpy/app/handlers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
313
|
-
bpy/app/icons/__init__.pyi,sha256=
|
|
317
|
+
bpy/app/icons/__init__.pyi,sha256=p-7Zim_ieKiEkbINmfr3XMHPYEQ2pkaqFR1uF6ybY3E,943
|
|
314
318
|
bpy/app/icons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
315
|
-
bpy/app/timers/__init__.pyi,sha256=
|
|
319
|
+
bpy/app/timers/__init__.pyi,sha256=vAqTBV0jXTZg59ygHT5IMK-dVgZVxvVVEDHrE6UyHHE,1917
|
|
316
320
|
bpy/app/timers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
317
|
-
bpy/app/translations/__init__.pyi,sha256=
|
|
321
|
+
bpy/app/translations/__init__.pyi,sha256=iqmY-cW22KQ8Kum9hmXKRQ2NcFC39dS3SXUCTnOKQUQ,6237
|
|
318
322
|
bpy/app/translations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
|
-
bpy/msgbus/__init__.pyi,sha256=
|
|
323
|
+
bpy/msgbus/__init__.pyi,sha256=CvAP0RTiYSHrBWGsWpbyXslpFmYZj8Py_r3saG6IxkE,2608
|
|
320
324
|
bpy/msgbus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
|
-
bpy/ops/__init__.pyi,sha256=
|
|
325
|
+
bpy/ops/__init__.pyi,sha256=RZz5LlK9yr_90yaLiSvaetn0An4QtTDkigOhgPLUlCM,4602
|
|
322
326
|
bpy/ops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
323
|
-
bpy/ops/action/__init__.pyi,sha256=
|
|
327
|
+
bpy/ops/action/__init__.pyi,sha256=1FvBjfazRZ0AmaTaoYNj3shRqgLn-_ps9c5q2tebogg,22434
|
|
324
328
|
bpy/ops/action/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
325
|
-
bpy/ops/anim/__init__.pyi,sha256=
|
|
329
|
+
bpy/ops/anim/__init__.pyi,sha256=ZMZRIA-1mBmhKUtKhHVcTgwImvfUFwFGhg1Z0thEy0Q,29973
|
|
326
330
|
bpy/ops/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
327
|
-
bpy/ops/armature/__init__.pyi,sha256=
|
|
331
|
+
bpy/ops/armature/__init__.pyi,sha256=gXg_QMvvWkC0XRrR9EgI2CO720EeAaaVtsvDOeqi1jQ,26795
|
|
328
332
|
bpy/ops/armature/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
|
-
bpy/ops/asset/__init__.pyi,sha256=
|
|
333
|
+
bpy/ops/asset/__init__.pyi,sha256=52mIAHdVgG5NvNw22eEHhWGGzA4TId7BXelMBzMRNY8,11894
|
|
330
334
|
bpy/ops/asset/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
|
-
bpy/ops/boid/__init__.pyi,sha256=
|
|
335
|
+
bpy/ops/boid/__init__.pyi,sha256=jeTCu_Cq1z63tWhdOOYRiDHlDIFqS8nsN0eB--DO8eY,3079
|
|
332
336
|
bpy/ops/boid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
333
|
-
bpy/ops/brush/__init__.pyi,sha256=
|
|
337
|
+
bpy/ops/brush/__init__.pyi,sha256=7IXIGIvsIoS7jajkQGT3JHACMS5rEoIaDFRz--0XSUE,4556
|
|
334
338
|
bpy/ops/brush/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
|
-
bpy/ops/buttons/__init__.pyi,sha256=
|
|
339
|
+
bpy/ops/buttons/__init__.pyi,sha256=MydUncdjiHcsSh3XQuX2YznNCbZCJbp79V4MT-ibdLA,11208
|
|
336
340
|
bpy/ops/buttons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
337
|
-
bpy/ops/cachefile/__init__.pyi,sha256=
|
|
341
|
+
bpy/ops/cachefile/__init__.pyi,sha256=D8NvoqEKu0HkWdV4DajlCLptaBVpE0H79yJ8in1gDIE,10938
|
|
338
342
|
bpy/ops/cachefile/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
339
|
-
bpy/ops/camera/__init__.pyi,sha256=
|
|
343
|
+
bpy/ops/camera/__init__.pyi,sha256=k_U1_b02pL2TeI61iHDj-V22xcM7CBTeSQldVSgW3HU,1946
|
|
340
344
|
bpy/ops/camera/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
341
|
-
bpy/ops/clip/__init__.pyi,sha256=
|
|
345
|
+
bpy/ops/clip/__init__.pyi,sha256=tyNDJkG8WpatRlkiCNK-0HqbmVd3kjNnPZU72EnTNRY,55692
|
|
342
346
|
bpy/ops/clip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
343
|
-
bpy/ops/cloth/__init__.pyi,sha256=
|
|
347
|
+
bpy/ops/cloth/__init__.pyi,sha256=VxSUOyZXKgpZzXRi0Rc1e0VULsfE9VJseSDmbpSGoTk,898
|
|
344
348
|
bpy/ops/cloth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
345
|
-
bpy/ops/collection/__init__.pyi,sha256
|
|
349
|
+
bpy/ops/collection/__init__.pyi,sha256=-RGJ0oGtsp55MNigAwNKSMIZ6dSFL31qW2HngHv6Pdw,4534
|
|
346
350
|
bpy/ops/collection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
347
|
-
bpy/ops/console/__init__.pyi,sha256=
|
|
351
|
+
bpy/ops/console/__init__.pyi,sha256=zikQy7w9AzNiaY0yvalVsXzCO3cCsJc7yqjtpDn0Um4,10199
|
|
348
352
|
bpy/ops/console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
349
|
-
bpy/ops/constraint/__init__.pyi,sha256=
|
|
353
|
+
bpy/ops/constraint/__init__.pyi,sha256=5yctb2F_0LWo4n8EGkGCKj9RrH4sst1NVDRmKJv9KL8,14301
|
|
350
354
|
bpy/ops/constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
351
|
-
bpy/ops/curve/__init__.pyi,sha256=
|
|
355
|
+
bpy/ops/curve/__init__.pyi,sha256=pVxqcIYZFiJ9UcltDrSpQoG_BOD9b80VnMSeGRCaacA,32930
|
|
352
356
|
bpy/ops/curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
|
-
bpy/ops/curves/__init__.pyi,sha256=
|
|
357
|
+
bpy/ops/curves/__init__.pyi,sha256=nxQO2pUbMmFH5g9h9MFjg9875pBjeQS9ZPDoVonw4t0,16843
|
|
354
358
|
bpy/ops/curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
|
-
bpy/ops/cycles/__init__.pyi,sha256=
|
|
359
|
+
bpy/ops/cycles/__init__.pyi,sha256=jpeSuQa9DnsdyIRhxBocHDV0bxEFdUCs9_s8NIAwU0E,2413
|
|
356
360
|
bpy/ops/cycles/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
357
|
-
bpy/ops/dpaint/__init__.pyi,sha256=
|
|
361
|
+
bpy/ops/dpaint/__init__.pyi,sha256=WFbtje0IMO0NAsgMq6N492wko6ui3fyIEPTk8z97ccE,2133
|
|
358
362
|
bpy/ops/dpaint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
bpy/ops/ed/__init__.pyi,sha256=
|
|
363
|
+
bpy/ops/ed/__init__.pyi,sha256=FB1ICxeZQsAkDUV1g6cH0c4fqKr_qPEiGcj7n9acfWE,9406
|
|
360
364
|
bpy/ops/ed/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
|
-
bpy/ops/export_anim/__init__.pyi,sha256=
|
|
365
|
+
bpy/ops/export_anim/__init__.pyi,sha256=QOhHLpZxpTjpeNBDfxeXL-GgOzsdfANKFIfn04eNVuk,2224
|
|
362
366
|
bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
363
|
-
bpy/ops/export_mesh/__init__.pyi,sha256=
|
|
367
|
+
bpy/ops/export_mesh/__init__.pyi,sha256=u_sLXIynraYJ4ykAoegXuX7jWCFCm460D_VkMTWfMYI,2581
|
|
364
368
|
bpy/ops/export_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
369
|
+
bpy/ops/export_scene/__init__.pyi,sha256=igsRYO81VH-HUXMe3yBSIdQH1dv4nbotlx5hBnI4Q9k,42715
|
|
366
370
|
bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
|
-
bpy/ops/file/__init__.pyi,sha256=
|
|
371
|
+
bpy/ops/file/__init__.pyi,sha256=IKjIrBhWIWtIkXXWJX66csDOmY_VLeamHlwHXeb_gas,25140
|
|
368
372
|
bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
369
|
-
bpy/ops/fluid/__init__.pyi,sha256=
|
|
373
|
+
bpy/ops/fluid/__init__.pyi,sha256=BZYv5G1X1FNQkoTziTTsU7VnH2VFgW5IIF9-ltsExFo,5424
|
|
370
374
|
bpy/ops/fluid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
371
|
-
bpy/ops/font/__init__.pyi,sha256=
|
|
375
|
+
bpy/ops/font/__init__.pyi,sha256=ZwhWD__bpR6nM36bpvAgAgBG-N1sGmBWdPbisOE78UM,18646
|
|
372
376
|
bpy/ops/font/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
373
|
-
bpy/ops/geometry/__init__.pyi,sha256=
|
|
377
|
+
bpy/ops/geometry/__init__.pyi,sha256=G2cW4GBORNTmvQBbNHC2xjVQqfY_dOhFXnl08_EIPf8,6911
|
|
374
378
|
bpy/ops/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
375
|
-
bpy/ops/gizmogroup/__init__.pyi,sha256=
|
|
379
|
+
bpy/ops/gizmogroup/__init__.pyi,sha256=r9-2ij0cNmYw3kiN611h4LDLL979x4L4FWsgc8xzY5s,1745
|
|
376
380
|
bpy/ops/gizmogroup/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
377
|
-
bpy/ops/gpencil/__init__.pyi,sha256=
|
|
381
|
+
bpy/ops/gpencil/__init__.pyi,sha256=f3FWY4ZlXkAv3WE0Zg3CiMPGXq3zqSKG9ApV2Q00UQE,106101
|
|
378
382
|
bpy/ops/gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
379
|
-
bpy/ops/graph/__init__.pyi,sha256=
|
|
383
|
+
bpy/ops/graph/__init__.pyi,sha256=oV4mofoHBrUy_T_vGBfc-51PoKce5-mkM5nCbK1bEWk,49335
|
|
380
384
|
bpy/ops/graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
381
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
385
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=dIICuRPk7ak7Jo8XaKX2aduPkdrxYOHqrY2gMYqJbaI,31065
|
|
382
386
|
bpy/ops/grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
383
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
387
|
+
bpy/ops/image/__init__.pyi,sha256=1vwnmBB_wh2MmEx7nVzL1Z4X-aByg-7j6JOS3SCm8pk,46683
|
|
384
388
|
bpy/ops/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
|
-
bpy/ops/import_anim/__init__.pyi,sha256=
|
|
389
|
+
bpy/ops/import_anim/__init__.pyi,sha256=KuTvUlgvBr1aNQJvRvKkc8wXF0WJVMCEDf-od5GE_YU,3047
|
|
386
390
|
bpy/ops/import_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
387
|
-
bpy/ops/import_curve/__init__.pyi,sha256=
|
|
391
|
+
bpy/ops/import_curve/__init__.pyi,sha256=JUvj9a6gOf6Xqul-cxNK2_cufF3QEwxiUiKNN7KvPHo,730
|
|
388
392
|
bpy/ops/import_curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
389
|
-
bpy/ops/import_mesh/__init__.pyi,sha256=
|
|
393
|
+
bpy/ops/import_mesh/__init__.pyi,sha256=BNFf7wK6F-zWxdmn2MMZLk30mTWb4Lem0EIPuyvBqjk,1825
|
|
390
394
|
bpy/ops/import_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
391
|
-
bpy/ops/import_scene/__init__.pyi,sha256=
|
|
395
|
+
bpy/ops/import_scene/__init__.pyi,sha256=K22DwKHi2L2n2Dh4CDu1Z7uX2xCZMQ416tImxJz5W_4,10717
|
|
392
396
|
bpy/ops/import_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
393
|
-
bpy/ops/info/__init__.pyi,sha256=
|
|
397
|
+
bpy/ops/info/__init__.pyi,sha256=fV6eJgHx4kjKITqd0FF_QiK-6yyo5NyuaF10X2nF5Ok,4006
|
|
394
398
|
bpy/ops/info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
395
|
-
bpy/ops/lattice/__init__.pyi,sha256=
|
|
399
|
+
bpy/ops/lattice/__init__.pyi,sha256=Srjkpzxdhfj7ikIs45kTMcPkAmJSrj78eLwyTb_fof0,4439
|
|
396
400
|
bpy/ops/lattice/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
|
-
bpy/ops/marker/__init__.pyi,sha256=
|
|
401
|
+
bpy/ops/marker/__init__.pyi,sha256=qQu8XzykObwGiMi__cOfrIqqqK8FCcKMr5lztkTGf6Q,7029
|
|
398
402
|
bpy/ops/marker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
399
|
-
bpy/ops/mask/__init__.pyi,sha256=
|
|
403
|
+
bpy/ops/mask/__init__.pyi,sha256=cxiIBx5BEoKZLbryxraPfm6lXuMiHkuV6i9cZfKQ7C8,21384
|
|
400
404
|
bpy/ops/mask/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
401
|
-
bpy/ops/material/__init__.pyi,sha256=
|
|
405
|
+
bpy/ops/material/__init__.pyi,sha256=Bw8kZGmiMuOLBzWhZOGuyXLYwgGi_ImRIMtTRaikQLs,1139
|
|
402
406
|
bpy/ops/material/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
403
|
-
bpy/ops/mball/__init__.pyi,sha256=
|
|
407
|
+
bpy/ops/mball/__init__.pyi,sha256=wv7C4Qh89b0rXUhMODKxeXHGq23btSf9GSXEN57Ptf8,4940
|
|
404
408
|
bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
|
-
bpy/ops/mesh/__init__.pyi,sha256=
|
|
409
|
+
bpy/ops/mesh/__init__.pyi,sha256=tdwn3Z72RVJV5842e3XUQdVgJaBzTusu9_MmzoqKU8U,146996
|
|
406
410
|
bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
407
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
411
|
+
bpy/ops/nla/__init__.pyi,sha256=FhvUtDXt9CezZHYXWzNDLtuVbaQ38JIwG5MIEAd0dJE,23762
|
|
408
412
|
bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
413
|
+
bpy/ops/node/__init__.pyi,sha256=9JI75-Wxn4IaGlKE71lzr87UvIUwuG-7gYko6dTIQ7s,60475
|
|
410
414
|
bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
411
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
415
|
+
bpy/ops/object/__init__.pyi,sha256=BfQfBTZXGfka_b1318f0WlX7H0OgjThfsdr5gPKIzdk,198114
|
|
412
416
|
bpy/ops/object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
413
|
-
bpy/ops/outliner/__init__.pyi,sha256=
|
|
417
|
+
bpy/ops/outliner/__init__.pyi,sha256=yGYyaozUhSIyQ_jZm2yDBQmewRzX92B0HNlfIcLNBDo,35868
|
|
414
418
|
bpy/ops/outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
415
|
-
bpy/ops/paint/__init__.pyi,sha256=
|
|
419
|
+
bpy/ops/paint/__init__.pyi,sha256=ciIUBLuiR9VY-KXX23n_Z7XrNk-e45VR2igJ08MdhFA,39719
|
|
416
420
|
bpy/ops/paint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
417
|
-
bpy/ops/paintcurve/__init__.pyi,sha256=
|
|
421
|
+
bpy/ops/paintcurve/__init__.pyi,sha256=5I2G1Me3h71gy8gssBArwV39dmVghSfqo2w2Sq2UnTU,4142
|
|
418
422
|
bpy/ops/paintcurve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
419
|
-
bpy/ops/palette/__init__.pyi,sha256=
|
|
423
|
+
bpy/ops/palette/__init__.pyi,sha256=I9z556Sft9vqUU0BIc9-h5XFI-bYzCuqED1LM9lf0iU,2987
|
|
420
424
|
bpy/ops/palette/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
421
|
-
bpy/ops/particle/__init__.pyi,sha256=
|
|
425
|
+
bpy/ops/particle/__init__.pyi,sha256=wsOcHlpadUPkSQmX395O2bmxskEMOslTZXYiiyIHuYo,18301
|
|
422
426
|
bpy/ops/particle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
423
|
-
bpy/ops/pose/__init__.pyi,sha256=
|
|
427
|
+
bpy/ops/pose/__init__.pyi,sha256=U2msKRnuVIXHFi1OAq2y9yUw6IvyyuevpVwUjuaRi5s,27400
|
|
424
428
|
bpy/ops/pose/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
425
|
-
bpy/ops/poselib/__init__.pyi,sha256=
|
|
429
|
+
bpy/ops/poselib/__init__.pyi,sha256=bOoBCWo2QKbTqromiblNzAwHtiz6Jz75osWg-sD89W8,5356
|
|
426
430
|
bpy/ops/poselib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
427
|
-
bpy/ops/preferences/__init__.pyi,sha256=
|
|
431
|
+
bpy/ops/preferences/__init__.pyi,sha256=qoBl7a6sZ2inKHLx8gR3c2KXsLt0sWiOFahob0bUMHw,27103
|
|
428
432
|
bpy/ops/preferences/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
429
|
-
bpy/ops/ptcache/__init__.pyi,sha256=
|
|
433
|
+
bpy/ops/ptcache/__init__.pyi,sha256=DcRGQGx_Hw6mQ44kEfbad8Ebtnb8PHyYjxaLD9qUmEs,2765
|
|
430
434
|
bpy/ops/ptcache/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
431
|
-
bpy/ops/render/__init__.pyi,sha256=
|
|
435
|
+
bpy/ops/render/__init__.pyi,sha256=JWO4Y60vvWed0YCCy_r0CZcItilsJrVKjJeXBAJ-TXc,9479
|
|
432
436
|
bpy/ops/render/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
433
|
-
bpy/ops/rigidbody/__init__.pyi,sha256=
|
|
437
|
+
bpy/ops/rigidbody/__init__.pyi,sha256=nPf0YULbMs_rfCS8bgfu_iJj4AArAzuAyN8kgM-m0WQ,7807
|
|
434
438
|
bpy/ops/rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
435
|
-
bpy/ops/scene/__init__.pyi,sha256=
|
|
439
|
+
bpy/ops/scene/__init__.pyi,sha256=UcXKPJ37GBCdfTb3QSyujMFhrRatDOSap_E30stQy0E,19755
|
|
436
440
|
bpy/ops/scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
437
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
441
|
+
bpy/ops/screen/__init__.pyi,sha256=IQIPy7lswn6iwIzN5Z-JGjnq5sY-A9GukHBe03BVoTw,26406
|
|
438
442
|
bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
|
-
bpy/ops/script/__init__.pyi,sha256=
|
|
443
|
+
bpy/ops/script/__init__.pyi,sha256=Pqgos0lntRuuc6mnH1XCfFB4DajIH_-JwXulSVJyWA8,1554
|
|
440
444
|
bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
441
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
445
|
+
bpy/ops/sculpt/__init__.pyi,sha256=Vd1IyCF6bqs_Es0gN1Lrv_blyFoSY9WnlaZuvdpmi98,35922
|
|
442
446
|
bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
443
|
-
bpy/ops/sculpt_curves/__init__.pyi,sha256=
|
|
447
|
+
bpy/ops/sculpt_curves/__init__.pyi,sha256=4PXQ_0M603I2ThYSiCP5rtYkhvaIRveCAy5sMbhC-G0,3100
|
|
444
448
|
bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
445
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
449
|
+
bpy/ops/sequencer/__init__.pyi,sha256=7bdMvpNm6BI4STOTNxPaHnQJTZQF1a2Tuu7UTQnsFwo,85250
|
|
446
450
|
bpy/ops/sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
447
|
-
bpy/ops/sound/__init__.pyi,sha256=
|
|
451
|
+
bpy/ops/sound/__init__.pyi,sha256=B5yt0CUa6jXGi9FzM-7ecE9mc6k7sjF7nn4gK-tZv-4,18886
|
|
448
452
|
bpy/ops/sound/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
449
|
-
bpy/ops/spreadsheet/__init__.pyi,sha256=
|
|
453
|
+
bpy/ops/spreadsheet/__init__.pyi,sha256=VdjWc7Yf7GiBtu00bSR7pMaLbbTUQjahZmGxlsR5e1M,1926
|
|
450
454
|
bpy/ops/spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
451
|
-
bpy/ops/surface/__init__.pyi,sha256=
|
|
455
|
+
bpy/ops/surface/__init__.pyi,sha256=c5X2bABphexHgQ_01ZXW2eaWSjD3IVdnmCw2I1Bs-Bw,8806
|
|
452
456
|
bpy/ops/surface/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
453
|
-
bpy/ops/text/__init__.pyi,sha256=
|
|
457
|
+
bpy/ops/text/__init__.pyi,sha256=lsKysNpJWvSaieOXsI2kG17fz1fkYMmdE9JGm52o-l8,26792
|
|
454
458
|
bpy/ops/text/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
455
|
-
bpy/ops/text_editor/__init__.pyi,sha256=
|
|
459
|
+
bpy/ops/text_editor/__init__.pyi,sha256=YK_fMYy7XsDS32wicwet-e8NvCqRCJ0LG7eEopS9dvU,904
|
|
456
460
|
bpy/ops/text_editor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
457
|
-
bpy/ops/texture/__init__.pyi,sha256
|
|
461
|
+
bpy/ops/texture/__init__.pyi,sha256=eOzXWlvt2WrNeSUFYzDn2ZwSmPAyYrA5To3lYRRaKmc,1591
|
|
458
462
|
bpy/ops/texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
459
|
-
bpy/ops/transform/__init__.pyi,sha256=
|
|
463
|
+
bpy/ops/transform/__init__.pyi,sha256=QlKOAkhgpdFVvOqbyDGw1BReiP2rr0qFAzsOrjQ-bmA,62725
|
|
460
464
|
bpy/ops/transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
461
|
-
bpy/ops/ui/__init__.pyi,sha256=
|
|
465
|
+
bpy/ops/ui/__init__.pyi,sha256=p7sl8LUIQ_ik6AHSd8otcs1jV_px0nnE0Db4-6wCHdc,15556
|
|
462
466
|
bpy/ops/ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
463
|
-
bpy/ops/uilist/__init__.pyi,sha256=
|
|
467
|
+
bpy/ops/uilist/__init__.pyi,sha256=q-cYllnN2oW2E1NhwgFgbf30jV8RqjYgfBsw7Uze_4k,2280
|
|
464
468
|
bpy/ops/uilist/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
465
|
-
bpy/ops/uv/__init__.pyi,sha256=
|
|
469
|
+
bpy/ops/uv/__init__.pyi,sha256=SUACYz3DsP29vbDf5PV2u4j8XRIwLFBEGuMNnm3eqGU,48646
|
|
466
470
|
bpy/ops/uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
467
|
-
bpy/ops/view2d/__init__.pyi,sha256=
|
|
471
|
+
bpy/ops/view2d/__init__.pyi,sha256=MZa7nCJaqLxX59tsJ8wtGSlYQpCeYcQPSn7YoOqZ2mk,9027
|
|
468
472
|
bpy/ops/view2d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
469
|
-
bpy/ops/view3d/__init__.pyi,sha256=
|
|
473
|
+
bpy/ops/view3d/__init__.pyi,sha256=4zpl4veO7iqB5QQw0t2dBWvAq1qAgvvPrStszfAipkI,39706
|
|
470
474
|
bpy/ops/view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
471
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
475
|
+
bpy/ops/wm/__init__.pyi,sha256=YwM29WEzknZcPOtE5iZkmn6wrblfw52i3H48Lli3bQA,236993
|
|
472
476
|
bpy/ops/wm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
473
|
-
bpy/ops/workspace/__init__.pyi,sha256
|
|
477
|
+
bpy/ops/workspace/__init__.pyi,sha256=--eKJHEjikwh9vW1fLk7aLnqs951OIehUc1Ih4BaKbY,3122
|
|
474
478
|
bpy/ops/workspace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
475
|
-
bpy/ops/world/__init__.pyi,sha256=
|
|
479
|
+
bpy/ops/world/__init__.pyi,sha256=AC5Usw80jY1M4kA0_TP1DQVCFoVMUHXKjqM4jzHZ6zQ,428
|
|
476
480
|
bpy/ops/world/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
477
|
-
bpy/path/__init__.pyi,sha256=
|
|
481
|
+
bpy/path/__init__.pyi,sha256=PUM_bhuusXBB4VTw0HqlFk1m8SBFpKPD-XID7_35hxQ,6396
|
|
478
482
|
bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
|
-
bpy/props/__init__.pyi,sha256=
|
|
483
|
+
bpy/props/__init__.pyi,sha256=DhGg_iqys7g1I3wCORNTrQZcnNZ11LHxSedFGhw8ugk,27014
|
|
480
484
|
bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
481
|
-
bpy/types/__init__.pyi,sha256=
|
|
485
|
+
bpy/types/__init__.pyi,sha256=7xN2V_vCAblSdh1utocCv9tF5g-_K2q8LJhaVBCMWVI,5317953
|
|
482
486
|
bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
483
|
-
bpy/utils/__init__.pyi,sha256=
|
|
487
|
+
bpy/utils/__init__.pyi,sha256=1P5nlm3XHexnkpHhyT61hpQrzCFzTabQn7dnhreJ-8k,11783
|
|
484
488
|
bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
485
|
-
bpy/utils/previews/__init__.pyi,sha256=
|
|
489
|
+
bpy/utils/previews/__init__.pyi,sha256=DP2Jrcc0R_zrwrcSjvR6jZsSfPA1R1WvcCMoSoE-rxI,1891
|
|
486
490
|
bpy/utils/previews/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
487
|
-
bpy/utils/units/__init__.pyi,sha256=
|
|
491
|
+
bpy/utils/units/__init__.pyi,sha256=qrX8Sc3kIGtba7U0OnOgnlMf0M3NufFrx5-gQlFIcZM,2406
|
|
488
492
|
bpy/utils/units/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
489
|
-
bpy_extras/__init__.pyi,sha256=
|
|
493
|
+
bpy_extras/__init__.pyi,sha256=Sp0gVtrmtax_87lBqclTvucn72NRzW7Ta6UJWstZHJU,685
|
|
490
494
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
491
495
|
bpy_extras/anim_utils/__init__.pyi,sha256=gsuB2qrgA21A5W9CekbUxbtILapMU9N1FV98fi-Nt_s,1657
|
|
492
496
|
bpy_extras/anim_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
493
|
-
bpy_extras/asset_utils/__init__.pyi,sha256=
|
|
497
|
+
bpy_extras/asset_utils/__init__.pyi,sha256=rZwZbbvGDQMFu8R7e40i0TzIuUCu5-JPNGu0SMF5aqY,149
|
|
494
498
|
bpy_extras/asset_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
495
499
|
bpy_extras/id_map_utils/__init__.pyi,sha256=QalCz4QiTJoRZBNVRyyK_KzOOsqX91QeriCcJtCZv9I,319
|
|
496
500
|
bpy_extras/id_map_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -516,45 +520,45 @@ console_python/__init__.pyi,sha256=Inm6_DPDVMBeaDI8iLzuxyiUB_hOZ7ekIQ6zVDkmTs0,5
|
|
|
516
520
|
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
517
521
|
console_shell/__init__.pyi,sha256=bQPcR-rZuy_xHF_-FUValvEC7sl2KGKBfIucmrBIV5o,315
|
|
518
522
|
console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
519
|
-
freestyle/__init__.pyi,sha256=
|
|
523
|
+
freestyle/__init__.pyi,sha256=L1GXm7a_0C6-tq3hOWFZTMNVepr6HCaD0iWuMty-Qbw,636
|
|
520
524
|
freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
521
|
-
freestyle/chainingiterators/__init__.pyi,sha256=
|
|
525
|
+
freestyle/chainingiterators/__init__.pyi,sha256=_j-7YrT4yxcMKOk-zGdKQyhl4FOz5hbCeKCnlHwRY9U,10872
|
|
522
526
|
freestyle/chainingiterators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
523
|
-
freestyle/functions/__init__.pyi,sha256=
|
|
527
|
+
freestyle/functions/__init__.pyi,sha256=9cOM7b3iofJ9iwxPhCLMgXwP2_OyFTLJH5eeZus0lWo,49328
|
|
524
528
|
freestyle/functions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
525
|
-
freestyle/predicates/__init__.pyi,sha256=
|
|
529
|
+
freestyle/predicates/__init__.pyi,sha256=t1r8JMa7NFShRIh63Cu2Kp3iEweFFMP9Un-LOFsJ-v4,14537
|
|
526
530
|
freestyle/predicates/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
527
|
-
freestyle/shaders/__init__.pyi,sha256=
|
|
531
|
+
freestyle/shaders/__init__.pyi,sha256=r9ApZsDHOt5XpYu2CXLpOjrdMlp1QAY8W_ihOyWBaSU,24805
|
|
528
532
|
freestyle/shaders/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
529
|
-
freestyle/types/__init__.pyi,sha256=
|
|
533
|
+
freestyle/types/__init__.pyi,sha256=5O5w_FgaIiYcj4LoQDNybpWVAiKH9p4kHma5vKBNHTo,101699
|
|
530
534
|
freestyle/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
531
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
535
|
+
freestyle/utils/__init__.pyi,sha256=Xqa0uopKq8a81ZY34Yb4TgIukHvF_2XakXHUgWZtDv8,5377
|
|
532
536
|
freestyle/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
533
|
-
freestyle/utils/ContextFunctions/__init__.pyi,sha256=
|
|
537
|
+
freestyle/utils/ContextFunctions/__init__.pyi,sha256=CaFynCc8ZH5ToYKpcroPW4Qc4H3z4P7YnNXt4XmEh1E,3497
|
|
534
538
|
freestyle/utils/ContextFunctions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
535
|
-
gpu/__init__.pyi,sha256=
|
|
539
|
+
gpu/__init__.pyi,sha256=atemGkManVH5xfnQVd6p3uuOxK9BZ5poHzjULjKYBmc,7885
|
|
536
540
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
537
|
-
gpu/capabilities/__init__.pyi,sha256=
|
|
541
|
+
gpu/capabilities/__init__.pyi,sha256=iFcnWtuOABssiepS2uwpSGM64G-fuLUIpn8ryZVEOT4,3887
|
|
538
542
|
gpu/capabilities/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
539
|
-
gpu/matrix/__init__.pyi,sha256=
|
|
543
|
+
gpu/matrix/__init__.pyi,sha256=x765Tu7nJiE0CfU2U0dePTGnmfS0OHEGrVTtvv8aT60,2537
|
|
540
544
|
gpu/matrix/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
541
|
-
gpu/platform/__init__.pyi,sha256=
|
|
545
|
+
gpu/platform/__init__.pyi,sha256=1ycbgPqiGH5JZdi7kxM4LYhyLABr6Ks2d5Cp_i59lDA,845
|
|
542
546
|
gpu/platform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
543
|
-
gpu/select/__init__.pyi,sha256=
|
|
547
|
+
gpu/select/__init__.pyi,sha256=iP03e_vBZHR2DW7VZd26VUChackTRCwLMDHJ-9zU0xE,213
|
|
544
548
|
gpu/select/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
545
|
-
gpu/shader/__init__.pyi,sha256=
|
|
549
|
+
gpu/shader/__init__.pyi,sha256=OZtyQzdb6bfT-EESK6Vut4diQ9Ua4PdSZFLogUF05l0,2031
|
|
546
550
|
gpu/shader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
547
|
-
gpu/state/__init__.pyi,sha256=
|
|
551
|
+
gpu/state/__init__.pyi,sha256=hu2D49S3HObDQ9OZGSYoPDQ2ZybvFH8lZW4QlEc1ZlQ,4489
|
|
548
552
|
gpu/state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
549
|
-
gpu/texture/__init__.pyi,sha256=
|
|
553
|
+
gpu/texture/__init__.pyi,sha256=VGpcPY4DrGapZr7PvEGFJmuWpZDi6H2SezJVG9wtKRI,647
|
|
550
554
|
gpu/texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
551
|
-
gpu/types/__init__.pyi,sha256=
|
|
555
|
+
gpu/types/__init__.pyi,sha256=tJj48EJeGDtcyg7kjWUDeF77oHfYi3fNGxhmKzCUhrY,27391
|
|
552
556
|
gpu/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
553
|
-
gpu_extras/__init__.pyi,sha256=
|
|
557
|
+
gpu_extras/__init__.pyi,sha256=SNtdAH5nD_mIrcCz-FdCOAr2dUV7ugbJcrPtJMPKgEU,270
|
|
554
558
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
555
559
|
gpu_extras/batch/__init__.pyi,sha256=avok-3F-bY6PR2aqyQTQwP1FdsqlTBa32Cojf3FnIPI,1328
|
|
556
560
|
gpu_extras/batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
557
|
-
gpu_extras/presets/__init__.pyi,sha256
|
|
561
|
+
gpu_extras/presets/__init__.pyi,sha256=B4yypDcxhPylZJSt7zdsuxXSU0ZdvNDrL61pAA7Y3UU,2755
|
|
558
562
|
gpu_extras/presets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
559
563
|
graphviz_export/__init__.pyi,sha256=aSzuDNHRbYPNmLYNdQ0km25wroNOVDwv_NZn9rijhBM,219
|
|
560
564
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -562,25 +566,25 @@ idprop/__init__.pyi,sha256=ZCmgF0aMyU_mrjTHCvv5iIj1SGLN55tGsakoZFpJrDU,79
|
|
|
562
566
|
idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
563
567
|
idprop/types/__init__.pyi,sha256=DcKUIU1s8IgrJiEfpvhijgo-9Uv1wRZdOOBbT14kVA0,1937
|
|
564
568
|
idprop/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
565
|
-
imbuf/__init__.pyi,sha256=
|
|
569
|
+
imbuf/__init__.pyi,sha256=LEEUqTcvh0HR0NCOQpk3yanmkvc2D4HBc0iSma6419c,1125
|
|
566
570
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
567
|
-
imbuf/types/__init__.pyi,sha256=
|
|
571
|
+
imbuf/types/__init__.pyi,sha256=P5DffDL17hiLofWUnC6FKnWjghrhOCkzNSMk-Tp-SDE,1242
|
|
568
572
|
imbuf/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
569
573
|
keyingsets_builtins/__init__.pyi,sha256=ufypXslZ4HnKX15iEx23_1w2zX2OplLr6iiKUgHeZag,48336
|
|
570
574
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
571
575
|
keyingsets_utils/__init__.pyi,sha256=29-o4Z0jsPvFzDCgnpVs0X0DsOhnwgBPTLWNqCR7JP4,1018
|
|
572
576
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
573
|
-
mathutils/__init__.pyi,sha256=
|
|
577
|
+
mathutils/__init__.pyi,sha256=Sp2CY06_wXZXTIAruznPo4Yx5O417lYM9dBrKW6Bba8,74505
|
|
574
578
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
575
|
-
mathutils/bvhtree/__init__.pyi,sha256=
|
|
579
|
+
mathutils/bvhtree/__init__.pyi,sha256=a1J3pqbuazrNj4d5yeQO4GLXKfJsb9DRQfetHZB36h0,4344
|
|
576
580
|
mathutils/bvhtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
577
|
-
mathutils/geometry/__init__.pyi,sha256=
|
|
581
|
+
mathutils/geometry/__init__.pyi,sha256=60EhXB1LhU5CZWiHEwNxqaKTBicV8sQEz8jGdetRX_A,21307
|
|
578
582
|
mathutils/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
579
|
-
mathutils/interpolate/__init__.pyi,sha256=
|
|
583
|
+
mathutils/interpolate/__init__.pyi,sha256=CvBzpVTIf1rwilMUmdREPUSD5aCKxFEId_SwlpJAGCg,307
|
|
580
584
|
mathutils/interpolate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
581
|
-
mathutils/kdtree/__init__.pyi,sha256=
|
|
585
|
+
mathutils/kdtree/__init__.pyi,sha256=DkoBYGlkRrtLzQPLg1s1tD0bZBSnJdhmzGGY7pCVIuQ,2252
|
|
582
586
|
mathutils/kdtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
583
|
-
mathutils/noise/__init__.pyi,sha256=
|
|
587
|
+
mathutils/noise/__init__.pyi,sha256=zajkCUvZUjVOJ0o3WQsnMKybqPmy9JUWZHeyrSDa-eU,12880
|
|
584
588
|
mathutils/noise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
585
589
|
nodeitems_builtins/__init__.pyi,sha256=2yuW9nwNETEWkoRrU6xgksGMyZIFRvr4CPTXB6jfKg0,833
|
|
586
590
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -596,7 +600,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
596
600
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
597
601
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
598
602
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
599
|
-
fake_bpy_module-
|
|
600
|
-
fake_bpy_module-
|
|
601
|
-
fake_bpy_module-
|
|
602
|
-
fake_bpy_module-
|
|
603
|
+
fake_bpy_module-20240419.dist-info/METADATA,sha256=w2p3szOKIR-HDMUXkzQ7BezmobjIAF2g5YJcBzjsI_w,7008
|
|
604
|
+
fake_bpy_module-20240419.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
605
|
+
fake_bpy_module-20240419.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
606
|
+
fake_bpy_module-20240419.dist-info/RECORD,,
|
freestyle/__init__.pyi
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
"""
|
|
2
|
+
This module provides data types of view map components (0D and 1D
|
|
3
|
+
elements), base classes for defining line stylization rules
|
|
4
|
+
(predicates, functions, chaining iterators, and stroke shaders),
|
|
5
|
+
as well as helper functions for style module writing.
|
|
6
|
+
|
|
7
|
+
freestyle.types.rst
|
|
8
|
+
freestyle.predicates.rst
|
|
9
|
+
freestyle.functions.rst
|
|
10
|
+
freestyle.chainingiterators.rst
|
|
11
|
+
freestyle.shaders.rst
|
|
12
|
+
freestyle.utils.rst
|
|
13
|
+
|
|
14
|
+
:maxdepth: 1
|
|
15
|
+
:caption: Submodules
|
|
16
|
+
|
|
17
|
+
"""
|
|
18
|
+
|
|
1
19
|
import typing
|
|
2
20
|
from . import chainingiterators
|
|
3
21
|
from . import functions
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
"""
|
|
2
|
+
This module contains chaining iterators used for the chaining
|
|
3
|
+
operation to construct long strokes by concatenating feature edges
|
|
4
|
+
according to selected chaining rules. The module is also intended to
|
|
5
|
+
be a collection of examples for defining chaining iterators in Python.
|
|
6
|
+
|
|
7
|
+
"""
|
|
8
|
+
|
|
1
9
|
import typing
|
|
2
10
|
import freestyle.types
|
|
3
11
|
|
|
@@ -171,12 +179,14 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
|
|
|
171
179
|
selection.
|
|
172
180
|
"""
|
|
173
181
|
|
|
174
|
-
def __init__(self, percent, l):
|
|
182
|
+
def __init__(self, percent: float, l: float):
|
|
175
183
|
"""Builds a pyFillOcclusionsAbsoluteAndRelativeChainingIterator object.
|
|
176
184
|
|
|
177
185
|
:param percent: The maximal length of the occluded part as a
|
|
178
186
|
percentage of the total chain length.
|
|
187
|
+
:type percent: float
|
|
179
188
|
:param l: Absolute length.
|
|
189
|
+
:type l: float
|
|
180
190
|
"""
|
|
181
191
|
...
|
|
182
192
|
|
|
@@ -194,10 +204,11 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
|
|
|
194
204
|
class pyFillOcclusionsAbsoluteChainingIterator:
|
|
195
205
|
"""Chaining iterator that fills small occlusions"""
|
|
196
206
|
|
|
197
|
-
def __init__(self, length):
|
|
207
|
+
def __init__(self, length: int):
|
|
198
208
|
"""Builds a pyFillOcclusionsAbsoluteChainingIterator object.
|
|
199
209
|
|
|
200
210
|
:param length: The maximum length of the occluded part in pixels.
|
|
211
|
+
:type length: int
|
|
201
212
|
"""
|
|
202
213
|
...
|
|
203
214
|
|
|
@@ -215,11 +226,12 @@ class pyFillOcclusionsAbsoluteChainingIterator:
|
|
|
215
226
|
class pyFillOcclusionsRelativeChainingIterator:
|
|
216
227
|
"""Chaining iterator that fills small occlusions"""
|
|
217
228
|
|
|
218
|
-
def __init__(self, percent):
|
|
229
|
+
def __init__(self, percent: float):
|
|
219
230
|
"""Builds a pyFillOcclusionsRelativeChainingIterator object.
|
|
220
231
|
|
|
221
232
|
:param percent: The maximal length of the occluded part, expressed
|
|
222
233
|
in a percentage of the total chain length.
|
|
234
|
+
:type percent: float
|
|
223
235
|
"""
|
|
224
236
|
...
|
|
225
237
|
|
|
@@ -239,12 +251,14 @@ class pyFillQi0AbsoluteAndRelativeChainingIterator:
|
|
|
239
251
|
selection.
|
|
240
252
|
"""
|
|
241
253
|
|
|
242
|
-
def __init__(self, percent, l):
|
|
254
|
+
def __init__(self, percent: float, l: float):
|
|
243
255
|
"""Builds a pyFillQi0AbsoluteAndRelativeChainingIterator object.
|
|
244
256
|
|
|
245
257
|
:param percent: The maximal length of the occluded part as a
|
|
246
258
|
percentage of the total chain length.
|
|
259
|
+
:type percent: float
|
|
247
260
|
:param l: Absolute length.
|
|
261
|
+
:type l: float
|
|
248
262
|
"""
|
|
249
263
|
...
|
|
250
264
|
|
|
@@ -290,10 +304,11 @@ class pySketchyChainSilhouetteIterator:
|
|
|
290
304
|
same ViewEdge multiple times to achieve a sketchy effect.
|
|
291
305
|
"""
|
|
292
306
|
|
|
293
|
-
def __init__(self, nRounds=3, stayInSelection: bool = True):
|
|
307
|
+
def __init__(self, nRounds: int = 3, stayInSelection: bool = True):
|
|
294
308
|
"""Builds a pySketchyChainSilhouetteIterator object.
|
|
295
309
|
|
|
296
310
|
:param nRounds: Number of times every Viewedge is chained.
|
|
311
|
+
:type nRounds: int
|
|
297
312
|
:param stayInSelection: if False, edges outside of the selection can be chained.
|
|
298
313
|
:type stayInSelection: bool
|
|
299
314
|
"""
|