fake-bpy-module 20240718__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/types/__init__.pyi +65 -1
  112. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  113. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  115. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  116. freestyle/utils/__init__.pyi +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,7 @@ class GenericUIListOperator:
35
35
  """
36
36
  ...
37
37
 
38
- class UILIST_OT_entry_add(GenericUIListOperator):
38
+ class UILIST_OT_entry_add(GenericUIListOperator, bpy.types.Operator):
39
39
  """Add an entry to the list after the current active item"""
40
40
 
41
41
  bl_idname: typing.Any
@@ -44,21 +44,6 @@ class UILIST_OT_entry_add(GenericUIListOperator):
44
44
  bl_rna: typing.Any
45
45
  id_data: typing.Any
46
46
 
47
- def as_keywords(self, *, ignore=()):
48
- """Return a copy of the properties as a dictionary
49
-
50
- :param ignore:
51
- """
52
- ...
53
-
54
- def as_pointer(self) -> int:
55
- """Returns the memory address which holds a pointer to Blender's internal data
56
-
57
- :return: int (memory address).
58
- :rtype: int
59
- """
60
- ...
61
-
62
47
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
63
48
  """
64
49
 
@@ -75,22 +60,6 @@ class UILIST_OT_entry_add(GenericUIListOperator):
75
60
  """
76
61
  ...
77
62
 
78
- def driver_add(self) -> bpy.types.FCurve:
79
- """Adds driver(s) to the given property
80
-
81
- :return: The driver(s) added.
82
- :rtype: bpy.types.FCurve
83
- """
84
- ...
85
-
86
- def driver_remove(self) -> bool:
87
- """Remove driver(s) from the given property
88
-
89
- :return: Success of driver removal.
90
- :rtype: bool
91
- """
92
- ...
93
-
94
63
  def execute(self, context):
95
64
  """
96
65
 
