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.

@@ -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:
@@ -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