fake-bpy-module 20240717__py3-none-any.whl → 20240719__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (119) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/screen/__init__.pyi +6 -3
  112. bpy/types/__init__.pyi +77 -5
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  116. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@ GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
10
  class PHYSICS_PT_rigid_body_constraint(
11
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
11
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
12
12
  ):
13
13
  COMPAT_ENGINES: typing.Any
14
14
  bl_context: typing.Any
@@ -18,22 +18,6 @@ class PHYSICS_PT_rigid_body_constraint(
18
18
  bl_space_type: typing.Any
19
19
  id_data: typing.Any
20
20
 
21
- def append(self, draw_func):
22
- """Append a draw function to this menu,
23
- takes the same arguments as the menus draw function
24
-
25
- :param draw_func:
26
- """
27
- ...
28
-
29
- def as_pointer(self) -> int:
30
- """Returns the memory address which holds a pointer to Blender's internal data
31
-
32
- :return: int (memory address).
33
- :rtype: int
34
- """
35
- ...
36
-
37
21
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
38
22
  """
39
23
 
@@ -57,128 +41,92 @@ class PHYSICS_PT_rigid_body_constraint(
57
41
  """
58
42
  ...
59
43
 
60
- def driver_add(self) -> bpy.types.FCurve:
61
- """Adds driver(s) to the given property
62
-
63
- :return: The driver(s) added.
64
- :rtype: bpy.types.FCurve
44
+ @classmethod
45
+ def poll(cls, context):
65
46
  """
66
- ...
67
47
 
68
- def driver_remove(self) -> bool:
69
- """Remove driver(s) from the given property
70
-
71
- :return: Success of driver removal.
72
- :rtype: bool
48
+ :param context:
73
49
  """
74
50
  ...
75
51
 
76
- def get(self):
77
- """Returns the value of the custom property assigned to key or default
78
- when not found (matches Python's dictionary function of the same name).
79
-
80
- """
81
- ...
52
+ class PHYSICS_PT_rigid_body_constraint_limits(
53
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
54
+ ):
55
+ COMPAT_ENGINES: typing.Any
56
+ bl_context: typing.Any
57
+ bl_label: typing.Any
58
+ bl_parent_id: typing.Any
59
+ bl_region_type: typing.Any
60
+ bl_rna: typing.Any
61
+ bl_space_type: typing.Any
62
+ id_data: typing.Any
82
63
 
83
- def id_properties_clear(self):
64
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
84
65
  """
85
66
 
86
- :return: Remove the parent group for an RNA struct's custom IDProperties.
67
+ :return: The RNA type or default when not found.
68
+ :rtype: bpy.types.Struct
87
69
  """
88
70
  ...
89
71
 
90
- def id_properties_ensure(self):
72
+ def bl_rna_get_subclass_py(self) -> typing.Any:
91
73
  """
92
74
 
93
- :return: the parent group for an RNA struct's custom IDProperties.
75
+ :return: The class or default when not found.
76
+ :rtype: typing.Any
94
77
  """
95
78
  ...
96
79
 
97
- def id_properties_ui(self):
98
- """
99
-
100
- :return: Return an object used to manage an IDProperty's UI data.
80
+ def draw(self, _context):
101
81
  """
102
- ...
103
-
104
- def is_extended(self): ...
105
- def is_property_hidden(self) -> bool:
106
- """Check if a property is hidden.
107
82
 
108
- :return: True when the property is hidden.
109
- :rtype: bool
83
+ :param _context:
110
84
  """
111
85
  ...
112
86
 
113
- def is_property_overridable_library(self) -> bool:
114
- """Check if a property is overridable.
115
-
116
- :return: True when the property is overridable.
117
- :rtype: bool
87
+ @classmethod
88
+ def poll(cls, context):
118
89
  """
119
- ...
120
-
121
- def is_property_readonly(self) -> bool:
122
- """Check if a property is readonly.
123
90
 
124
- :return: True when the property is readonly (not writable).
125
- :rtype: bool
91
+ :param context:
126
92
  """
127
93
  ...
128
94
 
129
- def is_property_set(self) -> bool:
130
- """Check if a property is set, use for testing operator properties.
95
+ class PHYSICS_PT_rigid_body_constraint_limits_angular(
96
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
97
+ ):
98
+ COMPAT_ENGINES: typing.Any
99
+ bl_context: typing.Any
100
+ bl_label: typing.Any
101
+ bl_parent_id: typing.Any
102
+ bl_region_type: typing.Any
103
+ bl_rna: typing.Any
104
+ bl_space_type: typing.Any
105
+ id_data: typing.Any
131
106
 
132
- :return: True when the property has been set.
133
- :rtype: bool
107
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
134
108
  """
135
- ...
136
-
137
- def items(self):
138
- """Returns the items of this objects custom properties (matches Python's
139
- dictionary function of the same name).
140
109
 
141
- :return: custom property key, value pairs.
110
+ :return: The RNA type or default when not found.
111
+ :rtype: bpy.types.Struct
142
112
  """
143
113
  ...
144
114
 
145
- def keyframe_delete(self) -> bool:
146
- """Remove a keyframe from this properties fcurve.
147
-
148
- :return: Success of keyframe deletion.
149
- :rtype: bool
115
+ def bl_rna_get_subclass_py(self) -> typing.Any:
150
116
  """
151
- ...
152
-
153
- def keyframe_insert(self) -> bool:
154
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
155
117
 
156
- :return: Success of keyframe insertion.
157
- :rtype: bool
118
+ :return: The class or default when not found.
119
+ :rtype: typing.Any
158
120
  """
159
121
  ...
160
122
 
161
- def keys(self):
162
- """Returns the keys of this objects custom properties (matches Python's
163
- dictionary function of the same name).
164
-
165
- :return: custom property keys.
123
+ def draw(self, context):
166
124
  """
167
- ...
168
-
169
- def path_from_id(self) -> str:
170
- """Returns the data path from the ID to this object (string).
171
125
 
172
- :return: The path from `bpy.types.bpy_struct.id_data`
173
- to this struct and property (when given).
174
- :rtype: str
126
+ :param context:
175
127
  """
176
128
  ...
177
129
 
178
- def path_resolve(self):
179
- """Returns the property from the path, raise an exception when not found."""
180
- ...
181
-
182
130
  @classmethod
183
131
  def poll(cls, context):
184
132
  """
@@ -187,58 +135,51 @@ class PHYSICS_PT_rigid_body_constraint(
187
135
  """
188
136
  ...
189
137
 
190
- def pop(self):
191
- """Remove and return the value of the custom property assigned to key or default
192
- when not found (matches Python's dictionary function of the same name).
138
+ class PHYSICS_PT_rigid_body_constraint_limits_linear(
139
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
140
+ ):
141
+ COMPAT_ENGINES: typing.Any
142
+ bl_context: typing.Any
143
+ bl_label: typing.Any
144
+ bl_parent_id: typing.Any
145
+ bl_region_type: typing.Any
146
+ bl_rna: typing.Any
147
+ bl_space_type: typing.Any
148
+ id_data: typing.Any
193
149
 
150
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
194
151
  """
195
- ...
196
-
197
- def prepend(self, draw_func):
198
- """Prepend a draw function to this menu, takes the same arguments as
199
- the menus draw function
200
152
 
201
- :param draw_func:
153
+ :return: The RNA type or default when not found.
154
+ :rtype: bpy.types.Struct
202
155
  """
203
156
  ...
204
157
 
205
- def property_overridable_library_set(self) -> bool:
206
- """Define a property as overridable or not (only for custom properties!).
207
-
208
- :return: True when the overridable status of the property was successfully set.
209
- :rtype: bool
158
+ def bl_rna_get_subclass_py(self) -> typing.Any:
210
159
  """
211
- ...
212
-
213
- def property_unset(self):
214
- """Unset a property, will use default value afterward."""
215
- ...
216
-
217
- def remove(self, draw_func):
218
- """Remove a draw function that has been added to this menu
219
160
 
220
- :param draw_func:
161
+ :return: The class or default when not found.
162
+ :rtype: typing.Any
221
163
  """
222
164
  ...
223
165
 
224
- def type_recast(self):
225
- """Return a new instance, this is needed because types
226
- such as textures can be changed at runtime.
166
+ def draw(self, context):
167
+ """
227
168
 
228
- :return: a new instance of this object with the type initialized again.
169
+ :param context:
229
170
  """
230
171
  ...
231
172
 
232
- def values(self):
233
- """Returns the values of this objects custom properties (matches Python's
234
- dictionary function of the same name).
173
+ @classmethod
174
+ def poll(cls, context):
175
+ """
235
176
 
236
- :return: custom property values.
177
+ :param context:
237
178
  """
238
179
  ...
239
180
 
240
- class PHYSICS_PT_rigid_body_constraint_limits(
241
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
181
+ class PHYSICS_PT_rigid_body_constraint_motor(
182
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
242
183
  ):
243
184
  COMPAT_ENGINES: typing.Any
244
185
  bl_context: typing.Any
@@ -249,22 +190,6 @@ class PHYSICS_PT_rigid_body_constraint_limits(
249
190
  bl_space_type: typing.Any
250
191
  id_data: typing.Any
251
192
 
252
- def append(self, draw_func):
253
- """Append a draw function to this menu,
254
- takes the same arguments as the menus draw function
255
-
256
- :param draw_func:
257
- """
258
- ...
259
-
260
- def as_pointer(self) -> int:
261
- """Returns the memory address which holds a pointer to Blender's internal data
262
-
263
- :return: int (memory address).
264
- :rtype: int
265
- """
266
- ...
267
-
268
193
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
269
194
  """
270
195
 
@@ -288,126 +213,104 @@ class PHYSICS_PT_rigid_body_constraint_limits(
288
213
  """
289
214
  ...
290
215
 
291
- def driver_add(self) -> bpy.types.FCurve:
292
- """Adds driver(s) to the given property
216
+ @classmethod
217
+ def poll(cls, context):
218
+ """
293
219
 
294
- :return: The driver(s) added.
295
- :rtype: bpy.types.FCurve
220
+ :param context:
296
221
  """
297
222
  ...
298
223
 
299
- def driver_remove(self) -> bool:
300
- """Remove driver(s) from the given property
224
+ class PHYSICS_PT_rigid_body_constraint_motor_angular(
225
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
226
+ ):
227
+ COMPAT_ENGINES: typing.Any
228
+ bl_context: typing.Any
229
+ bl_label: typing.Any
230
+ bl_parent_id: typing.Any
231
+ bl_region_type: typing.Any
232
+ bl_rna: typing.Any
233
+ bl_space_type: typing.Any
234
+ id_data: typing.Any
301
235
 
302
- :return: Success of driver removal.
303
- :rtype: bool
236
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
304
237
  """
305
- ...
306
-
307
- def get(self):
308
- """Returns the value of the custom property assigned to key or default
309
- when not found (matches Python's dictionary function of the same name).
310
238
 
239
+ :return: The RNA type or default when not found.
240
+ :rtype: bpy.types.Struct
311
241
  """
312
242
  ...
313
243
 
314
- def id_properties_clear(self):
244
+ def bl_rna_get_subclass_py(self) -> typing.Any:
315
245
  """
316
246
 
317
- :return: Remove the parent group for an RNA struct's custom IDProperties.
247
+ :return: The class or default when not found.
248
+ :rtype: typing.Any
318
249
  """
319
250
  ...
320
251
 
321
- def id_properties_ensure(self):
252
+ def draw(self, context):
322
253
  """
323
254
 
324
- :return: the parent group for an RNA struct's custom IDProperties.
255
+ :param context:
325
256
  """
326
257
  ...
327
258
 
328
- def id_properties_ui(self):
259
+ def draw_header(self, context):
329
260
  """
330
261
 
331
- :return: Return an object used to manage an IDProperty's UI data.
262
+ :param context:
332
263
  """
333
264
  ...
334
265
 
335
- def is_extended(self): ...
336
- def is_property_hidden(self) -> bool:
337
- """Check if a property is hidden.
338
-
339
- :return: True when the property is hidden.
340
- :rtype: bool
266
+ @classmethod
267
+ def poll(cls, context):
341
268
  """
342
- ...
343
-
344
- def is_property_overridable_library(self) -> bool:
345
- """Check if a property is overridable.
346
269
 
347
- :return: True when the property is overridable.
348
- :rtype: bool
270
+ :param context:
349
271
  """
350
272
  ...
351
273
 
352
- def is_property_readonly(self) -> bool:
353
- """Check if a property is readonly.
274
+ class PHYSICS_PT_rigid_body_constraint_motor_linear(
275
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
276
+ ):
277
+ COMPAT_ENGINES: typing.Any
278
+ bl_context: typing.Any
279
+ bl_label: typing.Any
280
+ bl_parent_id: typing.Any
281
+ bl_region_type: typing.Any
282
+ bl_rna: typing.Any
283
+ bl_space_type: typing.Any
284
+ id_data: typing.Any
354
285
 
355
- :return: True when the property is readonly (not writable).
356
- :rtype: bool
286
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
357
287
  """
358
- ...
359
-
360
- def is_property_set(self) -> bool:
361
- """Check if a property is set, use for testing operator properties.
362
288
 
363
- :return: True when the property has been set.
364
- :rtype: bool
289
+ :return: The RNA type or default when not found.
290
+ :rtype: bpy.types.Struct
365
291
  """
366
292
  ...
367
293
 
368
- def items(self):
369
- """Returns the items of this objects custom properties (matches Python's
370
- dictionary function of the same name).
371
-
372
- :return: custom property key, value pairs.
294
+ def bl_rna_get_subclass_py(self) -> typing.Any:
373
295
  """
374
- ...
375
-
376
- def keyframe_delete(self) -> bool:
377
- """Remove a keyframe from this properties fcurve.
378
296
 
379
- :return: Success of keyframe deletion.
380
- :rtype: bool
297
+ :return: The class or default when not found.
298
+ :rtype: typing.Any
381
299
  """
382
300
  ...
383
301
 
384
- def keyframe_insert(self) -> bool:
385
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
386
-
387
- :return: Success of keyframe insertion.
388
- :rtype: bool
302
+ def draw(self, context):
389
303
  """
390
- ...
391
-
392
- def keys(self):
393
- """Returns the keys of this objects custom properties (matches Python's
394
- dictionary function of the same name).
395
304
 
396
- :return: custom property keys.
305
+ :param context:
397
306
  """
398
307
  ...
399
308
 
400
- def path_from_id(self) -> str:
401
- """Returns the data path from the ID to this object (string).
402
-
403
- :return: The path from `bpy.types.bpy_struct.id_data`
404
- to this struct and property (when given).
405
- :rtype: str
309
+ def draw_header(self, context):
406
310
  """
407
- ...
408
311
 
409
- def path_resolve(self):
410
- """Returns the property from the path, raise an exception when not found."""
312
+ :param context:
313
+ """
411
314
  ...
412
315
 
413
316
  @classmethod
@@ -418,58 +321,51 @@ class PHYSICS_PT_rigid_body_constraint_limits(
418
321
  """
419
322
  ...
420
323
 
421
- def pop(self):
422
- """Remove and return the value of the custom property assigned to key or default
423
- when not found (matches Python's dictionary function of the same name).
324
+ class PHYSICS_PT_rigid_body_constraint_objects(
325
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
326
+ ):
327
+ COMPAT_ENGINES: typing.Any
328
+ bl_context: typing.Any
329
+ bl_label: typing.Any
330
+ bl_parent_id: typing.Any
331
+ bl_region_type: typing.Any
332
+ bl_rna: typing.Any
333
+ bl_space_type: typing.Any
334
+ id_data: typing.Any
424
335
 
336
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
425
337
  """
426
- ...
427
338
 
428
- def prepend(self, draw_func):
429
- """Prepend a draw function to this menu, takes the same arguments as
430
- the menus draw function
431
-
432
- :param draw_func:
339
+ :return: The RNA type or default when not found.
340
+ :rtype: bpy.types.Struct
433
341
  """
434
342
  ...
435
343
 
436
- def property_overridable_library_set(self) -> bool:
437
- """Define a property as overridable or not (only for custom properties!).
438
-
439
- :return: True when the overridable status of the property was successfully set.
440
- :rtype: bool
344
+ def bl_rna_get_subclass_py(self) -> typing.Any:
441
345
  """
442
- ...
443
-
444
- def property_unset(self):
445
- """Unset a property, will use default value afterward."""
446
- ...
447
346
 
448
- def remove(self, draw_func):
449
- """Remove a draw function that has been added to this menu
450
-
451
- :param draw_func:
347
+ :return: The class or default when not found.
348
+ :rtype: typing.Any
452
349
  """
453
350
  ...
454
351
 
455
- def type_recast(self):
456
- """Return a new instance, this is needed because types
457
- such as textures can be changed at runtime.
352
+ def draw(self, context):
353
+ """
458
354
 
459
- :return: a new instance of this object with the type initialized again.
355
+ :param context:
460
356
  """
461
357
  ...
462
358
 
463
- def values(self):
464
- """Returns the values of this objects custom properties (matches Python's
465
- dictionary function of the same name).
359
+ @classmethod
360
+ def poll(cls, context):
361
+ """
466
362
 
467
- :return: custom property values.
363
+ :param context:
468
364
  """
469
365
  ...
470
366
 
471
- class PHYSICS_PT_rigid_body_constraint_limits_angular(
472
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
367
+ class PHYSICS_PT_rigid_body_constraint_override_iterations(
368
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
473
369
  ):
474
370
  COMPAT_ENGINES: typing.Any
475
371
  bl_context: typing.Any
@@ -480,22 +376,6 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
480
376
  bl_space_type: typing.Any
481
377
  id_data: typing.Any
482
378
 
483
- def append(self, draw_func):
484
- """Append a draw function to this menu,
485
- takes the same arguments as the menus draw function
486
-
487
- :param draw_func:
488
- """
489
- ...
490
-
491
- def as_pointer(self) -> int:
492
- """Returns the memory address which holds a pointer to Blender's internal data
493
-
494
- :return: int (memory address).
495
- :rtype: int
496
- """
497
- ...
498
-
499
379
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
500
380
  """
501
381
 
@@ -519,1997 +399,99 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
519
399
  """
520
400
  ...
521
401
 
522
- def driver_add(self) -> bpy.types.FCurve:
523
- """Adds driver(s) to the given property
524
-
525
- :return: The driver(s) added.
526
- :rtype: bpy.types.FCurve
527
- """
528
- ...
529
-
530
- def driver_remove(self) -> bool:
531
- """Remove driver(s) from the given property
532
-
533
- :return: Success of driver removal.
534
- :rtype: bool
402
+ def draw_header(self, context):
535
403
  """
536
- ...
537
-
538
- def get(self):
539
- """Returns the value of the custom property assigned to key or default
540
- when not found (matches Python's dictionary function of the same name).
541
404
 
405
+ :param context:
542
406
  """
543
407
  ...
544
408
 
545
- def id_properties_clear(self):
409
+ @classmethod
410
+ def poll(cls, context):
546
411
  """
547
412
 
548
- :return: Remove the parent group for an RNA struct's custom IDProperties.
413
+ :param context:
549
414
  """
550
415
  ...
551
416
 
552
- def id_properties_ensure(self):
417
+ class PHYSICS_PT_rigid_body_constraint_settings(
418
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
419
+ ):
420
+ COMPAT_ENGINES: typing.Any
421
+ bl_context: typing.Any
422
+ bl_label: typing.Any
423
+ bl_parent_id: typing.Any
424
+ bl_region_type: typing.Any
425
+ bl_rna: typing.Any
426
+ bl_space_type: typing.Any
427
+ id_data: typing.Any
428
+
429
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
553
430
  """
554
431
 
555
- :return: the parent group for an RNA struct's custom IDProperties.
432
+ :return: The RNA type or default when not found.
433
+ :rtype: bpy.types.Struct
556
434
  """
557
435
  ...
558
436
 
559
- def id_properties_ui(self):
437
+ def bl_rna_get_subclass_py(self) -> typing.Any:
560
438
  """
561
439
 
562
- :return: Return an object used to manage an IDProperty's UI data.
440
+ :return: The class or default when not found.
441
+ :rtype: typing.Any
563
442
  """
564
443
  ...
565
444
 
566
- def is_extended(self): ...
567
- def is_property_hidden(self) -> bool:
568
- """Check if a property is hidden.
569
-
570
- :return: True when the property is hidden.
571
- :rtype: bool
445
+ def draw(self, context):
572
446
  """
573
- ...
574
447
 
575
- def is_property_overridable_library(self) -> bool:
576
- """Check if a property is overridable.
577
-
578
- :return: True when the property is overridable.
579
- :rtype: bool
448
+ :param context:
580
449
  """
581
450
  ...
582
451
 
583
- def is_property_readonly(self) -> bool:
584
- """Check if a property is readonly.
585
-
586
- :return: True when the property is readonly (not writable).
587
- :rtype: bool
452
+ @classmethod
453
+ def poll(cls, context):
588
454
  """
589
- ...
590
455
 
591
- def is_property_set(self) -> bool:
592
- """Check if a property is set, use for testing operator properties.
593
-
594
- :return: True when the property has been set.
595
- :rtype: bool
456
+ :param context:
596
457
  """
597
458
  ...
598
459
 
599
- def items(self):
600
- """Returns the items of this objects custom properties (matches Python's
601
- dictionary function of the same name).
602
-
603
- :return: custom property key, value pairs.
604
- """
605
- ...
606
-
607
- def keyframe_delete(self) -> bool:
608
- """Remove a keyframe from this properties fcurve.
609
-
610
- :return: Success of keyframe deletion.
611
- :rtype: bool
612
- """
613
- ...
614
-
615
- def keyframe_insert(self) -> bool:
616
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
617
-
618
- :return: Success of keyframe insertion.
619
- :rtype: bool
620
- """
621
- ...
622
-
623
- def keys(self):
624
- """Returns the keys of this objects custom properties (matches Python's
625
- dictionary function of the same name).
626
-
627
- :return: custom property keys.
628
- """
629
- ...
630
-
631
- def path_from_id(self) -> str:
632
- """Returns the data path from the ID to this object (string).
633
-
634
- :return: The path from `bpy.types.bpy_struct.id_data`
635
- to this struct and property (when given).
636
- :rtype: str
637
- """
638
- ...
639
-
640
- def path_resolve(self):
641
- """Returns the property from the path, raise an exception when not found."""
642
- ...
643
-
644
- @classmethod
645
- def poll(cls, context):
646
- """
647
-
648
- :param context:
649
- """
650
- ...
651
-
652
- def pop(self):
653
- """Remove and return the value of the custom property assigned to key or default
654
- when not found (matches Python's dictionary function of the same name).
655
-
656
- """
657
- ...
658
-
659
- def prepend(self, draw_func):
660
- """Prepend a draw function to this menu, takes the same arguments as
661
- the menus draw function
662
-
663
- :param draw_func:
664
- """
665
- ...
666
-
667
- def property_overridable_library_set(self) -> bool:
668
- """Define a property as overridable or not (only for custom properties!).
669
-
670
- :return: True when the overridable status of the property was successfully set.
671
- :rtype: bool
672
- """
673
- ...
674
-
675
- def property_unset(self):
676
- """Unset a property, will use default value afterward."""
677
- ...
678
-
679
- def remove(self, draw_func):
680
- """Remove a draw function that has been added to this menu
681
-
682
- :param draw_func:
683
- """
684
- ...
685
-
686
- def type_recast(self):
687
- """Return a new instance, this is needed because types
688
- such as textures can be changed at runtime.
689
-
690
- :return: a new instance of this object with the type initialized again.
691
- """
692
- ...
693
-
694
- def values(self):
695
- """Returns the values of this objects custom properties (matches Python's
696
- dictionary function of the same name).
697
-
698
- :return: custom property values.
699
- """
700
- ...
701
-
702
- class PHYSICS_PT_rigid_body_constraint_limits_linear(
703
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
704
- ):
705
- COMPAT_ENGINES: typing.Any
706
- bl_context: typing.Any
707
- bl_label: typing.Any
708
- bl_parent_id: typing.Any
709
- bl_region_type: typing.Any
710
- bl_rna: typing.Any
711
- bl_space_type: typing.Any
712
- id_data: typing.Any
713
-
714
- def append(self, draw_func):
715
- """Append a draw function to this menu,
716
- takes the same arguments as the menus draw function
717
-
718
- :param draw_func:
719
- """
720
- ...
721
-
722
- def as_pointer(self) -> int:
723
- """Returns the memory address which holds a pointer to Blender's internal data
724
-
725
- :return: int (memory address).
726
- :rtype: int
727
- """
728
- ...
729
-
730
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
731
- """
732
-
733
- :return: The RNA type or default when not found.
734
- :rtype: bpy.types.Struct
735
- """
736
- ...
737
-
738
- def bl_rna_get_subclass_py(self) -> typing.Any:
739
- """
740
-
741
- :return: The class or default when not found.
742
- :rtype: typing.Any
743
- """
744
- ...
745
-
746
- def draw(self, context):
747
- """
748
-
749
- :param context:
750
- """
751
- ...
752
-
753
- def driver_add(self) -> bpy.types.FCurve:
754
- """Adds driver(s) to the given property
755
-
756
- :return: The driver(s) added.
757
- :rtype: bpy.types.FCurve
758
- """
759
- ...
760
-
761
- def driver_remove(self) -> bool:
762
- """Remove driver(s) from the given property
763
-
764
- :return: Success of driver removal.
765
- :rtype: bool
766
- """
767
- ...
768
-
769
- def get(self):
770
- """Returns the value of the custom property assigned to key or default
771
- when not found (matches Python's dictionary function of the same name).
772
-
773
- """
774
- ...
775
-
776
- def id_properties_clear(self):
777
- """
778
-
779
- :return: Remove the parent group for an RNA struct's custom IDProperties.
780
- """
781
- ...
782
-
783
- def id_properties_ensure(self):
784
- """
785
-
786
- :return: the parent group for an RNA struct's custom IDProperties.
787
- """
788
- ...
789
-
790
- def id_properties_ui(self):
791
- """
792
-
793
- :return: Return an object used to manage an IDProperty's UI data.
794
- """
795
- ...
796
-
797
- def is_extended(self): ...
798
- def is_property_hidden(self) -> bool:
799
- """Check if a property is hidden.
800
-
801
- :return: True when the property is hidden.
802
- :rtype: bool
803
- """
804
- ...
805
-
806
- def is_property_overridable_library(self) -> bool:
807
- """Check if a property is overridable.
808
-
809
- :return: True when the property is overridable.
810
- :rtype: bool
811
- """
812
- ...
813
-
814
- def is_property_readonly(self) -> bool:
815
- """Check if a property is readonly.
816
-
817
- :return: True when the property is readonly (not writable).
818
- :rtype: bool
819
- """
820
- ...
821
-
822
- def is_property_set(self) -> bool:
823
- """Check if a property is set, use for testing operator properties.
824
-
825
- :return: True when the property has been set.
826
- :rtype: bool
827
- """
828
- ...
829
-
830
- def items(self):
831
- """Returns the items of this objects custom properties (matches Python's
832
- dictionary function of the same name).
833
-
834
- :return: custom property key, value pairs.
835
- """
836
- ...
837
-
838
- def keyframe_delete(self) -> bool:
839
- """Remove a keyframe from this properties fcurve.
840
-
841
- :return: Success of keyframe deletion.
842
- :rtype: bool
843
- """
844
- ...
845
-
846
- def keyframe_insert(self) -> bool:
847
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
848
-
849
- :return: Success of keyframe insertion.
850
- :rtype: bool
851
- """
852
- ...
853
-
854
- def keys(self):
855
- """Returns the keys of this objects custom properties (matches Python's
856
- dictionary function of the same name).
857
-
858
- :return: custom property keys.
859
- """
860
- ...
861
-
862
- def path_from_id(self) -> str:
863
- """Returns the data path from the ID to this object (string).
864
-
865
- :return: The path from `bpy.types.bpy_struct.id_data`
866
- to this struct and property (when given).
867
- :rtype: str
868
- """
869
- ...
870
-
871
- def path_resolve(self):
872
- """Returns the property from the path, raise an exception when not found."""
873
- ...
874
-
875
- @classmethod
876
- def poll(cls, context):
877
- """
878
-
879
- :param context:
880
- """
881
- ...
882
-
883
- def pop(self):
884
- """Remove and return the value of the custom property assigned to key or default
885
- when not found (matches Python's dictionary function of the same name).
886
-
887
- """
888
- ...
889
-
890
- def prepend(self, draw_func):
891
- """Prepend a draw function to this menu, takes the same arguments as
892
- the menus draw function
893
-
894
- :param draw_func:
895
- """
896
- ...
897
-
898
- def property_overridable_library_set(self) -> bool:
899
- """Define a property as overridable or not (only for custom properties!).
900
-
901
- :return: True when the overridable status of the property was successfully set.
902
- :rtype: bool
903
- """
904
- ...
905
-
906
- def property_unset(self):
907
- """Unset a property, will use default value afterward."""
908
- ...
909
-
910
- def remove(self, draw_func):
911
- """Remove a draw function that has been added to this menu
912
-
913
- :param draw_func:
914
- """
915
- ...
916
-
917
- def type_recast(self):
918
- """Return a new instance, this is needed because types
919
- such as textures can be changed at runtime.
920
-
921
- :return: a new instance of this object with the type initialized again.
922
- """
923
- ...
924
-
925
- def values(self):
926
- """Returns the values of this objects custom properties (matches Python's
927
- dictionary function of the same name).
928
-
929
- :return: custom property values.
930
- """
931
- ...
932
-
933
- class PHYSICS_PT_rigid_body_constraint_motor(
934
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
935
- ):
936
- COMPAT_ENGINES: typing.Any
937
- bl_context: typing.Any
938
- bl_label: typing.Any
939
- bl_parent_id: typing.Any
940
- bl_region_type: typing.Any
941
- bl_rna: typing.Any
942
- bl_space_type: typing.Any
943
- id_data: typing.Any
944
-
945
- def append(self, draw_func):
946
- """Append a draw function to this menu,
947
- takes the same arguments as the menus draw function
948
-
949
- :param draw_func:
950
- """
951
- ...
952
-
953
- def as_pointer(self) -> int:
954
- """Returns the memory address which holds a pointer to Blender's internal data
955
-
956
- :return: int (memory address).
957
- :rtype: int
958
- """
959
- ...
960
-
961
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
962
- """
963
-
964
- :return: The RNA type or default when not found.
965
- :rtype: bpy.types.Struct
966
- """
967
- ...
968
-
969
- def bl_rna_get_subclass_py(self) -> typing.Any:
970
- """
971
-
972
- :return: The class or default when not found.
973
- :rtype: typing.Any
974
- """
975
- ...
976
-
977
- def draw(self, _context):
978
- """
979
-
980
- :param _context:
981
- """
982
- ...
983
-
984
- def driver_add(self) -> bpy.types.FCurve:
985
- """Adds driver(s) to the given property
986
-
987
- :return: The driver(s) added.
988
- :rtype: bpy.types.FCurve
989
- """
990
- ...
991
-
992
- def driver_remove(self) -> bool:
993
- """Remove driver(s) from the given property
994
-
995
- :return: Success of driver removal.
996
- :rtype: bool
997
- """
998
- ...
999
-
1000
- def get(self):
1001
- """Returns the value of the custom property assigned to key or default
1002
- when not found (matches Python's dictionary function of the same name).
1003
-
1004
- """
1005
- ...
1006
-
1007
- def id_properties_clear(self):
1008
- """
1009
-
1010
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1011
- """
1012
- ...
1013
-
1014
- def id_properties_ensure(self):
1015
- """
1016
-
1017
- :return: the parent group for an RNA struct's custom IDProperties.
1018
- """
1019
- ...
1020
-
1021
- def id_properties_ui(self):
1022
- """
1023
-
1024
- :return: Return an object used to manage an IDProperty's UI data.
1025
- """
1026
- ...
1027
-
1028
- def is_extended(self): ...
1029
- def is_property_hidden(self) -> bool:
1030
- """Check if a property is hidden.
1031
-
1032
- :return: True when the property is hidden.
1033
- :rtype: bool
1034
- """
1035
- ...
1036
-
1037
- def is_property_overridable_library(self) -> bool:
1038
- """Check if a property is overridable.
1039
-
1040
- :return: True when the property is overridable.
1041
- :rtype: bool
1042
- """
1043
- ...
1044
-
1045
- def is_property_readonly(self) -> bool:
1046
- """Check if a property is readonly.
1047
-
1048
- :return: True when the property is readonly (not writable).
1049
- :rtype: bool
1050
- """
1051
- ...
1052
-
1053
- def is_property_set(self) -> bool:
1054
- """Check if a property is set, use for testing operator properties.
1055
-
1056
- :return: True when the property has been set.
1057
- :rtype: bool
1058
- """
1059
- ...
1060
-
1061
- def items(self):
1062
- """Returns the items of this objects custom properties (matches Python's
1063
- dictionary function of the same name).
1064
-
1065
- :return: custom property key, value pairs.
1066
- """
1067
- ...
1068
-
1069
- def keyframe_delete(self) -> bool:
1070
- """Remove a keyframe from this properties fcurve.
1071
-
1072
- :return: Success of keyframe deletion.
1073
- :rtype: bool
1074
- """
1075
- ...
1076
-
1077
- def keyframe_insert(self) -> bool:
1078
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1079
-
1080
- :return: Success of keyframe insertion.
1081
- :rtype: bool
1082
- """
1083
- ...
1084
-
1085
- def keys(self):
1086
- """Returns the keys of this objects custom properties (matches Python's
1087
- dictionary function of the same name).
1088
-
1089
- :return: custom property keys.
1090
- """
1091
- ...
1092
-
1093
- def path_from_id(self) -> str:
1094
- """Returns the data path from the ID to this object (string).
1095
-
1096
- :return: The path from `bpy.types.bpy_struct.id_data`
1097
- to this struct and property (when given).
1098
- :rtype: str
1099
- """
1100
- ...
1101
-
1102
- def path_resolve(self):
1103
- """Returns the property from the path, raise an exception when not found."""
1104
- ...
1105
-
1106
- @classmethod
1107
- def poll(cls, context):
1108
- """
1109
-
1110
- :param context:
1111
- """
1112
- ...
1113
-
1114
- def pop(self):
1115
- """Remove and return the value of the custom property assigned to key or default
1116
- when not found (matches Python's dictionary function of the same name).
1117
-
1118
- """
1119
- ...
1120
-
1121
- def prepend(self, draw_func):
1122
- """Prepend a draw function to this menu, takes the same arguments as
1123
- the menus draw function
1124
-
1125
- :param draw_func:
1126
- """
1127
- ...
1128
-
1129
- def property_overridable_library_set(self) -> bool:
1130
- """Define a property as overridable or not (only for custom properties!).
1131
-
1132
- :return: True when the overridable status of the property was successfully set.
1133
- :rtype: bool
1134
- """
1135
- ...
1136
-
1137
- def property_unset(self):
1138
- """Unset a property, will use default value afterward."""
1139
- ...
1140
-
1141
- def remove(self, draw_func):
1142
- """Remove a draw function that has been added to this menu
1143
-
1144
- :param draw_func:
1145
- """
1146
- ...
1147
-
1148
- def type_recast(self):
1149
- """Return a new instance, this is needed because types
1150
- such as textures can be changed at runtime.
1151
-
1152
- :return: a new instance of this object with the type initialized again.
1153
- """
1154
- ...
1155
-
1156
- def values(self):
1157
- """Returns the values of this objects custom properties (matches Python's
1158
- dictionary function of the same name).
1159
-
1160
- :return: custom property values.
1161
- """
1162
- ...
1163
-
1164
- class PHYSICS_PT_rigid_body_constraint_motor_angular(
1165
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1166
- ):
1167
- COMPAT_ENGINES: typing.Any
1168
- bl_context: typing.Any
1169
- bl_label: typing.Any
1170
- bl_parent_id: typing.Any
1171
- bl_region_type: typing.Any
1172
- bl_rna: typing.Any
1173
- bl_space_type: typing.Any
1174
- id_data: typing.Any
1175
-
1176
- def append(self, draw_func):
1177
- """Append a draw function to this menu,
1178
- takes the same arguments as the menus draw function
1179
-
1180
- :param draw_func:
1181
- """
1182
- ...
1183
-
1184
- def as_pointer(self) -> int:
1185
- """Returns the memory address which holds a pointer to Blender's internal data
1186
-
1187
- :return: int (memory address).
1188
- :rtype: int
1189
- """
1190
- ...
1191
-
1192
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1193
- """
1194
-
1195
- :return: The RNA type or default when not found.
1196
- :rtype: bpy.types.Struct
1197
- """
1198
- ...
1199
-
1200
- def bl_rna_get_subclass_py(self) -> typing.Any:
1201
- """
1202
-
1203
- :return: The class or default when not found.
1204
- :rtype: typing.Any
1205
- """
1206
- ...
1207
-
1208
- def draw(self, context):
1209
- """
1210
-
1211
- :param context:
1212
- """
1213
- ...
1214
-
1215
- def draw_header(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
- @classmethod
1345
- def poll(cls, context):
1346
- """
1347
-
1348
- :param context:
1349
- """
1350
- ...
1351
-
1352
- def pop(self):
1353
- """Remove and return the value of the custom property assigned to key or default
1354
- when not found (matches Python's dictionary function of the same name).
1355
-
1356
- """
1357
- ...
1358
-
1359
- def prepend(self, draw_func):
1360
- """Prepend a draw function to this menu, takes the same arguments as
1361
- the menus draw function
1362
-
1363
- :param draw_func:
1364
- """
1365
- ...
1366
-
1367
- def property_overridable_library_set(self) -> bool:
1368
- """Define a property as overridable or not (only for custom properties!).
1369
-
1370
- :return: True when the overridable status of the property was successfully set.
1371
- :rtype: bool
1372
- """
1373
- ...
1374
-
1375
- def property_unset(self):
1376
- """Unset a property, will use default value afterward."""
1377
- ...
1378
-
1379
- def remove(self, draw_func):
1380
- """Remove a draw function that has been added to this menu
1381
-
1382
- :param draw_func:
1383
- """
1384
- ...
1385
-
1386
- def type_recast(self):
1387
- """Return a new instance, this is needed because types
1388
- such as textures can be changed at runtime.
1389
-
1390
- :return: a new instance of this object with the type initialized again.
1391
- """
1392
- ...
1393
-
1394
- def values(self):
1395
- """Returns the values of this objects custom properties (matches Python's
1396
- dictionary function of the same name).
1397
-
1398
- :return: custom property values.
1399
- """
1400
- ...
1401
-
1402
- class PHYSICS_PT_rigid_body_constraint_motor_linear(
1403
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1404
- ):
1405
- COMPAT_ENGINES: typing.Any
1406
- bl_context: typing.Any
1407
- bl_label: typing.Any
1408
- bl_parent_id: typing.Any
1409
- bl_region_type: typing.Any
1410
- bl_rna: typing.Any
1411
- bl_space_type: typing.Any
1412
- id_data: typing.Any
1413
-
1414
- def append(self, draw_func):
1415
- """Append a draw function to this menu,
1416
- takes the same arguments as the menus draw function
1417
-
1418
- :param draw_func:
1419
- """
1420
- ...
1421
-
1422
- def as_pointer(self) -> int:
1423
- """Returns the memory address which holds a pointer to Blender's internal data
1424
-
1425
- :return: int (memory address).
1426
- :rtype: int
1427
- """
1428
- ...
1429
-
1430
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1431
- """
1432
-
1433
- :return: The RNA type or default when not found.
1434
- :rtype: bpy.types.Struct
1435
- """
1436
- ...
1437
-
1438
- def bl_rna_get_subclass_py(self) -> typing.Any:
1439
- """
1440
-
1441
- :return: The class or default when not found.
1442
- :rtype: typing.Any
1443
- """
1444
- ...
1445
-
1446
- def draw(self, context):
1447
- """
1448
-
1449
- :param context:
1450
- """
1451
- ...
1452
-
1453
- def draw_header(self, context):
1454
- """
1455
-
1456
- :param context:
1457
- """
1458
- ...
1459
-
1460
- def driver_add(self) -> bpy.types.FCurve:
1461
- """Adds driver(s) to the given property
1462
-
1463
- :return: The driver(s) added.
1464
- :rtype: bpy.types.FCurve
1465
- """
1466
- ...
1467
-
1468
- def driver_remove(self) -> bool:
1469
- """Remove driver(s) from the given property
1470
-
1471
- :return: Success of driver removal.
1472
- :rtype: bool
1473
- """
1474
- ...
1475
-
1476
- def get(self):
1477
- """Returns the value of the custom property assigned to key or default
1478
- when not found (matches Python's dictionary function of the same name).
1479
-
1480
- """
1481
- ...
1482
-
1483
- def id_properties_clear(self):
1484
- """
1485
-
1486
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1487
- """
1488
- ...
1489
-
1490
- def id_properties_ensure(self):
1491
- """
1492
-
1493
- :return: the parent group for an RNA struct's custom IDProperties.
1494
- """
1495
- ...
1496
-
1497
- def id_properties_ui(self):
1498
- """
1499
-
1500
- :return: Return an object used to manage an IDProperty's UI data.
1501
- """
1502
- ...
1503
-
1504
- def is_extended(self): ...
1505
- def is_property_hidden(self) -> bool:
1506
- """Check if a property is hidden.
1507
-
1508
- :return: True when the property is hidden.
1509
- :rtype: bool
1510
- """
1511
- ...
1512
-
1513
- def is_property_overridable_library(self) -> bool:
1514
- """Check if a property is overridable.
1515
-
1516
- :return: True when the property is overridable.
1517
- :rtype: bool
1518
- """
1519
- ...
1520
-
1521
- def is_property_readonly(self) -> bool:
1522
- """Check if a property is readonly.
1523
-
1524
- :return: True when the property is readonly (not writable).
1525
- :rtype: bool
1526
- """
1527
- ...
1528
-
1529
- def is_property_set(self) -> bool:
1530
- """Check if a property is set, use for testing operator properties.
1531
-
1532
- :return: True when the property has been set.
1533
- :rtype: bool
1534
- """
1535
- ...
1536
-
1537
- def items(self):
1538
- """Returns the items of this objects custom properties (matches Python's
1539
- dictionary function of the same name).
1540
-
1541
- :return: custom property key, value pairs.
1542
- """
1543
- ...
1544
-
1545
- def keyframe_delete(self) -> bool:
1546
- """Remove a keyframe from this properties fcurve.
1547
-
1548
- :return: Success of keyframe deletion.
1549
- :rtype: bool
1550
- """
1551
- ...
1552
-
1553
- def keyframe_insert(self) -> bool:
1554
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1555
-
1556
- :return: Success of keyframe insertion.
1557
- :rtype: bool
1558
- """
1559
- ...
1560
-
1561
- def keys(self):
1562
- """Returns the keys of this objects custom properties (matches Python's
1563
- dictionary function of the same name).
1564
-
1565
- :return: custom property keys.
1566
- """
1567
- ...
1568
-
1569
- def path_from_id(self) -> str:
1570
- """Returns the data path from the ID to this object (string).
1571
-
1572
- :return: The path from `bpy.types.bpy_struct.id_data`
1573
- to this struct and property (when given).
1574
- :rtype: str
1575
- """
1576
- ...
1577
-
1578
- def path_resolve(self):
1579
- """Returns the property from the path, raise an exception when not found."""
1580
- ...
1581
-
1582
- @classmethod
1583
- def poll(cls, context):
1584
- """
1585
-
1586
- :param context:
1587
- """
1588
- ...
1589
-
1590
- def pop(self):
1591
- """Remove and return the value of the custom property assigned to key or default
1592
- when not found (matches Python's dictionary function of the same name).
1593
-
1594
- """
1595
- ...
1596
-
1597
- def prepend(self, draw_func):
1598
- """Prepend a draw function to this menu, takes the same arguments as
1599
- the menus draw function
1600
-
1601
- :param draw_func:
1602
- """
1603
- ...
1604
-
1605
- def property_overridable_library_set(self) -> bool:
1606
- """Define a property as overridable or not (only for custom properties!).
1607
-
1608
- :return: True when the overridable status of the property was successfully set.
1609
- :rtype: bool
1610
- """
1611
- ...
1612
-
1613
- def property_unset(self):
1614
- """Unset a property, will use default value afterward."""
1615
- ...
1616
-
1617
- def remove(self, draw_func):
1618
- """Remove a draw function that has been added to this menu
1619
-
1620
- :param draw_func:
1621
- """
1622
- ...
1623
-
1624
- def type_recast(self):
1625
- """Return a new instance, this is needed because types
1626
- such as textures can be changed at runtime.
1627
-
1628
- :return: a new instance of this object with the type initialized again.
1629
- """
1630
- ...
1631
-
1632
- def values(self):
1633
- """Returns the values of this objects custom properties (matches Python's
1634
- dictionary function of the same name).
1635
-
1636
- :return: custom property values.
1637
- """
1638
- ...
1639
-
1640
- class PHYSICS_PT_rigid_body_constraint_objects(
1641
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1642
- ):
1643
- COMPAT_ENGINES: typing.Any
1644
- bl_context: typing.Any
1645
- bl_label: typing.Any
1646
- bl_parent_id: typing.Any
1647
- bl_region_type: typing.Any
1648
- bl_rna: typing.Any
1649
- bl_space_type: typing.Any
1650
- id_data: typing.Any
1651
-
1652
- def append(self, draw_func):
1653
- """Append a draw function to this menu,
1654
- takes the same arguments as the menus draw function
1655
-
1656
- :param draw_func:
1657
- """
1658
- ...
1659
-
1660
- def as_pointer(self) -> int:
1661
- """Returns the memory address which holds a pointer to Blender's internal data
1662
-
1663
- :return: int (memory address).
1664
- :rtype: int
1665
- """
1666
- ...
1667
-
1668
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1669
- """
1670
-
1671
- :return: The RNA type or default when not found.
1672
- :rtype: bpy.types.Struct
1673
- """
1674
- ...
1675
-
1676
- def bl_rna_get_subclass_py(self) -> typing.Any:
1677
- """
1678
-
1679
- :return: The class or default when not found.
1680
- :rtype: typing.Any
1681
- """
1682
- ...
1683
-
1684
- def draw(self, context):
1685
- """
1686
-
1687
- :param context:
1688
- """
1689
- ...
1690
-
1691
- def driver_add(self) -> bpy.types.FCurve:
1692
- """Adds driver(s) to the given property
1693
-
1694
- :return: The driver(s) added.
1695
- :rtype: bpy.types.FCurve
1696
- """
1697
- ...
1698
-
1699
- def driver_remove(self) -> bool:
1700
- """Remove driver(s) from the given property
1701
-
1702
- :return: Success of driver removal.
1703
- :rtype: bool
1704
- """
1705
- ...
1706
-
1707
- def get(self):
1708
- """Returns the value of the custom property assigned to key or default
1709
- when not found (matches Python's dictionary function of the same name).
1710
-
1711
- """
1712
- ...
1713
-
1714
- def id_properties_clear(self):
1715
- """
1716
-
1717
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1718
- """
1719
- ...
1720
-
1721
- def id_properties_ensure(self):
1722
- """
1723
-
1724
- :return: the parent group for an RNA struct's custom IDProperties.
1725
- """
1726
- ...
1727
-
1728
- def id_properties_ui(self):
1729
- """
1730
-
1731
- :return: Return an object used to manage an IDProperty's UI data.
1732
- """
1733
- ...
1734
-
1735
- def is_extended(self): ...
1736
- def is_property_hidden(self) -> bool:
1737
- """Check if a property is hidden.
1738
-
1739
- :return: True when the property is hidden.
1740
- :rtype: bool
1741
- """
1742
- ...
1743
-
1744
- def is_property_overridable_library(self) -> bool:
1745
- """Check if a property is overridable.
1746
-
1747
- :return: True when the property is overridable.
1748
- :rtype: bool
1749
- """
1750
- ...
1751
-
1752
- def is_property_readonly(self) -> bool:
1753
- """Check if a property is readonly.
1754
-
1755
- :return: True when the property is readonly (not writable).
1756
- :rtype: bool
1757
- """
1758
- ...
1759
-
1760
- def is_property_set(self) -> bool:
1761
- """Check if a property is set, use for testing operator properties.
1762
-
1763
- :return: True when the property has been set.
1764
- :rtype: bool
1765
- """
1766
- ...
1767
-
1768
- def items(self):
1769
- """Returns the items of this objects custom properties (matches Python's
1770
- dictionary function of the same name).
1771
-
1772
- :return: custom property key, value pairs.
1773
- """
1774
- ...
1775
-
1776
- def keyframe_delete(self) -> bool:
1777
- """Remove a keyframe from this properties fcurve.
1778
-
1779
- :return: Success of keyframe deletion.
1780
- :rtype: bool
1781
- """
1782
- ...
1783
-
1784
- def keyframe_insert(self) -> bool:
1785
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1786
-
1787
- :return: Success of keyframe insertion.
1788
- :rtype: bool
1789
- """
1790
- ...
1791
-
1792
- def keys(self):
1793
- """Returns the keys of this objects custom properties (matches Python's
1794
- dictionary function of the same name).
1795
-
1796
- :return: custom property keys.
1797
- """
1798
- ...
1799
-
1800
- def path_from_id(self) -> str:
1801
- """Returns the data path from the ID to this object (string).
1802
-
1803
- :return: The path from `bpy.types.bpy_struct.id_data`
1804
- to this struct and property (when given).
1805
- :rtype: str
1806
- """
1807
- ...
1808
-
1809
- def path_resolve(self):
1810
- """Returns the property from the path, raise an exception when not found."""
1811
- ...
1812
-
1813
- @classmethod
1814
- def poll(cls, context):
1815
- """
1816
-
1817
- :param context:
1818
- """
1819
- ...
1820
-
1821
- def pop(self):
1822
- """Remove and return the value of the custom property assigned to key or default
1823
- when not found (matches Python's dictionary function of the same name).
1824
-
1825
- """
1826
- ...
1827
-
1828
- def prepend(self, draw_func):
1829
- """Prepend a draw function to this menu, takes the same arguments as
1830
- the menus draw function
1831
-
1832
- :param draw_func:
1833
- """
1834
- ...
1835
-
1836
- def property_overridable_library_set(self) -> bool:
1837
- """Define a property as overridable or not (only for custom properties!).
1838
-
1839
- :return: True when the overridable status of the property was successfully set.
1840
- :rtype: bool
1841
- """
1842
- ...
1843
-
1844
- def property_unset(self):
1845
- """Unset a property, will use default value afterward."""
1846
- ...
1847
-
1848
- def remove(self, draw_func):
1849
- """Remove a draw function that has been added to this menu
1850
-
1851
- :param draw_func:
1852
- """
1853
- ...
1854
-
1855
- def type_recast(self):
1856
- """Return a new instance, this is needed because types
1857
- such as textures can be changed at runtime.
1858
-
1859
- :return: a new instance of this object with the type initialized again.
1860
- """
1861
- ...
1862
-
1863
- def values(self):
1864
- """Returns the values of this objects custom properties (matches Python's
1865
- dictionary function of the same name).
1866
-
1867
- :return: custom property values.
1868
- """
1869
- ...
1870
-
1871
- class PHYSICS_PT_rigid_body_constraint_override_iterations(
1872
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1873
- ):
1874
- COMPAT_ENGINES: typing.Any
1875
- bl_context: typing.Any
1876
- bl_label: typing.Any
1877
- bl_parent_id: typing.Any
1878
- bl_region_type: typing.Any
1879
- bl_rna: typing.Any
1880
- bl_space_type: typing.Any
1881
- id_data: typing.Any
1882
-
1883
- def append(self, draw_func):
1884
- """Append a draw function to this menu,
1885
- takes the same arguments as the menus draw function
1886
-
1887
- :param draw_func:
1888
- """
1889
- ...
1890
-
1891
- def as_pointer(self) -> int:
1892
- """Returns the memory address which holds a pointer to Blender's internal data
1893
-
1894
- :return: int (memory address).
1895
- :rtype: int
1896
- """
1897
- ...
1898
-
1899
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1900
- """
1901
-
1902
- :return: The RNA type or default when not found.
1903
- :rtype: bpy.types.Struct
1904
- """
1905
- ...
1906
-
1907
- def bl_rna_get_subclass_py(self) -> typing.Any:
1908
- """
1909
-
1910
- :return: The class or default when not found.
1911
- :rtype: typing.Any
1912
- """
1913
- ...
1914
-
1915
- def draw(self, context):
1916
- """
1917
-
1918
- :param context:
1919
- """
1920
- ...
1921
-
1922
- def draw_header(self, context):
1923
- """
1924
-
1925
- :param context:
1926
- """
1927
- ...
1928
-
1929
- def driver_add(self) -> bpy.types.FCurve:
1930
- """Adds driver(s) to the given property
1931
-
1932
- :return: The driver(s) added.
1933
- :rtype: bpy.types.FCurve
1934
- """
1935
- ...
1936
-
1937
- def driver_remove(self) -> bool:
1938
- """Remove driver(s) from the given property
1939
-
1940
- :return: Success of driver removal.
1941
- :rtype: bool
1942
- """
1943
- ...
1944
-
1945
- def get(self):
1946
- """Returns the value of the custom property assigned to key or default
1947
- when not found (matches Python's dictionary function of the same name).
1948
-
1949
- """
1950
- ...
1951
-
1952
- def id_properties_clear(self):
1953
- """
1954
-
1955
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1956
- """
1957
- ...
1958
-
1959
- def id_properties_ensure(self):
1960
- """
1961
-
1962
- :return: the parent group for an RNA struct's custom IDProperties.
1963
- """
1964
- ...
1965
-
1966
- def id_properties_ui(self):
1967
- """
1968
-
1969
- :return: Return an object used to manage an IDProperty's UI data.
1970
- """
1971
- ...
1972
-
1973
- def is_extended(self): ...
1974
- def is_property_hidden(self) -> bool:
1975
- """Check if a property is hidden.
1976
-
1977
- :return: True when the property is hidden.
1978
- :rtype: bool
1979
- """
1980
- ...
1981
-
1982
- def is_property_overridable_library(self) -> bool:
1983
- """Check if a property is overridable.
1984
-
1985
- :return: True when the property is overridable.
1986
- :rtype: bool
1987
- """
1988
- ...
1989
-
1990
- def is_property_readonly(self) -> bool:
1991
- """Check if a property is readonly.
1992
-
1993
- :return: True when the property is readonly (not writable).
1994
- :rtype: bool
1995
- """
1996
- ...
1997
-
1998
- def is_property_set(self) -> bool:
1999
- """Check if a property is set, use for testing operator properties.
2000
-
2001
- :return: True when the property has been set.
2002
- :rtype: bool
2003
- """
2004
- ...
2005
-
2006
- def items(self):
2007
- """Returns the items of this objects custom properties (matches Python's
2008
- dictionary function of the same name).
2009
-
2010
- :return: custom property key, value pairs.
2011
- """
2012
- ...
2013
-
2014
- def keyframe_delete(self) -> bool:
2015
- """Remove a keyframe from this properties fcurve.
2016
-
2017
- :return: Success of keyframe deletion.
2018
- :rtype: bool
2019
- """
2020
- ...
2021
-
2022
- def keyframe_insert(self) -> bool:
2023
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2024
-
2025
- :return: Success of keyframe insertion.
2026
- :rtype: bool
2027
- """
2028
- ...
2029
-
2030
- def keys(self):
2031
- """Returns the keys of this objects custom properties (matches Python's
2032
- dictionary function of the same name).
2033
-
2034
- :return: custom property keys.
2035
- """
2036
- ...
2037
-
2038
- def path_from_id(self) -> str:
2039
- """Returns the data path from the ID to this object (string).
2040
-
2041
- :return: The path from `bpy.types.bpy_struct.id_data`
2042
- to this struct and property (when given).
2043
- :rtype: str
2044
- """
2045
- ...
2046
-
2047
- def path_resolve(self):
2048
- """Returns the property from the path, raise an exception when not found."""
2049
- ...
2050
-
2051
- @classmethod
2052
- def poll(cls, context):
2053
- """
2054
-
2055
- :param context:
2056
- """
2057
- ...
2058
-
2059
- def pop(self):
2060
- """Remove and return the value of the custom property assigned to key or default
2061
- when not found (matches Python's dictionary function of the same name).
2062
-
2063
- """
2064
- ...
2065
-
2066
- def prepend(self, draw_func):
2067
- """Prepend a draw function to this menu, takes the same arguments as
2068
- the menus draw function
2069
-
2070
- :param draw_func:
2071
- """
2072
- ...
2073
-
2074
- def property_overridable_library_set(self) -> bool:
2075
- """Define a property as overridable or not (only for custom properties!).
2076
-
2077
- :return: True when the overridable status of the property was successfully set.
2078
- :rtype: bool
2079
- """
2080
- ...
2081
-
2082
- def property_unset(self):
2083
- """Unset a property, will use default value afterward."""
2084
- ...
2085
-
2086
- def remove(self, draw_func):
2087
- """Remove a draw function that has been added to this menu
2088
-
2089
- :param draw_func:
2090
- """
2091
- ...
2092
-
2093
- def type_recast(self):
2094
- """Return a new instance, this is needed because types
2095
- such as textures can be changed at runtime.
2096
-
2097
- :return: a new instance of this object with the type initialized again.
2098
- """
2099
- ...
2100
-
2101
- def values(self):
2102
- """Returns the values of this objects custom properties (matches Python's
2103
- dictionary function of the same name).
2104
-
2105
- :return: custom property values.
2106
- """
2107
- ...
2108
-
2109
- class PHYSICS_PT_rigid_body_constraint_settings(
2110
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2111
- ):
2112
- COMPAT_ENGINES: typing.Any
2113
- bl_context: typing.Any
2114
- bl_label: typing.Any
2115
- bl_parent_id: typing.Any
2116
- bl_region_type: typing.Any
2117
- bl_rna: typing.Any
2118
- bl_space_type: typing.Any
2119
- id_data: typing.Any
2120
-
2121
- def append(self, draw_func):
2122
- """Append a draw function to this menu,
2123
- takes the same arguments as the menus draw function
2124
-
2125
- :param draw_func:
2126
- """
2127
- ...
2128
-
2129
- def as_pointer(self) -> int:
2130
- """Returns the memory address which holds a pointer to Blender's internal data
2131
-
2132
- :return: int (memory address).
2133
- :rtype: int
2134
- """
2135
- ...
2136
-
2137
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2138
- """
2139
-
2140
- :return: The RNA type or default when not found.
2141
- :rtype: bpy.types.Struct
2142
- """
2143
- ...
2144
-
2145
- def bl_rna_get_subclass_py(self) -> typing.Any:
2146
- """
2147
-
2148
- :return: The class or default when not found.
2149
- :rtype: typing.Any
2150
- """
2151
- ...
2152
-
2153
- def draw(self, context):
2154
- """
2155
-
2156
- :param context:
2157
- """
2158
- ...
2159
-
2160
- def driver_add(self) -> bpy.types.FCurve:
2161
- """Adds driver(s) to the given property
2162
-
2163
- :return: The driver(s) added.
2164
- :rtype: bpy.types.FCurve
2165
- """
2166
- ...
2167
-
2168
- def driver_remove(self) -> bool:
2169
- """Remove driver(s) from the given property
2170
-
2171
- :return: Success of driver removal.
2172
- :rtype: bool
2173
- """
2174
- ...
2175
-
2176
- def get(self):
2177
- """Returns the value of the custom property assigned to key or default
2178
- when not found (matches Python's dictionary function of the same name).
2179
-
2180
- """
2181
- ...
2182
-
2183
- def id_properties_clear(self):
2184
- """
2185
-
2186
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2187
- """
2188
- ...
2189
-
2190
- def id_properties_ensure(self):
2191
- """
2192
-
2193
- :return: the parent group for an RNA struct's custom IDProperties.
2194
- """
2195
- ...
2196
-
2197
- def id_properties_ui(self):
2198
- """
2199
-
2200
- :return: Return an object used to manage an IDProperty's UI data.
2201
- """
2202
- ...
2203
-
2204
- def is_extended(self): ...
2205
- def is_property_hidden(self) -> bool:
2206
- """Check if a property is hidden.
2207
-
2208
- :return: True when the property is hidden.
2209
- :rtype: bool
2210
- """
2211
- ...
2212
-
2213
- def is_property_overridable_library(self) -> bool:
2214
- """Check if a property is overridable.
2215
-
2216
- :return: True when the property is overridable.
2217
- :rtype: bool
2218
- """
2219
- ...
2220
-
2221
- def is_property_readonly(self) -> bool:
2222
- """Check if a property is readonly.
2223
-
2224
- :return: True when the property is readonly (not writable).
2225
- :rtype: bool
2226
- """
2227
- ...
2228
-
2229
- def is_property_set(self) -> bool:
2230
- """Check if a property is set, use for testing operator properties.
2231
-
2232
- :return: True when the property has been set.
2233
- :rtype: bool
2234
- """
2235
- ...
2236
-
2237
- def items(self):
2238
- """Returns the items of this objects custom properties (matches Python's
2239
- dictionary function of the same name).
2240
-
2241
- :return: custom property key, value pairs.
2242
- """
2243
- ...
2244
-
2245
- def keyframe_delete(self) -> bool:
2246
- """Remove a keyframe from this properties fcurve.
2247
-
2248
- :return: Success of keyframe deletion.
2249
- :rtype: bool
2250
- """
2251
- ...
2252
-
2253
- def keyframe_insert(self) -> bool:
2254
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2255
-
2256
- :return: Success of keyframe insertion.
2257
- :rtype: bool
2258
- """
2259
- ...
2260
-
2261
- def keys(self):
2262
- """Returns the keys of this objects custom properties (matches Python's
2263
- dictionary function of the same name).
2264
-
2265
- :return: custom property keys.
2266
- """
2267
- ...
2268
-
2269
- def path_from_id(self) -> str:
2270
- """Returns the data path from the ID to this object (string).
2271
-
2272
- :return: The path from `bpy.types.bpy_struct.id_data`
2273
- to this struct and property (when given).
2274
- :rtype: str
2275
- """
2276
- ...
2277
-
2278
- def path_resolve(self):
2279
- """Returns the property from the path, raise an exception when not found."""
2280
- ...
2281
-
2282
- @classmethod
2283
- def poll(cls, context):
2284
- """
2285
-
2286
- :param context:
2287
- """
2288
- ...
2289
-
2290
- def pop(self):
2291
- """Remove and return the value of the custom property assigned to key or default
2292
- when not found (matches Python's dictionary function of the same name).
2293
-
2294
- """
2295
- ...
2296
-
2297
- def prepend(self, draw_func):
2298
- """Prepend a draw function to this menu, takes the same arguments as
2299
- the menus draw function
2300
-
2301
- :param draw_func:
2302
- """
2303
- ...
2304
-
2305
- def property_overridable_library_set(self) -> bool:
2306
- """Define a property as overridable or not (only for custom properties!).
2307
-
2308
- :return: True when the overridable status of the property was successfully set.
2309
- :rtype: bool
2310
- """
2311
- ...
2312
-
2313
- def property_unset(self):
2314
- """Unset a property, will use default value afterward."""
2315
- ...
2316
-
2317
- def remove(self, draw_func):
2318
- """Remove a draw function that has been added to this menu
2319
-
2320
- :param draw_func:
2321
- """
2322
- ...
2323
-
2324
- def type_recast(self):
2325
- """Return a new instance, this is needed because types
2326
- such as textures can be changed at runtime.
2327
-
2328
- :return: a new instance of this object with the type initialized again.
2329
- """
2330
- ...
2331
-
2332
- def values(self):
2333
- """Returns the values of this objects custom properties (matches Python's
2334
- dictionary function of the same name).
2335
-
2336
- :return: custom property values.
2337
- """
2338
- ...
2339
-
2340
- class PHYSICS_PT_rigid_body_constraint_springs(
2341
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2342
- ):
2343
- COMPAT_ENGINES: typing.Any
2344
- bl_context: typing.Any
2345
- bl_label: typing.Any
2346
- bl_parent_id: typing.Any
2347
- bl_region_type: typing.Any
2348
- bl_rna: typing.Any
2349
- bl_space_type: typing.Any
2350
- id_data: typing.Any
2351
-
2352
- def append(self, draw_func):
2353
- """Append a draw function to this menu,
2354
- takes the same arguments as the menus draw function
2355
-
2356
- :param draw_func:
2357
- """
2358
- ...
2359
-
2360
- def as_pointer(self) -> int:
2361
- """Returns the memory address which holds a pointer to Blender's internal data
2362
-
2363
- :return: int (memory address).
2364
- :rtype: int
2365
- """
2366
- ...
2367
-
2368
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2369
- """
2370
-
2371
- :return: The RNA type or default when not found.
2372
- :rtype: bpy.types.Struct
2373
- """
2374
- ...
2375
-
2376
- def bl_rna_get_subclass_py(self) -> typing.Any:
2377
- """
2378
-
2379
- :return: The class or default when not found.
2380
- :rtype: typing.Any
2381
- """
2382
- ...
2383
-
2384
- def draw(self, context):
2385
- """
2386
-
2387
- :param context:
2388
- """
2389
- ...
2390
-
2391
- def driver_add(self) -> bpy.types.FCurve:
2392
- """Adds driver(s) to the given property
2393
-
2394
- :return: The driver(s) added.
2395
- :rtype: bpy.types.FCurve
2396
- """
2397
- ...
2398
-
2399
- def driver_remove(self) -> bool:
2400
- """Remove driver(s) from the given property
2401
-
2402
- :return: Success of driver removal.
2403
- :rtype: bool
2404
- """
2405
- ...
2406
-
2407
- def get(self):
2408
- """Returns the value of the custom property assigned to key or default
2409
- when not found (matches Python's dictionary function of the same name).
2410
-
2411
- """
2412
- ...
2413
-
2414
- def id_properties_clear(self):
2415
- """
2416
-
2417
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2418
- """
2419
- ...
2420
-
2421
- def id_properties_ensure(self):
2422
- """
2423
-
2424
- :return: the parent group for an RNA struct's custom IDProperties.
2425
- """
2426
- ...
2427
-
2428
- def id_properties_ui(self):
2429
- """
2430
-
2431
- :return: Return an object used to manage an IDProperty's UI data.
2432
- """
2433
- ...
2434
-
2435
- def is_extended(self): ...
2436
- def is_property_hidden(self) -> bool:
2437
- """Check if a property is hidden.
2438
-
2439
- :return: True when the property is hidden.
2440
- :rtype: bool
2441
- """
2442
- ...
2443
-
2444
- def is_property_overridable_library(self) -> bool:
2445
- """Check if a property is overridable.
2446
-
2447
- :return: True when the property is overridable.
2448
- :rtype: bool
2449
- """
2450
- ...
2451
-
2452
- def is_property_readonly(self) -> bool:
2453
- """Check if a property is readonly.
2454
-
2455
- :return: True when the property is readonly (not writable).
2456
- :rtype: bool
2457
- """
2458
- ...
2459
-
2460
- def is_property_set(self) -> bool:
2461
- """Check if a property is set, use for testing operator properties.
460
+ class PHYSICS_PT_rigid_body_constraint_springs(
461
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
462
+ ):
463
+ COMPAT_ENGINES: typing.Any
464
+ bl_context: typing.Any
465
+ bl_label: typing.Any
466
+ bl_parent_id: typing.Any
467
+ bl_region_type: typing.Any
468
+ bl_rna: typing.Any
469
+ bl_space_type: typing.Any
470
+ id_data: typing.Any
2462
471
 
2463
- :return: True when the property has been set.
2464
- :rtype: bool
472
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2465
473
  """
2466
- ...
2467
474
 
2468
- def items(self):
2469
- """Returns the items of this objects custom properties (matches Python's
2470
- dictionary function of the same name).
2471
-
2472
- :return: custom property key, value pairs.
475
+ :return: The RNA type or default when not found.
476
+ :rtype: bpy.types.Struct
2473
477
  """
2474
478
  ...
2475
479
 
2476
- def keyframe_delete(self) -> bool:
2477
- """Remove a keyframe from this properties fcurve.
2478
-
2479
- :return: Success of keyframe deletion.
2480
- :rtype: bool
480
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2481
481
  """
2482
- ...
2483
482
 
2484
- def keyframe_insert(self) -> bool:
2485
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2486
-
2487
- :return: Success of keyframe insertion.
2488
- :rtype: bool
483
+ :return: The class or default when not found.
484
+ :rtype: typing.Any
2489
485
  """
2490
486
  ...
2491
487
 
2492
- def keys(self):
2493
- """Returns the keys of this objects custom properties (matches Python's
2494
- dictionary function of the same name).
2495
-
2496
- :return: custom property keys.
488
+ def draw(self, context):
2497
489
  """
2498
- ...
2499
490
 
2500
- def path_from_id(self) -> str:
2501
- """Returns the data path from the ID to this object (string).
2502
-
2503
- :return: The path from `bpy.types.bpy_struct.id_data`
2504
- to this struct and property (when given).
2505
- :rtype: str
491
+ :param context:
2506
492
  """
2507
493
  ...
2508
494
 
2509
- def path_resolve(self):
2510
- """Returns the property from the path, raise an exception when not found."""
2511
- ...
2512
-
2513
495
  @classmethod
2514
496
  def poll(cls, context):
2515
497
  """
@@ -2518,58 +500,8 @@ class PHYSICS_PT_rigid_body_constraint_springs(
2518
500
  """
2519
501
  ...
2520
502
 
2521
- def pop(self):
2522
- """Remove and return the value of the custom property assigned to key or default
2523
- when not found (matches Python's dictionary function of the same name).
2524
-
2525
- """
2526
- ...
2527
-
2528
- def prepend(self, draw_func):
2529
- """Prepend a draw function to this menu, takes the same arguments as
2530
- the menus draw function
2531
-
2532
- :param draw_func:
2533
- """
2534
- ...
2535
-
2536
- def property_overridable_library_set(self) -> bool:
2537
- """Define a property as overridable or not (only for custom properties!).
2538
-
2539
- :return: True when the overridable status of the property was successfully set.
2540
- :rtype: bool
2541
- """
2542
- ...
2543
-
2544
- def property_unset(self):
2545
- """Unset a property, will use default value afterward."""
2546
- ...
2547
-
2548
- def remove(self, draw_func):
2549
- """Remove a draw function that has been added to this menu
2550
-
2551
- :param draw_func:
2552
- """
2553
- ...
2554
-
2555
- def type_recast(self):
2556
- """Return a new instance, this is needed because types
2557
- such as textures can be changed at runtime.
2558
-
2559
- :return: a new instance of this object with the type initialized again.
2560
- """
2561
- ...
2562
-
2563
- def values(self):
2564
- """Returns the values of this objects custom properties (matches Python's
2565
- dictionary function of the same name).
2566
-
2567
- :return: custom property values.
2568
- """
2569
- ...
2570
-
2571
503
  class PHYSICS_PT_rigid_body_constraint_springs_angular(
2572
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
504
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2573
505
  ):
2574
506
  COMPAT_ENGINES: typing.Any
2575
507
  bl_context: typing.Any
@@ -2580,22 +512,6 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
2580
512
  bl_space_type: typing.Any
2581
513
  id_data: typing.Any
2582
514
 
2583
- def append(self, draw_func):
2584
- """Append a draw function to this menu,
2585
- takes the same arguments as the menus draw function
2586
-
2587
- :param draw_func:
2588
- """
2589
- ...
2590
-
2591
- def as_pointer(self) -> int:
2592
- """Returns the memory address which holds a pointer to Blender's internal data
2593
-
2594
- :return: int (memory address).
2595
- :rtype: int
2596
- """
2597
- ...
2598
-
2599
515
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
2600
516
  """
2601
517
 
@@ -2619,128 +535,6 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
2619
535
  """
2620
536
  ...
2621
537
 
2622
- def driver_add(self) -> bpy.types.FCurve:
2623
- """Adds driver(s) to the given property
2624
-
2625
- :return: The driver(s) added.
2626
- :rtype: bpy.types.FCurve
2627
- """
2628
- ...
2629
-
2630
- def driver_remove(self) -> bool:
2631
- """Remove driver(s) from the given property
2632
-
2633
- :return: Success of driver removal.
2634
- :rtype: bool
2635
- """
2636
- ...
2637
-
2638
- def get(self):
2639
- """Returns the value of the custom property assigned to key or default
2640
- when not found (matches Python's dictionary function of the same name).
2641
-
2642
- """
2643
- ...
2644
-
2645
- def id_properties_clear(self):
2646
- """
2647
-
2648
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2649
- """
2650
- ...
2651
-
2652
- def id_properties_ensure(self):
2653
- """
2654
-
2655
- :return: the parent group for an RNA struct's custom IDProperties.
2656
- """
2657
- ...
2658
-
2659
- def id_properties_ui(self):
2660
- """
2661
-
2662
- :return: Return an object used to manage an IDProperty's UI data.
2663
- """
2664
- ...
2665
-
2666
- def is_extended(self): ...
2667
- def is_property_hidden(self) -> bool:
2668
- """Check if a property is hidden.
2669
-
2670
- :return: True when the property is hidden.
2671
- :rtype: bool
2672
- """
2673
- ...
2674
-
2675
- def is_property_overridable_library(self) -> bool:
2676
- """Check if a property is overridable.
2677
-
2678
- :return: True when the property is overridable.
2679
- :rtype: bool
2680
- """
2681
- ...
2682
-
2683
- def is_property_readonly(self) -> bool:
2684
- """Check if a property is readonly.
2685
-
2686
- :return: True when the property is readonly (not writable).
2687
- :rtype: bool
2688
- """
2689
- ...
2690
-
2691
- def is_property_set(self) -> bool:
2692
- """Check if a property is set, use for testing operator properties.
2693
-
2694
- :return: True when the property has been set.
2695
- :rtype: bool
2696
- """
2697
- ...
2698
-
2699
- def items(self):
2700
- """Returns the items of this objects custom properties (matches Python's
2701
- dictionary function of the same name).
2702
-
2703
- :return: custom property key, value pairs.
2704
- """
2705
- ...
2706
-
2707
- def keyframe_delete(self) -> bool:
2708
- """Remove a keyframe from this properties fcurve.
2709
-
2710
- :return: Success of keyframe deletion.
2711
- :rtype: bool
2712
- """
2713
- ...
2714
-
2715
- def keyframe_insert(self) -> bool:
2716
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2717
-
2718
- :return: Success of keyframe insertion.
2719
- :rtype: bool
2720
- """
2721
- ...
2722
-
2723
- def keys(self):
2724
- """Returns the keys of this objects custom properties (matches Python's
2725
- dictionary function of the same name).
2726
-
2727
- :return: custom property keys.
2728
- """
2729
- ...
2730
-
2731
- def path_from_id(self) -> str:
2732
- """Returns the data path from the ID to this object (string).
2733
-
2734
- :return: The path from `bpy.types.bpy_struct.id_data`
2735
- to this struct and property (when given).
2736
- :rtype: str
2737
- """
2738
- ...
2739
-
2740
- def path_resolve(self):
2741
- """Returns the property from the path, raise an exception when not found."""
2742
- ...
2743
-
2744
538
  @classmethod
2745
539
  def poll(cls, context):
2746
540
  """
@@ -2749,58 +543,8 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
2749
543
  """
2750
544
  ...
2751
545
 
2752
- def pop(self):
2753
- """Remove and return the value of the custom property assigned to key or default
2754
- when not found (matches Python's dictionary function of the same name).
2755
-
2756
- """
2757
- ...
2758
-
2759
- def prepend(self, draw_func):
2760
- """Prepend a draw function to this menu, takes the same arguments as
2761
- the menus draw function
2762
-
2763
- :param draw_func:
2764
- """
2765
- ...
2766
-
2767
- def property_overridable_library_set(self) -> bool:
2768
- """Define a property as overridable or not (only for custom properties!).
2769
-
2770
- :return: True when the overridable status of the property was successfully set.
2771
- :rtype: bool
2772
- """
2773
- ...
2774
-
2775
- def property_unset(self):
2776
- """Unset a property, will use default value afterward."""
2777
- ...
2778
-
2779
- def remove(self, draw_func):
2780
- """Remove a draw function that has been added to this menu
2781
-
2782
- :param draw_func:
2783
- """
2784
- ...
2785
-
2786
- def type_recast(self):
2787
- """Return a new instance, this is needed because types
2788
- such as textures can be changed at runtime.
2789
-
2790
- :return: a new instance of this object with the type initialized again.
2791
- """
2792
- ...
2793
-
2794
- def values(self):
2795
- """Returns the values of this objects custom properties (matches Python's
2796
- dictionary function of the same name).
2797
-
2798
- :return: custom property values.
2799
- """
2800
- ...
2801
-
2802
546
  class PHYSICS_PT_rigid_body_constraint_springs_linear(
2803
- PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
547
+ bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2804
548
  ):
2805
549
  COMPAT_ENGINES: typing.Any
2806
550
  bl_context: typing.Any
@@ -2811,22 +555,6 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
2811
555
  bl_space_type: typing.Any
2812
556
  id_data: typing.Any
2813
557
 
2814
- def append(self, draw_func):
2815
- """Append a draw function to this menu,
2816
- takes the same arguments as the menus draw function
2817
-
2818
- :param draw_func:
2819
- """
2820
- ...
2821
-
2822
- def as_pointer(self) -> int:
2823
- """Returns the memory address which holds a pointer to Blender's internal data
2824
-
2825
- :return: int (memory address).
2826
- :rtype: int
2827
- """
2828
- ...
2829
-
2830
558
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
2831
559
  """
2832
560
 
@@ -2850,128 +578,6 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
2850
578
  """
2851
579
  ...
2852
580
 
2853
- def driver_add(self) -> bpy.types.FCurve:
2854
- """Adds driver(s) to the given property
2855
-
2856
- :return: The driver(s) added.
2857
- :rtype: bpy.types.FCurve
2858
- """
2859
- ...
2860
-
2861
- def driver_remove(self) -> bool:
2862
- """Remove driver(s) from the given property
2863
-
2864
- :return: Success of driver removal.
2865
- :rtype: bool
2866
- """
2867
- ...
2868
-
2869
- def get(self):
2870
- """Returns the value of the custom property assigned to key or default
2871
- when not found (matches Python's dictionary function of the same name).
2872
-
2873
- """
2874
- ...
2875
-
2876
- def id_properties_clear(self):
2877
- """
2878
-
2879
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2880
- """
2881
- ...
2882
-
2883
- def id_properties_ensure(self):
2884
- """
2885
-
2886
- :return: the parent group for an RNA struct's custom IDProperties.
2887
- """
2888
- ...
2889
-
2890
- def id_properties_ui(self):
2891
- """
2892
-
2893
- :return: Return an object used to manage an IDProperty's UI data.
2894
- """
2895
- ...
2896
-
2897
- def is_extended(self): ...
2898
- def is_property_hidden(self) -> bool:
2899
- """Check if a property is hidden.
2900
-
2901
- :return: True when the property is hidden.
2902
- :rtype: bool
2903
- """
2904
- ...
2905
-
2906
- def is_property_overridable_library(self) -> bool:
2907
- """Check if a property is overridable.
2908
-
2909
- :return: True when the property is overridable.
2910
- :rtype: bool
2911
- """
2912
- ...
2913
-
2914
- def is_property_readonly(self) -> bool:
2915
- """Check if a property is readonly.
2916
-
2917
- :return: True when the property is readonly (not writable).
2918
- :rtype: bool
2919
- """
2920
- ...
2921
-
2922
- def is_property_set(self) -> bool:
2923
- """Check if a property is set, use for testing operator properties.
2924
-
2925
- :return: True when the property has been set.
2926
- :rtype: bool
2927
- """
2928
- ...
2929
-
2930
- def items(self):
2931
- """Returns the items of this objects custom properties (matches Python's
2932
- dictionary function of the same name).
2933
-
2934
- :return: custom property key, value pairs.
2935
- """
2936
- ...
2937
-
2938
- def keyframe_delete(self) -> bool:
2939
- """Remove a keyframe from this properties fcurve.
2940
-
2941
- :return: Success of keyframe deletion.
2942
- :rtype: bool
2943
- """
2944
- ...
2945
-
2946
- def keyframe_insert(self) -> bool:
2947
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2948
-
2949
- :return: Success of keyframe insertion.
2950
- :rtype: bool
2951
- """
2952
- ...
2953
-
2954
- def keys(self):
2955
- """Returns the keys of this objects custom properties (matches Python's
2956
- dictionary function of the same name).
2957
-
2958
- :return: custom property keys.
2959
- """
2960
- ...
2961
-
2962
- def path_from_id(self) -> str:
2963
- """Returns the data path from the ID to this object (string).
2964
-
2965
- :return: The path from `bpy.types.bpy_struct.id_data`
2966
- to this struct and property (when given).
2967
- :rtype: str
2968
- """
2969
- ...
2970
-
2971
- def path_resolve(self):
2972
- """Returns the property from the path, raise an exception when not found."""
2973
- ...
2974
-
2975
581
  @classmethod
2976
582
  def poll(cls, context):
2977
583
  """
@@ -2980,56 +586,6 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
2980
586
  """
2981
587
  ...
2982
588
 
2983
- def pop(self):
2984
- """Remove and return the value of the custom property assigned to key or default
2985
- when not found (matches Python's dictionary function of the same name).
2986
-
2987
- """
2988
- ...
2989
-
2990
- def prepend(self, draw_func):
2991
- """Prepend a draw function to this menu, takes the same arguments as
2992
- the menus draw function
2993
-
2994
- :param draw_func:
2995
- """
2996
- ...
2997
-
2998
- def property_overridable_library_set(self) -> bool:
2999
- """Define a property as overridable or not (only for custom properties!).
3000
-
3001
- :return: True when the overridable status of the property was successfully set.
3002
- :rtype: bool
3003
- """
3004
- ...
3005
-
3006
- def property_unset(self):
3007
- """Unset a property, will use default value afterward."""
3008
- ...
3009
-
3010
- def remove(self, draw_func):
3011
- """Remove a draw function that has been added to this menu
3012
-
3013
- :param draw_func:
3014
- """
3015
- ...
3016
-
3017
- def type_recast(self):
3018
- """Return a new instance, this is needed because types
3019
- such as textures can be changed at runtime.
3020
-
3021
- :return: a new instance of this object with the type initialized again.
3022
- """
3023
- ...
3024
-
3025
- def values(self):
3026
- """Returns the values of this objects custom properties (matches Python's
3027
- dictionary function of the same name).
3028
-
3029
- :return: custom property values.
3030
- """
3031
- ...
3032
-
3033
589
  class PHYSICS_PT_rigidbody_constraint_panel:
3034
590
  bl_context: typing.Any
3035
591
  bl_region_type: typing.Any