fake-bpy-module 20240717__py3-none-any.whl → 20240719__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.

Files changed (119) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/screen/__init__.pyi +6 -3
  112. bpy/types/__init__.pyi +77 -5
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  116. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ class ObjectModeOperator:
15
15
  """
16
16
  ...
17
17
 
18
- class QuickExplode(ObjectModeOperator):
18
+ class QuickExplode(ObjectModeOperator, bpy.types.Operator):
19
19
  """Make selected objects explode"""
20
20
 
21
21
  bl_idname: typing.Any
@@ -24,21 +24,6 @@ class QuickExplode(ObjectModeOperator):
24
24
  bl_rna: typing.Any
25
25
  id_data: typing.Any
26
26
 
27
- def as_keywords(self, *, ignore=()):
28
- """Return a copy of the properties as a dictionary
29
-
30
- :param ignore:
31
- """
32
- ...
33
-
34
- def as_pointer(self) -> int:
35
- """Returns the memory address which holds a pointer to Blender's internal data
36
-
37
- :return: int (memory address).
38
- :rtype: int
39
- """
40
- ...
41
-
42
27
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
43
28
  """
44
29
 
@@ -55,22 +40,6 @@ class QuickExplode(ObjectModeOperator):
55
40
  """
56
41
  ...
57
42
 
58
- def driver_add(self) -> bpy.types.FCurve:
59
- """Adds driver(s) to the given property
60
-
61
- :return: The driver(s) added.
62
- :rtype: bpy.types.FCurve
63
- """
64
- ...
65
-
66
- def driver_remove(self) -> bool:
67
- """Remove driver(s) from the given property
68
-
69
- :return: Success of driver removal.
70
- :rtype: bool
71
- """
72
- ...
73
-
74
43
  def execute(self, context):
75
44
  """
76
45
 
