fake-bpy-module 20240916__py3-none-any.whl → 20240917__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/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +5 -90
- bl_ui/space_topbar/__init__.pyi +35 -0
- bl_ui/space_view3d/__init__.pyi +28 -0
- bpy/types/__init__.pyi +47 -22
- {fake_bpy_module-20240916.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240916.dist-info → fake_bpy_module-20240917.dist-info}/RECORD +10 -10
- {fake_bpy_module-20240916.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
- gpu/state/__init__.pyi +3 -3
- {fake_bpy_module-20240916.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
|
@@ -117,13 +117,7 @@ class _defs_annotate:
|
|
|
117
117
|
:param tool:
|
|
118
118
|
"""
|
|
119
119
|
|
|
120
|
-
class _defs_curves_sculpt:
|
|
121
|
-
@staticmethod
|
|
122
|
-
def generate_from_brushes(context):
|
|
123
|
-
"""
|
|
124
|
-
|
|
125
|
-
:param context:
|
|
126
|
-
"""
|
|
120
|
+
class _defs_curves_sculpt: ...
|
|
127
121
|
|
|
128
122
|
class _defs_edit_armature:
|
|
129
123
|
bone_envelope: typing.Any
|
|
@@ -201,13 +195,6 @@ class _defs_gpencil_paint:
|
|
|
201
195
|
line: typing.Any
|
|
202
196
|
polyline: typing.Any
|
|
203
197
|
|
|
204
|
-
@staticmethod
|
|
205
|
-
def generate_from_brushes(context):
|
|
206
|
-
"""
|
|
207
|
-
|
|
208
|
-
:param context:
|
|
209
|
-
"""
|
|
210
|
-
|
|
211
198
|
@staticmethod
|
|
212
199
|
def gpencil_primitive_toolbar(context, layout, _tool, props):
|
|
213
200
|
"""
|
|
@@ -219,13 +206,6 @@ class _defs_gpencil_paint:
|
|
|
219
206
|
"""
|
|
220
207
|
|
|
221
208
|
class _defs_gpencil_sculpt:
|
|
222
|
-
@staticmethod
|
|
223
|
-
def generate_from_brushes(context):
|
|
224
|
-
"""
|
|
225
|
-
|
|
226
|
-
:param context:
|
|
227
|
-
"""
|
|
228
|
-
|
|
229
209
|
@staticmethod
|
|
230
210
|
def poll_select_mask(context):
|
|
231
211
|
"""
|
|
@@ -234,13 +214,6 @@ class _defs_gpencil_sculpt:
|
|
|
234
214
|
"""
|
|
235
215
|
|
|
236
216
|
class _defs_gpencil_vertex:
|
|
237
|
-
@staticmethod
|
|
238
|
-
def generate_from_brushes(context):
|
|
239
|
-
"""
|
|
240
|
-
|
|
241
|
-
:param context:
|
|
242
|
-
"""
|
|
243
|
-
|
|
244
217
|
@staticmethod
|
|
245
218
|
def poll_select_mask(context):
|
|
246
219
|
"""
|
|
@@ -248,13 +221,7 @@ class _defs_gpencil_vertex:
|
|
|
248
221
|
:param context:
|
|
249
222
|
"""
|
|
250
223
|
|
|
251
|
-
class _defs_gpencil_weight:
|
|
252
|
-
@staticmethod
|
|
253
|
-
def generate_from_brushes(context):
|
|
254
|
-
"""
|
|
255
|
-
|
|
256
|
-
:param context:
|
|
257
|
-
"""
|
|
224
|
+
class _defs_gpencil_weight: ...
|
|
258
225
|
|
|
259
226
|
class _defs_grease_pencil_edit:
|
|
260
227
|
interpolate: typing.Any
|
|
@@ -270,13 +237,6 @@ class _defs_grease_pencil_paint:
|
|
|
270
237
|
polyline: typing.Any
|
|
271
238
|
trim: typing.Any
|
|
272
239
|
|
|
273
|
-
@staticmethod
|
|
274
|
-
def generate_from_brushes(context):
|
|
275
|
-
"""
|
|
276
|
-
|
|
277
|
-
:param context:
|
|
278
|
-
"""
|
|
279
|
-
|
|
280
240
|
@staticmethod
|
|
281
241
|
def grease_pencil_primitive_toolbar(context, layout, _tool, props):
|
|
282
242
|
"""
|
|
@@ -288,13 +248,6 @@ class _defs_grease_pencil_paint:
|
|
|
288
248
|
"""
|
|
289
249
|
|
|
290
250
|
class _defs_grease_pencil_sculpt:
|
|
291
|
-
@staticmethod
|
|
292
|
-
def generate_from_brushes(context):
|
|
293
|
-
"""
|
|
294
|
-
|
|
295
|
-
:param context:
|
|
296
|
-
"""
|
|
297
|
-
|
|
298
251
|
@staticmethod
|
|
299
252
|
def poll_select_mask(context):
|
|
300
253
|
"""
|
|
@@ -303,13 +256,6 @@ class _defs_grease_pencil_sculpt:
|
|
|
303
256
|
"""
|
|
304
257
|
|
|
305
258
|
class _defs_grease_pencil_vertex:
|
|
306
|
-
@staticmethod
|
|
307
|
-
def generate_from_brushes(context):
|
|
308
|
-
"""
|
|
309
|
-
|
|
310
|
-
:param context:
|
|
311
|
-
"""
|
|
312
|
-
|
|
313
259
|
@staticmethod
|
|
314
260
|
def poll_select_mask(context):
|
|
315
261
|
"""
|
|
@@ -317,13 +263,7 @@ class _defs_grease_pencil_vertex:
|
|
|
317
263
|
:param context:
|
|
318
264
|
"""
|
|
319
265
|
|
|
320
|
-
class _defs_grease_pencil_weight:
|
|
321
|
-
@staticmethod
|
|
322
|
-
def generate_from_brushes(context):
|
|
323
|
-
"""
|
|
324
|
-
|
|
325
|
-
:param context:
|
|
326
|
-
"""
|
|
266
|
+
class _defs_grease_pencil_weight: ...
|
|
327
267
|
|
|
328
268
|
class _defs_image_generic:
|
|
329
269
|
cursor: typing.Any
|
|
@@ -412,13 +352,6 @@ class _defs_sculpt:
|
|
|
412
352
|
:param draw_popover:
|
|
413
353
|
"""
|
|
414
354
|
|
|
415
|
-
@staticmethod
|
|
416
|
-
def generate_from_brushes(context):
|
|
417
|
-
"""
|
|
418
|
-
|
|
419
|
-
:param context:
|
|
420
|
-
"""
|
|
421
|
-
|
|
422
355
|
class _defs_sequencer_generic:
|
|
423
356
|
blade: typing.Any
|
|
424
357
|
cursor: typing.Any
|
|
@@ -435,12 +368,7 @@ class _defs_sequencer_select:
|
|
|
435
368
|
select_timeline: typing.Any
|
|
436
369
|
|
|
437
370
|
class _defs_texture_paint:
|
|
438
|
-
|
|
439
|
-
def generate_from_brushes(context):
|
|
440
|
-
"""
|
|
441
|
-
|
|
442
|
-
:param context:
|
|
443
|
-
"""
|
|
371
|
+
brush: typing.Any
|
|
444
372
|
|
|
445
373
|
@staticmethod
|
|
446
374
|
def poll_select_mask(context):
|
|
@@ -466,13 +394,6 @@ class _defs_transform:
|
|
|
466
394
|
"""
|
|
467
395
|
|
|
468
396
|
class _defs_vertex_paint:
|
|
469
|
-
@staticmethod
|
|
470
|
-
def generate_from_brushes(context):
|
|
471
|
-
"""
|
|
472
|
-
|
|
473
|
-
:param context:
|
|
474
|
-
"""
|
|
475
|
-
|
|
476
397
|
@staticmethod
|
|
477
398
|
def poll_select_mask(context):
|
|
478
399
|
"""
|
|
@@ -523,13 +444,6 @@ class _defs_weight_paint:
|
|
|
523
444
|
sample_weight: typing.Any
|
|
524
445
|
sample_weight_group: typing.Any
|
|
525
446
|
|
|
526
|
-
@staticmethod
|
|
527
|
-
def generate_from_brushes(context):
|
|
528
|
-
"""
|
|
529
|
-
|
|
530
|
-
:param context:
|
|
531
|
-
"""
|
|
532
|
-
|
|
533
447
|
@staticmethod
|
|
534
448
|
def poll_select_tools(context):
|
|
535
449
|
"""
|
|
@@ -549,6 +463,7 @@ def generate_from_enum_ex(
|
|
|
549
463
|
icon_prefix,
|
|
550
464
|
type,
|
|
551
465
|
attr,
|
|
466
|
+
options,
|
|
552
467
|
cursor="DEFAULT",
|
|
553
468
|
tooldef_keywords=None,
|
|
554
469
|
icon_map=None,
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -593,6 +593,41 @@ class TOPBAR_PT_gpencil_primitive(bpy.types.Panel):
|
|
|
593
593
|
:param context:
|
|
594
594
|
"""
|
|
595
595
|
|
|
596
|
+
class TOPBAR_PT_grease_pencil_layers(bpy.types.Panel):
|
|
597
|
+
bl_label: typing.Any
|
|
598
|
+
bl_region_type: typing.Any
|
|
599
|
+
bl_rna: typing.Any
|
|
600
|
+
bl_space_type: typing.Any
|
|
601
|
+
bl_ui_units_x: typing.Any
|
|
602
|
+
id_data: typing.Any
|
|
603
|
+
|
|
604
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
605
|
+
"""
|
|
606
|
+
|
|
607
|
+
:return: The RNA type or default when not found.
|
|
608
|
+
:rtype: bpy.types.Struct
|
|
609
|
+
"""
|
|
610
|
+
|
|
611
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
612
|
+
"""
|
|
613
|
+
|
|
614
|
+
:return: The class or default when not found.
|
|
615
|
+
:rtype: typing.Any
|
|
616
|
+
"""
|
|
617
|
+
|
|
618
|
+
def draw(self, context):
|
|
619
|
+
"""
|
|
620
|
+
|
|
621
|
+
:param context:
|
|
622
|
+
"""
|
|
623
|
+
|
|
624
|
+
@classmethod
|
|
625
|
+
def poll(cls, context):
|
|
626
|
+
"""
|
|
627
|
+
|
|
628
|
+
:param context:
|
|
629
|
+
"""
|
|
630
|
+
|
|
596
631
|
class TOPBAR_PT_name(bpy.types.Panel):
|
|
597
632
|
bl_label: typing.Any
|
|
598
633
|
bl_region_type: typing.Any
|
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -6086,6 +6086,34 @@ class VIEW3D_PT_greasepencil_sculpt_context_menu(bpy.types.Panel):
|
|
|
6086
6086
|
:param context:
|
|
6087
6087
|
"""
|
|
6088
6088
|
|
|
6089
|
+
class VIEW3D_PT_greasepencil_vertex_paint_context_menu(bpy.types.Panel):
|
|
6090
|
+
bl_label: typing.Any
|
|
6091
|
+
bl_region_type: typing.Any
|
|
6092
|
+
bl_rna: typing.Any
|
|
6093
|
+
bl_space_type: typing.Any
|
|
6094
|
+
bl_ui_units_x: typing.Any
|
|
6095
|
+
id_data: typing.Any
|
|
6096
|
+
|
|
6097
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
6098
|
+
"""
|
|
6099
|
+
|
|
6100
|
+
:return: The RNA type or default when not found.
|
|
6101
|
+
:rtype: bpy.types.Struct
|
|
6102
|
+
"""
|
|
6103
|
+
|
|
6104
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6105
|
+
"""
|
|
6106
|
+
|
|
6107
|
+
:return: The class or default when not found.
|
|
6108
|
+
:rtype: typing.Any
|
|
6109
|
+
"""
|
|
6110
|
+
|
|
6111
|
+
def draw(self, context):
|
|
6112
|
+
"""
|
|
6113
|
+
|
|
6114
|
+
:param context:
|
|
6115
|
+
"""
|
|
6116
|
+
|
|
6089
6117
|
class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
|
|
6090
6118
|
bl_label: typing.Any
|
|
6091
6119
|
bl_region_type: typing.Any
|
bpy/types/__init__.pyi
CHANGED
|
@@ -174442,7 +174442,7 @@ class NlaStrip(bpy_struct):
|
|
|
174442
174442
|
"""
|
|
174443
174443
|
|
|
174444
174444
|
action_slots: bpy_prop_collection[ActionSlot]
|
|
174445
|
-
""" The list action slots suitable for this NLA strip
|
|
174445
|
+
""" The list of action slots suitable for this NLA strip
|
|
174446
174446
|
|
|
174447
174447
|
:type: bpy_prop_collection[ActionSlot]
|
|
174448
174448
|
"""
|
|
@@ -226716,6 +226716,12 @@ class WorkSpace(ID, bpy_struct):
|
|
|
226716
226716
|
"""
|
|
226717
226717
|
|
|
226718
226718
|
class WorkSpaceTool(bpy_struct):
|
|
226719
|
+
brush_type: str
|
|
226720
|
+
""" If the tool uses brushes and is limited to a specific brush type, the identifier of the brush type
|
|
226721
|
+
|
|
226722
|
+
:type: str
|
|
226723
|
+
"""
|
|
226724
|
+
|
|
226719
226725
|
has_datablock: bool
|
|
226720
226726
|
"""
|
|
226721
226727
|
|
|
@@ -226752,6 +226758,12 @@ class WorkSpaceTool(bpy_struct):
|
|
|
226752
226758
|
:type: bpy.typing.SpaceTypeItems
|
|
226753
226759
|
"""
|
|
226754
226760
|
|
|
226761
|
+
use_brushes: bool
|
|
226762
|
+
"""
|
|
226763
|
+
|
|
226764
|
+
:type: bool
|
|
226765
|
+
"""
|
|
226766
|
+
|
|
226755
226767
|
use_paint_canvas: bool
|
|
226756
226768
|
""" Does this tool use a painting canvas
|
|
226757
226769
|
|
|
@@ -226770,35 +226782,44 @@ class WorkSpaceTool(bpy_struct):
|
|
|
226770
226782
|
cursor: bpy.typing.WindowCursorItems | None = "DEFAULT",
|
|
226771
226783
|
keymap: str = "",
|
|
226772
226784
|
gizmo_group: str = "",
|
|
226785
|
+
brush_type: str = "",
|
|
226773
226786
|
data_block: str = "",
|
|
226774
226787
|
operator: str = "",
|
|
226775
226788
|
index: int | None = 0,
|
|
226776
|
-
options: set[typing.Literal["KEYMAP_FALLBACK"]] | None = {},
|
|
226789
|
+
options: set[typing.Literal["KEYMAP_FALLBACK", "USE_BRUSHES"]] | None = {},
|
|
226777
226790
|
idname_fallback: str = "",
|
|
226778
226791
|
keymap_fallback: str = "",
|
|
226779
226792
|
):
|
|
226780
226793
|
"""Set the tool settings
|
|
226781
226794
|
|
|
226782
|
-
|
|
226783
|
-
|
|
226784
|
-
|
|
226785
|
-
|
|
226786
|
-
|
|
226787
|
-
|
|
226788
|
-
|
|
226789
|
-
|
|
226790
|
-
|
|
226791
|
-
|
|
226792
|
-
|
|
226793
|
-
|
|
226794
|
-
|
|
226795
|
-
|
|
226796
|
-
|
|
226797
|
-
|
|
226798
|
-
|
|
226799
|
-
|
|
226800
|
-
|
|
226801
|
-
|
|
226795
|
+
:param idname: Identifier
|
|
226796
|
+
:type idname: str
|
|
226797
|
+
:param cursor: cursor
|
|
226798
|
+
:type cursor: bpy.typing.WindowCursorItems | None
|
|
226799
|
+
:param keymap: Key Map
|
|
226800
|
+
:type keymap: str
|
|
226801
|
+
:param gizmo_group: Gizmo Group
|
|
226802
|
+
:type gizmo_group: str
|
|
226803
|
+
:param brush_type: Brush Type
|
|
226804
|
+
:type brush_type: str
|
|
226805
|
+
:param data_block: Data Block
|
|
226806
|
+
:type data_block: str
|
|
226807
|
+
:param operator: Operator
|
|
226808
|
+
:type operator: str
|
|
226809
|
+
:param index: Index
|
|
226810
|
+
:type index: int | None
|
|
226811
|
+
:param options: Tool Options
|
|
226812
|
+
|
|
226813
|
+
KEYMAP_FALLBACK
|
|
226814
|
+
Fallback.
|
|
226815
|
+
|
|
226816
|
+
USE_BRUSHES
|
|
226817
|
+
Uses Brushes -- Allow this tool to use brushes via the asset system.
|
|
226818
|
+
:type options: set[typing.Literal['KEYMAP_FALLBACK','USE_BRUSHES']] | None
|
|
226819
|
+
:param idname_fallback: Fallback Identifier
|
|
226820
|
+
:type idname_fallback: str
|
|
226821
|
+
:param keymap_fallback: Fallback Key Map
|
|
226822
|
+
:type keymap_fallback: str
|
|
226802
226823
|
"""
|
|
226803
226824
|
|
|
226804
226825
|
def operator_properties(self, operator: str) -> OperatorProperties:
|
|
@@ -230599,6 +230620,8 @@ TOPBAR_PT_gpencil_primitive: bl_ui.space_topbar.TOPBAR_PT_gpencil_primitive
|
|
|
230599
230620
|
|
|
230600
230621
|
TOPBAR_PT_gpencil_vertexcolor: bl_ui.space_view3d.TOPBAR_PT_gpencil_vertexcolor
|
|
230601
230622
|
|
|
230623
|
+
TOPBAR_PT_grease_pencil_layers: bl_ui.space_topbar.TOPBAR_PT_grease_pencil_layers
|
|
230624
|
+
|
|
230602
230625
|
TOPBAR_PT_grease_pencil_vertex_color: bl_ui.space_view3d.TOPBAR_PT_grease_pencil_vertex_color
|
|
230603
230626
|
|
|
230604
230627
|
TOPBAR_PT_name: bl_ui.space_topbar.TOPBAR_PT_name
|
|
@@ -231299,6 +231322,8 @@ VIEW3D_PT_greasepencil_draw_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepen
|
|
|
231299
231322
|
|
|
231300
231323
|
VIEW3D_PT_greasepencil_sculpt_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepencil_sculpt_context_menu
|
|
231301
231324
|
|
|
231325
|
+
VIEW3D_PT_greasepencil_vertex_paint_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepencil_vertex_paint_context_menu
|
|
231326
|
+
|
|
231302
231327
|
VIEW3D_PT_mask: bl_ui.space_view3d_toolbar.VIEW3D_PT_mask
|
|
231303
231328
|
|
|
231304
231329
|
VIEW3D_PT_object_type_visibility: bl_ui.space_view3d.VIEW3D_PT_object_type_visibility
|
|
@@ -169,11 +169,11 @@ bl_ui/space_spreadsheet/__init__.pyi,sha256=ITYKpHF1MO84mOt3wb6przXiA-AK0kgOzQcA
|
|
|
169
169
|
bl_ui/space_statusbar/__init__.pyi,sha256=G_r4_Njj_svu5MiNIxH6spi3avNlRY_YAfXpnSFSi9M,708
|
|
170
170
|
bl_ui/space_text/__init__.pyi,sha256=G01tBVrLGqm4BVjlNUpLAVxxDyiDHuz90p4zmrcfb1g,8896
|
|
171
171
|
bl_ui/space_time/__init__.pyi,sha256=Ge8MwUuHOTY3EixFvUWnq9ob4JTKAbfWfY-O_uqMcKw,4820
|
|
172
|
-
bl_ui/space_toolsystem_common/__init__.pyi,sha256=
|
|
173
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
174
|
-
bl_ui/space_topbar/__init__.pyi,sha256=
|
|
172
|
+
bl_ui/space_toolsystem_common/__init__.pyi,sha256=abrifwmgtCveVHdccthk4j2rSigku8mdbbMnFj0JkSg,3282
|
|
173
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=2w_WaPwRyWm3g0JHYJcY_jRV-kFXMFMllOIAU24yDJ4,10198
|
|
174
|
+
bl_ui/space_topbar/__init__.pyi,sha256=jWyCAbTF59u8P6wWI1vnAExA6G4h3R9lfz0oJqTzw8A,16272
|
|
175
175
|
bl_ui/space_userpref/__init__.pyi,sha256=ff_B7lec7U70kz7SxhTuqZ8vDuD6qyVrSfomSuinU48,79803
|
|
176
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
176
|
+
bl_ui/space_view3d/__init__.pyi,sha256=MrOMyyHQoNch6SQnO8J5eEyp7hsTaxItGkFDwH5KDb0,167129
|
|
177
177
|
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=M4yND5st1ffe99KIOCaN7DdWzS654od07ICrVzbLTOo,76770
|
|
178
178
|
bl_ui/utils/__init__.pyi,sha256=55bZUPV0EeOSJ5WvnyEYwQtGawr4Nu110nWDvLLFllY,580
|
|
179
179
|
bl_ui_utils/__init__.pyi,sha256=_QetgSPB4jyoyKrly7CQ-sgTKEAL-ynTPw-eW0NaN3s,190
|
|
@@ -276,7 +276,7 @@ bpy/ops/workspace/__init__.pyi,sha256=N3uQf3eYbGlIlTqthqc6N69TCvBi-SmxXCH8GLV-ti
|
|
|
276
276
|
bpy/ops/world/__init__.pyi,sha256=K3fYZgPYXVbFluCdb4kdprc_jeL5FyxEc_cBnSHIBpg,1015
|
|
277
277
|
bpy/path/__init__.pyi,sha256=spEkOkkdGUGsjGXlhxQD6pQYttj2OEvIu_xurlHRhJY,5499
|
|
278
278
|
bpy/props/__init__.pyi,sha256=8BAhHyAQjGfUSnFR7WlPF6a6hXiwmKgQvfvIN1gZnI0,29536
|
|
279
|
-
bpy/types/__init__.pyi,sha256=
|
|
279
|
+
bpy/types/__init__.pyi,sha256=M8WQwy59J-TLnXKoXz5E6vXV8iWYkqhTfF1W_HEbJhk,5312929
|
|
280
280
|
bpy/typing/__init__.pyi,sha256=AMxpmCxLOmK81jpAmC6wreGhX15naHGEAThLn3AdilI,54308
|
|
281
281
|
bpy/utils/__init__.pyi,sha256=eRH_LptFruPjTR0_1fQJ0WEetKTcZHblC5A0ZvOK3js,13214
|
|
282
282
|
bpy/utils/previews/__init__.pyi,sha256=Y28DInfByVAVwhh_xaDZJTZHHxKN-xx4hl2ulO2dA4c,2377
|
|
@@ -321,7 +321,7 @@ gpu/matrix/__init__.pyi,sha256=k5WOaL85OCxRO44SXJkDI2EZclESeouEjOpH-NO8DSo,2642
|
|
|
321
321
|
gpu/platform/__init__.pyi,sha256=uNFvFIKOMunVzx9bBoVeFCDEZ_ZNcX5C2Ef-GEzTl3Q,900
|
|
322
322
|
gpu/select/__init__.pyi,sha256=76N-K39hVbmQ6HIyVQPjG3hp-nNQ1PpkStPdof-ushg,304
|
|
323
323
|
gpu/shader/__init__.pyi,sha256=n5EAlmLHh6L8xkqnLFSq3BdqQvoGJRUOBme86BYzi1g,2104
|
|
324
|
-
gpu/state/__init__.pyi,sha256=
|
|
324
|
+
gpu/state/__init__.pyi,sha256=RjaH8R4I49Y1Nza08NRpbCIZC4GgfwfNTsvVyFNcKnc,4371
|
|
325
325
|
gpu/texture/__init__.pyi,sha256=zOCJto_-e0oc2NKKKkwjrxpURGplUBRJwiu6t8rn3N0,738
|
|
326
326
|
gpu/types/__init__.pyi,sha256=3om9AnjFjQRw3G1f9xMlMB2EXKKvLhQ2A6exFuUIZBQ,26936
|
|
327
327
|
gpu_extras/__init__.pyi,sha256=_XxAOCPctcHzqB31TYxVugz2XKY8ZwciRm46AGTMdrM,310
|
|
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=Ci_6Iu0iI1Cls7T3pAODDzDgytYK7SGpUvKTeXEQlNc,1378
|
|
|
359
359
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
360
|
rna_xml/__init__.pyi,sha256=njhax4JCSOZrAcxAQfy7gGHrsLRyX6yspwtPhcR7nnE,674
|
|
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-20240917.dist-info/METADATA,sha256=DQttr9H6Ft0SfiSW8l0NBwDQ2xx6te1UsJjwYJUE44Y,7289
|
|
363
|
+
fake_bpy_module-20240917.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
364
|
+
fake_bpy_module-20240917.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
365
|
+
fake_bpy_module-20240917.dist-info/RECORD,,
|
gpu/state/__init__.pyi
CHANGED
|
@@ -10,6 +10,9 @@ import typing_extensions
|
|
|
10
10
|
_GenericType1 = typing.TypeVar("_GenericType1")
|
|
11
11
|
_GenericType2 = typing.TypeVar("_GenericType2")
|
|
12
12
|
|
|
13
|
+
def active_framebuffer_get(enable):
|
|
14
|
+
"""Return the active frame-buffer in context."""
|
|
15
|
+
|
|
13
16
|
def blend_get():
|
|
14
17
|
"""Current blending equation."""
|
|
15
18
|
|
|
@@ -65,9 +68,6 @@ def depth_test_set(mode: str):
|
|
|
65
68
|
def face_culling_set(culling):
|
|
66
69
|
"""Specify whether none, front-facing or back-facing facets can be culled."""
|
|
67
70
|
|
|
68
|
-
def framebuffer_active_get(enable):
|
|
69
|
-
"""Return the active frame-buffer in context."""
|
|
70
|
-
|
|
71
71
|
def front_facing_set(invert):
|
|
72
72
|
"""Specifies the orientation of front-facing polygons.
|
|
73
73
|
|
|
File without changes
|