@@ -98,173 +67,7 @@ class UILIST_OT_entry_add(GenericUIListOperator):
98
67
  """
99
68
  ...
100
69
 
101
- def get(self):
102
- """Returns the value of the custom property assigned to key or default
103
- when not found (matches Python's dictionary function of the same name).
104
-
105
- """
106
- ...
107
-
108
- def get_active_index(self, context):
109
- """
110
-
111
- :param context:
112
- """
113
- ...
114
-
115
- def get_list(self, context):
116
- """
117
-
118
- :param context:
119
- """
120
- ...
121
-
122
- def id_properties_clear(self):
123
- """
124
-
125
- :return: Remove the parent group for an RNA struct's custom IDProperties.
126
- """
127
- ...
128
-
129
- def id_properties_ensure(self):
130
- """
131
-
132
- :return: the parent group for an RNA struct's custom IDProperties.
133
- """
134
- ...
135
-
136
- def id_properties_ui(self):
137
- """
138
-
139
- :return: Return an object used to manage an IDProperty's UI data.
140
- """
141
- ...
142
-
143
- def is_property_hidden(self) -> bool:
144
- """Check if a property is hidden.
145
-
146
- :return: True when the property is hidden.
147
- :rtype: bool
148
- """
149
- ...
150
-
151
- def is_property_overridable_library(self) -> bool:
152
- """Check if a property is overridable.
153
-
154
- :return: True when the property is overridable.
155
- :rtype: bool
156
- """
157
- ...
158
-
159
- def is_property_readonly(self) -> bool:
160
- """Check if a property is readonly.
161
-
162
- :return: True when the property is readonly (not writable).
163
- :rtype: bool
164
- """
165
- ...
166
-
167
- def is_property_set(self) -> bool:
168
- """Check if a property is set, use for testing operator properties.
169
-
170
- :return: True when the property has been set.
171
- :rtype: bool
172
- """
173
- ...
174
-
175
- def items(self):
176
- """Returns the items of this objects custom properties (matches Python's
177
- dictionary function of the same name).
178
-
179
- :return: custom property key, value pairs.
180
- """
181
- ...
182
-
183
- def keyframe_delete(self) -> bool:
184
- """Remove a keyframe from this properties fcurve.
185
-
186
- :return: Success of keyframe deletion.
187
- :rtype: bool
188
- """
189
- ...
190
-
191
- def keyframe_insert(self) -> bool:
192
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
193
-
194
- :return: Success of keyframe insertion.
195
- :rtype: bool
196
- """
197
- ...
198
-
199
- def keys(self):
200
- """Returns the keys of this objects custom properties (matches Python's
201
- dictionary function of the same name).
202
-
203
- :return: custom property keys.
204
- """
205
- ...
206
-
207
- def path_from_id(self) -> str:
208
- """Returns the data path from the ID to this object (string).
209
-
210
- :return: The path from `bpy.types.bpy_struct.id_data`
211
- to this struct and property (when given).
212
- :rtype: str
213
- """
214
- ...
215
-
216
- def path_resolve(self):
217
- """Returns the property from the path, raise an exception when not found."""
218
- ...
219
-
220
- def poll_message_set(self):
221
- """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."""
222
- ...
223
-
224
- def pop(self):
225
- """Remove and return the value of the custom property assigned to key or default
226
- when not found (matches Python's dictionary function of the same name).
227
-
228
- """
229
- ...
230
-
231
- def property_overridable_library_set(self) -> bool:
232
- """Define a property as overridable or not (only for custom properties!).
233
-
234
- :return: True when the overridable status of the property was successfully set.
235
- :rtype: bool
236
- """
237
- ...
238
-
239
- def property_unset(self):
240
- """Unset a property, will use default value afterward."""
241
- ...
242
-
243
- def set_active_index(self, context, index):
244
- """
245
-
246
- :param context:
247
- :param index:
248
- """
249
- ...
250
-
251
- def type_recast(self):
252
- """Return a new instance, this is needed because types
253
- such as textures can be changed at runtime.
254
-
255
- :return: a new instance of this object with the type initialized again.
256
- """
257
- ...
258
-
259
- def values(self):
260
- """Returns the values of this objects custom properties (matches Python's
261
- dictionary function of the same name).
262
-
263
- :return: custom property values.
264
- """
265
- ...
266
-
267
- class UILIST_OT_entry_move(GenericUIListOperator):
70
+ class UILIST_OT_entry_move(GenericUIListOperator, bpy.types.Operator):
268
71
  """Move an entry in the list up or down"""
269
72
 
270
73
  bl_idname: typing.Any
@@ -273,21 +76,6 @@ class UILIST_OT_entry_move(GenericUIListOperator):
273
76
  bl_rna: typing.Any
274
77
  id_data: typing.Any
275
78
 
276
- def as_keywords(self, *, ignore=()):
277
- """Return a copy of the properties as a dictionary
278
-
279
- :param ignore:
280
- """
281
- ...
282
-
283
- def as_pointer(self) -> int:
284
- """Returns the memory address which holds a pointer to Blender's internal data
285
-
286
- :return: int (memory address).
287
- :rtype: int
288
- """
289
- ...
290
-
291
79
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
292
80
  """
293
81
 
@@ -304,22 +92,6 @@ class UILIST_OT_entry_move(GenericUIListOperator):
304
92
  """
305
93
  ...
306
94
 
307
- def driver_add(self) -> bpy.types.FCurve:
308
- """Adds driver(s) to the given property
309
-
310
- :return: The driver(s) added.
311
- :rtype: bpy.types.FCurve
312
- """
313
- ...
314
-
315
- def driver_remove(self) -> bool:
316
- """Remove driver(s) from the given property
317
-
318
- :return: Success of driver removal.
319
- :rtype: bool
320
- """
321
- ...
322
-
323
95
  def execute(self, context):
324
96
  """
325
97
 
@@ -327,173 +99,7 @@ class UILIST_OT_entry_move(GenericUIListOperator):
327
99
  """
328
100
  ...
329
101
 
330
- def get(self):
331
- """Returns the value of the custom property assigned to key or default
332
- when not found (matches Python's dictionary function of the same name).
333
-
334
- """
335
- ...
336
-
337
- def get_active_index(self, context):
338
- """
339
-
340
- :param context:
341
- """
342
- ...
343
-
344
- def get_list(self, context):
345
- """
346
-
347
- :param context:
348
- """
349
- ...
350
-
351
- def id_properties_clear(self):
352
- """
353
-
354
- :return: Remove the parent group for an RNA struct's custom IDProperties.
355
- """
356
- ...
357
-
358
- def id_properties_ensure(self):
359
- """
360
-
361
- :return: the parent group for an RNA struct's custom IDProperties.
362
- """
363
- ...
364
-
365
- def id_properties_ui(self):
366
- """
367
-
368
- :return: Return an object used to manage an IDProperty's UI data.
369
- """
370
- ...
371
-
372
- def is_property_hidden(self) -> bool:
373
- """Check if a property is hidden.
374
-
375
- :return: True when the property is hidden.
376
- :rtype: bool
377
- """
378
- ...
379
-
380
- def is_property_overridable_library(self) -> bool:
381
- """Check if a property is overridable.
382
-
383
- :return: True when the property is overridable.
384
- :rtype: bool
385
- """
386
- ...
387
-
388
- def is_property_readonly(self) -> bool:
389
- """Check if a property is readonly.
390
-
391
- :return: True when the property is readonly (not writable).
392
- :rtype: bool
393
- """
394
- ...
395
-
396
- def is_property_set(self) -> bool:
397
- """Check if a property is set, use for testing operator properties.
398
-
399
- :return: True when the property has been set.
400
- :rtype: bool
401
- """
402
- ...
403
-
404
- def items(self):
405
- """Returns the items of this objects custom properties (matches Python's
406
- dictionary function of the same name).
407
-
408
- :return: custom property key, value pairs.
409
- """
410
- ...
411
-
412
- def keyframe_delete(self) -> bool:
413
- """Remove a keyframe from this properties fcurve.
414
-
415
- :return: Success of keyframe deletion.
416
- :rtype: bool
417
- """
418
- ...
419
-
420
- def keyframe_insert(self) -> bool:
421
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
422
-
423
- :return: Success of keyframe insertion.
424
- :rtype: bool
425
- """
426
- ...
427
-
428
- def keys(self):
429
- """Returns the keys of this objects custom properties (matches Python's
430
- dictionary function of the same name).
431
-
432
- :return: custom property keys.
433
- """
434
- ...
435
-
436
- def path_from_id(self) -> str:
437
- """Returns the data path from the ID to this object (string).
438
-
439
- :return: The path from `bpy.types.bpy_struct.id_data`
440
- to this struct and property (when given).
441
- :rtype: str
442
- """
443
- ...
444
-
445
- def path_resolve(self):
446
- """Returns the property from the path, raise an exception when not found."""
447
- ...
448
-
449
- def poll_message_set(self):
450
- """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."""
451
- ...
452
-
453
- def pop(self):
454
- """Remove and return the value of the custom property assigned to key or default
455
- when not found (matches Python's dictionary function of the same name).
456
-
457
- """
458
- ...
459
-
460
- def property_overridable_library_set(self) -> bool:
461
- """Define a property as overridable or not (only for custom properties!).
462
-
463
- :return: True when the overridable status of the property was successfully set.
464
- :rtype: bool
465
- """
466
- ...
467
-
468
- def property_unset(self):
469
- """Unset a property, will use default value afterward."""
470
- ...
471
-
472
- def set_active_index(self, context, index):
473
- """
474
-
475
- :param context:
476
- :param index:
477
- """
478
- ...
479
-
480
- def type_recast(self):
481
- """Return a new instance, this is needed because types
482
- such as textures can be changed at runtime.
483
-
484
- :return: a new instance of this object with the type initialized again.
485
- """
486
- ...
487
-
488
- def values(self):
489
- """Returns the values of this objects custom properties (matches Python's
490
- dictionary function of the same name).
491
-
492
- :return: custom property values.
493
- """
494
- ...
495
-
496
- class UILIST_OT_entry_remove(GenericUIListOperator):
102
+ class UILIST_OT_entry_remove(GenericUIListOperator, bpy.types.Operator):
497
103
  """Remove the selected entry from the list"""
498
104
 
499
105
  bl_idname: typing.Any
@@ -502,21 +108,6 @@ class UILIST_OT_entry_remove(GenericUIListOperator):
502
108
  bl_rna: typing.Any
503
109
  id_data: typing.Any
504
110
 
505
- def as_keywords(self, *, ignore=()):
506
- """Return a copy of the properties as a dictionary
507
-
508
- :param ignore:
509
- """
510
- ...
511
-
512
- def as_pointer(self) -> int:
513
- """Returns the memory address which holds a pointer to Blender's internal data
514
-
515
- :return: int (memory address).
516
- :rtype: int
517
- """
518
- ...
519
-
520
111
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
521
112
  """
522
113
 
@@ -533,22 +124,6 @@ class UILIST_OT_entry_remove(GenericUIListOperator):
533
124
  """
534
125
  ...
535
126
 
536
- def driver_add(self) -> bpy.types.FCurve:
537
- """Adds driver(s) to the given property
538
-
539
- :return: The driver(s) added.
540
- :rtype: bpy.types.FCurve
541
- """
542
- ...
543
-
544
- def driver_remove(self) -> bool:
545
- """Remove driver(s) from the given property
546
-
547
- :return: Success of driver removal.
548
- :rtype: bool
549
- """
550
- ...
551
-
552
127
  def execute(self, context):
553
128
  """
554
129
 
@@ -556,172 +131,6 @@ class UILIST_OT_entry_remove(GenericUIListOperator):
556
131
  """
557
132
  ...
558
133
 
559
- def get(self):
560
- """Returns the value of the custom property assigned to key or default
561
- when not found (matches Python's dictionary function of the same name).
562
-
563
- """
564
- ...
565
-
566
- def get_active_index(self, context):
567
- """
568
-
569
- :param context:
570
- """
571
- ...
572
-
573
- def get_list(self, context):
574
- """
575
-
576
- :param context:
577
- """
578
- ...
579
-
580
- def id_properties_clear(self):
581
- """
582
-
583
- :return: Remove the parent group for an RNA struct's custom IDProperties.
584
- """
585
- ...
586
-
587
- def id_properties_ensure(self):
588
- """
589
-
590
- :return: the parent group for an RNA struct's custom IDProperties.
591
- """
592
- ...
593
-
594
- def id_properties_ui(self):
595
- """
596
-
597
- :return: Return an object used to manage an IDProperty's UI data.
598
- """
599
- ...
600
-
601
- def is_property_hidden(self) -> bool:
602
- """Check if a property is hidden.
603
-
604
- :return: True when the property is hidden.
605
- :rtype: bool
606
- """
607
- ...
608
-
609
- def is_property_overridable_library(self) -> bool:
610
- """Check if a property is overridable.
611
-
612
- :return: True when the property is overridable.
613
- :rtype: bool
614
- """
615
- ...
616
-
617
- def is_property_readonly(self) -> bool:
618
- """Check if a property is readonly.
619
-
620
- :return: True when the property is readonly (not writable).
621
- :rtype: bool
622
- """
623
- ...
624
-
625
- def is_property_set(self) -> bool:
626
- """Check if a property is set, use for testing operator properties.
627
-
628
- :return: True when the property has been set.
629
- :rtype: bool
630
- """
631
- ...
632
-
633
- def items(self):
634
- """Returns the items of this objects custom properties (matches Python's
635
- dictionary function of the same name).
636
-
637
- :return: custom property key, value pairs.
638
- """
639
- ...
640
-
641
- def keyframe_delete(self) -> bool:
642
- """Remove a keyframe from this properties fcurve.
643
-
644
- :return: Success of keyframe deletion.
645
- :rtype: bool
646
- """
647
- ...
648
-
649
- def keyframe_insert(self) -> bool:
650
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
651
-
652
- :return: Success of keyframe insertion.
653
- :rtype: bool
654
- """
655
- ...
656
-
657
- def keys(self):
658
- """Returns the keys of this objects custom properties (matches Python's
659
- dictionary function of the same name).
660
-
661
- :return: custom property keys.
662
- """
663
- ...
664
-
665
- def path_from_id(self) -> str:
666
- """Returns the data path from the ID to this object (string).
667
-
668
- :return: The path from `bpy.types.bpy_struct.id_data`
669
- to this struct and property (when given).
670
- :rtype: str
671
- """
672
- ...
673
-
674
- def path_resolve(self):
675
- """Returns the property from the path, raise an exception when not found."""
676
- ...
677
-
678
- def poll_message_set(self):
679
- """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."""
680
- ...
681
-
682
- def pop(self):
683
- """Remove and return the value of the custom property assigned to key or default
684
- when not found (matches Python's dictionary function of the same name).
685
-
686
- """
687
- ...
688
-
689
- def property_overridable_library_set(self) -> bool:
690
- """Define a property as overridable or not (only for custom properties!).
691
-
692
- :return: True when the overridable status of the property was successfully set.
693
- :rtype: bool
694
- """
695
- ...
696
-
697
- def property_unset(self):
698
- """Unset a property, will use default value afterward."""
699
- ...
700
-
701
- def set_active_index(self, context, index):
702
- """
703
-
704
- :param context:
705
- :param index:
706
- """
707
- ...
708
-
709
- def type_recast(self):
710
- """Return a new instance, this is needed because types
711
- such as textures can be changed at runtime.
712
-
713
- :return: a new instance of this object with the type initialized again.
714
- """
715
- ...
716
-
717
- def values(self):
718
- """Returns the values of this objects custom properties (matches Python's
719
- dictionary function of the same name).
720
-
721
- :return: custom property values.
722
- """
723
- ...
724
-
725
134
  def draw_ui_list(
726
135
  layout: bpy.types.UILayout,
727
136
  context: bpy.types.Context,