fake-bpy-module 20240718__py3-none-any.whl → 20240720__py3-none-any.whl

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

Potentially problematic release.


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

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