fake-bpy-module 20240718__py3-none-any.whl → 20240720__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 (120) 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/sound/__init__.pyi +37 -7
  112. bpy/types/__init__.pyi +65 -8
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/RECORD +120 -120
  116. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/WHEEL +1 -1
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +268 -4448
  119. nodeitems_builtins/__init__.pyi +1 -7
  120. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class CurveButtonsPanel:
22
22
  ...
23
23
 
24
24
  class DATA_PT_active_spline(
25
- CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
25
+ bpy.types.Panel, CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
26
26
  ):
27
27
  """Same as above but for curves only"""
28
28
 
@@ -34,22 +34,6 @@ class DATA_PT_active_spline(
34
34
  bl_space_type: typing.Any
35
35
  id_data: typing.Any
36
36
 
37
- def append(self, draw_func):
38
- """Append a draw function to this menu,
39
- takes the same arguments as the menus draw function
40
-
41
- :param draw_func:
42
- """
43
- ...
44
-
45
- def as_pointer(self) -> int:
46
- """Returns the memory address which holds a pointer to Blender's internal data
47
-
48
- :return: int (memory address).
49
- :rtype: int
50
- """
51
- ...
52
-
53
37
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
54
38
  """
55
39
 
@@ -73,186 +57,177 @@ class DATA_PT_active_spline(
73
57
  """
74
58
  ...
75
59
 
76
- def driver_add(self) -> bpy.types.FCurve:
77
- """Adds driver(s) to the given property
60
+ class DATA_PT_context_curve(bpy.types.Panel, CurveButtonsPanel, bpy_types._GenericUI):
61
+ bl_context: typing.Any
62
+ bl_label: typing.Any
63
+ bl_options: typing.Any
64
+ bl_region_type: typing.Any
65
+ bl_rna: typing.Any
66
+ bl_space_type: typing.Any
67
+ id_data: typing.Any
78
68
 
79
- :return: The driver(s) added.
80
- :rtype: bpy.types.FCurve
69
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
81
70
  """
82
- ...
83
-
84
- def driver_remove(self) -> bool:
85
- """Remove driver(s) from the given property
86
71
 
87
- :return: Success of driver removal.
88
- :rtype: bool
72
+ :return: The RNA type or default when not found.
73
+ :rtype: bpy.types.Struct
89
74
  """
90
75
  ...
91
76
 
92
- def get(self):
93
- """Returns the value of the custom property assigned to key or default
94
- when not found (matches Python's dictionary function of the same name).
77
+ def bl_rna_get_subclass_py(self) -> typing.Any:
78
+ """
95
79
 
80
+ :return: The class or default when not found.
81
+ :rtype: typing.Any
96
82
  """
97
83
  ...
98
84
 
99
- def id_properties_clear(self):
85
+ def draw(self, context):
100
86
  """
101
87
 
102
- :return: Remove the parent group for an RNA struct's custom IDProperties.
88
+ :param context:
103
89
  """
104
90
  ...
105
91
 
106
- def id_properties_ensure(self):
92
+ class DATA_PT_curve_texture_space(
93
+ bpy.types.Panel, CurveButtonsPanel, bpy_types._GenericUI
94
+ ):
95
+ COMPAT_ENGINES: typing.Any
96
+ bl_context: typing.Any
97
+ bl_label: typing.Any
98
+ bl_options: typing.Any
99
+ bl_region_type: typing.Any
100
+ bl_rna: typing.Any
101
+ bl_space_type: typing.Any
102
+ id_data: typing.Any
103
+
104
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
107
105
  """
108
106
 
109
- :return: the parent group for an RNA struct's custom IDProperties.
107
+ :return: The RNA type or default when not found.
108
+ :rtype: bpy.types.Struct
110
109
  """
111
110
  ...
112
111
 
113
- def id_properties_ui(self):
112
+ def bl_rna_get_subclass_py(self) -> typing.Any:
114
113
  """
115
114
 
116
- :return: Return an object used to manage an IDProperty's UI data.
115
+ :return: The class or default when not found.
116
+ :rtype: typing.Any
117
117
  """
118
118
  ...
119
119
 
120
- def is_extended(self): ...
121
- def is_property_hidden(self) -> bool:
122
- """Check if a property is hidden.
123
-
124
- :return: True when the property is hidden.
125
- :rtype: bool
120
+ def draw(self, context):
126
121
  """
127
- ...
128
-
129
- def is_property_overridable_library(self) -> bool:
130
- """Check if a property is overridable.
131
122
 
132
- :return: True when the property is overridable.
133
- :rtype: bool
123
+ :param context:
134
124
  """
135
125
  ...
136
126
 
137
- def is_property_readonly(self) -> bool:
138
- """Check if a property is readonly.
139
-
140
- :return: True when the property is readonly (not writable).
141
- :rtype: bool
142
- """
143
- ...
127
+ class DATA_PT_custom_props_curve(
128
+ bpy.types.Panel, CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
129
+ ):
130
+ """The subclass should have its own poll function
131
+ and the variable '_context_path' MUST be set.
132
+ """
144
133
 
145
- def is_property_set(self) -> bool:
146
- """Check if a property is set, use for testing operator properties.
134
+ COMPAT_ENGINES: typing.Any
135
+ bl_context: typing.Any
136
+ bl_label: typing.Any
137
+ bl_options: typing.Any
138
+ bl_order: typing.Any
139
+ bl_region_type: typing.Any
140
+ bl_rna: typing.Any
141
+ bl_space_type: typing.Any
142
+ id_data: typing.Any
147
143
 
148
- :return: True when the property has been set.
149
- :rtype: bool
144
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
150
145
  """
151
- ...
152
146
 
153
- def items(self):
154
- """Returns the items of this objects custom properties (matches Python's
155
- dictionary function of the same name).
156
-
157
- :return: custom property key, value pairs.
147
+ :return: The RNA type or default when not found.
148
+ :rtype: bpy.types.Struct
158
149
  """
159
150
  ...
160
151
 
161
- def keyframe_delete(self) -> bool:
162
- """Remove a keyframe from this properties fcurve.
152
+ def bl_rna_get_subclass_py(self) -> typing.Any:
153
+ """
163
154
 
164
- :return: Success of keyframe deletion.
165
- :rtype: bool
155
+ :return: The class or default when not found.
156
+ :rtype: typing.Any
166
157
  """
167
158
  ...
168
159
 
169
- def keyframe_insert(self) -> bool:
170
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
160
+ class DATA_PT_font(
161
+ bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
162
+ ):
163
+ bl_context: typing.Any
164
+ bl_label: typing.Any
165
+ bl_options: typing.Any
166
+ bl_region_type: typing.Any
167
+ bl_rna: typing.Any
168
+ bl_space_type: typing.Any
169
+ id_data: typing.Any
171
170
 
172
- :return: Success of keyframe insertion.
173
- :rtype: bool
171
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
174
172
  """
175
- ...
176
-
177
- def keys(self):
178
- """Returns the keys of this objects custom properties (matches Python's
179
- dictionary function of the same name).
180
173
 
181
- :return: custom property keys.
174
+ :return: The RNA type or default when not found.
175
+ :rtype: bpy.types.Struct
182
176
  """
183
177
  ...
184
178
 
185
- def path_from_id(self) -> str:
186
- """Returns the data path from the ID to this object (string).
187
-
188
- :return: The path from `bpy.types.bpy_struct.id_data`
189
- to this struct and property (when given).
190
- :rtype: str
179
+ def bl_rna_get_subclass_py(self) -> typing.Any:
191
180
  """
192
- ...
193
181
 
194
- def path_resolve(self):
195
- """Returns the property from the path, raise an exception when not found."""
182
+ :return: The class or default when not found.
183
+ :rtype: typing.Any
184
+ """
196
185
  ...
197
186
 
198
- def poll(self, context):
187
+ def draw(self, context):
199
188
  """
200
189
 
201
190
  :param context:
202
191
  """
203
192
  ...
204
193
 
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).
194
+ class DATA_PT_font_transform(
195
+ bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
196
+ ):
197
+ bl_context: typing.Any
198
+ bl_label: typing.Any
199
+ bl_parent_id: typing.Any
200
+ bl_region_type: typing.Any
201
+ bl_rna: typing.Any
202
+ bl_space_type: typing.Any
203
+ id_data: typing.Any
208
204
 
205
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
209
206
  """
210
- ...
211
207
 
212
- def prepend(self, draw_func):
213
- """Prepend a draw function to this menu, takes the same arguments as
214
- the menus draw function
215
-
216
- :param draw_func:
208
+ :return: The RNA type or default when not found.
209
+ :rtype: bpy.types.Struct
217
210
  """
218
211
  ...
219
212
 
220
- def property_overridable_library_set(self) -> bool:
221
- """Define a property as overridable or not (only for custom properties!).
222
-
223
- :return: True when the overridable status of the property was successfully set.
224
- :rtype: bool
213
+ def bl_rna_get_subclass_py(self) -> typing.Any:
225
214
  """
226
- ...
227
-
228
- def property_unset(self):
229
- """Unset a property, will use default value afterward."""
230
- ...
231
215
 
232
- def remove(self, draw_func):
233
- """Remove a draw function that has been added to this menu
234
-
235
- :param draw_func:
216
+ :return: The class or default when not found.
217
+ :rtype: typing.Any
236
218
  """
237
219
  ...
238
220
 
239
- def type_recast(self):
240
- """Return a new instance, this is needed because types
241
- such as textures can be changed at runtime.
242
-
243
- :return: a new instance of this object with the type initialized again.
221
+ def draw(self, context):
244
222
  """
245
- ...
246
223
 
247
- def values(self):
248
- """Returns the values of this objects custom properties (matches Python's
249
- dictionary function of the same name).
250
-
251
- :return: custom property values.
224
+ :param context:
252
225
  """
253
226
  ...
254
227
 
255
- class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
228
+ class DATA_PT_geometry_curve(
229
+ bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
230
+ ):
256
231
  bl_context: typing.Any
257
232
  bl_label: typing.Any
258
233
  bl_options: typing.Any
@@ -261,22 +236,6 @@ class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
261
236
  bl_space_type: typing.Any
262
237
  id_data: typing.Any
263
238
 
264
- def append(self, draw_func):
265
- """Append a draw function to this menu,
266
- takes the same arguments as the menus draw function
267
-
268
- :param draw_func:
269
- """
270
- ...
271
-
272
- def as_pointer(self) -> int:
273
- """Returns the memory address which holds a pointer to Blender's internal data
274
-
275
- :return: int (memory address).
276
- :rtype: int
277
- """
278
- ...
279
-
280
239
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
281
240
  """
282
241
 
@@ -300,187 +259,203 @@ class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
300
259
  """
301
260
  ...
302
261
 
303
- def driver_add(self) -> bpy.types.FCurve:
304
- """Adds driver(s) to the given property
262
+ @classmethod
263
+ def poll(cls, context):
264
+ """
305
265
 
306
- :return: The driver(s) added.
307
- :rtype: bpy.types.FCurve
266
+ :param context:
308
267
  """
309
268
  ...
310
269
 
311
- def driver_remove(self) -> bool:
312
- """Remove driver(s) from the given property
270
+ class DATA_PT_geometry_curve_bevel(
271
+ bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
272
+ ):
273
+ bl_context: typing.Any
274
+ bl_label: typing.Any
275
+ bl_parent_id: typing.Any
276
+ bl_region_type: typing.Any
277
+ bl_rna: typing.Any
278
+ bl_space_type: typing.Any
279
+ id_data: typing.Any
313
280
 
314
- :return: Success of driver removal.
315
- :rtype: bool
281
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
316
282
  """
317
- ...
318
-
319
- def get(self):
320
- """Returns the value of the custom property assigned to key or default
321
- when not found (matches Python's dictionary function of the same name).
322
283
 
284
+ :return: The RNA type or default when not found.
285
+ :rtype: bpy.types.Struct
323
286
  """
324
287
  ...
325
288
 
326
- def id_properties_clear(self):
289
+ def bl_rna_get_subclass_py(self) -> typing.Any:
327
290
  """
328
291
 
329
- :return: Remove the parent group for an RNA struct's custom IDProperties.
292
+ :return: The class or default when not found.
293
+ :rtype: typing.Any
330
294
  """
331
295
  ...
332
296
 
333
- def id_properties_ensure(self):
297
+ def draw(self, context):
334
298
  """
335
299
 
336
- :return: the parent group for an RNA struct's custom IDProperties.
300
+ :param context:
337
301
  """
