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

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

Potentially problematic release.


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

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