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
@@ -8,7 +8,7 @@ import rna_prop_ui
8
8
  GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
- class DATA_PT_context_metaball(DataButtonsPanel, bpy_types._GenericUI):
11
+ class DATA_PT_context_metaball(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
14
14
  bl_options: typing.Any
@@ -17,22 +17,6 @@ class DATA_PT_context_metaball(DataButtonsPanel, bpy_types._GenericUI):
17
17
  bl_space_type: typing.Any
18
18
  id_data: typing.Any
19
19
 
20
- def append(self, draw_func):
21
- """Append a draw function to this menu,
22
- takes the same arguments as the menus draw function
23
-
24
- :param draw_func:
25
- """
26
- ...
27
-
28
- def as_pointer(self) -> int:
29
- """Returns the memory address which holds a pointer to Blender's internal data
30
-
31
- :return: int (memory address).
32
- :rtype: int
33
- """
34
- ...
35
-
36
20
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
37
21
  """
38
22
 
@@ -56,187 +40,8 @@ class DATA_PT_context_metaball(DataButtonsPanel, bpy_types._GenericUI):
56
40
  """
57
41
  ...
58
42
 
59
- def driver_add(self) -> bpy.types.FCurve:
60
- """Adds driver(s) to the given property
61
-
62
- :return: The driver(s) added.
63
- :rtype: bpy.types.FCurve
64
- """
65
- ...
66
-
67
- def driver_remove(self) -> bool:
68
- """Remove driver(s) from the given property
69
-
70
- :return: Success of driver removal.
71
- :rtype: bool
72
- """
73
- ...
74
-
75
- def get(self):
76
- """Returns the value of the custom property assigned to key or default
77
- when not found (matches Python's dictionary function of the same name).
78
-
79
- """
80
- ...
81
-
82
- def id_properties_clear(self):
83
- """
84
-
85
- :return: Remove the parent group for an RNA struct's custom IDProperties.
86
- """
87
- ...
88
-
89
- def id_properties_ensure(self):
90
- """
91
-
92
- :return: the parent group for an RNA struct's custom IDProperties.
93
- """
94
- ...
95
-
96
- def id_properties_ui(self):
97
- """
98
-
99
- :return: Return an object used to manage an IDProperty's UI data.
100
- """
101
- ...
102
-
103
- def is_extended(self): ...
104
- def is_property_hidden(self) -> bool:
105
- """Check if a property is hidden.
106
-
107
- :return: True when the property is hidden.
108
- :rtype: bool
109
- """
110
- ...
111
-
112
- def is_property_overridable_library(self) -> bool:
113
- """Check if a property is overridable.
114
-
115
- :return: True when the property is overridable.
116
- :rtype: bool
117
- """
118
- ...
119
-
120
- def is_property_readonly(self) -> bool:
121
- """Check if a property is readonly.
122
-
123
- :return: True when the property is readonly (not writable).
124
- :rtype: bool
125
- """
126
- ...
127
-
128
- def is_property_set(self) -> bool:
129
- """Check if a property is set, use for testing operator properties.
130
-
131
- :return: True when the property has been set.
132
- :rtype: bool
133
- """
134
- ...
135
-
136
- def items(self):
137
- """Returns the items of this objects custom properties (matches Python's
138
- dictionary function of the same name).
139
-
140
- :return: custom property key, value pairs.
141
- """
142
- ...
143
-
144
- def keyframe_delete(self) -> bool:
145
- """Remove a keyframe from this properties fcurve.
146
-
147
- :return: Success of keyframe deletion.
148
- :rtype: bool
149
- """
150
- ...
151
-
152
- def keyframe_insert(self) -> bool:
153
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
154
-
155
- :return: Success of keyframe insertion.
156
- :rtype: bool
157
- """
158
- ...
159
-
160
- def keys(self):
161
- """Returns the keys of this objects custom properties (matches Python's
162
- dictionary function of the same name).
163
-
164
- :return: custom property keys.
165
- """
166
- ...
167
-
168
- def path_from_id(self) -> str:
169
- """Returns the data path from the ID to this object (string).
170
-
171
- :return: The path from `bpy.types.bpy_struct.id_data`
172
- to this struct and property (when given).
173
- :rtype: str
174
- """
175
- ...
176
-
177
- def path_resolve(self):
178
- """Returns the property from the path, raise an exception when not found."""
179
- ...
180
-
181
- def poll(self, context):
182
- """
183
-
184
- :param context:
185
- """
186
- ...
187
-
188
- def pop(self):
189
- """Remove and return the value of the custom property assigned to key or default
190
- when not found (matches Python's dictionary function of the same name).
191
-
192
- """
193
- ...
194
-
195
- def prepend(self, draw_func):
196
- """Prepend a draw function to this menu, takes the same arguments as
197
- the menus draw function
198
-
199
- :param draw_func:
200
- """
201
- ...
202
-
203
- def property_overridable_library_set(self) -> bool:
204
- """Define a property as overridable or not (only for custom properties!).
205
-
206
- :return: True when the overridable status of the property was successfully set.
207
- :rtype: bool
208
- """
209
- ...
210
-
211
- def property_unset(self):
212
- """Unset a property, will use default value afterward."""
213
- ...
214
-
215
- def remove(self, draw_func):
216
- """Remove a draw function that has been added to this menu
217
-
218
- :param draw_func:
219
- """
220
- ...
221
-
222
- def type_recast(self):
223
- """Return a new instance, this is needed because types
224
- such as textures can be changed at runtime.
225
-
226
- :return: a new instance of this object with the type initialized again.
227
- """
228
- ...
229
-
230
- def values(self):
231
- """Returns the values of this objects custom properties (matches Python's
232
- dictionary function of the same name).
233
-
234
- :return: custom property values.
235
- """
236
- ...
237
-
238
43
  class DATA_PT_custom_props_metaball(
239
- DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
44
+ bpy.types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
240
45
  ):
241
46
  """The subclass should have its own poll function
242
47
  and the variable '_context_path' MUST be set.
@@ -252,22 +57,6 @@ class DATA_PT_custom_props_metaball(
252
57
  bl_space_type: typing.Any
253
58
  id_data: typing.Any
254
59
 
255
- def append(self, draw_func):
256
- """Append a draw function to this menu,
257
- takes the same arguments as the menus draw function
258
-
259
- :param draw_func:
260
- """
261
- ...
262
-
263
- def as_pointer(self) -> int:
264
- """Returns the memory address which holds a pointer to Blender's internal data
265
-
266
- :return: int (memory address).
267
- :rtype: int
268
- """
269
- ...
270
-
271
60
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
272
61
  """
273
62
 
@@ -284,218 +73,49 @@ class DATA_PT_custom_props_metaball(
284
73
  """
285
74
  ...
286
75
 
287
- def draw(self, context):
288
- """
289
-
290
- :param context:
291
- """
292
- ...
293
-
294
- def driver_add(self) -> bpy.types.FCurve:
295
- """Adds driver(s) to the given property
296
-
297
- :return: The driver(s) added.
298
- :rtype: bpy.types.FCurve
299
- """
300
- ...
301
-
302
- def driver_remove(self) -> bool:
303
- """Remove driver(s) from the given property
304
-
305
- :return: Success of driver removal.
306
- :rtype: bool
307
- """
308
- ...
309
-
310
- def get(self):
311
- """Returns the value of the custom property assigned to key or default
312
- when not found (matches Python's dictionary function of the same name).
313
-
314
- """
315
- ...
316
-
317
- def id_properties_clear(self):
318
- """
319
-
320
- :return: Remove the parent group for an RNA struct's custom IDProperties.
321
- """
322
- ...
323
-
324
- def id_properties_ensure(self):
325
- """
326
-
327
- :return: the parent group for an RNA struct's custom IDProperties.
328
- """
329
- ...
330
-
331
- def id_properties_ui(self):
332
- """
333
-
334
- :return: Return an object used to manage an IDProperty's UI data.
335
- """
336
- ...
337
-
338
- def is_extended(self): ...
339
- def is_property_hidden(self) -> bool:
340
- """Check if a property is hidden.
341
-
342
- :return: True when the property is hidden.
343
- :rtype: bool
344
- """
345
- ...
346
-
347
- def is_property_overridable_library(self) -> bool:
348
- """Check if a property is overridable.
349
-
350
- :return: True when the property is overridable.
351
- :rtype: bool
352
- """
353
- ...
354
-
355
- def is_property_readonly(self) -> bool:
356
- """Check if a property is readonly.
357
-
358
- :return: True when the property is readonly (not writable).
359
- :rtype: bool
360
- """
361
- ...
362
-
363
- def is_property_set(self) -> bool:
364
- """Check if a property is set, use for testing operator properties.
365
-
366
- :return: True when the property has been set.
367
- :rtype: bool
368
- """
369
- ...
370
-
371
- def items(self):
372
- """Returns the items of this objects custom properties (matches Python's
373
- dictionary function of the same name).
374
-
375
- :return: custom property key, value pairs.
376
- """
377
- ...
378
-
379
- def keyframe_delete(self) -> bool:
380
- """Remove a keyframe from this properties fcurve.
76
+ class DATA_PT_mball_texture_space(
77
+ bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
78
+ ):
79
+ COMPAT_ENGINES: typing.Any
80
+ bl_context: typing.Any
81
+ bl_label: typing.Any
82
+ bl_options: typing.Any
83
+ bl_region_type: typing.Any
84
+ bl_rna: typing.Any
85
+ bl_space_type: typing.Any
86
+ id_data: typing.Any
381
87
 
382
- :return: Success of keyframe deletion.
383
- :rtype: bool
88
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
384
89
  """
385
- ...
386
90
 
387
- def keyframe_insert(self) -> bool:
388
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
389
-
390
- :return: Success of keyframe insertion.
391
- :rtype: bool
91
+ :return: The RNA type or default when not found.
92
+ :rtype: bpy.types.Struct
392
93
  """
393
94
  ...
394
95
 
395
- def keys(self):
396
- """Returns the keys of this objects custom properties (matches Python's
397
- dictionary function of the same name).
398
-
399
- :return: custom property keys.
96
+ def bl_rna_get_subclass_py(self) -> typing.Any:
400
97
  """
401
- ...
402
98
 
403
- def path_from_id(self) -> str:
404
- """Returns the data path from the ID to this object (string).
405
-
406
- :return: The path from `bpy.types.bpy_struct.id_data`
407
- to this struct and property (when given).
408
- :rtype: str
99
+ :return: The class or default when not found.
100
+ :rtype: typing.Any
409
101
  """
410
102
  ...
411
103
 
412
- def path_resolve(self):
413
- """Returns the property from the path, raise an exception when not found."""
414
- ...
415
-
416
- def poll(self, context):
104
+ def draw(self, context):
417
105
  """
418
106
 
419
107
  :param context:
420
108
  """
421
109
  ...
422
110
 
423
- def pop(self):
424
- """Remove and return the value of the custom property assigned to key or default
425
- when not found (matches Python's dictionary function of the same name).
426
-
427
- """
428
- ...
429
-
430
- def prepend(self, draw_func):
431
- """Prepend a draw function to this menu, takes the same arguments as
432
- the menus draw function
433
-
434
- :param draw_func:
435
- """
436
- ...
437
-
438
- def property_overridable_library_set(self) -> bool:
439
- """Define a property as overridable or not (only for custom properties!).
440
-
441
- :return: True when the overridable status of the property was successfully set.
442
- :rtype: bool
443
- """
444
- ...
445
-
446
- def property_unset(self):
447
- """Unset a property, will use default value afterward."""
448
- ...
449
-
450
- def remove(self, draw_func):
451
- """Remove a draw function that has been added to this menu
452
-
453
- :param draw_func:
454
- """
455
- ...
456
-
457
- def type_recast(self):
458
- """Return a new instance, this is needed because types
459
- such as textures can be changed at runtime.
460
-
461
- :return: a new instance of this object with the type initialized again.
462
- """
463
- ...
464
-
465
- def values(self):
466
- """Returns the values of this objects custom properties (matches Python's
467
- dictionary function of the same name).
468
-
469
- :return: custom property values.
470
- """
471
- ...
472
-
473
- class DATA_PT_mball_texture_space(DataButtonsPanel, bpy_types._GenericUI):
474
- COMPAT_ENGINES: typing.Any
111
+ class DATA_PT_metaball(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
475
112
  bl_context: typing.Any
476
113
  bl_label: typing.Any
477
- bl_options: typing.Any
478
114
  bl_region_type: typing.Any
479
115
  bl_rna: typing.Any
480
116
  bl_space_type: typing.Any
481
117
  id_data: typing.Any
482
118
 
483
- def append(self, draw_func):
484
- """Append a draw function to this menu,
485
- takes the same arguments as the menus draw function
486
-
487
- :param draw_func:
488
- """
489
- ...
490
-
491
- def as_pointer(self) -> int:
492
- """Returns the memory address which holds a pointer to Blender's internal data
493
-
494
- :return: int (memory address).
495
- :rtype: int
496
- """
497
- ...
498
-
499
119
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
500
120
  """
501
121
 
@@ -519,638 +139,45 @@ class DATA_PT_mball_texture_space(DataButtonsPanel, bpy_types._GenericUI):
519
139
  """
520
140
  ...
521
141
 
522
- def driver_add(self) -> bpy.types.FCurve:
523
- """Adds driver(s) to the given property
524
-
525
- :return: The driver(s) added.
526
- :rtype: bpy.types.FCurve
527
- """
528
- ...
529
-
530
- def driver_remove(self) -> bool:
531
- """Remove driver(s) from the given property
532
-
533
- :return: Success of driver removal.
534
- :rtype: bool
535
- """
536
- ...
537
-
538
- def get(self):
539
- """Returns the value of the custom property assigned to key or default
540
- when not found (matches Python's dictionary function of the same name).
541
-
542
- """
543
- ...
142
+ class DATA_PT_metaball_element(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
143
+ bl_context: typing.Any
144
+ bl_label: typing.Any
145
+ bl_region_type: typing.Any
146
+ bl_rna: typing.Any
147
+ bl_space_type: typing.Any
148
+ id_data: typing.Any
544
149
 
545
- def id_properties_clear(self):
150
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
546
151
  """
547
152
 
548
- :return: Remove the parent group for an RNA struct's custom IDProperties.
153
+ :return: The RNA type or default when not found.
154
+ :rtype: bpy.types.Struct
549
155
  """
550
156
  ...
551
157
 
552
- def id_properties_ensure(self):
158
+ def bl_rna_get_subclass_py(self) -> typing.Any:
553
159
  """
554
160
 
555
- :return: the parent group for an RNA struct's custom IDProperties.
161
+ :return: The class or default when not found.
162
+ :rtype: typing.Any
556
163
  """
557
164
  ...
558
165
 
559
- def id_properties_ui(self):
166
+ def draw(self, context):
560
167
  """
561
168
 
562
- :return: Return an object used to manage an IDProperty's UI data.
169
+ :param context:
563
170
  """
564
171
  ...
565
172
 
566
- def is_extended(self): ...
567
- def is_property_hidden(self) -> bool:
568
- """Check if a property is hidden.
569
-
570
- :return: True when the property is hidden.
571
- :rtype: bool
572
- """
573
- ...
574
-
575
- def is_property_overridable_library(self) -> bool:
576
- """Check if a property is overridable.
577
-
578
- :return: True when the property is overridable.
579
- :rtype: bool
580
- """
581
- ...
582
-
583
- def is_property_readonly(self) -> bool:
584
- """Check if a property is readonly.
585
-
586
- :return: True when the property is readonly (not writable).
587
- :rtype: bool
588
- """
589
- ...
590
-
591
- def is_property_set(self) -> bool:
592
- """Check if a property is set, use for testing operator properties.
593
-
594
- :return: True when the property has been set.
595
- :rtype: bool
596
- """
597
- ...
598
-
599
- def items(self):
600
- """Returns the items of this objects custom properties (matches Python's
601
- dictionary function of the same name).
602
-
603
- :return: custom property key, value pairs.
604
- """
605
- ...
606
-
607
- def keyframe_delete(self) -> bool:
608
- """Remove a keyframe from this properties fcurve.
609
-
610
- :return: Success of keyframe deletion.
611
- :rtype: bool
612
- """
613
- ...
614
-
615
- def keyframe_insert(self) -> bool:
616
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
617
-
618
- :return: Success of keyframe insertion.
619
- :rtype: bool
620
- """
621
- ...
622
-
623
- def keys(self):
624
- """Returns the keys of this objects custom properties (matches Python's
625
- dictionary function of the same name).
626
-
627
- :return: custom property keys.
628
- """
629
- ...
630
-
631
- def path_from_id(self) -> str:
632
- """Returns the data path from the ID to this object (string).
633
-
634
- :return: The path from `bpy.types.bpy_struct.id_data`
635
- to this struct and property (when given).
636
- :rtype: str
637
- """
638
- ...
639
-
640
- def path_resolve(self):
641
- """Returns the property from the path, raise an exception when not found."""
642
- ...
643
-
644
- def poll(self, context):
173
+ @classmethod
174
+ def poll(cls, context):
645
175
  """
646
176
 
647
177
  :param context:
648
178
  """
649
179
  ...
650
180
 
651
- def pop(self):
652
- """Remove and return the value of the custom property assigned to key or default
653
- when not found (matches Python's dictionary function of the same name).
654
-
655
- """
656
- ...
657
-
658
- def prepend(self, draw_func):
659
- """Prepend a draw function to this menu, takes the same arguments as
660
- the menus draw function
661
-
662
- :param draw_func:
663
- """
664
- ...
665
-
666
- def property_overridable_library_set(self) -> bool:
667
- """Define a property as overridable or not (only for custom properties!).
668
-
669
- :return: True when the overridable status of the property was successfully set.
670
- :rtype: bool
671
- """
672
- ...
673
-
674
- def property_unset(self):
675
- """Unset a property, will use default value afterward."""
676
- ...
677
-
678
- def remove(self, draw_func):
679
- """Remove a draw function that has been added to this menu
680
-
681
- :param draw_func:
682
- """
683
- ...
684
-
685
- def type_recast(self):
686
- """Return a new instance, this is needed because types
687
- such as textures can be changed at runtime.
688
-
689
- :return: a new instance of this object with the type initialized again.
690
- """
691
- ...
692
-
693
- def values(self):
694
- """Returns the values of this objects custom properties (matches Python's
695
- dictionary function of the same name).
696
-
697
- :return: custom property values.
698
- """
699
- ...
700
-
701
- class DATA_PT_metaball(DataButtonsPanel, bpy_types._GenericUI):
702
- bl_context: typing.Any
703
- bl_label: typing.Any
704
- bl_region_type: typing.Any
705
- bl_rna: typing.Any
706
- bl_space_type: typing.Any
707
- id_data: typing.Any
708
-
709
- def append(self, draw_func):
710
- """Append a draw function to this menu,
711
- takes the same arguments as the menus draw function
712
-
713
- :param draw_func:
714
- """
715
- ...
716
-
717
- def as_pointer(self) -> int:
718
- """Returns the memory address which holds a pointer to Blender's internal data
719
-
720
- :return: int (memory address).
721
- :rtype: int
722
- """
723
- ...
724
-
725
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
726
- """
727
-
728
- :return: The RNA type or default when not found.
729
- :rtype: bpy.types.Struct
730
- """
731
- ...
732
-
733
- def bl_rna_get_subclass_py(self) -> typing.Any:
734
- """
735
-
736
- :return: The class or default when not found.
737
- :rtype: typing.Any
738
- """
739
- ...
740
-
741
- def draw(self, context):
742
- """
743
-
744
- :param context:
745
- """
746
- ...
747
-
748
- def driver_add(self) -> bpy.types.FCurve:
749
- """Adds driver(s) to the given property
750
-
751
- :return: The driver(s) added.
752
- :rtype: bpy.types.FCurve
753
- """
754
- ...
755
-
756
- def driver_remove(self) -> bool:
757
- """Remove driver(s) from the given property
758
-
759
- :return: Success of driver removal.
760
- :rtype: bool
761
- """
762
- ...
763
-
764
- def get(self):
765
- """Returns the value of the custom property assigned to key or default
766
- when not found (matches Python's dictionary function of the same name).
767
-
768
- """
769
- ...
770
-
771
- def id_properties_clear(self):
772
- """
773
-
774
- :return: Remove the parent group for an RNA struct's custom IDProperties.
775
- """
776
- ...
777
-
778
- def id_properties_ensure(self):
779
- """
780
-
781
- :return: the parent group for an RNA struct's custom IDProperties.
782
- """
783
- ...
784
-
785
- def id_properties_ui(self):
786
- """
787
-
788
- :return: Return an object used to manage an IDProperty's UI data.
789
- """
790
- ...
791
-
792
- def is_extended(self): ...
793
- def is_property_hidden(self) -> bool:
794
- """Check if a property is hidden.
795
-
796
- :return: True when the property is hidden.
797
- :rtype: bool
798
- """
799
- ...
800
-
801
- def is_property_overridable_library(self) -> bool:
802
- """Check if a property is overridable.
803
-
804
- :return: True when the property is overridable.
805
- :rtype: bool
806
- """
807
- ...
808
-
809
- def is_property_readonly(self) -> bool:
810
- """Check if a property is readonly.
811
-
812
- :return: True when the property is readonly (not writable).
813
- :rtype: bool
814
- """
815
- ...
816
-
817
- def is_property_set(self) -> bool:
818
- """Check if a property is set, use for testing operator properties.
819
-
820
- :return: True when the property has been set.
821
- :rtype: bool
822
- """
823
- ...
824
-
825
- def items(self):
826
- """Returns the items of this objects custom properties (matches Python's
827
- dictionary function of the same name).
828
-
829
- :return: custom property key, value pairs.
830
- """
831
- ...
832
-
833
- def keyframe_delete(self) -> bool:
834
- """Remove a keyframe from this properties fcurve.
835
-
836
- :return: Success of keyframe deletion.
837
- :rtype: bool
838
- """
839
- ...
840
-
841
- def keyframe_insert(self) -> bool:
842
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
843
-
844
- :return: Success of keyframe insertion.
845
- :rtype: bool
846
- """
847
- ...
848
-
849
- def keys(self):
850
- """Returns the keys of this objects custom properties (matches Python's
851
- dictionary function of the same name).
852
-
853
- :return: custom property keys.
854
- """
855
- ...
856
-
857
- def path_from_id(self) -> str:
858
- """Returns the data path from the ID to this object (string).
859
-
860
- :return: The path from `bpy.types.bpy_struct.id_data`
861
- to this struct and property (when given).
862
- :rtype: str
863
- """
864
- ...
865
-
866
- def path_resolve(self):
867
- """Returns the property from the path, raise an exception when not found."""
868
- ...
869
-
870
- def poll(self, context):
871
- """
872
-
873
- :param context:
874
- """
875
- ...
876
-
877
- def pop(self):
878
- """Remove and return the value of the custom property assigned to key or default
879
- when not found (matches Python's dictionary function of the same name).
880
-
881
- """
882
- ...
883
-
884
- def prepend(self, draw_func):
885
- """Prepend a draw function to this menu, takes the same arguments as
886
- the menus draw function
887
-
888
- :param draw_func:
889
- """
890
- ...
891
-
892
- def property_overridable_library_set(self) -> bool:
893
- """Define a property as overridable or not (only for custom properties!).
894
-
895
- :return: True when the overridable status of the property was successfully set.
896
- :rtype: bool
897
- """
898
- ...
899
-
900
- def property_unset(self):
901
- """Unset a property, will use default value afterward."""
902
- ...
903
-
904
- def remove(self, draw_func):
905
- """Remove a draw function that has been added to this menu
906
-
907
- :param draw_func:
908
- """
909
- ...
910
-
911
- def type_recast(self):
912
- """Return a new instance, this is needed because types
913
- such as textures can be changed at runtime.
914
-
915
- :return: a new instance of this object with the type initialized again.
916
- """
917
- ...
918
-
919
- def values(self):
920
- """Returns the values of this objects custom properties (matches Python's
921
- dictionary function of the same name).
922
-
923
- :return: custom property values.
924
- """
925
- ...
926
-
927
- class DATA_PT_metaball_element(DataButtonsPanel, bpy_types._GenericUI):
928
- bl_context: typing.Any
929
- bl_label: typing.Any
930
- bl_region_type: typing.Any
931
- bl_rna: typing.Any
932
- bl_space_type: typing.Any
933
- id_data: typing.Any
934
-
935
- def append(self, draw_func):
936
- """Append a draw function to this menu,
937
- takes the same arguments as the menus draw function
938
-
939
- :param draw_func:
940
- """
941
- ...
942
-
943
- def as_pointer(self) -> int:
944
- """Returns the memory address which holds a pointer to Blender's internal data
945
-
946
- :return: int (memory address).
947
- :rtype: int
948
- """
949
- ...
950
-
951
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
952
- """
953
-
954
- :return: The RNA type or default when not found.
955
- :rtype: bpy.types.Struct
956
- """
957
- ...
958
-
959
- def bl_rna_get_subclass_py(self) -> typing.Any:
960
- """
961
-
962
- :return: The class or default when not found.
963
- :rtype: typing.Any
964
- """
965
- ...
966
-
967
- def draw(self, context):
968
- """
969
-
970
- :param context:
971
- """
972
- ...
973
-
974
- def driver_add(self) -> bpy.types.FCurve:
975
- """Adds driver(s) to the given property
976
-
977
- :return: The driver(s) added.
978
- :rtype: bpy.types.FCurve
979
- """
980
- ...
981
-
982
- def driver_remove(self) -> bool:
983
- """Remove driver(s) from the given property
984
-
985
- :return: Success of driver removal.
986
- :rtype: bool
987
- """
988
- ...
989
-
990
- def get(self):
991
- """Returns the value of the custom property assigned to key or default
992
- when not found (matches Python's dictionary function of the same name).
993
-
994
- """
995
- ...
996
-
997
- def id_properties_clear(self):
998
- """
999
-
1000
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1001
- """
1002
- ...
1003
-
1004
- def id_properties_ensure(self):
1005
- """
1006
-
1007
- :return: the parent group for an RNA struct's custom IDProperties.
1008
- """
1009
- ...
1010
-
1011
- def id_properties_ui(self):
1012
- """
1013
-
1014
- :return: Return an object used to manage an IDProperty's UI data.
1015
- """
1016
- ...
1017
-
1018
- def is_extended(self): ...
1019
- def is_property_hidden(self) -> bool:
1020
- """Check if a property is hidden.
1021
-
1022
- :return: True when the property is hidden.
1023
- :rtype: bool
1024
- """
1025
- ...
1026
-
1027
- def is_property_overridable_library(self) -> bool:
1028
- """Check if a property is overridable.
1029
-
1030
- :return: True when the property is overridable.
1031
- :rtype: bool
1032
- """
1033
- ...
1034
-
1035
- def is_property_readonly(self) -> bool:
1036
- """Check if a property is readonly.
1037
-
1038
- :return: True when the property is readonly (not writable).
1039
- :rtype: bool
1040
- """
1041
- ...
1042
-
1043
- def is_property_set(self) -> bool:
1044
- """Check if a property is set, use for testing operator properties.
1045
-
1046
- :return: True when the property has been set.
1047
- :rtype: bool
1048
- """
1049
- ...
1050
-
1051
- def items(self):
1052
- """Returns the items of this objects custom properties (matches Python's
1053
- dictionary function of the same name).
1054
-
1055
- :return: custom property key, value pairs.
1056
- """
1057
- ...
1058
-
1059
- def keyframe_delete(self) -> bool:
1060
- """Remove a keyframe from this properties fcurve.
1061
-
1062
- :return: Success of keyframe deletion.
1063
- :rtype: bool
1064
- """
1065
- ...
1066
-
1067
- def keyframe_insert(self) -> bool:
1068
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1069
-
1070
- :return: Success of keyframe insertion.
1071
- :rtype: bool
1072
- """
1073
- ...
1074
-
1075
- def keys(self):
1076
- """Returns the keys of this objects custom properties (matches Python's
1077
- dictionary function of the same name).
1078
-
1079
- :return: custom property keys.
1080
- """
1081
- ...
1082
-
1083
- def path_from_id(self) -> str:
1084
- """Returns the data path from the ID to this object (string).
1085
-
1086
- :return: The path from `bpy.types.bpy_struct.id_data`
1087
- to this struct and property (when given).
1088
- :rtype: str
1089
- """
1090
- ...
1091
-
1092
- def path_resolve(self):
1093
- """Returns the property from the path, raise an exception when not found."""
1094
- ...
1095
-
1096
- @classmethod
1097
- def poll(cls, context):
1098
- """
1099
-
1100
- :param context:
1101
- """
1102
- ...
1103
-
1104
- def pop(self):
1105
- """Remove and return the value of the custom property assigned to key or default
1106
- when not found (matches Python's dictionary function of the same name).
1107
-
1108
- """
1109
- ...
1110
-
1111
- def prepend(self, draw_func):
1112
- """Prepend a draw function to this menu, takes the same arguments as
1113
- the menus draw function
1114
-
1115
- :param draw_func:
1116
- """
1117
- ...
1118
-
1119
- def property_overridable_library_set(self) -> bool:
1120
- """Define a property as overridable or not (only for custom properties!).
1121
-
1122
- :return: True when the overridable status of the property was successfully set.
1123
- :rtype: bool
1124
- """
1125
- ...
1126
-
1127
- def property_unset(self):
1128
- """Unset a property, will use default value afterward."""
1129
- ...
1130
-
1131
- def remove(self, draw_func):
1132
- """Remove a draw function that has been added to this menu
1133
-
1134
- :param draw_func:
1135
- """
1136
- ...
1137
-
1138
- def type_recast(self):
1139
- """Return a new instance, this is needed because types
1140
- such as textures can be changed at runtime.
1141
-
1142
- :return: a new instance of this object with the type initialized again.
1143
- """
1144
- ...
1145
-
1146
- def values(self):
1147
- """Returns the values of this objects custom properties (matches Python's
1148
- dictionary function of the same name).
1149
-
1150
- :return: custom property values.
1151
- """
1152
- ...
1153
-
1154
181
  class DataButtonsPanel:
1155
182
  bl_context: typing.Any
1156
183
  bl_region_type: typing.Any