338
302
  ...
339
303
 
340
- def id_properties_ui(self):
304
+ @classmethod
305
+ def poll(cls, context):
341
306
  """
342
307
 
343
- :return: Return an object used to manage an IDProperty's UI data.
308
+ :param context:
344
309
  """
345
310
  ...
346
311
 
347
- def is_extended(self): ...
348
- def is_property_hidden(self) -> bool:
349
- """Check if a property is hidden.
312
+ class DATA_PT_geometry_curve_start_end(
313
+ bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
314
+ ):
315
+ bl_context: typing.Any
316
+ bl_label: typing.Any
317
+ bl_options: typing.Any
318
+ bl_parent_id: typing.Any
319
+ bl_region_type: typing.Any
320
+ bl_rna: typing.Any
321
+ bl_space_type: typing.Any
322
+ id_data: typing.Any
350
323
 
351
- :return: True when the property is hidden.
352
- :rtype: bool
324
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
353
325
  """
354
- ...
355
326
 
356
- def is_property_overridable_library(self) -> bool:
357
- """Check if a property is overridable.
358
-
359
- :return: True when the property is overridable.
360
- :rtype: bool
327
+ :return: The RNA type or default when not found.
328
+ :rtype: bpy.types.Struct
361
329
  """
362
330
  ...
363
331
 
364
- def is_property_readonly(self) -> bool:
365
- """Check if a property is readonly.
366
-
367
- :return: True when the property is readonly (not writable).
368
- :rtype: bool
332
+ def bl_rna_get_subclass_py(self) -> typing.Any:
369
333
  """
370
- ...
371
334
 
372
- def is_property_set(self) -> bool:
373
- """Check if a property is set, use for testing operator properties.
374
-
375
- :return: True when the property has been set.
376
- :rtype: bool
335
+ :return: The class or default when not found.
336
+ :rtype: typing.Any
377
337
  """
378
338
  ...
379
339
 
380
- def items(self):
381
- """Returns the items of this objects custom properties (matches Python's
382
- dictionary function of the same name).
340
+ def draw(self, context):
341
+ """
383
342
 
384
- :return: custom property key, value pairs.
343
+ :param context:
385
344
  """
386
345
  ...
387
346
 
388
- def keyframe_delete(self) -> bool:
389
- """Remove a keyframe from this properties fcurve.
347
+ @classmethod
348
+ def poll(cls, context):
349
+ """
390
350
 
391
- :return: Success of keyframe deletion.
392
- :rtype: bool
351
+ :param context:
393
352
  """
394
353
  ...
395
354
 
396
- def keyframe_insert(self) -> bool:
397
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
355
+ class DATA_PT_paragraph(
356
+ bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
357
+ ):
358
+ bl_context: typing.Any
359
+ bl_label: typing.Any
360
+ bl_region_type: typing.Any
361
+ bl_rna: typing.Any
362
+ bl_space_type: typing.Any
363
+ id_data: typing.Any
398
364
 
399
- :return: Success of keyframe insertion.
400
- :rtype: bool
365
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
401
366
  """
402
- ...
403
-
404
- def keys(self):
405
- """Returns the keys of this objects custom properties (matches Python's
406
- dictionary function of the same name).
407
367
 
408
- :return: custom property keys.
368
+ :return: The RNA type or default when not found.
369
+ :rtype: bpy.types.Struct
409
370
  """
410
371
  ...
411
372
 
412
- def path_from_id(self) -> str:
413
- """Returns the data path from the ID to this object (string).
414
-
415
- :return: The path from `bpy.types.bpy_struct.id_data`
416
- to this struct and property (when given).
417
- :rtype: str
373
+ def bl_rna_get_subclass_py(self) -> typing.Any:
418
374
  """
419
- ...
420
375
 
421
- def path_resolve(self):
422
- """Returns the property from the path, raise an exception when not found."""
376
+ :return: The class or default when not found.
377
+ :rtype: typing.Any
378
+ """
423
379
  ...
424
380
 
425
- def poll(self, context):
381
+ def draw(self, context):
426
382
  """
427
383
 
428
384
  :param context:
429
385
  """
430
386
  ...
431
387
 
432
- def pop(self):
433
- """Remove and return the value of the custom property assigned to key or default
434
- when not found (matches Python's dictionary function of the same name).
388
+ class DATA_PT_paragraph_alignment(
389
+ bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
390
+ ):
391
+ bl_context: typing.Any
392
+ bl_label: typing.Any
393
+ bl_parent_id: typing.Any
394
+ bl_region_type: typing.Any
395
+ bl_rna: typing.Any
396
+ bl_space_type: typing.Any
397
+ id_data: typing.Any
398
+
399
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
400
+ """
435
401
 
402
+ :return: The RNA type or default when not found.
403
+ :rtype: bpy.types.Struct
436
404
  """
437
405
  ...
438
406
 
439
- def prepend(self, draw_func):
440
- """Prepend a draw function to this menu, takes the same arguments as
441
- the menus draw function
407
+ def bl_rna_get_subclass_py(self) -> typing.Any:
408
+ """
442
409
 
443
- :param draw_func:
410
+ :return: The class or default when not found.
411
+ :rtype: typing.Any
444
412
  """
445
413
  ...
446
414
 
447
- def property_overridable_library_set(self) -> bool:
448
- """Define a property as overridable or not (only for custom properties!).
415
+ def draw(self, context):
416
+ """
449
417
 
450
- :return: True when the overridable status of the property was successfully set.
451
- :rtype: bool
418
+ :param context:
452
419
  """
453
420
  ...
454
421
 
455
- def property_unset(self):
456
- """Unset a property, will use default value afterward."""
457
- ...
422
+ class DATA_PT_paragraph_spacing(
423
+ bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
424
+ ):
425
+ bl_context: typing.Any
426
+ bl_label: typing.Any
427
+ bl_parent_id: typing.Any
428
+ bl_region_type: typing.Any
429
+ bl_rna: typing.Any
430
+ bl_space_type: typing.Any
431
+ id_data: typing.Any
458
432
 
459
- def remove(self, draw_func):
460
- """Remove a draw function that has been added to this menu
433
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
434
+ """
461
435
 
462
- :param draw_func:
436
+ :return: The RNA type or default when not found.
437
+ :rtype: bpy.types.Struct
463
438
  """
464
439
  ...
465
440
 
466
- def type_recast(self):
467
- """Return a new instance, this is needed because types
468
- such as textures can be changed at runtime.
441
+ def bl_rna_get_subclass_py(self) -> typing.Any:
442
+ """
469
443
 
470
- :return: a new instance of this object with the type initialized again.
444
+ :return: The class or default when not found.
445
+ :rtype: typing.Any
471
446
  """
472
447
  ...
473
448
 
474
- def values(self):
475
- """Returns the values of this objects custom properties (matches Python's
476
- dictionary function of the same name).
449
+ def draw(self, context):
450
+ """
477
451
 
478
- :return: custom property values.
452
+ :param context:
479
453
  """
480
454
  ...
481
455
 
482
- class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
483
- COMPAT_ENGINES: typing.Any
456
+ class DATA_PT_pathanim(
457
+ bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
458
+ ):
484
459
  bl_context: typing.Any
485
460
  bl_label: typing.Any
486
461
  bl_options: typing.Any
@@ -489,22 +464,6 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
489
464
  bl_space_type: typing.Any
490
465
  id_data: typing.Any
491
466
 
492
- def append(self, draw_func):
493
- """Append a draw function to this menu,
494
- takes the same arguments as the menus draw function
495
-
496
- :param draw_func:
497
- """
498
- ...
499
-
500
- def as_pointer(self) -> int:
501
- """Returns the memory address which holds a pointer to Blender's internal data
502
-
503
- :return: int (memory address).
504
- :rtype: int
505
- """
506
- ...
507
-
508
467
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
509
468
  """
510
469
 
@@ -528,2486 +487,14 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
528
487
  """
529
488
  ...
530
489
 
