fake-bpy-module 20240326__py3-none-any.whl → 20240329__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 +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- 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 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- 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 +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -320,13 +320,12 @@ def register_tool(tool_cls, after, separator, group):
|
|
|
320
320
|
|
|
321
321
|
...
|
|
322
322
|
|
|
323
|
-
def resource_path(type: str, major
|
|
323
|
+
def resource_path(type: str, major=None[0], minor: str = None[1]) -> str:
|
|
324
324
|
"""Return the base path for storing system files.
|
|
325
325
|
|
|
326
326
|
:param type: string in ['USER', 'LOCAL', 'SYSTEM'].
|
|
327
327
|
:type type: str
|
|
328
328
|
:param major: major version, defaults to current.
|
|
329
|
-
:type major: int
|
|
330
329
|
:param minor: minor version, defaults to current.
|
|
331
330
|
:type minor: str
|
|
332
331
|
:return: the resource path (not necessarily existing).
|
|
@@ -372,12 +371,11 @@ def script_paths_pref():
|
|
|
372
371
|
|
|
373
372
|
...
|
|
374
373
|
|
|
375
|
-
def smpte_from_frame(frame
|
|
374
|
+
def smpte_from_frame(frame, fps=None, fps_base=None) -> str:
|
|
376
375
|
"""Returns an SMPTE formatted string from the frame:
|
|
377
376
|
HH:MM:SS:FF.If fps and fps_base are not given the current scene is used.
|
|
378
377
|
|
|
379
378
|
:param frame: frame number.
|
|
380
|
-
:type frame: int
|
|
381
379
|
:return: the frame string.
|
|
382
380
|
:rtype: str
|
|
383
381
|
"""
|
|
@@ -389,12 +387,11 @@ def smpte_from_frame(frame, fps, fps_base):
|
|
|
389
387
|
|
|
390
388
|
...
|
|
391
389
|
|
|
392
|
-
def smpte_from_seconds(time
|
|
390
|
+
def smpte_from_seconds(time, fps=None, fps_base=None) -> str:
|
|
393
391
|
"""Returns an SMPTE formatted string from the time:
|
|
394
392
|
HH:MM:SS:FF.If fps and fps_base are not given the current scene is used.
|
|
395
393
|
|
|
396
394
|
:param time: time in seconds.
|
|
397
|
-
:type time: typing.Union[int, float]
|
|
398
395
|
:return: the frame string.
|
|
399
396
|
:rtype: str
|
|
400
397
|
"""
|
bpy/utils/units/__init__.pyi
CHANGED
|
@@ -5,8 +5,8 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
def to_string(
|
|
6
6
|
unit_system: str,
|
|
7
7
|
unit_category: str,
|
|
8
|
-
value
|
|
9
|
-
precision
|
|
8
|
+
value,
|
|
9
|
+
precision=3,
|
|
10
10
|
split_unit: bool = False,
|
|
11
11
|
compatible_unit: bool = False,
|
|
12
12
|
) -> str:
|
|
@@ -18,9 +18,7 @@ def to_string(
|
|
|
18
18
|
from `bpy.utils.units.categories`.
|
|
19
19
|
:type unit_category: str
|
|
20
20
|
:param value: The value to convert to a string.
|
|
21
|
-
:type value: float
|
|
22
21
|
:param precision: Number of digits after the comma.
|
|
23
|
-
:type precision: int
|
|
24
22
|
:param split_unit: Whether to use several units if needed (1m1cm), or always only one (1.01m).
|
|
25
23
|
:type split_unit: bool
|
|
26
24
|
:param compatible_unit: Whether to use keyboard-friendly units (1m2) or nicer utf-8 ones (1m²).
|
|
@@ -33,7 +31,7 @@ def to_string(
|
|
|
33
31
|
|
|
34
32
|
def to_value(
|
|
35
33
|
unit_system: str, unit_category: str, str_input: str, str_ref_unit: str = None
|
|
36
|
-
)
|
|
34
|
+
):
|
|
37
35
|
"""Convert a given input string into a float value.
|
|
38
36
|
|
|
39
37
|
:param unit_system: The unit system, from `bpy.utils.units.systems`.
|
|
@@ -46,7 +44,6 @@ def to_value(
|
|
|
46
44
|
:param str_ref_unit: A reference string from which to extract a default unit, if none is found in str_input.
|
|
47
45
|
:type str_ref_unit: str
|
|
48
46
|
:return: The converted/interpreted value.
|
|
49
|
-
:rtype: float
|
|
50
47
|
"""
|
|
51
48
|
|
|
52
49
|
...
|
bpy_extras/io_utils/__init__.pyi
CHANGED
|
@@ -39,6 +39,14 @@ class ImportHelper:
|
|
|
39
39
|
"""
|
|
40
40
|
...
|
|
41
41
|
|
|
42
|
+
def invoke_popup(self, context, confirm_text=""):
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
:param context:
|
|
46
|
+
:param confirm_text:
|
|
47
|
+
"""
|
|
48
|
+
...
|
|
49
|
+
|
|
42
50
|
def axis_conversion(from_forward="Y", from_up="Z", to_forward="Y", to_up="Z"):
|
|
43
51
|
"""Each argument us an axis in ['X', 'Y', 'Z', '-X', '-Y', '-Z']
|
|
44
52
|
where the first 2 are a source and the second 2 are the target.
|
bpy_types/__init__.pyi
CHANGED
|
@@ -2,9 +2,9 @@ addon_utils/__init__.pyi,sha256=5vUTfM09g2CQcblaQ2tps-vBsoJQ2sYonYszqW7kr2A,740
|
|
|
2
2
|
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
animsys_refactor/__init__.pyi,sha256=CSzrkz-AQqjE7HWPNIzQV24Uv_2Z1H0IHla2GkMPvXU,657
|
|
4
4
|
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
aud/__init__.pyi,sha256=
|
|
5
|
+
aud/__init__.pyi,sha256=vMUabavfiwDermNzS0yWDATb-Q3RUeQwOnZaU7Q8luk,30520
|
|
6
6
|
aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
bgl/__init__.pyi,sha256=
|
|
7
|
+
bgl/__init__.pyi,sha256=NQrd1fxAAowBd8wK-EglY0cRoITEa1KAUX7IWlrQEVs,105957
|
|
8
8
|
bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
bl_app_override/__init__.pyi,sha256=T00GIndg9GAB1fsHa9F2s-Ihd8yO5W9BENx1lsrcbBU,373
|
|
10
10
|
bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -34,7 +34,7 @@ bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=cEqMRrZFzhnsAw_Ge0B1y2Aw
|
|
|
34
34
|
bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=yhLom09rc590Z7Qa4VzzWVa1GngVKH7Rs6-Yv5Ny_ho,97
|
|
35
35
|
bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Fy646I4lUTOxAM7YVYWN5RrOepPY0OLJGnQ2EqtPWAg,236
|
|
36
36
|
bl_keymap_utils/versioning/__init__.pyi,sha256=ma5O3Uh4QzL1hjLaCCGdEpLx8TIZa0IsSF4sdGGCqSE,138
|
|
37
|
-
bl_math/__init__.pyi,sha256=
|
|
37
|
+
bl_math/__init__.pyi,sha256=mvf5oGxy73bYkOG4V8I8fd6SzwLtTT4DmveK7vVvBTU,1210
|
|
38
38
|
bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
39
|
bl_operators/__init__.pyi,sha256=asCidWfjJqJylyiBl5t0Xx0lRLCi65aL8CB1kvQ4_d0,870
|
|
40
40
|
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -56,7 +56,7 @@ bl_operators/object/__init__.pyi,sha256=y0g2VOQlxkkhUGFe6FzL1UFnEsG7PcBFFnmgI_y9
|
|
|
56
56
|
bl_operators/object_align/__init__.pyi,sha256=GzRSXfHUkX5SVBbih2tDDKDj4VWq3j0VLcjB-6vqKMM,2358
|
|
57
57
|
bl_operators/object_quick_effects/__init__.pyi,sha256=sUvQwNENs5ZV725werYlb219Ce3phZjXXVRudf-KG4A,8446
|
|
58
58
|
bl_operators/object_randomize_transform/__init__.pyi,sha256=JtlJ1AUjd7Ap0ES0Ryiq3STK5vbk1eUb5E0vTLIY6fQ,2202
|
|
59
|
-
bl_operators/presets/__init__.pyi,sha256=
|
|
59
|
+
bl_operators/presets/__init__.pyi,sha256=TsEdWpRa-xUOrLpHVOAQmBkQUQKBJ2BEqF8LCsDrv1U,55588
|
|
60
60
|
bl_operators/rigidbody/__init__.pyi,sha256=S_vGz6oUFYqdyq1s7K8jMQNezWPaUxEuFJBAva0c3s8,6248
|
|
61
61
|
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=BjUM19AVNF4RbH_uc55Z6mAAAdh_yxf4gCZ39qbN0tM,2052
|
|
62
62
|
bl_operators/sequencer/__init__.pyi,sha256=ZqLZP8aojmpM66Ms5VfDzDnbtrGucuRQMIvAOvT98C8,11666
|
|
@@ -66,7 +66,7 @@ bl_operators/uvcalc_follow_active/__init__.pyi,sha256=_1txa6NDwvieCbo-UGm4V6lYS2
|
|
|
66
66
|
bl_operators/uvcalc_lightmap/__init__.pyi,sha256=Ym41eMw9jsE5QkDj1_Tj1wuDMFdrMW9vQJyXCUe6ZM4,3121
|
|
67
67
|
bl_operators/uvcalc_transform/__init__.pyi,sha256=5v6jpDQaGpNNa50St_nr6yGkQMt1xINqespyJK5SUyc,5377
|
|
68
68
|
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=McFf_on3v-XlEW3fQEgwpvpgxVHIrCbn30DNMYlgKdY,2282
|
|
69
|
-
bl_operators/view3d/__init__.pyi,sha256=
|
|
69
|
+
bl_operators/view3d/__init__.pyi,sha256=CtrOEo54-Izd6G4KjVgHNy8pI4ACCxsyYvHcjfpD-Tk,14652
|
|
70
70
|
bl_operators/wm/__init__.pyi,sha256=SVc35clvorKpSoyBSMFs1aL0hbT7UKYkWACAD5XmZDQ,94752
|
|
71
71
|
bl_previews_utils/__init__.pyi,sha256=p3ziz8G6uAf8yslPB8MclRs0QYdNodhWOytQUjztaFs,92
|
|
72
72
|
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -149,7 +149,7 @@ bl_ui/space_statusbar/__init__.pyi,sha256=qRNQiIjAyBghdMA_cGi-bsxriRYdiKdYOlGWWG
|
|
|
149
149
|
bl_ui/space_text/__init__.pyi,sha256=skr_Z-5YvN-AYekClJhDyofs5WCym7IixNegs70sbks,41578
|
|
150
150
|
bl_ui/space_time/__init__.pyi,sha256=V3wZam6K9oSXO7-lWQFVKZ0GyZXSauaoYO5C-rFZZ6I,18567
|
|
151
151
|
bl_ui/space_toolsystem_common/__init__.pyi,sha256=ggsPZ13QxN5La9B5XhroaEkZ0Yt_IjcyVq--9y8MjFI,6378
|
|
152
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
152
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=PBye1NM8-9SfRi2dPmQ18y32xuPCi-R3k0Ltf9F8adk,24574
|
|
153
153
|
bl_ui/space_topbar/__init__.pyi,sha256=VYaoiCgwgRlgAq_CjTCBMVdG8WQqzdBVGvx__1TL0tA,68597
|
|
154
154
|
bl_ui/space_userpref/__init__.pyi,sha256=WlOtBzTX_9bHRHOotzDIERQy_dfNvyZkdaf--Bei5bY,208887
|
|
155
155
|
bl_ui/space_view3d/__init__.pyi,sha256=mbTPOlpnfdaHTroY8fL1yp1q2d0c8_oYe2MyUH08AtI,683231
|
|
@@ -161,113 +161,113 @@ bl_ui_utils/bug_report_url/__init__.pyi,sha256=KcXmFwj16k5Ue4Zhil-Q2JYVq6Tem9Y1e
|
|
|
161
161
|
bl_ui_utils/layout/__init__.pyi,sha256=VbNmsUvcumWwy1Fx2T6nRXmXyrddf95ceXvq-AA-AJc,123
|
|
162
162
|
blend_render_info/__init__.pyi,sha256=smxScTsZTo-gvrHvAgXvk-J23PpEa2DF-CdnELTa11E,200
|
|
163
163
|
blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
164
|
-
blf/__init__.pyi,sha256=
|
|
164
|
+
blf/__init__.pyi,sha256=YCtbiFchIKMM15akFYgAKQBfgq8fQR8egBieC4LV8a8,4591
|
|
165
165
|
blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
166
166
|
bmesh/__init__.pyi,sha256=Q6oBiU0XZL3cFAneCpXFq7Jri24-Ttkfj9YGLOZ2KwM,1313
|
|
167
167
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
168
168
|
bmesh/geometry/__init__.pyi,sha256=FTNTq74Wtxl3IiZBxdJ51AoRB6MhTJusjfB0lLO7QYE,597
|
|
169
|
-
bmesh/ops/__init__.pyi,sha256=
|
|
170
|
-
bmesh/types/__init__.pyi,sha256=
|
|
171
|
-
bmesh/utils/__init__.pyi,sha256=
|
|
169
|
+
bmesh/ops/__init__.pyi,sha256=22A1opquz-I7sOciainuyHn5CTrNOE0TifIoU5heQ0c,70887
|
|
170
|
+
bmesh/types/__init__.pyi,sha256=1P59CSOcA6LwbZ03Fw9zzcvWWixfF-x2DP5PJxUSPEs,39319
|
|
171
|
+
bmesh/utils/__init__.pyi,sha256=YDw2QR8y7q1cDjGb50wBKoQAeyHpIVREXPAO3Mym2fM,6022
|
|
172
172
|
bpy/__init__.pyi,sha256=RscP3t8bv_BDK7xWcugHc6kSD8dB8aqpaXs7NhjXXEk,309
|
|
173
173
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
174
|
bpy/app/__init__.pyi,sha256=0KrKrr_WvLulJIgk9SJZjK5e9v-g6EAL4Me2BKyiXTQ,7441
|
|
175
175
|
bpy/app/handlers/__init__.pyi,sha256=C9NyZG-qHDMppGoOftyyixLNJrglVfd1MqdIk8vBn-k,5312
|
|
176
|
-
bpy/app/icons/__init__.pyi,sha256=
|
|
177
|
-
bpy/app/timers/__init__.pyi,sha256=
|
|
176
|
+
bpy/app/icons/__init__.pyi,sha256=_BrSRZ2ew3GF-VLIVo5dQDxXwwekEK7YqsrICDx3hNE,897
|
|
177
|
+
bpy/app/timers/__init__.pyi,sha256=IKSBPGvxbuxucz4uoNGMDuUf4zh9SzXoKU8eeUdlUuM,1218
|
|
178
178
|
bpy/app/translations/__init__.pyi,sha256=X_5HnMor_0Cdphy39Ck82KZxhK4JX1LkNSj0WWk1yr4,4654
|
|
179
179
|
bpy/msgbus/__init__.pyi,sha256=dJzgdhvRTjgq1XmByUGvjPeCVbWaRENGoQCTD2oELS0,1373
|
|
180
180
|
bpy/ops/__init__.pyi,sha256=2v-UeTxXMwCpuJvIcvCv4_a1gSK68A8cU_P8wgRq7mw,1740
|
|
181
|
-
bpy/ops/action/__init__.pyi,sha256=
|
|
182
|
-
bpy/ops/anim/__init__.pyi,sha256=
|
|
183
|
-
bpy/ops/armature/__init__.pyi,sha256=
|
|
184
|
-
bpy/ops/asset/__init__.pyi,sha256=
|
|
185
|
-
bpy/ops/boid/__init__.pyi,sha256=
|
|
186
|
-
bpy/ops/brush/__init__.pyi,sha256=
|
|
187
|
-
bpy/ops/buttons/__init__.pyi,sha256=
|
|
188
|
-
bpy/ops/cachefile/__init__.pyi,sha256=
|
|
189
|
-
bpy/ops/camera/__init__.pyi,sha256=
|
|
190
|
-
bpy/ops/clip/__init__.pyi,sha256=
|
|
191
|
-
bpy/ops/cloth/__init__.pyi,sha256=
|
|
192
|
-
bpy/ops/collection/__init__.pyi,sha256=
|
|
193
|
-
bpy/ops/console/__init__.pyi,sha256=
|
|
194
|
-
bpy/ops/constraint/__init__.pyi,sha256=
|
|
195
|
-
bpy/ops/curve/__init__.pyi,sha256=
|
|
196
|
-
bpy/ops/curves/__init__.pyi,sha256=
|
|
197
|
-
bpy/ops/cycles/__init__.pyi,sha256=
|
|
198
|
-
bpy/ops/dpaint/__init__.pyi,sha256=
|
|
199
|
-
bpy/ops/ed/__init__.pyi,sha256=
|
|
200
|
-
bpy/ops/export_anim/__init__.pyi,sha256=
|
|
201
|
-
bpy/ops/export_mesh/__init__.pyi,sha256=
|
|
202
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
203
|
-
bpy/ops/file/__init__.pyi,sha256=
|
|
204
|
-
bpy/ops/fluid/__init__.pyi,sha256=
|
|
205
|
-
bpy/ops/font/__init__.pyi,sha256=
|
|
206
|
-
bpy/ops/geometry/__init__.pyi,sha256=
|
|
207
|
-
bpy/ops/gizmogroup/__init__.pyi,sha256=
|
|
208
|
-
bpy/ops/gpencil/__init__.pyi,sha256=
|
|
209
|
-
bpy/ops/graph/__init__.pyi,sha256=
|
|
210
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
211
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
212
|
-
bpy/ops/import_anim/__init__.pyi,sha256=
|
|
213
|
-
bpy/ops/import_curve/__init__.pyi,sha256=
|
|
214
|
-
bpy/ops/import_mesh/__init__.pyi,sha256=
|
|
215
|
-
bpy/ops/import_scene/__init__.pyi,sha256=
|
|
216
|
-
bpy/ops/info/__init__.pyi,sha256=
|
|
217
|
-
bpy/ops/lattice/__init__.pyi,sha256=
|
|
218
|
-
bpy/ops/marker/__init__.pyi,sha256=
|
|
219
|
-
bpy/ops/mask/__init__.pyi,sha256
|
|
220
|
-
bpy/ops/material/__init__.pyi,sha256=
|
|
221
|
-
bpy/ops/mball/__init__.pyi,sha256=
|
|
222
|
-
bpy/ops/mesh/__init__.pyi,sha256=
|
|
223
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
224
|
-
bpy/ops/node/__init__.pyi,sha256
|
|
225
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
226
|
-
bpy/ops/outliner/__init__.pyi,sha256=
|
|
227
|
-
bpy/ops/paint/__init__.pyi,sha256=
|
|
228
|
-
bpy/ops/paintcurve/__init__.pyi,sha256=
|
|
229
|
-
bpy/ops/palette/__init__.pyi,sha256=
|
|
230
|
-
bpy/ops/particle/__init__.pyi,sha256=
|
|
231
|
-
bpy/ops/pose/__init__.pyi,sha256=
|
|
232
|
-
bpy/ops/poselib/__init__.pyi,sha256=
|
|
233
|
-
bpy/ops/preferences/__init__.pyi,sha256=
|
|
234
|
-
bpy/ops/ptcache/__init__.pyi,sha256=
|
|
235
|
-
bpy/ops/render/__init__.pyi,sha256=
|
|
236
|
-
bpy/ops/rigidbody/__init__.pyi,sha256=
|
|
237
|
-
bpy/ops/scene/__init__.pyi,sha256=
|
|
238
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
239
|
-
bpy/ops/script/__init__.pyi,sha256=
|
|
240
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
241
|
-
bpy/ops/sculpt_curves/__init__.pyi,sha256=
|
|
242
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
243
|
-
bpy/ops/sound/__init__.pyi,sha256=
|
|
244
|
-
bpy/ops/spreadsheet/__init__.pyi,sha256=
|
|
245
|
-
bpy/ops/surface/__init__.pyi,sha256=
|
|
246
|
-
bpy/ops/text/__init__.pyi,sha256=
|
|
247
|
-
bpy/ops/text_editor/__init__.pyi,sha256=
|
|
248
|
-
bpy/ops/texture/__init__.pyi,sha256
|
|
249
|
-
bpy/ops/transform/__init__.pyi,sha256=
|
|
250
|
-
bpy/ops/ui/__init__.pyi,sha256=
|
|
251
|
-
bpy/ops/uilist/__init__.pyi,sha256=
|
|
252
|
-
bpy/ops/uv/__init__.pyi,sha256=
|
|
253
|
-
bpy/ops/view2d/__init__.pyi,sha256=
|
|
254
|
-
bpy/ops/view3d/__init__.pyi,sha256=
|
|
255
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
256
|
-
bpy/ops/workspace/__init__.pyi,sha256
|
|
257
|
-
bpy/ops/world/__init__.pyi,sha256=
|
|
181
|
+
bpy/ops/action/__init__.pyi,sha256=8uI_nAAjU2vrph9u-V2b4Vv9Tq853NIqsJE8Oo-enAY,20990
|
|
182
|
+
bpy/ops/anim/__init__.pyi,sha256=kSiTxomhANtojhuLbCtVLa5c3doLtM35eQDksnIaX9U,27997
|
|
183
|
+
bpy/ops/armature/__init__.pyi,sha256=hOy5W1CTa3t_re7PQnocBAmVx2FPeC6OElq6ygKOPR4,24971
|
|
184
|
+
bpy/ops/asset/__init__.pyi,sha256=lcgCEZWcuiYv5anuB8y9u6D6V8VXn1xxj3kG6lnRMos,11286
|
|
185
|
+
bpy/ops/boid/__init__.pyi,sha256=wnsP_xztIQpo-wULgBG0ZU3oi7LT-1NcY647Wy7_3OI,2775
|
|
186
|
+
bpy/ops/brush/__init__.pyi,sha256=I4eH7XBnRABQjXCIOtEK1RfdV9gZMwpdeFJY34PnDqU,4214
|
|
187
|
+
bpy/ops/buttons/__init__.pyi,sha256=8YDJtgNDpPDV0cmtoWxasfJOXjsuyV6lP6xAmfQejkk,10980
|
|
188
|
+
bpy/ops/cachefile/__init__.pyi,sha256=4LbkKAV-ee434opEznR-zPilKElp1g4KXIOurKE-wiU,10748
|
|
189
|
+
bpy/ops/camera/__init__.pyi,sha256=6Ml72TvlvW1VE09NkcCCbGxKTpAvezCSKfd-lxz7rs8,1870
|
|
190
|
+
bpy/ops/clip/__init__.pyi,sha256=EisobzXHIZ6S9pw_gt4up9BLVenHccQmNhwJiZ4pat4,52196
|
|
191
|
+
bpy/ops/cloth/__init__.pyi,sha256=BvnJ4juyDNNB-W-VX-R194mcVIKVELYC0XQWFoGaukU,860
|
|
192
|
+
bpy/ops/collection/__init__.pyi,sha256=L0vc-MzuUKQ96ameZBTpyWDUVIEbBCZbdTyBvE7lR7o,2584
|
|
193
|
+
bpy/ops/console/__init__.pyi,sha256=vkwfip9srv5Lk4uupF2AJ5DNy6n15Bqs1rmJLmuN81c,9401
|
|
194
|
+
bpy/ops/constraint/__init__.pyi,sha256=vLJ9cSd79O7xWPEEECWqN0KKAmtKeeZC5pmuj32NAKc,13617
|
|
195
|
+
bpy/ops/curve/__init__.pyi,sha256=fb2ZQp6OGNXO2fa7bK4phfL-GK4k4P2buJYO7boPMJo,30992
|
|
196
|
+
bpy/ops/curves/__init__.pyi,sha256=wMEVHENzfa1SNJP-Su1Obd8Tlwin4RxCdcnp1pZ6nz8,11075
|
|
197
|
+
bpy/ops/cycles/__init__.pyi,sha256=biD_22nHJ3SkutU_zyqs8xS0y-X0F_80GZam0Hu0Aq4,2299
|
|
198
|
+
bpy/ops/dpaint/__init__.pyi,sha256=AJ26qd7otmsIWPCb43XVdV_MaGr211-GlcoxbKhapwU,1943
|
|
199
|
+
bpy/ops/ed/__init__.pyi,sha256=PxaWru-dVJ2bRA2GGwtFFERgL1Mr_p1QUdK_QnWxD4g,8950
|
|
200
|
+
bpy/ops/export_anim/__init__.pyi,sha256=K6ll7RWxlG8Frqjjlv4iXOsoU1nc0jsGZuKxlVNfyUA,2186
|
|
201
|
+
bpy/ops/export_mesh/__init__.pyi,sha256=GJhrJezT6_-Z7BDAThJvvP73C9DG4ilTmnO7lHAZqMo,2543
|
|
202
|
+
bpy/ops/export_scene/__init__.pyi,sha256=ITM7iHQRZ-08yhhAioUuQjNu6tan0ioZTW7YWR3fmCA,42387
|
|
203
|
+
bpy/ops/file/__init__.pyi,sha256=jxCrURW6yr27-_rjXIfY1_ziXEAlpkIp1zOz5tgHTFM,23620
|
|
204
|
+
bpy/ops/fluid/__init__.pyi,sha256=RccmE8XY37bi96GOWgbp4ROOvBVreb2VlobfzQsuWek,4892
|
|
205
|
+
bpy/ops/font/__init__.pyi,sha256=uglCjVN1vpCh-mL74iU1FEYQ4x0J2RerHspHisWkJ_A,17772
|
|
206
|
+
bpy/ops/geometry/__init__.pyi,sha256=kasjOIdvT_W86H7VEJ93gTD5qZSm5H83e2geDhO2JPs,6531
|
|
207
|
+
bpy/ops/gizmogroup/__init__.pyi,sha256=BM85ehdSusMahjF4bc6g6_I9ZXTWeLgRwWupHfFrYGA,1669
|
|
208
|
+
bpy/ops/gpencil/__init__.pyi,sha256=a2dwAO_9w0wls3TTYTDgEtC1xnd_PYBKxOB8ZeIc99Q,100401
|
|
209
|
+
bpy/ops/graph/__init__.pyi,sha256=7wk1ErlAeSrgkDuf9nbHS7Jl7o6surnJEA1zud_Am4E,47020
|
|
210
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=e9qan1mzEFscP3GSRyZOPqNXaHW9Ny4J5PztNT7oKEU,28042
|
|
211
|
+
bpy/ops/image/__init__.pyi,sha256=sg6RQoWlYNHREfSCnetdRnHIMXQdLjc6aAKhKTyb-oY,44935
|
|
212
|
+
bpy/ops/import_anim/__init__.pyi,sha256=oaxO2_0h2zVXDnr-Wa7ZOFqK-NGcGNzEj0EAt-n4z14,3009
|
|
213
|
+
bpy/ops/import_curve/__init__.pyi,sha256=otygM7QQZyIkDZBgSrTTuaTQg1OX0U3oPRduL6mGXbs,692
|
|
214
|
+
bpy/ops/import_mesh/__init__.pyi,sha256=utLqD3hurKL6ZaTCZbWiyCw8nohR0TZQe2f-EaUo2ho,1787
|
|
215
|
+
bpy/ops/import_scene/__init__.pyi,sha256=yWjci8vQG7d6qCirpIuQP1dKvddOdfuHjjkkpd2h9S4,10603
|
|
216
|
+
bpy/ops/info/__init__.pyi,sha256=4QhJTmHWynPmhbZMiJIwhU3Mgqt72V5YzXZeE1w1vUY,3740
|
|
217
|
+
bpy/ops/lattice/__init__.pyi,sha256=ASKlVsWxnhlpVWff1_RpKaQ9m8ipzZ6BEIG6bmAzt7A,4135
|
|
218
|
+
bpy/ops/marker/__init__.pyi,sha256=2vJXwqOXcx6eMe2USZF5hMKeBmdbnBnotFNQ06k6nqU,6611
|
|
219
|
+
bpy/ops/mask/__init__.pyi,sha256=0-xKWc42g_nuLyWzBHrXNr7lM8YvZjho3EZMZkQ90QI,19902
|
|
220
|
+
bpy/ops/material/__init__.pyi,sha256=f0KGtJra_ikDHYZqnncCTPx68-HaFAxmILXiWjJS_ig,1025
|
|
221
|
+
bpy/ops/mball/__init__.pyi,sha256=WeJtlcvbNyt_RGsLAX2_1j7MxyZ92mW57-ACUxnBC6I,4636
|
|
222
|
+
bpy/ops/mesh/__init__.pyi,sha256=KIgiqJlNAyczm7_N9Jf_C2v-qyDdU6DfHdepCowXlfU,140780
|
|
223
|
+
bpy/ops/nla/__init__.pyi,sha256=_QN8LML15tNUX5OIdjMGorA0_8lJu2mWwm2wHnQMriM,22313
|
|
224
|
+
bpy/ops/node/__init__.pyi,sha256=-ShkC7hZR9jCIG06Y7pW-EPtts-lJhPw7LnJQj-Dzx4,56637
|
|
225
|
+
bpy/ops/object/__init__.pyi,sha256=NL74wdHvl9y3Sgo_pMUkualBQvhHja8YIxwGtw1PRRA,187382
|
|
226
|
+
bpy/ops/outliner/__init__.pyi,sha256=8J3MQ3qmoqlQNtSa8d8uN8o0mmzCNoY7Jc9H-l3Q5Xc,33247
|
|
227
|
+
bpy/ops/paint/__init__.pyi,sha256=ryjb777MzzGqsO4vloF6jaG_gLj0Yf3OKl_BP3lHKBE,37743
|
|
228
|
+
bpy/ops/paintcurve/__init__.pyi,sha256=KLa0kAwrEXzsUcqurzG6wGlCsUcK31n7VZdT5GmOA6s,3838
|
|
229
|
+
bpy/ops/palette/__init__.pyi,sha256=4Q51dkayhz19AXiylDdBZoM_dL0p7lYKSO_Gyo5KRtU,2721
|
|
230
|
+
bpy/ops/particle/__init__.pyi,sha256=Lu6kAwat0cGwShtyeqK0NR6gOX5LlxZ_cAoVWWYBtB0,16933
|
|
231
|
+
bpy/ops/pose/__init__.pyi,sha256=YXwwbh7yGPBWgMeZchgqDla-ZD5z9RYT_WgPwGZgjHg,25918
|
|
232
|
+
bpy/ops/poselib/__init__.pyi,sha256=P12IST8yGbVBXXS4GOLkm_xXprp224S7Ovha_f5WZDE,5014
|
|
233
|
+
bpy/ops/preferences/__init__.pyi,sha256=pZVklOHv5E4nbgsrr1-OhDGmZKiGsx3GG9XwyG5ZaNo,25658
|
|
234
|
+
bpy/ops/ptcache/__init__.pyi,sha256=hrQXv69tuypEDvxddyC1L93HGYukI20L_SmocFwvffA,2499
|
|
235
|
+
bpy/ops/render/__init__.pyi,sha256=see0WKhHK8TJK9cNmZCsKGWFHi8Tvn3TcedXxOk0eQg,9023
|
|
236
|
+
bpy/ops/rigidbody/__init__.pyi,sha256=uV6UQMykgJYrOtuAKyTURNBs9Pncxb3fsLCTm6X8bN8,7313
|
|
237
|
+
bpy/ops/scene/__init__.pyi,sha256=ZNXODpbsts3fQ18kfOykTQetWng1R7ip4LPsiqmR4F8,18273
|
|
238
|
+
bpy/ops/screen/__init__.pyi,sha256=wzeP_aViQAhQi_mRZnVsiDs5CtNhJ3i746bv_V9bwP0,24924
|
|
239
|
+
bpy/ops/script/__init__.pyi,sha256=W_jD0mvJZHtBqp1q8GGR7UrFY8VEN_ORymc_ZvsV0u0,1440
|
|
240
|
+
bpy/ops/sculpt/__init__.pyi,sha256=qQ4VoH2QdhPFSJLhqcy5AX_ibp4rvwt0hZ5uvMZdeJs,34542
|
|
241
|
+
bpy/ops/sculpt_curves/__init__.pyi,sha256=GWcQmCf7s6Zco6Mx5qUN7Y4aYlv1O-sfSCDh8Qc4zDo,2948
|
|
242
|
+
bpy/ops/sequencer/__init__.pyi,sha256=F9XHqONU6nmF0BM0nQctcpsBWCpyiZP6w0iEPrJt9N4,82020
|
|
243
|
+
bpy/ops/sound/__init__.pyi,sha256=UMK1uJBLcqTyuUfw11PhFL5Nt3US8BeLOWxMy2PKeC0,18620
|
|
244
|
+
bpy/ops/spreadsheet/__init__.pyi,sha256=ri7_m6QapIcKoPleeKmp0sTjW5mIIub2JCS5dz0B74g,1774
|
|
245
|
+
bpy/ops/surface/__init__.pyi,sha256=259ba22TJUhaYkvd_g7FWbcowyOrWeqtJW-qKoQC1ME,8578
|
|
246
|
+
bpy/ops/text/__init__.pyi,sha256=LCAVgN_5QNKepiIbNJ-nzeiIG6cJkA57p-5MO8tMJR4,25158
|
|
247
|
+
bpy/ops/text_editor/__init__.pyi,sha256=NSjVq2oP377AOkvlT_q-fYWZqNznPSKA-9pP7mkV7Vs,866
|
|
248
|
+
bpy/ops/texture/__init__.pyi,sha256=-C2btf4cksT4O6_zTBDJC9GFCCBIRR7nQnifIDVPFVg,1439
|
|
249
|
+
bpy/ops/transform/__init__.pyi,sha256=8Vyigz4JADqRkGEBTjOGTskBp6QHtqkY4IrDu_5pJ9g,61699
|
|
250
|
+
bpy/ops/ui/__init__.pyi,sha256=Fz2RO9_BdRstNQqTSFsuQqefGYlzFXbfcRMz3oAxwSg,14340
|
|
251
|
+
bpy/ops/uilist/__init__.pyi,sha256=gOI2dBWcmUzBKgQcwc-j6UfRNnaMb9mjtlS96WHm81U,2166
|
|
252
|
+
bpy/ops/uv/__init__.pyi,sha256=O68q-uM9CLjbvSI_mLnLvkFbEIvVP9_U1JpwCb2npoI,46784
|
|
253
|
+
bpy/ops/view2d/__init__.pyi,sha256=Zv4m6FS8m2hdJxLupCe6Oc7S7yPYyjj5u1_SFUEXNsk,8495
|
|
254
|
+
bpy/ops/view3d/__init__.pyi,sha256=avjnIxIK1Lp64A6Yc1KP97ZtAVnWfeRKhwtp8GUhOqM,37160
|
|
255
|
+
bpy/ops/wm/__init__.pyi,sha256=olB3mxaIZt_bbhOZ1AQLaSRghhBXOIHfu-v69rOSakw,231946
|
|
256
|
+
bpy/ops/workspace/__init__.pyi,sha256=tmMtCUDpiKHZQn1hSZmvE2zNGVlygB1p-i0Ax5GytUQ,2856
|
|
257
|
+
bpy/ops/world/__init__.pyi,sha256=B_xqAaFXTmjP9tF2yHu5-Y1nUj881orKVWndfcaEh3Y,390
|
|
258
258
|
bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
|
|
259
|
-
bpy/props/__init__.pyi,sha256=
|
|
260
|
-
bpy/types/__init__.pyi,sha256=
|
|
261
|
-
bpy/utils/__init__.pyi,sha256=
|
|
259
|
+
bpy/props/__init__.pyi,sha256=vdhM_8tw-TFNMAPrs7aPEVULxwGbIPnf0v6GkNL_l-U,23440
|
|
260
|
+
bpy/types/__init__.pyi,sha256=3OQjy82JQ4bU1SgSrtlYLAL7IhTRPWEAcgpPN2GMXrI,3247859
|
|
261
|
+
bpy/utils/__init__.pyi,sha256=bT0NbmiolU8QUn9ZB2O9monMi_k7nPJ1ru6iCURdxhA,11458
|
|
262
262
|
bpy/utils/previews/__init__.pyi,sha256=0vWcQrvQ0xgzxF8AAUu2XVRZgkEGqqoQBk8ovUVF0u4,3035
|
|
263
|
-
bpy/utils/units/__init__.pyi,sha256=
|
|
263
|
+
bpy/utils/units/__init__.pyi,sha256=_vftjWBslN88fC2G93Hict7Kdr3PSzm0lrSL96_wsRc,2230
|
|
264
264
|
bpy_extras/__init__.pyi,sha256=IrfGW1YiqZUlkwVFPZSuVY5nC8j96lybHe6B6K-qSBI,320
|
|
265
265
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
266
266
|
bpy_extras/anim_utils/__init__.pyi,sha256=gsuB2qrgA21A5W9CekbUxbtILapMU9N1FV98fi-Nt_s,1657
|
|
267
267
|
bpy_extras/asset_utils/__init__.pyi,sha256=vP2Q9OolZdoV86Z8-6okwa9Lu49N_20YWJX0gEb8DfU,103
|
|
268
268
|
bpy_extras/id_map_utils/__init__.pyi,sha256=QalCz4QiTJoRZBNVRyyK_KzOOsqX91QeriCcJtCZv9I,319
|
|
269
269
|
bpy_extras/image_utils/__init__.pyi,sha256=nTjGCjGbHR-xAU-C1XyTAg3OGSPvb8y_76c6aFTEGAo,2065
|
|
270
|
-
bpy_extras/io_utils/__init__.pyi,sha256=
|
|
270
|
+
bpy_extras/io_utils/__init__.pyi,sha256=XdaMpRYAuAoZou8hqwIVbchMa0ANHLF2Qi82FswpY7k,5056
|
|
271
271
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=JKxK5i4DlLDGFdWzZ8JWIvYcPDQjy0cmb6RFQTSDjG4,393
|
|
272
272
|
bpy_extras/mesh_utils/__init__.pyi,sha256=eDUJ4uBbMVmquVb7mkV-CLXr3FvVhSPGseOEK-WwrLw,2669
|
|
273
273
|
bpy_extras/node_utils/__init__.pyi,sha256=0rSdqj4mdTcDqL0Su5eQ2hzKpkuk576WtII3KyHvm7k,114
|
|
@@ -275,7 +275,7 @@ bpy_extras/object_utils/__init__.pyi,sha256=ey3w_d1U7MY5lT7EEgMOSVeUStPi_NwN8XJb
|
|
|
275
275
|
bpy_extras/view3d_utils/__init__.pyi,sha256=OlDaIQFNeI2blazE5zHaibLXCERGdgA5xNq3kVzX-9g,3388
|
|
276
276
|
bpy_restrict_state/__init__.pyi,sha256=z0wntJmk-6RiN6gW3oMlFkHOBRPIKGYfC_Q9SIoQRQ4,329
|
|
277
277
|
bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
278
|
-
bpy_types/__init__.pyi,sha256=
|
|
278
|
+
bpy_types/__init__.pyi,sha256=WvtvoUvr_RLAs4d3c-ld7nTrWF5rwSk5ItgFX9sg624,58139
|
|
279
279
|
bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
280
280
|
console_python/__init__.pyi,sha256=Inm6_DPDVMBeaDI8iLzuxyiUB_hOZ7ekIQ6zVDkmTs0,585
|
|
281
281
|
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -283,27 +283,27 @@ console_shell/__init__.pyi,sha256=bQPcR-rZuy_xHF_-FUValvEC7sl2KGKBfIucmrBIV5o,31
|
|
|
283
283
|
console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
284
284
|
freestyle/__init__.pyi,sha256=ZG1XA994F7Eej5txTCe_3WIwzc-WoW-rTAw2a9oOUBI,202
|
|
285
285
|
freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
286
|
-
freestyle/chainingiterators/__init__.pyi,sha256=
|
|
287
|
-
freestyle/functions/__init__.pyi,sha256=
|
|
288
|
-
freestyle/predicates/__init__.pyi,sha256=
|
|
289
|
-
freestyle/shaders/__init__.pyi,sha256=
|
|
290
|
-
freestyle/types/__init__.pyi,sha256=
|
|
291
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
292
|
-
freestyle/utils/ContextFunctions/__init__.pyi,sha256=
|
|
286
|
+
freestyle/chainingiterators/__init__.pyi,sha256=QMd3JqhHNDWEdluVlSpcz7Fwx53y2JnxBAe4ADSNmJE,10319
|
|
287
|
+
freestyle/functions/__init__.pyi,sha256=mlu931eMaLIrrVVNocZILpEaWGtybhcAuYL3zIODuHk,48266
|
|
288
|
+
freestyle/predicates/__init__.pyi,sha256=7WeQs3ovLIJYUDAaYdUIBi0tk-ObW0U6b_FFGuJKH2k,14121
|
|
289
|
+
freestyle/shaders/__init__.pyi,sha256=JjWiVmgc2184dGKBSekgGQAOp92_Z-fBQoZPbnuq7D8,22831
|
|
290
|
+
freestyle/types/__init__.pyi,sha256=zSzDi23XELWUChMpslPVNnEY0VwnbLueJP9YVqpXiyM,97490
|
|
291
|
+
freestyle/utils/__init__.pyi,sha256=dUf28C_cp200ErIq72sMR_kMKx6lFAZbn_RTzsls14w,5146
|
|
292
|
+
freestyle/utils/ContextFunctions/__init__.pyi,sha256=yS_6Ch2YinKC_KB-Xe6oLo-_TUI7p9K_LVJ3cVIJ4Y4,2915
|
|
293
293
|
gpu/__init__.pyi,sha256=9AGTdrNyHWTjBpS8VqtPr2IINTOFU62oJ3QMnsHfzNc,234
|
|
294
294
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
295
|
-
gpu/capabilities/__init__.pyi,sha256=
|
|
296
|
-
gpu/matrix/__init__.pyi,sha256=
|
|
295
|
+
gpu/capabilities/__init__.pyi,sha256=BZDDYCIQpGsBY7gFcfiV_jrsP4eEmEAZSWrPS55B_Rc,3395
|
|
296
|
+
gpu/matrix/__init__.pyi,sha256=uW1VxjbTk4C-te6KTk1wQF4u9UnoS3F8mMYvXEXGW10,2448
|
|
297
297
|
gpu/platform/__init__.pyi,sha256=miOU6nDY-_bg2mS1a_5bpDPN4bCzT5RLNy0ZnhhcidA,778
|
|
298
298
|
gpu/select/__init__.pyi,sha256=VZ2jswTRLBZIUFk1CQO3x6kXnF7PCT99S6EI3UvxT80,161
|
|
299
299
|
gpu/shader/__init__.pyi,sha256=ZPZO3gKAxIbxFN8KryCYZ6r5v5sozsLGxb45bq2z2U8,1091
|
|
300
|
-
gpu/state/__init__.pyi,sha256=
|
|
300
|
+
gpu/state/__init__.pyi,sha256=aLAD_bEaDO3REwAZeu-pUwqX2VGJxehItRoa_XUXri8,4218
|
|
301
301
|
gpu/texture/__init__.pyi,sha256=TECeEyTdXXbnFWgczC7Tz07qgqyf6QRbpsUSwPTFlrM,596
|
|
302
|
-
gpu/types/__init__.pyi,sha256=
|
|
302
|
+
gpu/types/__init__.pyi,sha256=Srnuvl-LckSErsie92LgZi4wUCrPsPvFnT5wTMoslwQ,26172
|
|
303
303
|
gpu_extras/__init__.pyi,sha256=P8YjHnZb6dS17DntUFnWAI0nMtTMbwIU92dSrBR5k8M,101
|
|
304
304
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
305
|
gpu_extras/batch/__init__.pyi,sha256=avok-3F-bY6PR2aqyQTQwP1FdsqlTBa32Cojf3FnIPI,1328
|
|
306
|
-
gpu_extras/presets/__init__.pyi,sha256
|
|
306
|
+
gpu_extras/presets/__init__.pyi,sha256=-OWTGbq9bZJHu7L4BUJsDMbbGaxAkc8ukryJYa53jlE,2521
|
|
307
307
|
graphviz_export/__init__.pyi,sha256=aSzuDNHRbYPNmLYNdQ0km25wroNOVDwv_NZn9rijhBM,219
|
|
308
308
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
idprop/__init__.pyi,sha256=ZCmgF0aMyU_mrjTHCvv5iIj1SGLN55tGsakoZFpJrDU,79
|
|
@@ -311,18 +311,18 @@ idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
311
311
|
idprop/types/__init__.pyi,sha256=DcKUIU1s8IgrJiEfpvhijgo-9Uv1wRZdOOBbT14kVA0,1937
|
|
312
312
|
imbuf/__init__.pyi,sha256=IVafamAxoa7CZjI31q7Vajp09flDxbWZNfi8YepGGUY,904
|
|
313
313
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
314
|
-
imbuf/types/__init__.pyi,sha256=
|
|
314
|
+
imbuf/types/__init__.pyi,sha256=IY2t36kQzhcHJ_AYjBrhAVEIeyVmcB2bCuXRgKBF5wk,1022
|
|
315
315
|
keyingsets_builtins/__init__.pyi,sha256=ufypXslZ4HnKX15iEx23_1w2zX2OplLr6iiKUgHeZag,48336
|
|
316
316
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
317
317
|
keyingsets_utils/__init__.pyi,sha256=29-o4Z0jsPvFzDCgnpVs0X0DsOhnwgBPTLWNqCR7JP4,1018
|
|
318
318
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
|
-
mathutils/__init__.pyi,sha256=
|
|
319
|
+
mathutils/__init__.pyi,sha256=3ylBVUwEgxvkkwwO-KQDQgYcLCMNQJism26B3_y0F9E,72812
|
|
320
320
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
|
-
mathutils/bvhtree/__init__.pyi,sha256=
|
|
322
|
-
mathutils/geometry/__init__.pyi,sha256=
|
|
321
|
+
mathutils/bvhtree/__init__.pyi,sha256=ZFteBzPbmUVA7PYQRksZKvHX-FMeVGW1uYtdapX20_U,3972
|
|
322
|
+
mathutils/geometry/__init__.pyi,sha256=9weSBXKrhW3erwSxMatA_58MNH5YPQ3FCrL25Sbcezg,21014
|
|
323
323
|
mathutils/interpolate/__init__.pyi,sha256=8qMHJFoQd6ri2b8QqKlCMU5jnCownYOuLw7sh1PNTPY,266
|
|
324
|
-
mathutils/kdtree/__init__.pyi,sha256=
|
|
325
|
-
mathutils/noise/__init__.pyi,sha256=
|
|
324
|
+
mathutils/kdtree/__init__.pyi,sha256=lvaEmlMmt_2oMB0h9OwcAMTwizU5Grrp7SK5y1wbFdQ,2019
|
|
325
|
+
mathutils/noise/__init__.pyi,sha256=2kyHbM5CTY37RmM_TWwdLee6wTSlnajPbkPClIM2Ooo,11602
|
|
326
326
|
nodeitems_builtins/__init__.pyi,sha256=2yuW9nwNETEWkoRrU6xgksGMyZIFRvr4CPTXB6jfKg0,833
|
|
327
327
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
328
328
|
nodeitems_utils/__init__.pyi,sha256=V4W3nVgpH60yd954tmLj_OiosEfs9ZIEEzgz6SPEsvI,892
|
|
@@ -337,7 +337,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
337
337
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
338
338
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
339
339
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
|
-
fake_bpy_module-
|
|
341
|
-
fake_bpy_module-
|
|
342
|
-
fake_bpy_module-
|
|
343
|
-
fake_bpy_module-
|
|
340
|
+
fake_bpy_module-20240329.dist-info/METADATA,sha256=L1wzVtmKrfDgMRN8Q0u7b51nyvLi9mPPFsmEQI4t9A4,7008
|
|
341
|
+
fake_bpy_module-20240329.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
342
|
+
fake_bpy_module-20240329.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
343
|
+
fake_bpy_module-20240329.dist-info/RECORD,,
|
|
@@ -171,14 +171,12 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
|
|
|
171
171
|
selection.
|
|
172
172
|
"""
|
|
173
173
|
|
|
174
|
-
def __init__(self, percent
|
|
174
|
+
def __init__(self, percent, l):
|
|
175
175
|
"""Builds a pyFillOcclusionsAbsoluteAndRelativeChainingIterator object.
|
|
176
176
|
|
|
177
177
|
:param percent: The maximal length of the occluded part as a
|
|
178
178
|
percentage of the total chain length.
|
|
179
|
-
:type percent: float
|
|
180
179
|
:param l: Absolute length.
|
|
181
|
-
:type l: float
|
|
182
180
|
"""
|
|
183
181
|
...
|
|
184
182
|
|
|
@@ -196,11 +194,10 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
|
|
|
196
194
|
class pyFillOcclusionsAbsoluteChainingIterator:
|
|
197
195
|
"""Chaining iterator that fills small occlusions"""
|
|
198
196
|
|
|
199
|
-
def __init__(self, length
|
|
197
|
+
def __init__(self, length):
|
|
200
198
|
"""Builds a pyFillOcclusionsAbsoluteChainingIterator object.
|
|
201
199
|
|
|
202
200
|
:param length: The maximum length of the occluded part in pixels.
|
|
203
|
-
:type length: int
|
|
204
201
|
"""
|
|
205
202
|
...
|
|
206
203
|
|
|
@@ -218,12 +215,11 @@ class pyFillOcclusionsAbsoluteChainingIterator:
|
|
|
218
215
|
class pyFillOcclusionsRelativeChainingIterator:
|
|
219
216
|
"""Chaining iterator that fills small occlusions"""
|
|
220
217
|
|
|
221
|
-
def __init__(self, percent
|
|
218
|
+
def __init__(self, percent):
|
|
222
219
|
"""Builds a pyFillOcclusionsRelativeChainingIterator object.
|
|
223
220
|
|
|
224
221
|
:param percent: The maximal length of the occluded part, expressed
|
|
225
222
|
in a percentage of the total chain length.
|
|
226
|
-
:type percent: float
|
|
227
223
|
"""
|
|
228
224
|
...
|
|
229
225
|
|
|
@@ -243,14 +239,12 @@ class pyFillQi0AbsoluteAndRelativeChainingIterator:
|
|
|
243
239
|
selection.
|
|
244
240
|
"""
|
|
245
241
|
|
|
246
|
-
def __init__(self, percent
|
|
242
|
+
def __init__(self, percent, l):
|
|
247
243
|
"""Builds a pyFillQi0AbsoluteAndRelativeChainingIterator object.
|
|
248
244
|
|
|
249
245
|
:param percent: The maximal length of the occluded part as a
|
|
250
246
|
percentage of the total chain length.
|
|
251
|
-
:type percent: float
|
|
252
247
|
:param l: Absolute length.
|
|
253
|
-
:type l: float
|
|
254
248
|
"""
|
|
255
249
|
...
|
|
256
250
|
|
|
@@ -296,11 +290,10 @@ class pySketchyChainSilhouetteIterator:
|
|
|
296
290
|
same ViewEdge multiple times to achieve a sketchy effect.
|
|
297
291
|
"""
|
|
298
292
|
|
|
299
|
-
def __init__(self, nRounds
|
|
293
|
+
def __init__(self, nRounds=3, stayInSelection: bool = True):
|
|
300
294
|
"""Builds a pySketchyChainSilhouetteIterator object.
|
|
301
295
|
|
|
302
296
|
:param nRounds: Number of times every Viewedge is chained.
|
|
303
|
-
:type nRounds: int
|
|
304
297
|
:param stayInSelection: if False, edges outside of the selection can be chained.
|
|
305
298
|
:type stayInSelection: bool
|
|
306
299
|
"""
|