fake-bpy-module 20241004__py3-none-any.whl → 20241009__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/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 +43 -718
- bl_ui/space_view3d_toolbar/__init__.pyi +0 -28
- bpy/ops/anim/__init__.pyi +0 -12
- 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/object/__init__.pyi +3 -66
- bpy/ops/wm/__init__.pyi +0 -357
- bpy/types/__init__.pyi +29827 -30071
- bpy/typing/__init__.pyi +8 -8
- {fake_bpy_module-20241004.dist-info → fake_bpy_module-20241009.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241004.dist-info → fake_bpy_module-20241009.dist-info}/RECORD +21 -21
- mathutils/__init__.pyi +13 -0
- {fake_bpy_module-20241004.dist-info → fake_bpy_module-20241009.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241004.dist-info → fake_bpy_module-20241009.dist-info}/top_level.txt +0 -0
|
@@ -166,62 +166,6 @@ class _defs_edit_mesh:
|
|
|
166
166
|
class _defs_edit_text:
|
|
167
167
|
select_text: typing.Any
|
|
168
168
|
|
|
169
|
-
class _defs_gpencil_edit:
|
|
170
|
-
bend: typing.Any
|
|
171
|
-
box_select: typing.Any
|
|
172
|
-
circle_select: typing.Any
|
|
173
|
-
extrude: typing.Any
|
|
174
|
-
interpolate: typing.Any
|
|
175
|
-
lasso_select: typing.Any
|
|
176
|
-
radius: typing.Any
|
|
177
|
-
select: typing.Any
|
|
178
|
-
shear: typing.Any
|
|
179
|
-
tosphere: typing.Any
|
|
180
|
-
transform_fill: typing.Any
|
|
181
|
-
|
|
182
|
-
def is_segment(self, context):
|
|
183
|
-
"""
|
|
184
|
-
|
|
185
|
-
:param context:
|
|
186
|
-
"""
|
|
187
|
-
|
|
188
|
-
class _defs_gpencil_paint:
|
|
189
|
-
arc: typing.Any
|
|
190
|
-
box: typing.Any
|
|
191
|
-
circle: typing.Any
|
|
192
|
-
curve: typing.Any
|
|
193
|
-
cutter: typing.Any
|
|
194
|
-
eyedropper: typing.Any
|
|
195
|
-
interpolate: typing.Any
|
|
196
|
-
line: typing.Any
|
|
197
|
-
polyline: typing.Any
|
|
198
|
-
|
|
199
|
-
@staticmethod
|
|
200
|
-
def gpencil_primitive_toolbar(context, layout, _tool, props):
|
|
201
|
-
"""
|
|
202
|
-
|
|
203
|
-
:param context:
|
|
204
|
-
:param layout:
|
|
205
|
-
:param _tool:
|
|
206
|
-
:param props:
|
|
207
|
-
"""
|
|
208
|
-
|
|
209
|
-
class _defs_gpencil_sculpt:
|
|
210
|
-
@staticmethod
|
|
211
|
-
def poll_select_mask(context):
|
|
212
|
-
"""
|
|
213
|
-
|
|
214
|
-
:param context:
|
|
215
|
-
"""
|
|
216
|
-
|
|
217
|
-
class _defs_gpencil_vertex:
|
|
218
|
-
@staticmethod
|
|
219
|
-
def poll_select_mask(context):
|
|
220
|
-
"""
|
|
221
|
-
|
|
222
|
-
:param context:
|
|
223
|
-
"""
|
|
224
|
-
|
|
225
169
|
class _defs_gpencil_weight: ...
|
|
226
170
|
|
|
227
171
|
class _defs_grease_pencil_edit:
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -520,49 +520,6 @@ class TOPBAR_MT_workspace_menu(bpy.types.Menu):
|
|
|
520
520
|
:param _context:
|
|
521
521
|
"""
|
|
522
522
|
|
|
523
|
-
class TOPBAR_PT_gpencil_layers(bpy.types.Panel):
|
|
524
|
-
bl_label: typing.Any
|
|
525
|
-
bl_region_type: typing.Any
|
|
526
|
-
bl_rna: typing.Any
|
|
527
|
-
bl_space_type: typing.Any
|
|
528
|
-
bl_ui_units_x: typing.Any
|
|
529
|
-
id_data: typing.Any
|
|
530
|
-
|
|
531
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
532
|
-
"""
|
|
533
|
-
|
|
534
|
-
:return: The RNA type or default when not found.
|
|
535
|
-
:rtype: bpy.types.Struct
|
|
536
|
-
"""
|
|
537
|
-
|
|
538
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
539
|
-
"""
|
|
540
|
-
|
|
541
|
-
:return: The class or default when not found.
|
|
542
|
-
:rtype: typing.Any
|
|
543
|
-
"""
|
|
544
|
-
|
|
545
|
-
def draw(self, context):
|
|
546
|
-
"""
|
|
547
|
-
|
|
548
|
-
:param context:
|
|
549
|
-
"""
|
|
550
|
-
|
|
551
|
-
def draw_layers(self, context, layout, gpd):
|
|
552
|
-
"""
|
|
553
|
-
|
|
554
|
-
:param context:
|
|
555
|
-
:param layout:
|
|
556
|
-
:param gpd:
|
|
557
|
-
"""
|
|
558
|
-
|
|
559
|
-
@classmethod
|
|
560
|
-
def poll(cls, context):
|
|
561
|
-
"""
|
|
562
|
-
|
|
563
|
-
:param context:
|
|
564
|
-
"""
|
|
565
|
-
|
|
566
523
|
class TOPBAR_PT_gpencil_primitive(bpy.types.Panel):
|
|
567
524
|
bl_label: typing.Any
|
|
568
525
|
bl_region_type: typing.Any
|