fake-bpy-module 20241003__py3-none-any.whl → 20241008__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.
- bl_ui/properties_data_gpencil/__init__.pyi +0 -256
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -220
- bl_ui/properties_object/__init__.pyi +149 -0
- bl_ui/properties_paint_common/__init__.pyi +43 -0
- bl_ui/space_dopesheet/__init__.pyi +0 -194
- bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -56
- bl_ui/space_topbar/__init__.pyi +0 -43
- bl_ui/space_view3d/__init__.pyi +45 -721
- bl_ui/space_view3d_toolbar/__init__.pyi +0 -28
- bpy/ops/file/__init__.pyi +3 -0
- bpy/ops/gpencil/__init__.pyi +9 -2857
- bpy/ops/grease_pencil/__init__.pyi +16 -0
- bpy/ops/mesh/__init__.pyi +25 -0
- bpy/ops/node/__init__.pyi +24 -24
- bpy/ops/object/__init__.pyi +3 -66
- bpy/ops/wm/__init__.pyi +13 -357
- bpy/types/__init__.pyi +126 -250
- bpy/typing/__init__.pyi +8 -8
- {fake_bpy_module-20241003.dist-info → fake_bpy_module-20241008.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241003.dist-info → fake_bpy_module-20241008.dist-info}/RECORD +22 -22
- {fake_bpy_module-20241003.dist-info → fake_bpy_module-20241008.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241003.dist-info → fake_bpy_module-20241008.dist-info}/top_level.txt +0 -0
bpy/typing/__init__.pyi
CHANGED
|
@@ -2262,10 +2262,10 @@ type ObjectModeItems = typing.Literal[
|
|
|
2262
2262
|
"TEXTURE_PAINT", # Texture Paint.
|
|
2263
2263
|
"PARTICLE_EDIT", # Particle Edit.
|
|
2264
2264
|
"EDIT_GPENCIL", # Edit Mode.Edit Grease Pencil Strokes.
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2265
|
+
"SCULPT_GREASE_PENCIL", # Sculpt Mode.Sculpt Grease Pencil Strokes.
|
|
2266
|
+
"PAINT_GREASE_PENCIL", # Draw Mode.Paint Grease Pencil Strokes.
|
|
2267
|
+
"WEIGHT_GREASE_PENCIL", # Weight Paint.Grease Pencil Weight Paint Strokes.
|
|
2268
|
+
"VERTEX_GREASE_PENCIL", # Vertex Paint.Grease Pencil Vertex Paint Strokes.
|
|
2269
2269
|
"SCULPT_CURVES", # Sculpt Mode.
|
|
2270
2270
|
]
|
|
2271
2271
|
type ObjectModifierTypeItems = typing.Literal[
|
|
@@ -3045,8 +3045,8 @@ type WorkspaceObjectModeItems = typing.Literal[
|
|
|
3045
3045
|
"TEXTURE_PAINT", # Texture Paint.
|
|
3046
3046
|
"PARTICLE_EDIT", # Particle Edit.
|
|
3047
3047
|
"EDIT_GPENCIL", # Grease Pencil Edit Mode.Edit Grease Pencil Strokes.
|
|
3048
|
-
"
|
|
3049
|
-
"
|
|
3050
|
-
"
|
|
3051
|
-
"
|
|
3048
|
+
"SCULPT_GREASE_PENCIL", # Grease Pencil Sculpt Mode.Sculpt Grease Pencil Strokes.
|
|
3049
|
+
"PAINT_GREASE_PENCIL", # Grease Pencil Draw.Paint Grease Pencil Strokes.
|
|
3050
|
+
"VERTEX_GREASE_PENCIL", # Grease Pencil Vertex Paint.Grease Pencil Vertex Paint Strokes.
|
|
3051
|
+
"WEIGHT_GREASE_PENCIL", # Grease Pencil Weight Paint.Grease Pencil Weight Paint Strokes.
|
|
3052
3052
|
]
|
|
@@ -117,7 +117,7 @@ bl_ui/properties_data_camera/__init__.pyi,sha256=voA4pSpiwEB0_CY454oPQfpwY2Il-wk
|
|
|
117
117
|
bl_ui/properties_data_curve/__init__.pyi,sha256=BCk8kJKO0-SyER6jlDw2l7XtwD6Sc9-9htZrOTCVN38,12921
|
|
118
118
|
bl_ui/properties_data_curves/__init__.pyi,sha256=huauSiwT8GBVJrFzp3o6N6aA8ouxecfu6RgHBfc5rJg,5913
|
|
119
119
|
bl_ui/properties_data_empty/__init__.pyi,sha256=PrWD2bMI4AKOBXS1-GsHXFFeVc12p4siGDQJxdmn95A,1679
|
|
120
|
-
bl_ui/properties_data_gpencil/__init__.pyi,sha256=
|
|
120
|
+
bl_ui/properties_data_gpencil/__init__.pyi,sha256=4bY0HL8hbnP1kdd0NOI7ylg-nQMctMp5yzBNX_ev-es,8150
|
|
121
121
|
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=TprZ921sQ9ywTtTX2fb6he2Lq99dI03oCEHoChXNuic,13971
|
|
122
122
|
bl_ui/properties_data_lattice/__init__.pyi,sha256=sjJh19kVQpSQV_j_7dXO0OdvKAyRNVlkoyABdJIYsPw,3504
|
|
123
123
|
bl_ui/properties_data_light/__init__.pyi,sha256=4UpAkSBTbjH-SeUAb1_NLXqc_8_oqip_a0CZNb55jR4,10726
|
|
@@ -130,13 +130,13 @@ bl_ui/properties_data_shaderfx/__init__.pyi,sha256=qheRKCM-zgYYTypVdyJrjqgmD1yBX
|
|
|
130
130
|
bl_ui/properties_data_speaker/__init__.pyi,sha256=YRayS4IxkfcvwOAJlqfSL4kjzBcaqo3gf-hmM0fcVeo,4857
|
|
131
131
|
bl_ui/properties_data_volume/__init__.pyi,sha256=w6ct8kb74x8X0l1vLq6Ymq-fzezD387sQv-lBH7wohM,7115
|
|
132
132
|
bl_ui/properties_freestyle/__init__.pyi,sha256=JxNJb9q2e8hRqNb7ynucmV5GKCG7y_HdQJgc9z9Th8w,22822
|
|
133
|
-
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=
|
|
133
|
+
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=EKROB4siMEmJVWBV7rzHgO1IGv8RuVlDKD6_S5CMPAM,7898
|
|
134
134
|
bl_ui/properties_mask_common/__init__.pyi,sha256=-Ae0CtS1OQZRwJ38l1xj-115MJo9xEQieAarliMc40s,5796
|
|
135
135
|
bl_ui/properties_material/__init__.pyi,sha256=J3GrRdWFeh4p5w2qKtC5Dwz0XF301ATcsCPcV4kXWe0,13499
|
|
136
136
|
bl_ui/properties_material_gpencil/__init__.pyi,sha256=zfCV8bG4-NABgQNpZjhRRR4Ttr0qS2H17seuJlJgX4c,8621
|
|
137
|
-
bl_ui/properties_object/__init__.pyi,sha256=
|
|
137
|
+
bl_ui/properties_object/__init__.pyi,sha256=8j-f7nIklQcDr8gIfbaHQzZBbfT9DpTDy3g02ZEWtbI,14680
|
|
138
138
|
bl_ui/properties_output/__init__.pyi,sha256=1fkDdDyAz2lTcSUnef8fai-1hTw9ztgvJsafPT_8vcU,13760
|
|
139
|
-
bl_ui/properties_paint_common/__init__.pyi,sha256=
|
|
139
|
+
bl_ui/properties_paint_common/__init__.pyi,sha256=CPyLlQHPep6FkrNUsbfpRzF2FF56E9um-IVFY6WR0OI,7889
|
|
140
140
|
bl_ui/properties_particle/__init__.pyi,sha256=HVO0ZWeKHj7ZNP4Bh8ji6IunnLDTpPDNRVZg6TQ8wOU,43414
|
|
141
141
|
bl_ui/properties_physics_cloth/__init__.pyi,sha256=z4BUwpMH-UQsZv7OfyPU_HHwCGeL-rcpMyY02M-Ew2Q,10647
|
|
142
142
|
bl_ui/properties_physics_common/__init__.pyi,sha256=2lJ-nAiO5aVycUimdzvPYJAfVyvsnBdaE9nQ9UN2W4w,1338
|
|
@@ -155,7 +155,7 @@ bl_ui/properties_workspace/__init__.pyi,sha256=H9ixaD-_K6YbmzvvzDqE8Ca1_jvGeOJ0S
|
|
|
155
155
|
bl_ui/properties_world/__init__.pyi,sha256=2BvXUUUI6BdaA61DKNR3xNGGLSiK5kfeHW25x-s4p7w,9145
|
|
156
156
|
bl_ui/space_clip/__init__.pyi,sha256=I9bHrnPSZnkPYGxKw3tlUqch3FnyL4fpyjIzG-rqpKk,45001
|
|
157
157
|
bl_ui/space_console/__init__.pyi,sha256=GyduCGIGDMNbjis1BbBnfdz1Y9eCrasCPHAACb3MlXI,3315
|
|
158
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=
|
|
158
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=uxBFgBdMrhvUoiwA-yvQyVw0TKC9TEp0oZU_35JA4Ls,16603
|
|
159
159
|
bl_ui/space_filebrowser/__init__.pyi,sha256=mFlZd3CLqrkdD-_nftH3A8f1hVHwHeGUvWBFEpIIoaM,19466
|
|
160
160
|
bl_ui/space_graph/__init__.pyi,sha256=7XFWtjx8rwzqzsIpnXcZbVgHHp1Xa6gr-GSxy5f7MhI,10909
|
|
161
161
|
bl_ui/space_image/__init__.pyi,sha256=Q6rgGQ3vJ0QZTcekgTJRVVIuxBeMvvkque8wBSBgV2g,44704
|
|
@@ -170,11 +170,11 @@ bl_ui/space_statusbar/__init__.pyi,sha256=Kb64lM_S6RVATyQB1kQu-x7JSGceXsGqNyJ6AR
|
|
|
170
170
|
bl_ui/space_text/__init__.pyi,sha256=l5CwsrWjvBl_CQQQqfjH7SbRVeAkK7z9R8UAi7GY59c,8799
|
|
171
171
|
bl_ui/space_time/__init__.pyi,sha256=CsHClliVjg_FdPpaJzh2EgWkPTMZ0-_l0DCEXhx0fP8,4723
|
|
172
172
|
bl_ui/space_toolsystem_common/__init__.pyi,sha256=IFq4tTh_oM6-dQWMZbuRo6HhYinOLBFC8ORj0S5ZWcs,3185
|
|
173
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
174
|
-
bl_ui/space_topbar/__init__.pyi,sha256=
|
|
173
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=hyZX3v4vN-0nUrbXuSFbRMElaNuZtIvGMJfAjTaErt0,9927
|
|
174
|
+
bl_ui/space_topbar/__init__.pyi,sha256=tVupsHc6IdA1o_axDcB1Cbf0o8ARZzgLncMXgguQnWY,15316
|
|
175
175
|
bl_ui/space_userpref/__init__.pyi,sha256=EGCdnPQ4iTmERhhzHcb3l-QZBQpZGoGjHMGeTlcyryY,79706
|
|
176
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
177
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=
|
|
176
|
+
bl_ui/space_view3d/__init__.pyi,sha256=lbtZoqy_ghQUEA9_7_Vt_5OslCQ6G64m5-G75ra5xu0,153717
|
|
177
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=h2PDlE_56tCymRzbSaAf7mu7TIKoSghVjswczMjIG48,76293
|
|
178
178
|
bl_ui/utils/__init__.pyi,sha256=qkgl-AlZI3QD4UUITGIvN9PbifOI4BPkZBpu7WyxMBw,483
|
|
179
179
|
bl_ui_utils/__init__.pyi,sha256=ZOo9_bgn1c9NiCNalhTplCD2IChG67rU_V3BeG0k4pE,93
|
|
180
180
|
bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -220,14 +220,14 @@ bpy/ops/ed/__init__.pyi,sha256=eCvshg5UshWukVfIBIFZ71KL1q1faZSIOt1kC1s1Nu8,8817
|
|
|
220
220
|
bpy/ops/export_anim/__init__.pyi,sha256=MdpU1cY6FvYpVacztZz0uIbQDYHgLx3vs9WLpG9ftKE,2197
|
|
221
221
|
bpy/ops/export_scene/__init__.pyi,sha256=KeWNJhzHkirCE5T3bzufjGlDHaDC8TbSjMl4K7E6OKY,39077
|
|
222
222
|
bpy/ops/extensions/__init__.pyi,sha256=zCW9mLu3EIwz3Rrkc1vhQ7zn6zIB72BsLCYfgkMv574,18048
|
|
223
|
-
bpy/ops/file/__init__.pyi,sha256=
|
|
223
|
+
bpy/ops/file/__init__.pyi,sha256=JTtbrNEORTNtuauMTwOQkQX1C2JHjQL-bubGccj14rw,25681
|
|
224
224
|
bpy/ops/fluid/__init__.pyi,sha256=PM7jfvEosHmKpWcBTNwUgExKC5GpPHczHl82bvgTnWs,5516
|
|
225
225
|
bpy/ops/font/__init__.pyi,sha256=cVNVWyyoUAeuHvbrQLNfZbatFnhweBGwh7rS-Zxuc-g,19135
|
|
226
226
|
bpy/ops/geometry/__init__.pyi,sha256=Ix8MGXa5gZBQT3aWGmDfrKPx-MTtmloRflfwiHicuTU,8987
|
|
227
227
|
bpy/ops/gizmogroup/__init__.pyi,sha256=OFN5NNvr_HFc_L7pvjSWKY_D8nF2_Ue8z6nGjB-_xac,1595
|
|
228
|
-
bpy/ops/gpencil/__init__.pyi,sha256=
|
|
228
|
+
bpy/ops/gpencil/__init__.pyi,sha256=xef0m8m4jVKzqncUi9CezsXgqES8iAYJzcEKtDfTXTY,6112
|
|
229
229
|
bpy/ops/graph/__init__.pyi,sha256=uH--tIvXthUVXBm5vcmpGw_OgRG5mMZ8ITttZBqUDSo,51543
|
|
230
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
230
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=igPvA38S9DQqcLOgUJRM36I4Kh3xBbi-qphISiqvyBM,74880
|
|
231
231
|
bpy/ops/image/__init__.pyi,sha256=dJQe9-vHnpLHxDqXWfx3Yq9CyIHKkCBsxf4-vS1rmu8,59838
|
|
232
232
|
bpy/ops/import_anim/__init__.pyi,sha256=7BExOyxBpXdbfQQN_foBI0FIfqHte9U1nfWEvNKYH0Y,3216
|
|
233
233
|
bpy/ops/import_curve/__init__.pyi,sha256=U3eiL0CsWblWZe8O58JOxSXhr2sgHRHKwVzozIMsck4,651
|
|
@@ -238,10 +238,10 @@ bpy/ops/marker/__init__.pyi,sha256=Ny5T3pex5r11KmT8SfmDdJ2tUlRX7FZGrU9fVTCA6CQ,7
|
|
|
238
238
|
bpy/ops/mask/__init__.pyi,sha256=-Lj0kCugHLV9nnGd0Ah5rXWdURQAI9fv6PBI73ucJvE,23199
|
|
239
239
|
bpy/ops/material/__init__.pyi,sha256=KDgPB2utYKt3DSXKI4f71x1A4Di-_AdWpAbNah3N3AE,1187
|
|
240
240
|
bpy/ops/mball/__init__.pyi,sha256=jqOLev5gvBK4fx9CLXj1qxWyTp3z0kqVG1Fxk4Mnzn8,5384
|
|
241
|
-
bpy/ops/mesh/__init__.pyi,sha256=
|
|
241
|
+
bpy/ops/mesh/__init__.pyi,sha256=Z10PB4bFyJJHMUPrKaUMb3ZSyybC7ukhyVfE9bzwBl8,156206
|
|
242
242
|
bpy/ops/nla/__init__.pyi,sha256=uhpT_iNKbnI3zN0dI3_w4ZuEeBSGy_2Z4eUsTTj3z48,24221
|
|
243
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
244
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
243
|
+
bpy/ops/node/__init__.pyi,sha256=3P5RJJLhHtwason9eKv2W9UAU16jKsiipNFstrmKNDQ,69731
|
|
244
|
+
bpy/ops/object/__init__.pyi,sha256=FX1sG0IIC5soGl07JkQTKUxuGJ0HHTgtX4R67zXGojc,203427
|
|
245
245
|
bpy/ops/outliner/__init__.pyi,sha256=o5OxwPlRmadDEhvCUSmt8u1aJ8euFSCV-UYCknYymdI,38952
|
|
246
246
|
bpy/ops/paint/__init__.pyi,sha256=CwUI97PIYq0-IiQu9oZBP1cvc62P4wSTDyPbnILs5EI,44921
|
|
247
247
|
bpy/ops/paintcurve/__init__.pyi,sha256=ej9Ou29-VVY4oHCAsSmdBtOjcO0ZQpQdsBSzfDKYMJw,4261
|
|
@@ -271,13 +271,13 @@ bpy/ops/uilist/__init__.pyi,sha256=L4xQFB8gZEK8eR2tymJBIVwALoVQLh9gwGkIjDzORyI,2
|
|
|
271
271
|
bpy/ops/uv/__init__.pyi,sha256=ociGOFaeH4aChcVFMtC167ZWtM4roFQveDgKiqbAK3c,52706
|
|
272
272
|
bpy/ops/view2d/__init__.pyi,sha256=UWYslz64I_HIULKVyiYd9bVK38ypxss_9EZySgQkyuI,9137
|
|
273
273
|
bpy/ops/view3d/__init__.pyi,sha256=2lr2OOlmYao1DxhG3UugV_WXB8IViYGBL5WXvxHUXOE,41228
|
|
274
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
274
|
+
bpy/ops/wm/__init__.pyi,sha256=MKf0TcpQQxZ2cFef2n6kr7vJP6weAAyN1CrflXzEHZ4,229727
|
|
275
275
|
bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJY,3133
|
|
276
276
|
bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
|
|
277
277
|
bpy/path/__init__.pyi,sha256=lXSqQ4p4zukM_-6TaN4v7lNWFVY0xbYGMkOVLpkbpsI,5444
|
|
278
278
|
bpy/props/__init__.pyi,sha256=jUUCk6C-K0f8Qt8-ln9GB_IH0NteN6meCPjr2spyhq4,29439
|
|
279
|
-
bpy/types/__init__.pyi,sha256=
|
|
280
|
-
bpy/typing/__init__.pyi,sha256=
|
|
279
|
+
bpy/types/__init__.pyi,sha256=iPWFc2Rsde9MiftRwFMftvw_CxkgIhm5m_GV5jTN4WI,5368640
|
|
280
|
+
bpy/typing/__init__.pyi,sha256=saOMrWBpgUikk_3A4S6Wu0js082MkjXgbnTpUTlcAJ4,138032
|
|
281
281
|
bpy/utils/__init__.pyi,sha256=AEb3oVPPh_gqLyKORj6rsxDPWvXIHjqp_eME3z98GcM,13117
|
|
282
282
|
bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
|
|
283
283
|
bpy/utils/units/__init__.pyi,sha256=r9G6UXferw_5pDijn-FmpyhYSnEng3_y-5apdkPAKl0,2631
|
|
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
|
|
|
359
359
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
360
|
rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
|
|
361
361
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
365
|
-
fake_bpy_module-
|
|
362
|
+
fake_bpy_module-20241008.dist-info/METADATA,sha256=vyS7Pj611yov8k4dLLRv7CqO59CY533xht9_kVEvnSs,7289
|
|
363
|
+
fake_bpy_module-20241008.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
364
|
+
fake_bpy_module-20241008.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
365
|
+
fake_bpy_module-20241008.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|