531
- def driver_add(self) -> bpy.types.FCurve:
532
- """Adds driver(s) to the given property
533
-
534
- :return: The driver(s) added.
535
- :rtype: bpy.types.FCurve
536
- """
537
- ...
538
-
539
- def driver_remove(self) -> bool:
540
- """Remove driver(s) from the given property
541
-
542
- :return: Success of driver removal.
543
- :rtype: bool
544
- """
545
- ...
546
-
547
- def get(self):
548
- """Returns the value of the custom property assigned to key or default
549
- when not found (matches Python's dictionary function of the same name).
550
-
551
- """
552
- ...
553
-
554
- def id_properties_clear(self):
555
- """
556
-
557
- :return: Remove the parent group for an RNA struct's custom IDProperties.
558
- """
559
- ...
560
-
561
- def id_properties_ensure(self):
562
- """
563
-
564
- :return: the parent group for an RNA struct's custom IDProperties.
565
- """
566
- ...
567
-
568
- def id_properties_ui(self):
569
- """
570
-
571
- :return: Return an object used to manage an IDProperty's UI data.
572
- """
573
- ...
574
-
575
- def is_extended(self): ...
576
- def is_property_hidden(self) -> bool:
577
- """Check if a property is hidden.
578
-
579
- :return: True when the property is hidden.
580
- :rtype: bool
581
- """
582
- ...
583
-
584
- def is_property_overridable_library(self) -> bool:
585
- """Check if a property is overridable.
586
-
587
- :return: True when the property is overridable.
588
- :rtype: bool
589
- """
590
- ...
591
-
592
- def is_property_readonly(self) -> bool:
593
- """Check if a property is readonly.
594
-
595
- :return: True when the property is readonly (not writable).
596
- :rtype: bool
597
- """
598
- ...
599
-
600
- def is_property_set(self) -> bool:
601
- """Check if a property is set, use for testing operator properties.
602
-
603
- :return: True when the property has been set.
604
- :rtype: bool
605
- """
606
- ...
607
-
608
- def items(self):
609
- """Returns the items of this objects custom properties (matches Python's
610
- dictionary function of the same name).
611
-
612
- :return: custom property key, value pairs.
613
- """
614
- ...
615
-
616
- def keyframe_delete(self) -> bool:
617
- """Remove a keyframe from this properties fcurve.
618
-
619
- :return: Success of keyframe deletion.
620
- :rtype: bool
621
- """
622
- ...
623
-
624
- def keyframe_insert(self) -> bool:
625
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
626
-
627
- :return: Success of keyframe insertion.
628
- :rtype: bool
629
- """
630
- ...
631
-
632
- def keys(self):
633
- """Returns the keys of this objects custom properties (matches Python's
634
- dictionary function of the same name).
635
-
636
- :return: custom property keys.
637
- """
638
- ...
639
-
640
- def path_from_id(self) -> str:
641
- """Returns the data path from the ID to this object (string).
642
-
643
- :return: The path from `bpy.types.bpy_struct.id_data`
644
- to this struct and property (when given).
645
- :rtype: str
646
- """
647
- ...
648
-
649
- def path_resolve(self):
650
- """Returns the property from the path, raise an exception when not found."""
651
- ...
652
-
653
- def poll(self, context):
654
- """
655
-
656
- :param context:
657
- """
658
- ...
659
-
660
- def pop(self):
661
- """Remove and return the value of the custom property assigned to key or default
662
- when not found (matches Python's dictionary function of the same name).
663
-
664
- """
665
- ...
666
-
667
- def prepend(self, draw_func):
668
- """Prepend a draw function to this menu, takes the same arguments as
669
- the menus draw function
670
-
671
- :param draw_func:
672
- """
673
- ...
674
-
675
- def property_overridable_library_set(self) -> bool:
676
- """Define a property as overridable or not (only for custom properties!).
677
-
678
- :return: True when the overridable status of the property was successfully set.
679
- :rtype: bool
680
- """
681
- ...
682
-
683
- def property_unset(self):
684
- """Unset a property, will use default value afterward."""
685
- ...
686
-
687
- def remove(self, draw_func):
688
- """Remove a draw function that has been added to this menu
689
-
690
- :param draw_func:
691
- """
692
- ...
693
-
694
- def type_recast(self):
695
- """Return a new instance, this is needed because types
696
- such as textures can be changed at runtime.
697
-
698
- :return: a new instance of this object with the type initialized again.
699
- """
700
- ...
701
-
702
- def values(self):
703
- """Returns the values of this objects custom properties (matches Python's
704
- dictionary function of the same name).
705
-
706
- :return: custom property values.
707
- """
708
- ...
709
-
710
- class DATA_PT_custom_props_curve(
711
- CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
712
- ):
713
- """The subclass should have its own poll function
714
- and the variable '_context_path' MUST be set.
715
- """
716
-
717
- COMPAT_ENGINES: typing.Any
718
- bl_context: typing.Any
719
- bl_label: typing.Any
720
- bl_options: typing.Any
721
- bl_order: typing.Any
722
- bl_region_type: typing.Any
723
- bl_rna: typing.Any
724
- bl_space_type: typing.Any
725
- id_data: typing.Any
726
-
727
- def append(self, draw_func):
728
- """Append a draw function to this menu,
729
- takes the same arguments as the menus draw function
730
-
731
- :param draw_func:
732
- """
733
- ...
734
-
735
- def as_pointer(self) -> int:
736
- """Returns the memory address which holds a pointer to Blender's internal data
737
-
738
- :return: int (memory address).
739
- :rtype: int
740
- """
741
- ...
742
-
743
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
744
- """
745
-
746
- :return: The RNA type or default when not found.
747
- :rtype: bpy.types.Struct
748
- """
749
- ...
750
-
751
- def bl_rna_get_subclass_py(self) -> typing.Any:
752
- """
753
-
754
- :return: The class or default when not found.
755
- :rtype: typing.Any
756
- """
757
- ...
758
-
759
- def draw(self, context):
760
- """
761
-
762
- :param context:
763
- """
764
- ...
765
-
766
- def driver_add(self) -> bpy.types.FCurve:
767
- """Adds driver(s) to the given property
768
-
769
- :return: The driver(s) added.
770
- :rtype: bpy.types.FCurve
771
- """
772
- ...
773
-
774
- def driver_remove(self) -> bool:
775
- """Remove driver(s) from the given property
776
-
777
- :return: Success of driver removal.
778
- :rtype: bool
779
- """
780
- ...
781
-
782
- def get(self):
783
- """Returns the value of the custom property assigned to key or default
784
- when not found (matches Python's dictionary function of the same name).
785
-
786
- """
787
- ...
788
-
789
- def id_properties_clear(self):
790
- """
791
-
792
- :return: Remove the parent group for an RNA struct's custom IDProperties.
793
- """
794
- ...
795
-
796
- def id_properties_ensure(self):
797
- """
798
-
799
- :return: the parent group for an RNA struct's custom IDProperties.
800
- """
801
- ...
802
-
803
- def id_properties_ui(self):
804
- """
805
-
806
- :return: Return an object used to manage an IDProperty's UI data.
807
- """
808
- ...
809
-
810
- def is_extended(self): ...
811
- def is_property_hidden(self) -> bool:
812
- """Check if a property is hidden.
813
-
814
- :return: True when the property is hidden.
815
- :rtype: bool
816
- """
817
- ...
818
-
819
- def is_property_overridable_library(self) -> bool:
820
- """Check if a property is overridable.
821
-
822
- :return: True when the property is overridable.
823
- :rtype: bool
824
- """
825
- ...
826
-
827
- def is_property_readonly(self) -> bool:
828
- """Check if a property is readonly.
829
-
830
- :return: True when the property is readonly (not writable).
831
- :rtype: bool
832
- """
833
- ...
834
-
835
- def is_property_set(self) -> bool:
836
- """Check if a property is set, use for testing operator properties.
837
-
838
- :return: True when the property has been set.
839
- :rtype: bool
840
- """
841
- ...
842
-
843
- def items(self):
844
- """Returns the items of this objects custom properties (matches Python's
845
- dictionary function of the same name).
846
-
847
- :return: custom property key, value pairs.
848
- """
849
- ...
850
-
851
- def keyframe_delete(self) -> bool:
852
- """Remove a keyframe from this properties fcurve.
853
-
854
- :return: Success of keyframe deletion.
855
- :rtype: bool
856
- """
857
- ...
858
-
859
- def keyframe_insert(self) -> bool:
860
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
861
-
862
- :return: Success of keyframe insertion.
863
- :rtype: bool
864
- """
865
- ...
866
-
867
- def keys(self):
868
- """Returns the keys of this objects custom properties (matches Python's
869
- dictionary function of the same name).
870
-
871
- :return: custom property keys.
872
- """
873
- ...
874
-
875
- def path_from_id(self) -> str:
876
- """Returns the data path from the ID to this object (string).
877
-
878
- :return: The path from `bpy.types.bpy_struct.id_data`
879
- to this struct and property (when given).
880
- :rtype: str
881
- """
882
- ...
883
-
884
- def path_resolve(self):
885
- """Returns the property from the path, raise an exception when not found."""
886
- ...
887
-
888
- def poll(self, context):
889
- """
890
-
891
- :param context:
892
- """
893
- ...
894
-
895
- def pop(self):
896
- """Remove and return the value of the custom property assigned to key or default
897
- when not found (matches Python's dictionary function of the same name).
898
-
899
- """
900
- ...
901
-
902
- def prepend(self, draw_func):
903
- """Prepend a draw function to this menu, takes the same arguments as
904
- the menus draw function
905
-
906
- :param draw_func:
907
- """
908
- ...
909
-
910
- def property_overridable_library_set(self) -> bool:
911
- """Define a property as overridable or not (only for custom properties!).
912
-
913
- :return: True when the overridable status of the property was successfully set.
914
- :rtype: bool
915
- """
916
- ...
917
-
918
- def property_unset(self):
919
- """Unset a property, will use default value afterward."""
920
- ...
921
-
922
- def remove(self, draw_func):
923
- """Remove a draw function that has been added to this menu
924
-
925
- :param draw_func:
926
- """
927
- ...
928
-
929
- def type_recast(self):
930
- """Return a new instance, this is needed because types
931
- such as textures can be changed at runtime.
932
-
933
- :return: a new instance of this object with the type initialized again.
934
- """
935
- ...
936
-
937
- def values(self):
938
- """Returns the values of this objects custom properties (matches Python's
939
- dictionary function of the same name).
940
-
941
- :return: custom property values.
942
- """
943
- ...
944
-
945
- class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
946
- bl_context: typing.Any
947
- bl_label: typing.Any
948
- bl_options: typing.Any
949
- bl_region_type: typing.Any
950
- bl_rna: typing.Any
951
- bl_space_type: typing.Any
952
- id_data: typing.Any
953
-
954
- def append(self, draw_func):
955
- """Append a draw function to this menu,
956
- takes the same arguments as the menus draw function
957
-
958
- :param draw_func:
959
- """
960
- ...
961
-
962
- def as_pointer(self) -> int:
963
- """Returns the memory address which holds a pointer to Blender's internal data
964
-
965
- :return: int (memory address).
966
- :rtype: int
967
- """
968
- ...
969
-
970
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
971
- """
972
-
973
- :return: The RNA type or default when not found.
974
- :rtype: bpy.types.Struct
975
- """
976
- ...
977
-
978
- def bl_rna_get_subclass_py(self) -> typing.Any:
979
- """
980
-
981
- :return: The class or default when not found.
982
- :rtype: typing.Any
983
- """
984
- ...
985
-
986
- def draw(self, context):
987
- """
988
-
989
- :param context:
990
- """
991
- ...
992
-
993
- def driver_add(self) -> bpy.types.FCurve:
994
- """Adds driver(s) to the given property
995
-
996
- :return: The driver(s) added.
997
- :rtype: bpy.types.FCurve
998
- """
999
- ...
1000
-
1001
- def driver_remove(self) -> bool:
1002
- """Remove driver(s) from the given property
1003
-
1004
- :return: Success of driver removal.
1005
- :rtype: bool
1006
- """
1007
- ...
1008
-
1009
- def get(self):
1010
- """Returns the value of the custom property assigned to key or default
1011
- when not found (matches Python's dictionary function of the same name).
1012
-
1013
- """
1014
- ...
1015
-
1016
- def id_properties_clear(self):
1017
- """
1018
-
1019
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1020
- """
1021
- ...
1022
-
1023
- def id_properties_ensure(self):
1024
- """
1025
-
1026
- :return: the parent group for an RNA struct's custom IDProperties.
1027
- """
1028
- ...
1029
-
1030
- def id_properties_ui(self):
1031
- """
1032
-
1033
- :return: Return an object used to manage an IDProperty's UI data.
1034
- """
1035
- ...
1036
-
1037
- def is_extended(self): ...
1038
- def is_property_hidden(self) -> bool:
1039
- """Check if a property is hidden.
1040
-
1041
- :return: True when the property is hidden.
1042
- :rtype: bool
1043
- """
1044
- ...
1045
-
1046
- def is_property_overridable_library(self) -> bool:
1047
- """Check if a property is overridable.
1048
-
1049
- :return: True when the property is overridable.
1050
- :rtype: bool
1051
- """
1052
- ...
1053
-
1054
- def is_property_readonly(self) -> bool:
1055
- """Check if a property is readonly.
1056
-
1057
- :return: True when the property is readonly (not writable).
1058
- :rtype: bool
1059
- """
1060
- ...
1061
-
1062
- def is_property_set(self) -> bool:
1063
- """Check if a property is set, use for testing operator properties.
1064
-
1065
- :return: True when the property has been set.
1066
- :rtype: bool
1067
- """
1068
- ...
1069
-
1070
- def items(self):
1071
- """Returns the items of this objects custom properties (matches Python's
1072
- dictionary function of the same name).
1073
-
1074
- :return: custom property key, value pairs.
1075
- """
1076
- ...
1077
-
1078
- def keyframe_delete(self) -> bool:
1079
- """Remove a keyframe from this properties fcurve.
1080
-
1081
- :return: Success of keyframe deletion.
1082
- :rtype: bool
1083
- """
1084
- ...
1085
-
1086
- def keyframe_insert(self) -> bool:
1087
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1088
-
1089
- :return: Success of keyframe insertion.
1090
- :rtype: bool
1091
- """
1092
- ...
1093
-
1094
- def keys(self):
1095
- """Returns the keys of this objects custom properties (matches Python's
1096
- dictionary function of the same name).
1097
-
1098
- :return: custom property keys.
1099
- """
1100
- ...
1101
-
1102
- def path_from_id(self) -> str:
1103
- """Returns the data path from the ID to this object (string).
1104
-
1105
- :return: The path from `bpy.types.bpy_struct.id_data`
1106
- to this struct and property (when given).
1107
- :rtype: str
1108
- """
1109
- ...
1110
-
1111
- def path_resolve(self):
1112
- """Returns the property from the path, raise an exception when not found."""
1113
- ...
1114
-
1115
- def poll(self, context):
1116
- """
1117
-
1118
- :param context:
1119
- """
1120
- ...
1121
-
1122
- def pop(self):
1123
- """Remove and return the value of the custom property assigned to key or default
1124
- when not found (matches Python's dictionary function of the same name).
1125
-
1126
- """
1127
- ...
1128
-
1129
- def prepend(self, draw_func):
1130
- """Prepend a draw function to this menu, takes the same arguments as
1131
- the menus draw function
1132
-
1133
- :param draw_func:
1134
- """
1135
- ...
1136
-
1137
- def property_overridable_library_set(self) -> bool:
1138
- """Define a property as overridable or not (only for custom properties!).
1139
-
1140
- :return: True when the overridable status of the property was successfully set.
1141
- :rtype: bool
1142
- """
1143
- ...
1144
-
1145
- def property_unset(self):
1146
- """Unset a property, will use default value afterward."""
1147
- ...
1148
-
1149
- def remove(self, draw_func):
1150
- """Remove a draw function that has been added to this menu
1151
-
1152
- :param draw_func:
1153
- """
1154
- ...
1155
-
1156
- def type_recast(self):
1157
- """Return a new instance, this is needed because types
1158
- such as textures can be changed at runtime.
1159
-
1160
- :return: a new instance of this object with the type initialized again.
1161
- """
1162
- ...
1163
-
1164
- def values(self):
1165
- """Returns the values of this objects custom properties (matches Python's
1166
- dictionary function of the same name).
1167
-
1168
- :return: custom property values.
1169
- """
1170
- ...
1171
-
1172
- class DATA_PT_font_transform(
1173
- CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
1174
- ):
1175
- bl_context: typing.Any
1176
- bl_label: typing.Any
1177
- bl_parent_id: typing.Any
1178
- bl_region_type: typing.Any
1179
- bl_rna: typing.Any
1180
- bl_space_type: typing.Any
1181
- id_data: typing.Any
1182
-
1183
- def append(self, draw_func):
1184
- """Append a draw function to this menu,
1185
- takes the same arguments as the menus draw function
1186
-
1187
- :param draw_func:
1188
- """
1189
- ...
1190
-
1191
- def as_pointer(self) -> int:
1192
- """Returns the memory address which holds a pointer to Blender's internal data
1193
-
1194
- :return: int (memory address).
1195
- :rtype: int
1196
- """
1197
- ...
1198
-
1199
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1200
- """
1201
-
1202
- :return: The RNA type or default when not found.
1203
- :rtype: bpy.types.Struct
1204
- """
1205
- ...
1206
-
1207
- def bl_rna_get_subclass_py(self) -> typing.Any:
1208
- """
1209
-
1210
- :return: The class or default when not found.
1211
- :rtype: typing.Any
1212
- """
1213
- ...
1214
-
1215
- def draw(self, context):
1216
- """
1217
-
1218
- :param context:
1219
- """
1220
- ...
1221
-
1222
- def driver_add(self) -> bpy.types.FCurve:
1223
- """Adds driver(s) to the given property
1224
-
1225
- :return: The driver(s) added.
1226
- :rtype: bpy.types.FCurve
1227
- """
1228
- ...
1229
-
1230
- def driver_remove(self) -> bool:
1231
- """Remove driver(s) from the given property
1232
-
1233
- :return: Success of driver removal.
1234
- :rtype: bool
1235
- """
1236
- ...
1237
-
1238
- def get(self):
1239
- """Returns the value of the custom property assigned to key or default
1240
- when not found (matches Python's dictionary function of the same name).
1241
-
1242
- """
1243
- ...
1244
-
1245
- def id_properties_clear(self):
1246
- """
1247
-
1248
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1249
- """
1250
- ...
1251
-
1252
- def id_properties_ensure(self):
1253
- """
1254
-
1255
- :return: the parent group for an RNA struct's custom IDProperties.
1256
- """
1257
- ...
1258
-
1259
- def id_properties_ui(self):
1260
- """
1261
-
1262
- :return: Return an object used to manage an IDProperty's UI data.
1263
- """
1264
- ...
1265
-
1266
- def is_extended(self): ...
1267
- def is_property_hidden(self) -> bool:
1268
- """Check if a property is hidden.
1269
-
1270
- :return: True when the property is hidden.
1271
- :rtype: bool
1272
- """
1273
- ...
1274
-
1275
- def is_property_overridable_library(self) -> bool:
1276
- """Check if a property is overridable.
1277
-
1278
- :return: True when the property is overridable.
1279
- :rtype: bool
1280
- """
1281
- ...
1282
-
1283
- def is_property_readonly(self) -> bool:
1284
- """Check if a property is readonly.
1285
-
1286
- :return: True when the property is readonly (not writable).
1287
- :rtype: bool
1288
- """
1289
- ...
1290
-
1291
- def is_property_set(self) -> bool:
1292
- """Check if a property is set, use for testing operator properties.
1293
-
1294
- :return: True when the property has been set.
1295
- :rtype: bool
1296
- """
1297
- ...
1298
-
1299
- def items(self):
1300
- """Returns the items of this objects custom properties (matches Python's
1301
- dictionary function of the same name).
1302
-
1303
- :return: custom property key, value pairs.
1304
- """
1305
- ...
1306
-
1307
- def keyframe_delete(self) -> bool:
1308
- """Remove a keyframe from this properties fcurve.
1309
-
1310
- :return: Success of keyframe deletion.
1311
- :rtype: bool
1312
- """
1313
- ...
1314
-
1315
- def keyframe_insert(self) -> bool:
1316
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1317
-
1318
- :return: Success of keyframe insertion.
1319
- :rtype: bool
1320
- """
1321
- ...
1322
-
1323
- def keys(self):
1324
- """Returns the keys of this objects custom properties (matches Python's
1325
- dictionary function of the same name).
1326
-
1327
- :return: custom property keys.
1328
- """
1329
- ...
1330
-
1331
- def path_from_id(self) -> str:
1332
- """Returns the data path from the ID to this object (string).
1333
-
1334
- :return: The path from `bpy.types.bpy_struct.id_data`
1335
- to this struct and property (when given).
1336
- :rtype: str
1337
- """
1338
- ...
1339
-
1340
- def path_resolve(self):
1341
- """Returns the property from the path, raise an exception when not found."""
1342
- ...
1343
-
1344
- def poll(self, context):
1345
- """
1346
-
1347
- :param context:
1348
- """
1349
- ...
1350
-
1351
- def pop(self):
1352
- """Remove and return the value of the custom property assigned to key or default
1353
- when not found (matches Python's dictionary function of the same name).
1354
-
1355
- """
1356
- ...
1357
-
1358
- def prepend(self, draw_func):
1359
- """Prepend a draw function to this menu, takes the same arguments as
1360
- the menus draw function
1361
-
1362
- :param draw_func:
1363
- """
1364
- ...
1365
-
1366
- def property_overridable_library_set(self) -> bool:
1367
- """Define a property as overridable or not (only for custom properties!).
1368
-
1369
- :return: True when the overridable status of the property was successfully set.
1370
- :rtype: bool
1371
- """
1372
- ...
1373
-
1374
- def property_unset(self):
1375
- """Unset a property, will use default value afterward."""
1376
- ...
1377
-
1378
- def remove(self, draw_func):
1379
- """Remove a draw function that has been added to this menu
1380
-
1381
- :param draw_func:
1382
- """
1383
- ...
1384
-
1385
- def type_recast(self):
1386
- """Return a new instance, this is needed because types
1387
- such as textures can be changed at runtime.
1388
-
1389
- :return: a new instance of this object with the type initialized again.
1390
- """
1391
- ...
1392
-
1393
- def values(self):
1394
- """Returns the values of this objects custom properties (matches Python's
1395
- dictionary function of the same name).
1396
-
1397
- :return: custom property values.
1398
- """
1399
- ...
1400
-
1401
- class DATA_PT_geometry_curve(
1402
- CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1403
- ):
1404
- bl_context: typing.Any
1405
- bl_label: typing.Any
1406
- bl_options: typing.Any
1407
- bl_region_type: typing.Any
1408
- bl_rna: typing.Any
1409
- bl_space_type: typing.Any
1410
- id_data: typing.Any
1411
-
1412
- def append(self, draw_func):
1413
- """Append a draw function to this menu,
1414
- takes the same arguments as the menus draw function
1415
-
1416
- :param draw_func:
1417
- """
1418
- ...
1419
-
1420
- def as_pointer(self) -> int:
1421
- """Returns the memory address which holds a pointer to Blender's internal data
1422
-
1423
- :return: int (memory address).
1424
- :rtype: int
1425
- """
1426
- ...
1427
-
1428
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1429
- """
1430
-
1431
- :return: The RNA type or default when not found.
1432
- :rtype: bpy.types.Struct
1433
- """
1434
- ...
1435
-
1436
- def bl_rna_get_subclass_py(self) -> typing.Any:
1437
- """
1438
-
1439
- :return: The class or default when not found.
1440
- :rtype: typing.Any
1441
- """
1442
- ...
1443
-
1444
- def draw(self, context):
1445
- """
1446
-
1447
- :param context:
1448
- """
1449
- ...
1450
-
1451
- def driver_add(self) -> bpy.types.FCurve:
1452
- """Adds driver(s) to the given property
1453
-
1454
- :return: The driver(s) added.
1455
- :rtype: bpy.types.FCurve
1456
- """
1457
- ...
1458
-
1459
- def driver_remove(self) -> bool:
1460
- """Remove driver(s) from the given property
1461
-
1462
- :return: Success of driver removal.
1463
- :rtype: bool
1464
- """
1465
- ...
1466
-
1467
- def get(self):
1468
- """Returns the value of the custom property assigned to key or default
1469
- when not found (matches Python's dictionary function of the same name).
1470
-
1471
- """
1472
- ...
1473
-
1474
- def id_properties_clear(self):
1475
- """
1476
-
1477
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1478
- """
1479
- ...
1480
-
1481
- def id_properties_ensure(self):
1482
- """
1483
-
1484
- :return: the parent group for an RNA struct's custom IDProperties.
1485
- """
1486
- ...
1487
-
1488
- def id_properties_ui(self):
1489
- """
1490
-
1491
- :return: Return an object used to manage an IDProperty's UI data.
1492
- """
1493
- ...
1494
-
1495
- def is_extended(self): ...
1496
- def is_property_hidden(self) -> bool:
1497
- """Check if a property is hidden.
1498
-
1499
- :return: True when the property is hidden.
1500
- :rtype: bool
1501
- """
1502
- ...
1503
-
1504
- def is_property_overridable_library(self) -> bool:
1505
- """Check if a property is overridable.
1506
-
1507
- :return: True when the property is overridable.
1508
- :rtype: bool
1509
- """
1510
- ...
1511
-
1512
- def is_property_readonly(self) -> bool:
1513
- """Check if a property is readonly.
1514
-
1515
- :return: True when the property is readonly (not writable).
1516
- :rtype: bool
1517
- """
1518
- ...
1519
-
1520
- def is_property_set(self) -> bool:
1521
- """Check if a property is set, use for testing operator properties.
1522
-
1523
- :return: True when the property has been set.
1524
- :rtype: bool
1525
- """
1526
- ...
1527
-
1528
- def items(self):
1529
- """Returns the items of this objects custom properties (matches Python's
1530
- dictionary function of the same name).
1531
-
1532
- :return: custom property key, value pairs.
1533
- """
1534
- ...
1535
-
1536
- def keyframe_delete(self) -> bool:
1537
- """Remove a keyframe from this properties fcurve.
1538
-
1539
- :return: Success of keyframe deletion.
1540
- :rtype: bool
1541
- """
1542
- ...
1543
-
1544
- def keyframe_insert(self) -> bool:
1545
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1546
-
1547
- :return: Success of keyframe insertion.
1548
- :rtype: bool
1549
- """
1550
- ...
1551
-
1552
- def keys(self):
1553
- """Returns the keys of this objects custom properties (matches Python's
1554
- dictionary function of the same name).
1555
-
1556
- :return: custom property keys.
1557
- """
1558
- ...
1559
-
1560
- def path_from_id(self) -> str:
1561
- """Returns the data path from the ID to this object (string).
1562
-
1563
- :return: The path from `bpy.types.bpy_struct.id_data`
1564
- to this struct and property (when given).
1565
- :rtype: str
1566
- """
1567
- ...
1568
-
1569
- def path_resolve(self):
1570
- """Returns the property from the path, raise an exception when not found."""
1571
- ...
1572
-
1573
- @classmethod
1574
- def poll(cls, context):
1575
- """
1576
-
1577
- :param context:
1578
- """
1579
- ...
1580
-
1581
- def pop(self):
1582
- """Remove and return the value of the custom property assigned to key or default
1583
- when not found (matches Python's dictionary function of the same name).
1584
-
1585
- """
1586
- ...
1587
-
1588
- def prepend(self, draw_func):
1589
- """Prepend a draw function to this menu, takes the same arguments as
1590
- the menus draw function
1591
-
1592
- :param draw_func:
1593
- """
1594
- ...
1595
-
1596
- def property_overridable_library_set(self) -> bool:
1597
- """Define a property as overridable or not (only for custom properties!).
1598
-
1599
- :return: True when the overridable status of the property was successfully set.
1600
- :rtype: bool
1601
- """
1602
- ...
1603
-
1604
- def property_unset(self):
1605
- """Unset a property, will use default value afterward."""
1606
- ...
1607
-
1608
- def remove(self, draw_func):
1609
- """Remove a draw function that has been added to this menu
1610
-
1611
- :param draw_func:
1612
- """
1613
- ...
1614
-
1615
- def type_recast(self):
1616
- """Return a new instance, this is needed because types
1617
- such as textures can be changed at runtime.
1618
-
1619
- :return: a new instance of this object with the type initialized again.
1620
- """
1621
- ...
1622
-
1623
- def values(self):
1624
- """Returns the values of this objects custom properties (matches Python's
1625
- dictionary function of the same name).
1626
-
1627
- :return: custom property values.
1628
- """
1629
- ...
1630
-
1631
- class DATA_PT_geometry_curve_bevel(
1632
- CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1633
- ):
1634
- bl_context: typing.Any
1635
- bl_label: typing.Any
1636
- bl_parent_id: typing.Any
1637
- bl_region_type: typing.Any
1638
- bl_rna: typing.Any
1639
- bl_space_type: typing.Any
1640
- id_data: typing.Any
1641
-
1642
- def append(self, draw_func):
1643
- """Append a draw function to this menu,
1644
- takes the same arguments as the menus draw function
1645
-
1646
- :param draw_func:
1647
- """
1648
- ...
1649
-
1650
- def as_pointer(self) -> int:
1651
- """Returns the memory address which holds a pointer to Blender's internal data
1652
-
1653
- :return: int (memory address).
1654
- :rtype: int
1655
- """
1656
- ...
1657
-
1658
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1659
- """
1660
-
1661
- :return: The RNA type or default when not found.
1662
- :rtype: bpy.types.Struct
1663
- """
1664
- ...
1665
-
1666
- def bl_rna_get_subclass_py(self) -> typing.Any:
1667
- """
1668
-
1669
- :return: The class or default when not found.
1670
- :rtype: typing.Any
1671
- """
1672
- ...
1673
-
1674
- def draw(self, context):
1675
- """
1676
-
1677
- :param context:
1678
- """
1679
- ...
1680
-
1681
- def driver_add(self) -> bpy.types.FCurve:
1682
- """Adds driver(s) to the given property
1683
-
1684
- :return: The driver(s) added.
1685
- :rtype: bpy.types.FCurve
1686
- """
1687
- ...
1688
-
1689
- def driver_remove(self) -> bool:
1690
- """Remove driver(s) from the given property
1691
-
1692
- :return: Success of driver removal.
1693
- :rtype: bool
1694
- """
1695
- ...
1696
-
1697
- def get(self):
1698
- """Returns the value of the custom property assigned to key or default
1699
- when not found (matches Python's dictionary function of the same name).
1700
-
1701
- """
1702
- ...
1703
-
1704
- def id_properties_clear(self):
1705
- """
1706
-
1707
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1708
- """
1709
- ...
1710
-
1711
- def id_properties_ensure(self):
1712
- """
1713
-
1714
- :return: the parent group for an RNA struct's custom IDProperties.
1715
- """
1716
- ...
1717
-
1718
- def id_properties_ui(self):
1719
- """
1720
-
1721
- :return: Return an object used to manage an IDProperty's UI data.
1722
- """
1723
- ...
1724
-
1725
- def is_extended(self): ...
1726
- def is_property_hidden(self) -> bool:
1727
- """Check if a property is hidden.
1728
-
1729
- :return: True when the property is hidden.
1730
- :rtype: bool
1731
- """
1732
- ...
1733
-
1734
- def is_property_overridable_library(self) -> bool:
1735
- """Check if a property is overridable.
1736
-
1737
- :return: True when the property is overridable.
1738
- :rtype: bool
1739
- """
1740
- ...
1741
-
1742
- def is_property_readonly(self) -> bool:
1743
- """Check if a property is readonly.
1744
-
1745
- :return: True when the property is readonly (not writable).
1746
- :rtype: bool
1747
- """
1748
- ...
1749
-
1750
- def is_property_set(self) -> bool:
1751
- """Check if a property is set, use for testing operator properties.
1752
-
1753
- :return: True when the property has been set.
1754
- :rtype: bool
1755
- """
1756
- ...
1757
-
1758
- def items(self):
1759
- """Returns the items of this objects custom properties (matches Python's
1760
- dictionary function of the same name).
1761
-
1762
- :return: custom property key, value pairs.
1763
- """
1764
- ...
1765
-
1766
- def keyframe_delete(self) -> bool:
1767
- """Remove a keyframe from this properties fcurve.
1768
-
1769
- :return: Success of keyframe deletion.
1770
- :rtype: bool
1771
- """
1772
- ...
1773
-
1774
- def keyframe_insert(self) -> bool:
1775
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1776
-
1777
- :return: Success of keyframe insertion.
1778
- :rtype: bool
1779
- """
1780
- ...
1781
-
1782
- def keys(self):
1783
- """Returns the keys of this objects custom properties (matches Python's
1784
- dictionary function of the same name).
1785
-
1786
- :return: custom property keys.
1787
- """
1788
- ...
1789
-
1790
- def path_from_id(self) -> str:
1791
- """Returns the data path from the ID to this object (string).
1792
-
1793
- :return: The path from `bpy.types.bpy_struct.id_data`
1794
- to this struct and property (when given).
1795
- :rtype: str
1796
- """
1797
- ...
1798
-
1799
- def path_resolve(self):
1800
- """Returns the property from the path, raise an exception when not found."""
1801
- ...
1802
-
1803
- @classmethod
1804
- def poll(cls, context):
1805
- """
1806
-
1807
- :param context:
1808
- """
1809
- ...
1810
-
1811
- def pop(self):
1812
- """Remove and return the value of the custom property assigned to key or default
1813
- when not found (matches Python's dictionary function of the same name).
1814
-
1815
- """
1816
- ...
1817
-
1818
- def prepend(self, draw_func):
1819
- """Prepend a draw function to this menu, takes the same arguments as
1820
- the menus draw function
1821
-
1822
- :param draw_func:
1823
- """
1824
- ...
1825
-
1826
- def property_overridable_library_set(self) -> bool:
1827
- """Define a property as overridable or not (only for custom properties!).
1828
-
1829
- :return: True when the overridable status of the property was successfully set.
1830
- :rtype: bool
1831
- """
1832
- ...
1833
-
1834
- def property_unset(self):
1835
- """Unset a property, will use default value afterward."""
1836
- ...
1837
-
1838
- def remove(self, draw_func):
1839
- """Remove a draw function that has been added to this menu
1840
-
1841
- :param draw_func:
1842
- """
1843
- ...
1844
-
1845
- def type_recast(self):
1846
- """Return a new instance, this is needed because types
1847
- such as textures can be changed at runtime.
1848
-
1849
- :return: a new instance of this object with the type initialized again.
1850
- """
1851
- ...
1852
-
1853
- def values(self):
1854
- """Returns the values of this objects custom properties (matches Python's
1855
- dictionary function of the same name).
1856
-
1857
- :return: custom property values.
1858
- """
1859
- ...
1860
-
1861
- class DATA_PT_geometry_curve_start_end(
1862
- CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1863
- ):
1864
- bl_context: typing.Any
1865
- bl_label: typing.Any
1866
- bl_options: typing.Any
1867
- bl_parent_id: typing.Any
1868
- bl_region_type: typing.Any
1869
- bl_rna: typing.Any
1870
- bl_space_type: typing.Any
1871
- id_data: typing.Any
1872
-
1873
- def append(self, draw_func):
1874
- """Append a draw function to this menu,
1875
- takes the same arguments as the menus draw function
1876
-
1877
- :param draw_func:
1878
- """
1879
- ...
1880
-
1881
- def as_pointer(self) -> int:
1882
- """Returns the memory address which holds a pointer to Blender's internal data
1883
-
1884
- :return: int (memory address).
1885
- :rtype: int
1886
- """
1887
- ...
1888
-
1889
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1890
- """
1891
-
1892
- :return: The RNA type or default when not found.
1893
- :rtype: bpy.types.Struct
1894
- """
1895
- ...
1896
-
1897
- def bl_rna_get_subclass_py(self) -> typing.Any:
1898
- """
1899
-
1900
- :return: The class or default when not found.
1901
- :rtype: typing.Any
1902
- """
1903
- ...
1904
-
1905
- def draw(self, context):
1906
- """
1907
-
1908
- :param context:
1909
- """
1910
- ...
1911
-
1912
- def driver_add(self) -> bpy.types.FCurve:
1913
- """Adds driver(s) to the given property
1914
-
1915
- :return: The driver(s) added.
1916
- :rtype: bpy.types.FCurve
1917
- """
1918
- ...
1919
-
1920
- def driver_remove(self) -> bool:
1921
- """Remove driver(s) from the given property
1922
-
1923
- :return: Success of driver removal.
1924
- :rtype: bool
1925
- """
1926
- ...
1927
-
1928
- def get(self):
1929
- """Returns the value of the custom property assigned to key or default
1930
- when not found (matches Python's dictionary function of the same name).
1931
-
1932
- """
1933
- ...
1934
-
1935
- def id_properties_clear(self):
1936
- """
1937
-
1938
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1939
- """
1940
- ...
1941
-
1942
- def id_properties_ensure(self):
1943
- """
1944
-
1945
- :return: the parent group for an RNA struct's custom IDProperties.
1946
- """
1947
- ...
1948
-
1949
- def id_properties_ui(self):
1950
- """
1951
-
1952
- :return: Return an object used to manage an IDProperty's UI data.
1953
- """
1954
- ...
1955
-
1956
- def is_extended(self): ...
1957
- def is_property_hidden(self) -> bool:
1958
- """Check if a property is hidden.
1959
-
1960
- :return: True when the property is hidden.
1961
- :rtype: bool
1962
- """
1963
- ...
1964
-
1965
- def is_property_overridable_library(self) -> bool:
1966
- """Check if a property is overridable.
1967
-
1968
- :return: True when the property is overridable.
1969
- :rtype: bool
1970
- """
1971
- ...
1972
-
1973
- def is_property_readonly(self) -> bool:
1974
- """Check if a property is readonly.
1975
-
1976
- :return: True when the property is readonly (not writable).
1977
- :rtype: bool
1978
- """
1979
- ...
1980
-
1981
- def is_property_set(self) -> bool:
1982
- """Check if a property is set, use for testing operator properties.
1983
-
1984
- :return: True when the property has been set.
1985
- :rtype: bool
1986
- """
1987
- ...
1988
-
1989
- def items(self):
1990
- """Returns the items of this objects custom properties (matches Python's
1991
- dictionary function of the same name).
1992
-
1993
- :return: custom property key, value pairs.
1994
- """
1995
- ...
1996
-
1997
- def keyframe_delete(self) -> bool:
1998
- """Remove a keyframe from this properties fcurve.
1999
-
2000
- :return: Success of keyframe deletion.
2001
- :rtype: bool
2002
- """
2003
- ...
2004
-
2005
- def keyframe_insert(self) -> bool:
2006
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2007
-
2008
- :return: Success of keyframe insertion.
2009
- :rtype: bool
2010
- """
2011
- ...
2012
-
2013
- def keys(self):
2014
- """Returns the keys of this objects custom properties (matches Python's
2015
- dictionary function of the same name).
2016
-
2017
- :return: custom property keys.
2018
- """
2019
- ...
2020
-
2021
- def path_from_id(self) -> str:
2022
- """Returns the data path from the ID to this object (string).
2023
-
2024
- :return: The path from `bpy.types.bpy_struct.id_data`
2025
- to this struct and property (when given).
2026
- :rtype: str
2027
- """
2028
- ...
2029
-
2030
- def path_resolve(self):
2031
- """Returns the property from the path, raise an exception when not found."""
2032
- ...
2033
-
2034
- @classmethod
2035
- def poll(cls, context):
2036
- """
2037
-
2038
- :param context:
2039
- """
2040
- ...
2041
-
2042
- def pop(self):
2043
- """Remove and return the value of the custom property assigned to key or default
2044
- when not found (matches Python's dictionary function of the same name).
2045
-
2046
- """
2047
- ...
2048
-
2049
- def prepend(self, draw_func):
2050
- """Prepend a draw function to this menu, takes the same arguments as
2051
- the menus draw function
2052
-
2053
- :param draw_func:
2054
- """
2055
- ...
2056
-
2057
- def property_overridable_library_set(self) -> bool:
2058
- """Define a property as overridable or not (only for custom properties!).
2059
-
2060
- :return: True when the overridable status of the property was successfully set.
2061
- :rtype: bool
2062
- """
2063
- ...
2064
-
2065
- def property_unset(self):
2066
- """Unset a property, will use default value afterward."""
2067
- ...
2068
-
2069
- def remove(self, draw_func):
2070
- """Remove a draw function that has been added to this menu
2071
-
2072
- :param draw_func:
2073
- """
2074
- ...
2075
-
2076
- def type_recast(self):
2077
- """Return a new instance, this is needed because types
2078
- such as textures can be changed at runtime.
2079
-
2080
- :return: a new instance of this object with the type initialized again.
2081
- """
2082
- ...
2083
-
2084
- def values(self):
2085
- """Returns the values of this objects custom properties (matches Python's
2086
- dictionary function of the same name).
2087
-
2088
- :return: custom property values.
2089
- """
2090
- ...
2091
-
2092
- class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
2093
- bl_context: typing.Any
2094
- bl_label: typing.Any
2095
- bl_region_type: typing.Any
2096
- bl_rna: typing.Any
2097
- bl_space_type: typing.Any
2098
- id_data: typing.Any
2099
-
2100
- def append(self, draw_func):
2101
- """Append a draw function to this menu,
2102
- takes the same arguments as the menus draw function
2103
-
2104
- :param draw_func:
2105
- """
2106
- ...
2107
-
2108
- def as_pointer(self) -> int:
2109
- """Returns the memory address which holds a pointer to Blender's internal data
2110
-
2111
- :return: int (memory address).
2112
- :rtype: int
2113
- """
2114
- ...
2115
-
2116
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2117
- """
2118
-
2119
- :return: The RNA type or default when not found.
2120
- :rtype: bpy.types.Struct
2121
- """
2122
- ...
2123
-
2124
- def bl_rna_get_subclass_py(self) -> typing.Any:
2125
- """
2126
-
2127
- :return: The class or default when not found.
2128
- :rtype: typing.Any
2129
- """
2130
- ...
2131
-
2132
- def draw(self, context):
2133
- """
2134
-
2135
- :param context:
2136
- """
2137
- ...
2138
-
2139
- def driver_add(self) -> bpy.types.FCurve:
2140
- """Adds driver(s) to the given property
2141
-
2142
- :return: The driver(s) added.
2143
- :rtype: bpy.types.FCurve
2144
- """
2145
- ...
2146
-
2147
- def driver_remove(self) -> bool:
2148
- """Remove driver(s) from the given property
2149
-
2150
- :return: Success of driver removal.
2151
- :rtype: bool
2152
- """
2153
- ...
2154
-
2155
- def get(self):
2156
- """Returns the value of the custom property assigned to key or default
2157
- when not found (matches Python's dictionary function of the same name).
2158
-
2159
- """
2160
- ...
2161
-
2162
- def id_properties_clear(self):
2163
- """
2164
-
2165
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2166
- """
2167
- ...
2168
-
2169
- def id_properties_ensure(self):
2170
- """
2171
-
2172
- :return: the parent group for an RNA struct's custom IDProperties.
2173
- """
2174
- ...
2175
-
2176
- def id_properties_ui(self):
2177
- """
2178
-
2179
- :return: Return an object used to manage an IDProperty's UI data.
2180
- """
2181
- ...
2182
-
2183
- def is_extended(self): ...
2184
- def is_property_hidden(self) -> bool:
2185
- """Check if a property is hidden.
2186
-
2187
- :return: True when the property is hidden.
2188
- :rtype: bool
2189
- """
2190
- ...
2191
-
2192
- def is_property_overridable_library(self) -> bool:
2193
- """Check if a property is overridable.
2194
-
2195
- :return: True when the property is overridable.
2196
- :rtype: bool
2197
- """
2198
- ...
2199
-
2200
- def is_property_readonly(self) -> bool:
2201
- """Check if a property is readonly.
2202
-
2203
- :return: True when the property is readonly (not writable).
2204
- :rtype: bool
2205
- """
2206
- ...
2207
-
2208
- def is_property_set(self) -> bool:
2209
- """Check if a property is set, use for testing operator properties.
2210
-
2211
- :return: True when the property has been set.
2212
- :rtype: bool
2213
- """
2214
- ...
2215
-
2216
- def items(self):
2217
- """Returns the items of this objects custom properties (matches Python's
2218
- dictionary function of the same name).
2219
-
2220
- :return: custom property key, value pairs.
2221
- """
2222
- ...
2223
-
2224
- def keyframe_delete(self) -> bool:
2225
- """Remove a keyframe from this properties fcurve.
2226
-
2227
- :return: Success of keyframe deletion.
2228
- :rtype: bool
2229
- """
2230
- ...
2231
-
2232
- def keyframe_insert(self) -> bool:
2233
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2234
-
2235
- :return: Success of keyframe insertion.
2236
- :rtype: bool
2237
- """
2238
- ...
2239
-
2240
- def keys(self):
2241
- """Returns the keys of this objects custom properties (matches Python's
2242
- dictionary function of the same name).
2243
-
2244
- :return: custom property keys.
2245
- """
2246
- ...
2247
-
2248
- def path_from_id(self) -> str:
2249
- """Returns the data path from the ID to this object (string).
2250
-
2251
- :return: The path from `bpy.types.bpy_struct.id_data`
2252
- to this struct and property (when given).
2253
- :rtype: str
2254
- """
2255
- ...
2256
-
2257
- def path_resolve(self):
2258
- """Returns the property from the path, raise an exception when not found."""
2259
- ...
2260
-
2261
- def poll(self, context):
2262
- """
2263
-
2264
- :param context:
2265
- """
2266
- ...
2267
-
2268
- def pop(self):
2269
- """Remove and return the value of the custom property assigned to key or default
2270
- when not found (matches Python's dictionary function of the same name).
2271
-
2272
- """
2273
- ...
2274
-
2275
- def prepend(self, draw_func):
2276
- """Prepend a draw function to this menu, takes the same arguments as
2277
- the menus draw function
2278
-
2279
- :param draw_func:
2280
- """
2281
- ...
2282
-
2283
- def property_overridable_library_set(self) -> bool:
2284
- """Define a property as overridable or not (only for custom properties!).
2285
-
2286
- :return: True when the overridable status of the property was successfully set.
2287
- :rtype: bool
2288
- """
2289
- ...
2290
-
2291
- def property_unset(self):
2292
- """Unset a property, will use default value afterward."""
2293
- ...
2294
-
2295
- def remove(self, draw_func):
2296
- """Remove a draw function that has been added to this menu
2297
-
2298
- :param draw_func:
2299
- """
2300
- ...
2301
-
2302
- def type_recast(self):
2303
- """Return a new instance, this is needed because types
2304
- such as textures can be changed at runtime.
2305
-
2306
- :return: a new instance of this object with the type initialized again.
2307
- """
2308
- ...
2309
-
2310
- def values(self):
2311
- """Returns the values of this objects custom properties (matches Python's
2312
- dictionary function of the same name).
2313
-
2314
- :return: custom property values.
2315
- """
2316
- ...
2317
-
2318
- class DATA_PT_paragraph_alignment(
2319
- CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2320
- ):
2321
- bl_context: typing.Any
2322
- bl_label: typing.Any
2323
- bl_parent_id: typing.Any
2324
- bl_region_type: typing.Any
2325
- bl_rna: typing.Any
2326
- bl_space_type: typing.Any
2327
- id_data: typing.Any
2328
-
2329
- def append(self, draw_func):
2330
- """Append a draw function to this menu,
2331
- takes the same arguments as the menus draw function
2332
-
2333
- :param draw_func:
2334
- """
2335
- ...
2336
-
2337
- def as_pointer(self) -> int:
2338
- """Returns the memory address which holds a pointer to Blender's internal data
2339
-
2340
- :return: int (memory address).
2341
- :rtype: int
2342
- """
2343
- ...
2344
-
2345
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2346
- """
2347
-
2348
- :return: The RNA type or default when not found.
2349
- :rtype: bpy.types.Struct
2350
- """
2351
- ...
2352
-
2353
- def bl_rna_get_subclass_py(self) -> typing.Any:
2354
- """
2355
-
2356
- :return: The class or default when not found.
2357
- :rtype: typing.Any
2358
- """
2359
- ...
2360
-
2361
- def draw(self, context):
2362
- """
2363
-
2364
- :param context:
2365
- """
2366
- ...
2367
-
2368
- def driver_add(self) -> bpy.types.FCurve:
2369
- """Adds driver(s) to the given property
2370
-
2371
- :return: The driver(s) added.
2372
- :rtype: bpy.types.FCurve
2373
- """
2374
- ...
2375
-
2376
- def driver_remove(self) -> bool:
2377
- """Remove driver(s) from the given property
2378
-
2379
- :return: Success of driver removal.
2380
- :rtype: bool
2381
- """
2382
- ...
2383
-
2384
- def get(self):
2385
- """Returns the value of the custom property assigned to key or default
2386
- when not found (matches Python's dictionary function of the same name).
2387
-
2388
- """
2389
- ...
2390
-
2391
- def id_properties_clear(self):
2392
- """
2393
-
2394
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2395
- """
2396
- ...
2397
-
2398
- def id_properties_ensure(self):
2399
- """
2400
-
2401
- :return: the parent group for an RNA struct's custom IDProperties.
2402
- """
2403
- ...
2404
-
2405
- def id_properties_ui(self):
2406
- """
2407
-
2408
- :return: Return an object used to manage an IDProperty's UI data.
2409
- """
2410
- ...
2411
-
2412
- def is_extended(self): ...
2413
- def is_property_hidden(self) -> bool:
2414
- """Check if a property is hidden.
2415
-
2416
- :return: True when the property is hidden.
2417
- :rtype: bool
2418
- """
2419
- ...
2420
-
2421
- def is_property_overridable_library(self) -> bool:
2422
- """Check if a property is overridable.
2423
-
2424
- :return: True when the property is overridable.
2425
- :rtype: bool
2426
- """
2427
- ...
2428
-
2429
- def is_property_readonly(self) -> bool:
2430
- """Check if a property is readonly.
2431
-
2432
- :return: True when the property is readonly (not writable).
2433
- :rtype: bool
2434
- """
2435
- ...
2436
-
2437
- def is_property_set(self) -> bool:
2438
- """Check if a property is set, use for testing operator properties.
2439
-
2440
- :return: True when the property has been set.
2441
- :rtype: bool
2442
- """
2443
- ...
2444
-
2445
- def items(self):
2446
- """Returns the items of this objects custom properties (matches Python's
2447
- dictionary function of the same name).
2448
-
2449
- :return: custom property key, value pairs.
2450
- """
2451
- ...
2452
-
2453
- def keyframe_delete(self) -> bool:
2454
- """Remove a keyframe from this properties fcurve.
2455
-
2456
- :return: Success of keyframe deletion.
2457
- :rtype: bool
2458
- """
2459
- ...
2460
-
2461
- def keyframe_insert(self) -> bool:
2462
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2463
-
2464
- :return: Success of keyframe insertion.
2465
- :rtype: bool
2466
- """
2467
- ...
2468
-
2469
- def keys(self):
2470
- """Returns the keys of this objects custom properties (matches Python's
2471
- dictionary function of the same name).
2472
-
2473
- :return: custom property keys.
2474
- """
2475
- ...
2476
-
2477
- def path_from_id(self) -> str:
2478
- """Returns the data path from the ID to this object (string).
2479
-
2480
- :return: The path from `bpy.types.bpy_struct.id_data`
2481
- to this struct and property (when given).
2482
- :rtype: str
2483
- """
2484
- ...
2485
-
2486
- def path_resolve(self):
2487
- """Returns the property from the path, raise an exception when not found."""
2488
- ...
2489
-
2490
- def poll(self, context):
2491
- """
2492
-
2493
- :param context:
2494
- """
2495
- ...
2496
-
2497
- def pop(self):
2498
- """Remove and return the value of the custom property assigned to key or default
2499
- when not found (matches Python's dictionary function of the same name).
2500
-
2501
- """
2502
- ...
2503
-
2504
- def prepend(self, draw_func):
2505
- """Prepend a draw function to this menu, takes the same arguments as
2506
- the menus draw function
2507
-
2508
- :param draw_func:
2509
- """
2510
- ...
2511
-
2512
- def property_overridable_library_set(self) -> bool:
2513
- """Define a property as overridable or not (only for custom properties!).
2514
-
2515
- :return: True when the overridable status of the property was successfully set.
2516
- :rtype: bool
2517
- """
2518
- ...
2519
-
2520
- def property_unset(self):
2521
- """Unset a property, will use default value afterward."""
2522
- ...
2523
-
2524
- def remove(self, draw_func):
2525
- """Remove a draw function that has been added to this menu
2526
-
2527
- :param draw_func:
2528
- """
2529
- ...
2530
-
2531
- def type_recast(self):
2532
- """Return a new instance, this is needed because types
2533
- such as textures can be changed at runtime.
2534
-
2535
- :return: a new instance of this object with the type initialized again.
2536
- """
2537
- ...
2538
-
2539
- def values(self):
2540
- """Returns the values of this objects custom properties (matches Python's
2541
- dictionary function of the same name).
2542
-
2543
- :return: custom property values.
2544
- """
2545
- ...
2546
-
2547
- class DATA_PT_paragraph_spacing(
2548
- CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2549
- ):
2550
- bl_context: typing.Any
2551
- bl_label: typing.Any
2552
- bl_parent_id: typing.Any
2553
- bl_region_type: typing.Any
2554
- bl_rna: typing.Any
2555
- bl_space_type: typing.Any
2556
- id_data: typing.Any
2557
-
2558
- def append(self, draw_func):
2559
- """Append a draw function to this menu,
2560
- takes the same arguments as the menus draw function
2561
-
2562
- :param draw_func:
2563
- """
2564
- ...
2565
-
2566
- def as_pointer(self) -> int:
2567
- """Returns the memory address which holds a pointer to Blender's internal data
2568
-
2569
- :return: int (memory address).
2570
- :rtype: int
2571
- """
2572
- ...
2573
-
2574
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2575
- """
2576
-
2577
- :return: The RNA type or default when not found.
2578
- :rtype: bpy.types.Struct
2579
- """
2580
- ...
2581
-
2582
- def bl_rna_get_subclass_py(self) -> typing.Any:
2583
- """
2584
-
2585
- :return: The class or default when not found.
2586
- :rtype: typing.Any
2587
- """
2588
- ...
2589
-
2590
- def draw(self, context):
2591
- """
2592
-
2593
- :param context:
2594
- """
2595
- ...
2596
-
2597
- def driver_add(self) -> bpy.types.FCurve:
2598
- """Adds driver(s) to the given property
2599
-
2600
- :return: The driver(s) added.
2601
- :rtype: bpy.types.FCurve
2602
- """
2603
- ...
2604
-
2605
- def driver_remove(self) -> bool:
2606
- """Remove driver(s) from the given property
2607
-
2608
- :return: Success of driver removal.
2609
- :rtype: bool
2610
- """
2611
- ...
2612
-
2613
- def get(self):
2614
- """Returns the value of the custom property assigned to key or default
2615
- when not found (matches Python's dictionary function of the same name).
2616
-
2617
- """
2618
- ...
2619
-
2620
- def id_properties_clear(self):
2621
- """
2622
-
2623
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2624
- """
2625
- ...
2626
-
2627
- def id_properties_ensure(self):
2628
- """
2629
-
2630
- :return: the parent group for an RNA struct's custom IDProperties.
2631
- """
2632
- ...
2633
-
2634
- def id_properties_ui(self):
2635
- """
2636
-
2637
- :return: Return an object used to manage an IDProperty's UI data.
2638
- """
2639
- ...
2640
-
2641
- def is_extended(self): ...
2642
- def is_property_hidden(self) -> bool:
2643
- """Check if a property is hidden.
2644
-
2645
- :return: True when the property is hidden.
2646
- :rtype: bool
2647
- """
2648
- ...
2649
-
2650
- def is_property_overridable_library(self) -> bool:
2651
- """Check if a property is overridable.
2652
-
2653
- :return: True when the property is overridable.
2654
- :rtype: bool
2655
- """
2656
- ...
2657
-
2658
- def is_property_readonly(self) -> bool:
2659
- """Check if a property is readonly.
2660
-
2661
- :return: True when the property is readonly (not writable).
2662
- :rtype: bool
2663
- """
2664
- ...
2665
-
2666
- def is_property_set(self) -> bool:
2667
- """Check if a property is set, use for testing operator properties.
2668
-
2669
- :return: True when the property has been set.
2670
- :rtype: bool
2671
- """
2672
- ...
2673
-
2674
- def items(self):
2675
- """Returns the items of this objects custom properties (matches Python's
2676
- dictionary function of the same name).
2677
-
2678
- :return: custom property key, value pairs.
2679
- """
2680
- ...
2681
-
2682
- def keyframe_delete(self) -> bool:
2683
- """Remove a keyframe from this properties fcurve.
2684
-
2685
- :return: Success of keyframe deletion.
2686
- :rtype: bool
2687
- """
2688
- ...
2689
-
2690
- def keyframe_insert(self) -> bool:
2691
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2692
-
2693
- :return: Success of keyframe insertion.
2694
- :rtype: bool
2695
- """
2696
- ...
2697
-
2698
- def keys(self):
2699
- """Returns the keys of this objects custom properties (matches Python's
2700
- dictionary function of the same name).
2701
-
2702
- :return: custom property keys.
2703
- """
2704
- ...
2705
-
2706
- def path_from_id(self) -> str:
2707
- """Returns the data path from the ID to this object (string).
2708
-
2709
- :return: The path from `bpy.types.bpy_struct.id_data`
2710
- to this struct and property (when given).
2711
- :rtype: str
2712
- """
2713
- ...
2714
-
2715
- def path_resolve(self):
2716
- """Returns the property from the path, raise an exception when not found."""
2717
- ...
2718
-
2719
- def poll(self, context):
2720
- """
2721
-
2722
- :param context:
2723
- """
2724
- ...
2725
-
2726
- def pop(self):
2727
- """Remove and return the value of the custom property assigned to key or default
2728
- when not found (matches Python's dictionary function of the same name).
2729
-
2730
- """
2731
- ...
2732
-
2733
- def prepend(self, draw_func):
2734
- """Prepend a draw function to this menu, takes the same arguments as
2735
- the menus draw function
2736
-
2737
- :param draw_func:
2738
- """
2739
- ...
2740
-
2741
- def property_overridable_library_set(self) -> bool:
2742
- """Define a property as overridable or not (only for custom properties!).
2743
-
2744
- :return: True when the overridable status of the property was successfully set.
2745
- :rtype: bool
2746
- """
2747
- ...
2748
-
2749
- def property_unset(self):
2750
- """Unset a property, will use default value afterward."""
2751
- ...
2752
-
2753
- def remove(self, draw_func):
2754
- """Remove a draw function that has been added to this menu
2755
-
2756
- :param draw_func:
2757
- """
2758
- ...
2759
-
2760
- def type_recast(self):
2761
- """Return a new instance, this is needed because types
2762
- such as textures can be changed at runtime.
2763
-
2764
- :return: a new instance of this object with the type initialized again.
2765
- """
2766
- ...
2767
-
2768
- def values(self):
2769
- """Returns the values of this objects custom properties (matches Python's
2770
- dictionary function of the same name).
2771
-
2772
- :return: custom property values.
2773
- """
2774
- ...
2775
-
2776
- class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI):
2777
- bl_context: typing.Any
2778
- bl_label: typing.Any
2779
- bl_options: typing.Any
2780
- bl_region_type: typing.Any
2781
- bl_rna: typing.Any
2782
- bl_space_type: typing.Any
2783
- id_data: typing.Any
2784
-
2785
- def append(self, draw_func):
2786
- """Append a draw function to this menu,
2787
- takes the same arguments as the menus draw function
2788
-
2789
- :param draw_func:
2790
- """
2791
- ...
2792
-
2793
- def as_pointer(self) -> int:
2794
- """Returns the memory address which holds a pointer to Blender's internal data
2795
-
2796
- :return: int (memory address).
2797
- :rtype: int
2798
- """
2799
- ...
2800
-
2801
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2802
- """
2803
-
2804
- :return: The RNA type or default when not found.
2805
- :rtype: bpy.types.Struct
2806
- """
2807
- ...
2808
-
2809
- def bl_rna_get_subclass_py(self) -> typing.Any:
2810
- """
2811
-
2812
- :return: The class or default when not found.
2813
- :rtype: typing.Any
2814
- """
2815
- ...
2816
-
2817
- def draw(self, context):
2818
- """
2819
-
2820
- :param context:
2821
- """
2822
- ...
2823
-
2824
- def draw_header(self, context):
2825
- """
2826
-
2827
- :param context:
2828
- """
2829
- ...
2830
-
2831
- def driver_add(self) -> bpy.types.FCurve:
2832
- """Adds driver(s) to the given property
2833
-
2834
- :return: The driver(s) added.
2835
- :rtype: bpy.types.FCurve
2836
- """
2837
- ...
2838
-
2839
- def driver_remove(self) -> bool:
2840
- """Remove driver(s) from the given property
2841
-
2842
- :return: Success of driver removal.
2843
- :rtype: bool
2844
- """
2845
- ...
2846
-
2847
- def get(self):
2848
- """Returns the value of the custom property assigned to key or default
2849
- when not found (matches Python's dictionary function of the same name).
2850
-
2851
- """
2852
- ...
2853
-
2854
- def id_properties_clear(self):
2855
- """
2856
-
2857
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2858
- """
2859
- ...
2860
-
2861
- def id_properties_ensure(self):
2862
- """
2863
-
2864
- :return: the parent group for an RNA struct's custom IDProperties.
2865
- """
2866
- ...
2867
-
2868
- def id_properties_ui(self):
2869
- """
2870
-
2871
- :return: Return an object used to manage an IDProperty's UI data.
2872
- """
2873
- ...
2874
-
2875
- def is_extended(self): ...
2876
- def is_property_hidden(self) -> bool:
2877
- """Check if a property is hidden.
2878
-
2879
- :return: True when the property is hidden.
2880
- :rtype: bool
2881
- """
2882
- ...
2883
-
2884
- def is_property_overridable_library(self) -> bool:
2885
- """Check if a property is overridable.
2886
-
2887
- :return: True when the property is overridable.
2888
- :rtype: bool
2889
- """
2890
- ...
2891
-
2892
- def is_property_readonly(self) -> bool:
2893
- """Check if a property is readonly.
2894
-
2895
- :return: True when the property is readonly (not writable).
2896
- :rtype: bool
2897
- """
2898
- ...
2899
-
2900
- def is_property_set(self) -> bool:
2901
- """Check if a property is set, use for testing operator properties.
2902
-
2903
- :return: True when the property has been set.
2904
- :rtype: bool
2905
- """
2906
- ...
2907
-
2908
- def items(self):
2909
- """Returns the items of this objects custom properties (matches Python's
2910
- dictionary function of the same name).
2911
-
2912
- :return: custom property key, value pairs.
2913
- """
2914
- ...
2915
-
2916
- def keyframe_delete(self) -> bool:
2917
- """Remove a keyframe from this properties fcurve.
2918
-
2919
- :return: Success of keyframe deletion.
2920
- :rtype: bool
2921
- """
2922
- ...
2923
-
2924
- def keyframe_insert(self) -> bool:
2925
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2926
-
2927
- :return: Success of keyframe insertion.
2928
- :rtype: bool
2929
- """
2930
- ...
2931
-
2932
- def keys(self):
2933
- """Returns the keys of this objects custom properties (matches Python's
2934
- dictionary function of the same name).
2935
-
2936
- :return: custom property keys.
2937
- """
2938
- ...
2939
-
2940
- def path_from_id(self) -> str:
2941
- """Returns the data path from the ID to this object (string).
2942
-
2943
- :return: The path from `bpy.types.bpy_struct.id_data`
2944
- to this struct and property (when given).
2945
- :rtype: str
2946
- """
2947
- ...
2948
-
2949
- def path_resolve(self):
2950
- """Returns the property from the path, raise an exception when not found."""
2951
- ...
2952
-
2953
- def poll(self, context):
490
+ def draw_header(self, context):
2954
491
  """
2955
492
 
2956
493
  :param context:
2957
494
  """
2958
495
  ...
2959
496
 
2960
- def pop(self):
2961
- """Remove and return the value of the custom property assigned to key or default
2962
- when not found (matches Python's dictionary function of the same name).
2963
-
2964
- """
2965
- ...
2966
-
2967
- def prepend(self, draw_func):
2968
- """Prepend a draw function to this menu, takes the same arguments as
2969
- the menus draw function
2970
-
2971
- :param draw_func:
2972
- """
2973
- ...
2974
-
2975
- def property_overridable_library_set(self) -> bool:
2976
- """Define a property as overridable or not (only for custom properties!).
2977
-
2978
- :return: True when the overridable status of the property was successfully set.
2979
- :rtype: bool
2980
- """
2981
- ...
2982
-
2983
- def property_unset(self):
2984
- """Unset a property, will use default value afterward."""
2985
- ...
2986
-
2987
- def remove(self, draw_func):
2988
- """Remove a draw function that has been added to this menu
2989
-
2990
- :param draw_func:
2991
- """
2992
- ...
2993
-
2994
- def type_recast(self):
2995
- """Return a new instance, this is needed because types
2996
- such as textures can be changed at runtime.
2997
-
2998
- :return: a new instance of this object with the type initialized again.
2999
- """
3000
- ...
3001
-
3002
- def values(self):
3003
- """Returns the values of this objects custom properties (matches Python's
3004
- dictionary function of the same name).
3005
-
3006
- :return: custom property values.
3007
- """
3008
- ...
3009
-
3010
- class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
497
+ class DATA_PT_shape_curve(bpy.types.Panel, CurveButtonsPanel, bpy_types._GenericUI):
3011
498
  bl_context: typing.Any
3012
499
  bl_label: typing.Any
3013
500
  bl_region_type: typing.Any
@@ -3015,22 +502,6 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
3015
502
  bl_space_type: typing.Any
3016
503
  id_data: typing.Any
3017
504
 
3018
- def append(self, draw_func):
3019
- """Append a draw function to this menu,
3020
- takes the same arguments as the menus draw function
3021
-
3022
- :param draw_func:
3023
- """
3024
- ...
3025
-
3026
- def as_pointer(self) -> int:
3027
- """Returns the memory address which holds a pointer to Blender's internal data
3028
-
3029
- :return: int (memory address).
3030
- :rtype: int
3031
- """
3032
- ...
3033
-
3034
505
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
3035
506
  """
3036
507
 
@@ -3054,187 +525,8 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
3054
525
  """
3055
526
  ...
3056
527
 
3057
- def driver_add(self) -> bpy.types.FCurve:
3058
- """Adds driver(s) to the given property
3059
-
3060
- :return: The driver(s) added.
3061
- :rtype: bpy.types.FCurve
3062
- """
3063
- ...
3064
-
3065
- def driver_remove(self) -> bool:
3066
- """Remove driver(s) from the given property
3067
-
3068
- :return: Success of driver removal.
3069
- :rtype: bool
3070
- """
3071
- ...
3072
-
3073
- def get(self):
3074
- """Returns the value of the custom property assigned to key or default
3075
- when not found (matches Python's dictionary function of the same name).
3076
-
3077
- """
3078
- ...
3079
-
3080
- def id_properties_clear(self):
3081
- """
3082
-
3083
- :return: Remove the parent group for an RNA struct's custom IDProperties.
3084
- """
3085
- ...
3086
-
3087
- def id_properties_ensure(self):
3088
- """
3089
-
3090
- :return: the parent group for an RNA struct's custom IDProperties.
3091
- """
3092
- ...
3093
-
3094
- def id_properties_ui(self):
3095
- """
3096
-
3097
- :return: Return an object used to manage an IDProperty's UI data.
3098
- """
3099
- ...
3100
-
3101
- def is_extended(self): ...
3102
- def is_property_hidden(self) -> bool:
3103
- """Check if a property is hidden.
3104
-
3105
- :return: True when the property is hidden.
3106
- :rtype: bool
3107
- """
3108
- ...
3109
-
3110
- def is_property_overridable_library(self) -> bool:
3111
- """Check if a property is overridable.
3112
-
3113
- :return: True when the property is overridable.
3114
- :rtype: bool
3115
- """
3116
- ...
3117
-
3118
- def is_property_readonly(self) -> bool:
3119
- """Check if a property is readonly.
3120
-
3121
- :return: True when the property is readonly (not writable).
3122
- :rtype: bool
3123
- """
3124
- ...
3125
-
3126
- def is_property_set(self) -> bool:
3127
- """Check if a property is set, use for testing operator properties.
3128
-
3129
- :return: True when the property has been set.
3130
- :rtype: bool
3131
- """
3132
- ...
3133
-
3134
- def items(self):
3135
- """Returns the items of this objects custom properties (matches Python's
3136
- dictionary function of the same name).
3137
-
3138
- :return: custom property key, value pairs.
3139
- """
3140
- ...
3141
-
3142
- def keyframe_delete(self) -> bool:
3143
- """Remove a keyframe from this properties fcurve.
3144
-
3145
- :return: Success of keyframe deletion.
3146
- :rtype: bool
3147
- """
3148
- ...
3149
-
3150
- def keyframe_insert(self) -> bool:
3151
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3152
-
3153
- :return: Success of keyframe insertion.
3154
- :rtype: bool
3155
- """
3156
- ...
3157
-
3158
- def keys(self):
3159
- """Returns the keys of this objects custom properties (matches Python's
3160
- dictionary function of the same name).
3161
-
3162
- :return: custom property keys.
3163
- """
3164
- ...
3165
-
3166
- def path_from_id(self) -> str:
3167
- """Returns the data path from the ID to this object (string).
3168
-
3169
- :return: The path from `bpy.types.bpy_struct.id_data`
3170
- to this struct and property (when given).
3171
- :rtype: str
3172
- """
3173
- ...
3174
-
3175
- def path_resolve(self):
3176
- """Returns the property from the path, raise an exception when not found."""
3177
- ...
3178
-
3179
- def poll(self, context):
3180
- """
3181
-
3182
- :param context:
3183
- """
3184
- ...
3185
-
3186
- def pop(self):
3187
- """Remove and return the value of the custom property assigned to key or default
3188
- when not found (matches Python's dictionary function of the same name).
3189
-
3190
- """
3191
- ...
3192
-
3193
- def prepend(self, draw_func):
3194
- """Prepend a draw function to this menu, takes the same arguments as
3195
- the menus draw function
3196
-
3197
- :param draw_func:
3198
- """
3199
- ...
3200
-
3201
- def property_overridable_library_set(self) -> bool:
3202
- """Define a property as overridable or not (only for custom properties!).
3203
-
3204
- :return: True when the overridable status of the property was successfully set.
3205
- :rtype: bool
3206
- """
3207
- ...
3208
-
3209
- def property_unset(self):
3210
- """Unset a property, will use default value afterward."""
3211
- ...
3212
-
3213
- def remove(self, draw_func):
3214
- """Remove a draw function that has been added to this menu
3215
-
3216
- :param draw_func:
3217
- """
3218
- ...
3219
-
3220
- def type_recast(self):
3221
- """Return a new instance, this is needed because types
3222
- such as textures can be changed at runtime.
3223
-
3224
- :return: a new instance of this object with the type initialized again.
3225
- """
3226
- ...
3227
-
3228
- def values(self):
3229
- """Returns the values of this objects custom properties (matches Python's
3230
- dictionary function of the same name).
3231
-
3232
- :return: custom property values.
3233
- """
3234
- ...
3235
-
3236
528
  class DATA_PT_text_boxes(
3237
- CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
529
+ bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
3238
530
  ):
3239
531
  bl_context: typing.Any
3240
532
  bl_label: typing.Any
@@ -3244,22 +536,6 @@ class DATA_PT_text_boxes(
3244
536
  bl_space_type: typing.Any
3245
537
  id_data: typing.Any
3246
538
 
3247
- def append(self, draw_func):
3248
- """Append a draw function to this menu,
3249
- takes the same arguments as the menus draw function
3250
-
3251
- :param draw_func:
3252
- """
3253
- ...
3254
-
3255
- def as_pointer(self) -> int:
3256
- """Returns the memory address which holds a pointer to Blender's internal data
3257
-
3258
- :return: int (memory address).
3259
- :rtype: int
3260
- """
3261
- ...
3262
-
3263
539
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
3264
540
  """
3265
541
 
@@ -3283,185 +559,6 @@ class DATA_PT_text_boxes(
3283
559
  """
3284
560
  ...
3285
561
 
3286
- def driver_add(self) -> bpy.types.FCurve:
3287
- """Adds driver(s) to the given property
3288
-
3289
- :return: The driver(s) added.
3290
- :rtype: bpy.types.FCurve
3291
- """
3292
- ...
3293
-
3294
- def driver_remove(self) -> bool:
3295
- """Remove driver(s) from the given property
3296
-
3297
- :return: Success of driver removal.
3298
- :rtype: bool
3299
- """
3300
- ...
3301
-
3302
- def get(self):
3303
- """Returns the value of the custom property assigned to key or default
3304
- when not found (matches Python's dictionary function of the same name).
3305
-
3306
- """
3307
- ...
3308
-
3309
- def id_properties_clear(self):
3310
- """
3311
-
3312
- :return: Remove the parent group for an RNA struct's custom IDProperties.
3313
- """
3314
- ...
3315
-
3316
- def id_properties_ensure(self):
3317
- """
3318
-
3319
- :return: the parent group for an RNA struct's custom IDProperties.
3320
- """
3321
- ...
3322
-
3323
- def id_properties_ui(self):
3324
- """
3325
-
3326
- :return: Return an object used to manage an IDProperty's UI data.
3327
- """
3328
- ...
3329
-
3330
- def is_extended(self): ...
3331
- def is_property_hidden(self) -> bool:
3332
- """Check if a property is hidden.
3333
-
3334
- :return: True when the property is hidden.
3335
- :rtype: bool
3336
- """
3337
- ...
3338
-
3339
- def is_property_overridable_library(self) -> bool:
3340
- """Check if a property is overridable.
3341
-
3342
- :return: True when the property is overridable.
3343
- :rtype: bool
3344
- """
3345
- ...
3346
-
3347
- def is_property_readonly(self) -> bool:
3348
- """Check if a property is readonly.
3349
-
3350
- :return: True when the property is readonly (not writable).
3351
- :rtype: bool
3352
- """
3353
- ...
3354
-
3355
- def is_property_set(self) -> bool:
3356
- """Check if a property is set, use for testing operator properties.
3357
-
3358
- :return: True when the property has been set.
3359
- :rtype: bool
3360
- """
3361
- ...
3362
-
3363
- def items(self):
3364
- """Returns the items of this objects custom properties (matches Python's
3365
- dictionary function of the same name).
3366
-
3367
- :return: custom property key, value pairs.
3368
- """
3369
- ...
3370
-
3371
- def keyframe_delete(self) -> bool:
3372
- """Remove a keyframe from this properties fcurve.
3373
-
3374
- :return: Success of keyframe deletion.
3375
- :rtype: bool
3376
- """
3377
- ...
3378
-
3379
- def keyframe_insert(self) -> bool:
3380
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3381
-
3382
- :return: Success of keyframe insertion.
3383
- :rtype: bool
3384
- """
3385
- ...
3386
-
3387
- def keys(self):
3388
- """Returns the keys of this objects custom properties (matches Python's
3389
- dictionary function of the same name).
3390
-
3391
- :return: custom property keys.
3392
- """
3393
- ...
3394
-
3395
- def path_from_id(self) -> str:
3396
- """Returns the data path from the ID to this object (string).
3397
-
3398
- :return: The path from `bpy.types.bpy_struct.id_data`
3399
- to this struct and property (when given).
3400
- :rtype: str
3401
- """
3402
- ...
3403
-
3404
- def path_resolve(self):
3405
- """Returns the property from the path, raise an exception when not found."""
3406
- ...
3407
-
3408
- def poll(self, context):
3409
- """
3410
-
3411
- :param context:
3412
- """
3413
- ...
3414
-
3415
- def pop(self):
3416
- """Remove and return the value of the custom property assigned to key or default
3417
- when not found (matches Python's dictionary function of the same name).
3418
-
3419
- """
3420
- ...
3421
-
3422
- def prepend(self, draw_func):
3423
- """Prepend a draw function to this menu, takes the same arguments as
3424
- the menus draw function
3425
-
3426
- :param draw_func:
3427
- """
3428
- ...
3429
-
3430
- def property_overridable_library_set(self) -> bool:
3431
- """Define a property as overridable or not (only for custom properties!).
3432
-
3433
- :return: True when the overridable status of the property was successfully set.
3434
- :rtype: bool
3435
- """
3436
- ...
3437
-
3438
- def property_unset(self):
3439
- """Unset a property, will use default value afterward."""
3440
- ...
3441
-
3442
- def remove(self, draw_func):
3443
- """Remove a draw function that has been added to this menu
3444
-
3445
- :param draw_func:
3446
- """
3447
- ...
3448
-
3449
- def type_recast(self):
3450
- """Return a new instance, this is needed because types
3451
- such as textures can be changed at runtime.
3452
-
3453
- :return: a new instance of this object with the type initialized again.
3454
- """
3455
- ...
3456
-
3457
- def values(self):
3458
- """Returns the values of this objects custom properties (matches Python's
3459
- dictionary function of the same name).
3460
-
3461
- :return: custom property values.
3462
- """
3463
- ...
3464
-
3465
562
  class CurveButtonsPanelActive(CurveButtonsPanel):
3466
563
  """Same as above but for curves only"""
3467
564