@@ -78,34 +47,6 @@ class QuickExplode(ObjectModeOperator):
78
47
  """
79
48
  ...
80
49
 
81
- def get(self):
82
- """Returns the value of the custom property assigned to key or default
83
- when not found (matches Python's dictionary function of the same name).
84
-
85
- """
86
- ...
87
-
88
- def id_properties_clear(self):
89
- """
90
-
91
- :return: Remove the parent group for an RNA struct's custom IDProperties.
92
- """
93
- ...
94
-
95
- def id_properties_ensure(self):
96
- """
97
-
98
- :return: the parent group for an RNA struct's custom IDProperties.
99
- """
100
- ...
101
-
102
- def id_properties_ui(self):
103
- """
104
-
105
- :return: Return an object used to manage an IDProperty's UI data.
106
- """
107
- ...
108
-
109
50
  def invoke(self, context, _event):
110
51
  """
111
52
 
@@ -114,130 +55,7 @@ class QuickExplode(ObjectModeOperator):
114
55
  """
115
56
  ...
116
57
 
117
- def is_property_hidden(self) -> bool:
118
- """Check if a property is hidden.
119
-
120
- :return: True when the property is hidden.
121
- :rtype: bool
122
- """
123
- ...
124
-
125
- def is_property_overridable_library(self) -> bool:
126
- """Check if a property is overridable.
127
-
128
- :return: True when the property is overridable.
129
- :rtype: bool
130
- """
131
- ...
132
-
133
- def is_property_readonly(self) -> bool:
134
- """Check if a property is readonly.
135
-
136
- :return: True when the property is readonly (not writable).
137
- :rtype: bool
138
- """
139
- ...
140
-
141
- def is_property_set(self) -> bool:
142
- """Check if a property is set, use for testing operator properties.
143
-
144
- :return: True when the property has been set.
145
- :rtype: bool
146
- """
147
- ...
148
-
149
- def items(self):
150
- """Returns the items of this objects custom properties (matches Python's
151
- dictionary function of the same name).
152
-
153
- :return: custom property key, value pairs.
154
- """
155
- ...
156
-
157
- def keyframe_delete(self) -> bool:
158
- """Remove a keyframe from this properties fcurve.
159
-
160
- :return: Success of keyframe deletion.
161
- :rtype: bool
162
- """
163
- ...
164
-
165
- def keyframe_insert(self) -> bool:
166
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
167
-
168
- :return: Success of keyframe insertion.
169
- :rtype: bool
170
- """
171
- ...
172
-
173
- def keys(self):
174
- """Returns the keys of this objects custom properties (matches Python's
175
- dictionary function of the same name).
176
-
177
- :return: custom property keys.
178
- """
179
- ...
180
-
181
- def path_from_id(self) -> str:
182
- """Returns the data path from the ID to this object (string).
183
-
184
- :return: The path from `bpy.types.bpy_struct.id_data`
185
- to this struct and property (when given).
186
- :rtype: str
187
- """
188
- ...
189
-
190
- def path_resolve(self):
191
- """Returns the property from the path, raise an exception when not found."""
192
- ...
193
-
194
- def poll(self, context):
195
- """
196
-
197
- :param context:
198
- """
199
- ...
200
-
201
- def poll_message_set(self):
202
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
203
- ...
204
-
205
- def pop(self):
206
- """Remove and return the value of the custom property assigned to key or default
207
- when not found (matches Python's dictionary function of the same name).
208
-
209
- """
210
- ...
211
-
212
- def property_overridable_library_set(self) -> bool:
213
- """Define a property as overridable or not (only for custom properties!).
214
-
215
- :return: True when the overridable status of the property was successfully set.
216
- :rtype: bool
217
- """
218
- ...
219
-
220
- def property_unset(self):
221
- """Unset a property, will use default value afterward."""
222
- ...
223
-
224
- def type_recast(self):
225
- """Return a new instance, this is needed because types
226
- such as textures can be changed at runtime.
227
-
228
- :return: a new instance of this object with the type initialized again.
229
- """
230
- ...
231
-
232
- def values(self):
233
- """Returns the values of this objects custom properties (matches Python's
234
- dictionary function of the same name).
235
-
236
- :return: custom property values.
237
- """
238
- ...
239
-
240
- class QuickFur(ObjectModeOperator):
58
+ class QuickFur(ObjectModeOperator, bpy.types.Operator):
241
59
  """Add a fur setup to the selected objects"""
242
60
 
243
61
  bl_idname: typing.Any
@@ -246,21 +64,6 @@ class QuickFur(ObjectModeOperator):
246
64
  bl_rna: typing.Any
247
65
  id_data: typing.Any
248
66
 
249
- def as_keywords(self, *, ignore=()):
250
- """Return a copy of the properties as a dictionary
251
-
252
- :param ignore:
253
- """
254
- ...
255
-
256
- def as_pointer(self) -> int:
257
- """Returns the memory address which holds a pointer to Blender's internal data
258
-
259
- :return: int (memory address).
260
- :rtype: int
261
- """
262
- ...
263
-
264
67
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
265
68
  """
266
69
 
@@ -277,22 +80,6 @@ class QuickFur(ObjectModeOperator):
277
80
  """
278
81
  ...
279
82
 
280
- def driver_add(self) -> bpy.types.FCurve:
281
- """Adds driver(s) to the given property
282
-
283
- :return: The driver(s) added.
284
- :rtype: bpy.types.FCurve
285
- """
286
- ...
287
-
288
- def driver_remove(self) -> bool:
289
- """Remove driver(s) from the given property
290
-
291
- :return: Success of driver removal.
292
- :rtype: bool
293
- """
294
- ...
295
-
296
83
  def execute(self, context):
297
84
  """
298
85
 
@@ -300,158 +87,7 @@ class QuickFur(ObjectModeOperator):
300
87
  """
301
88
  ...
302
89
 
303
- def get(self):
304
- """Returns the value of the custom property assigned to key or default
305
- when not found (matches Python's dictionary function of the same name).
306
-
307
- """
308
- ...
309
-
310
- def id_properties_clear(self):
311
- """
312
-
313
- :return: Remove the parent group for an RNA struct's custom IDProperties.
314
- """
315
- ...
316
-
317
- def id_properties_ensure(self):
318
- """
319
-
320
- :return: the parent group for an RNA struct's custom IDProperties.
321
- """
322
- ...
323
-
324
- def id_properties_ui(self):
325
- """
326
-
327
- :return: Return an object used to manage an IDProperty's UI data.
328
- """
329
- ...
330
-
331
- def is_property_hidden(self) -> bool:
332
- """Check if a property is hidden.
333
-
334
- :return: True when the property is hidden.
335
- :rtype: bool
336
- """
337
- ...
338
-
339
- def is_property_overridable_library(self) -> bool:
340
- """Check if a property is overridable.
341
-
342
- :return: True when the property is overridable.
343
- :rtype: bool
344
- """
345
- ...
346
-
347
- def is_property_readonly(self) -> bool:
348
- """Check if a property is readonly.
349
-
350
- :return: True when the property is readonly (not writable).
351
- :rtype: bool
352
- """
353
- ...
354
-
355
- def is_property_set(self) -> bool:
356
- """Check if a property is set, use for testing operator properties.
357
-
358
- :return: True when the property has been set.
359
- :rtype: bool
360
- """
361
- ...
362
-
363
- def items(self):
364
- """Returns the items of this objects custom properties (matches Python's
365
- dictionary function of the same name).
366
-
367
- :return: custom property key, value pairs.
368
- """
369
- ...
370
-
371
- def keyframe_delete(self) -> bool:
372
- """Remove a keyframe from this properties fcurve.
373
-
374
- :return: Success of keyframe deletion.
375
- :rtype: bool
376
- """
377
- ...
378
-
379
- def keyframe_insert(self) -> bool:
380
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
381
-
382
- :return: Success of keyframe insertion.
383
- :rtype: bool
384
- """
385
- ...
386
-
387
- def keys(self):
388
- """Returns the keys of this objects custom properties (matches Python's
389
- dictionary function of the same name).
390
-
391
- :return: custom property keys.
392
- """
393
- ...
394
-
395
- def path_from_id(self) -> str:
396
- """Returns the data path from the ID to this object (string).
397
-
398
- :return: The path from `bpy.types.bpy_struct.id_data`
399
- to this struct and property (when given).
400
- :rtype: str
401
- """
402
- ...
403
-
404
- def path_resolve(self):
405
- """Returns the property from the path, raise an exception when not found."""
406
- ...
407
-
408
- def poll(self, context):
409
- """
410
-
411
- :param context:
412
- """
413
- ...
414
-
415
- def poll_message_set(self):
416
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
417
- ...
418
-
419
- def pop(self):
420
- """Remove and return the value of the custom property assigned to key or default
421
- when not found (matches Python's dictionary function of the same name).
422
-
423
- """
424
- ...
425
-
426
- def property_overridable_library_set(self) -> bool:
427
- """Define a property as overridable or not (only for custom properties!).
428
-
429
- :return: True when the overridable status of the property was successfully set.
430
- :rtype: bool
431
- """
432
- ...
433
-
434
- def property_unset(self):
435
- """Unset a property, will use default value afterward."""
436
- ...
437
-
438
- def type_recast(self):
439
- """Return a new instance, this is needed because types
440
- such as textures can be changed at runtime.
441
-
442
- :return: a new instance of this object with the type initialized again.
443
- """
444
- ...
445
-
446
- def values(self):
447
- """Returns the values of this objects custom properties (matches Python's
448
- dictionary function of the same name).
449
-
450
- :return: custom property values.
451
- """
452
- ...
453
-
454
- class QuickLiquid:
90
+ class QuickLiquid(bpy.types.Operator):
455
91
  """Make selected objects liquid"""
456
92
 
457
93
  bl_idname: typing.Any
@@ -460,21 +96,6 @@ class QuickLiquid:
460
96
  bl_rna: typing.Any
461
97
  id_data: typing.Any
462
98
 
463
- def as_keywords(self, *, ignore=()):
464
- """Return a copy of the properties as a dictionary
465
-
466
- :param ignore:
467
- """
468
- ...
469
-
470
- def as_pointer(self) -> int:
471
- """Returns the memory address which holds a pointer to Blender's internal data
472
-
473
- :return: int (memory address).
474
- :rtype: int
475
- """
476
- ...
477
-
478
99
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
479
100
  """
480
101
 
@@ -491,22 +112,6 @@ class QuickLiquid:
491
112
  """
492
113
  ...
493
114
 
494
- def driver_add(self) -> bpy.types.FCurve:
495
- """Adds driver(s) to the given property
496
-
497
- :return: The driver(s) added.
498
- :rtype: bpy.types.FCurve
499
- """
500
- ...
501
-
502
- def driver_remove(self) -> bool:
503
- """Remove driver(s) from the given property
504
-
505
- :return: Success of driver removal.
506
- :rtype: bool
507
- """
508
- ...
509
-
510
115
  def execute(self, context):
511
116
  """
512
117
 
@@ -514,151 +119,7 @@ class QuickLiquid:
514
119
  """
515
120
  ...
516
121
 
517
- def get(self):
518
- """Returns the value of the custom property assigned to key or default
519
- when not found (matches Python's dictionary function of the same name).
520
-
521
- """
522
- ...
523
-
524
- def id_properties_clear(self):
525
- """
526
-
527
- :return: Remove the parent group for an RNA struct's custom IDProperties.
528
- """
529
- ...
530
-
531
- def id_properties_ensure(self):
532
- """
533
-
534
- :return: the parent group for an RNA struct's custom IDProperties.
535
- """
536
- ...
537
-
538
- def id_properties_ui(self):
539
- """
540
-
541
- :return: Return an object used to manage an IDProperty's UI data.
542
- """
543
- ...
544
-
545
- def is_property_hidden(self) -> bool:
546
- """Check if a property is hidden.
547
-
548
- :return: True when the property is hidden.
549
- :rtype: bool
550
- """
551
- ...
552
-
553
- def is_property_overridable_library(self) -> bool:
554
- """Check if a property is overridable.
555
-
556
- :return: True when the property is overridable.
557
- :rtype: bool
558
- """
559
- ...
560
-
561
- def is_property_readonly(self) -> bool:
562
- """Check if a property is readonly.
563
-
564
- :return: True when the property is readonly (not writable).
565
- :rtype: bool
566
- """
567
- ...
568
-
569
- def is_property_set(self) -> bool:
570
- """Check if a property is set, use for testing operator properties.
571
-
572
- :return: True when the property has been set.
573
- :rtype: bool
574
- """
575
- ...
576
-
577
- def items(self):
578
- """Returns the items of this objects custom properties (matches Python's
579
- dictionary function of the same name).
580
-
581
- :return: custom property key, value pairs.
582
- """
583
- ...
584
-
585
- def keyframe_delete(self) -> bool:
586
- """Remove a keyframe from this properties fcurve.
587
-
588
- :return: Success of keyframe deletion.
589
- :rtype: bool
590
- """
591
- ...
592
-
593
- def keyframe_insert(self) -> bool:
594
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
595
-
596
- :return: Success of keyframe insertion.
597
- :rtype: bool
598
- """
599
- ...
600
-
601
- def keys(self):
602
- """Returns the keys of this objects custom properties (matches Python's
603
- dictionary function of the same name).
604
-
605
- :return: custom property keys.
606
- """
607
- ...
608
-
609
- def path_from_id(self) -> str:
610
- """Returns the data path from the ID to this object (string).
611
-
612
- :return: The path from `bpy.types.bpy_struct.id_data`
613
- to this struct and property (when given).
614
- :rtype: str
615
- """
616
- ...
617
-
618
- def path_resolve(self):
619
- """Returns the property from the path, raise an exception when not found."""
620
- ...
621
-
622
- def poll_message_set(self):
623
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
624
- ...
625
-
626
- def pop(self):
627
- """Remove and return the value of the custom property assigned to key or default
628
- when not found (matches Python's dictionary function of the same name).
629
-
630
- """
631
- ...
632
-
633
- def property_overridable_library_set(self) -> bool:
634
- """Define a property as overridable or not (only for custom properties!).
635
-
636
- :return: True when the overridable status of the property was successfully set.
637
- :rtype: bool
638
- """
639
- ...
640
-
641
- def property_unset(self):
642
- """Unset a property, will use default value afterward."""
643
- ...
644
-
645
- def type_recast(self):
646
- """Return a new instance, this is needed because types
647
- such as textures can be changed at runtime.
648
-
649
- :return: a new instance of this object with the type initialized again.
650
- """
651
- ...
652
-
653
- def values(self):
654
- """Returns the values of this objects custom properties (matches Python's
655
- dictionary function of the same name).
656
-
657
- :return: custom property values.
658
- """
659
- ...
660
-
661
- class QuickSmoke(ObjectModeOperator):
122
+ class QuickSmoke(ObjectModeOperator, bpy.types.Operator):
662
123
  """Use selected objects as smoke emitters"""
663
124
 
664
125
  bl_idname: typing.Any
@@ -667,21 +128,6 @@ class QuickSmoke(ObjectModeOperator):
667
128
  bl_rna: typing.Any
668
129
  id_data: typing.Any
669
130
 
670
- def as_keywords(self, *, ignore=()):
671
- """Return a copy of the properties as a dictionary
672
-
673
- :param ignore:
674
- """
675
- ...
676
-
677
- def as_pointer(self) -> int:
678
- """Returns the memory address which holds a pointer to Blender's internal data
679
-
680
- :return: int (memory address).
681
- :rtype: int
682
- """
683
- ...
684
-
685
131
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
686
132
  """
687
133
 
@@ -698,22 +144,6 @@ class QuickSmoke(ObjectModeOperator):
698
144
  """
699
145
  ...
700
146
 
701
- def driver_add(self) -> bpy.types.FCurve:
702
- """Adds driver(s) to the given property
703
-
704
- :return: The driver(s) added.
705
- :rtype: bpy.types.FCurve
706
- """
707
- ...
708
-
709
- def driver_remove(self) -> bool:
710
- """Remove driver(s) from the given property
711
-
712
- :return: Success of driver removal.
713
- :rtype: bool
714
- """
715
- ...
716
-
717
147
  def execute(self, context):
718
148
  """
719
149
 
@@ -721,157 +151,6 @@ class QuickSmoke(ObjectModeOperator):
721
151
  """
722
152
  ...
723
153
 
724
- def get(self):
725
- """Returns the value of the custom property assigned to key or default
726
- when not found (matches Python's dictionary function of the same name).
727
-
728
- """
729
- ...
730
-
731
- def id_properties_clear(self):
732
- """
733
-
734
- :return: Remove the parent group for an RNA struct's custom IDProperties.
735
- """
736
- ...
737
-
738
- def id_properties_ensure(self):
739
- """
740
-
741
- :return: the parent group for an RNA struct's custom IDProperties.
742
- """
743
- ...
744
-
745
- def id_properties_ui(self):
746
- """
747
-
748
- :return: Return an object used to manage an IDProperty's UI data.
749
- """
750
- ...
751
-
752
- def is_property_hidden(self) -> bool:
753
- """Check if a property is hidden.
754
-
755
- :return: True when the property is hidden.
756
- :rtype: bool
757
- """
758
- ...
759
-
760
- def is_property_overridable_library(self) -> bool:
761
- """Check if a property is overridable.
762
-
763
- :return: True when the property is overridable.
764
- :rtype: bool
765
- """
766
- ...
767
-
768
- def is_property_readonly(self) -> bool:
769
- """Check if a property is readonly.
770
-
771
- :return: True when the property is readonly (not writable).
772
- :rtype: bool
773
- """
774
- ...
775
-
776
- def is_property_set(self) -> bool:
777
- """Check if a property is set, use for testing operator properties.
778
-
779
- :return: True when the property has been set.
780
- :rtype: bool
781
- """
782
- ...
783
-
784
- def items(self):
785
- """Returns the items of this objects custom properties (matches Python's
786
- dictionary function of the same name).
787
-
788
- :return: custom property key, value pairs.
789
- """
790
- ...
791
-
792
- def keyframe_delete(self) -> bool:
793
- """Remove a keyframe from this properties fcurve.
794
-
795
- :return: Success of keyframe deletion.
796
- :rtype: bool
797
- """
798
- ...
799
-
800
- def keyframe_insert(self) -> bool:
801
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
802
-
803
- :return: Success of keyframe insertion.
804
- :rtype: bool
805
- """
806
- ...
807
-
808
- def keys(self):
809
- """Returns the keys of this objects custom properties (matches Python's
810
- dictionary function of the same name).
811
-
812
- :return: custom property keys.
813
- """
814
- ...
815
-
816
- def path_from_id(self) -> str:
817
- """Returns the data path from the ID to this object (string).
818
-
819
- :return: The path from `bpy.types.bpy_struct.id_data`
820
- to this struct and property (when given).
821
- :rtype: str
822
- """
823
- ...
824
-
825
- def path_resolve(self):
826
- """Returns the property from the path, raise an exception when not found."""
827
- ...
828
-
829
- def poll(self, context):
830
- """
831
-
832
- :param context:
833
- """
834
- ...
835
-
836
- def poll_message_set(self):
837
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
838
- ...
839
-
840
- def pop(self):
841
- """Remove and return the value of the custom property assigned to key or default
842
- when not found (matches Python's dictionary function of the same name).
843
-
844
- """
845
- ...
846
-
847
- def property_overridable_library_set(self) -> bool:
848
- """Define a property as overridable or not (only for custom properties!).
849
-
850
- :return: True when the overridable status of the property was successfully set.
851
- :rtype: bool
852
- """
853
- ...
854
-
855
- def property_unset(self):
856
- """Unset a property, will use default value afterward."""
857
- ...
858
-
859
- def type_recast(self):
860
- """Return a new instance, this is needed because types
861
- such as textures can be changed at runtime.
862
-
863
- :return: a new instance of this object with the type initialized again.
864
- """
865
- ...
866
-
867
- def values(self):
868
- """Returns the values of this objects custom properties (matches Python's
869
- dictionary function of the same name).
870
-
871
- :return: custom property values.
872
- """
873
- ...
874
-
875
154
  def grid_location(x, y): ...
876
155
  def obj_bb_minmax(obj, min_co, max_co): ...
877
156
  def object_ensure_material(obj, mat_name):