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

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

Potentially problematic release.


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

Files changed (119) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/screen/__init__.pyi +6 -3
  112. bpy/types/__init__.pyi +77 -5
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  116. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -8,29 +8,42 @@ import bpy_types
8
8
  GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
- class RENDER_MT_framerate_presets(bpy_types._GenericUI):
11
+ class RENDER_MT_framerate_presets(bpy.types.Menu, bpy_types._GenericUI):
12
12
  bl_label: typing.Any
13
13
  bl_rna: typing.Any
14
14
  id_data: typing.Any
15
15
  preset_operator: typing.Any
16
16
  preset_subdir: typing.Any
17
17
 
18
- def append(self, draw_func):
19
- """Append a draw function to this menu,
20
- takes the same arguments as the menus draw function
18
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
19
+ """
21
20
 
22
- :param draw_func:
21
+ :return: The RNA type or default when not found.
22
+ :rtype: bpy.types.Struct
23
23
  """
24
24
  ...
25
25
 
26
- def as_pointer(self) -> int:
27
- """Returns the memory address which holds a pointer to Blender's internal data
26
+ def bl_rna_get_subclass_py(self) -> typing.Any:
27
+ """
28
28
 
29
- :return: int (memory address).
30
- :rtype: int
29
+ :return: The class or default when not found.
30
+ :rtype: typing.Any
31
31
  """
32
32
  ...
33
33
 
34
+ class RENDER_PT_encoding(
35
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
36
+ ):
37
+ COMPAT_ENGINES: typing.Any
38
+ bl_context: typing.Any
39
+ bl_label: typing.Any
40
+ bl_options: typing.Any
41
+ bl_parent_id: typing.Any
42
+ bl_region_type: typing.Any
43
+ bl_rna: typing.Any
44
+ bl_space_type: typing.Any
45
+ id_data: typing.Any
46
+
34
47
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
35
48
  """
36
49
 
@@ -47,272 +60,157 @@ class RENDER_MT_framerate_presets(bpy_types._GenericUI):
47
60
  """
48
61
  ...
49
62
 
50
- def draw(self, _context):
51
- """Define these on the subclass:
52
- - preset_operator (string)
53
- - preset_subdir (string)Optionally:
54
- - preset_add_operator (string)
55
- - preset_extensions (set of strings)
56
- - preset_operator_defaults (dict of keyword args)
57
-
58
- :param _context:
59
- """
60
- ...
61
-
62
- def draw_collapsible(self, context, layout):
63
+ def draw(self, context):
63
64
  """
64
65
 
65
66
  :param context:
66
- :param layout:
67
67
  """
68
68
  ...
69
69
 
70
- def draw_preset(self, _context):
71
- """Define these on the subclass:
72
- - preset_operator (string)
73
- - preset_subdir (string)Optionally:
74
- - preset_add_operator (string)
75
- - preset_extensions (set of strings)
76
- - preset_operator_defaults (dict of keyword args)
77
-
78
- :param _context:
70
+ def draw_header_preset(self, _context):
79
71
  """
80
- ...
81
-
82
- def driver_add(self) -> bpy.types.FCurve:
83
- """Adds driver(s) to the given property
84
72
 
85
- :return: The driver(s) added.
86
- :rtype: bpy.types.FCurve
73
+ :param _context:
87
74
  """
88
75
  ...
89
76
 
90
- def driver_remove(self) -> bool:
91
- """Remove driver(s) from the given property
92
-
93
- :return: Success of driver removal.
94
- :rtype: bool
77
+ @classmethod
78
+ def poll(cls, context):
95
79
  """
96
- ...
97
-
98
- def get(self):
99
- """Returns the value of the custom property assigned to key or default
100
- when not found (matches Python's dictionary function of the same name).
101
80
 
81
+ :param context:
102
82
  """
103
83
  ...
104
84
 
105
- def id_properties_clear(self):
106
- """
107
-
108
- :return: Remove the parent group for an RNA struct's custom IDProperties.
109
- """
110
- ...
85
+ class RENDER_PT_encoding_audio(
86
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
87
+ ):
88
+ COMPAT_ENGINES: typing.Any
89
+ bl_context: typing.Any
90
+ bl_label: typing.Any
91
+ bl_parent_id: typing.Any
92
+ bl_region_type: typing.Any
93
+ bl_rna: typing.Any
94
+ bl_space_type: typing.Any
95
+ id_data: typing.Any
111
96
 
112
- def id_properties_ensure(self):
97
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
113
98
  """
114
99
 
115
- :return: the parent group for an RNA struct's custom IDProperties.
100
+ :return: The RNA type or default when not found.
101
+ :rtype: bpy.types.Struct
116
102
  """
117
103
  ...
118
104
 
119
- def id_properties_ui(self):
105
+ def bl_rna_get_subclass_py(self) -> typing.Any:
120
106
  """
121
107
 
122
- :return: Return an object used to manage an IDProperty's UI data.
108
+ :return: The class or default when not found.
109
+ :rtype: typing.Any
123
110
  """
124
111
  ...
125
112
 
126
- def is_extended(self): ...
127
- def is_property_hidden(self) -> bool:
128
- """Check if a property is hidden.
129
-
130
- :return: True when the property is hidden.
131
- :rtype: bool
113
+ def draw(self, context):
132
114
  """
133
- ...
134
115
 
135
- def is_property_overridable_library(self) -> bool:
136
- """Check if a property is overridable.
137
-
138
- :return: True when the property is overridable.
139
- :rtype: bool
116
+ :param context:
140
117
  """
141
118
  ...
142
119
 
143
- def is_property_readonly(self) -> bool:
144
- """Check if a property is readonly.
145
-
146
- :return: True when the property is readonly (not writable).
147
- :rtype: bool
120
+ @classmethod
121
+ def poll(cls, context):
148
122
  """
149
- ...
150
123
 
151
- def is_property_set(self) -> bool:
152
- """Check if a property is set, use for testing operator properties.
153
-
154
- :return: True when the property has been set.
155
- :rtype: bool
124
+ :param context:
156
125
  """
157
126
  ...
158
127
 
159
- def items(self):
160
- """Returns the items of this objects custom properties (matches Python's
161
- dictionary function of the same name).
128
+ class RENDER_PT_encoding_video(
129
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
130
+ ):
131
+ COMPAT_ENGINES: typing.Any
132
+ bl_context: typing.Any
133
+ bl_label: typing.Any
134
+ bl_parent_id: typing.Any
135
+ bl_region_type: typing.Any
136
+ bl_rna: typing.Any
137
+ bl_space_type: typing.Any
138
+ id_data: typing.Any
162
139
 
163
- :return: custom property key, value pairs.
140
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
164
141
  """
165
- ...
166
142
 
167
- def keyframe_delete(self) -> bool:
168
- """Remove a keyframe from this properties fcurve.
169
-
170
- :return: Success of keyframe deletion.
171
- :rtype: bool
143
+ :return: The RNA type or default when not found.
144
+ :rtype: bpy.types.Struct
172
145
  """
173
146
  ...
174
147
 
175
- def keyframe_insert(self) -> bool:
176
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
177
-
178
- :return: Success of keyframe insertion.
179
- :rtype: bool
148
+ def bl_rna_get_subclass_py(self) -> typing.Any:
180
149
  """
181
- ...
182
150
 
183
- def keys(self):
184
- """Returns the keys of this objects custom properties (matches Python's
185
- dictionary function of the same name).
186
-
187
- :return: custom property keys.
151
+ :return: The class or default when not found.
152
+ :rtype: typing.Any
188
153
  """
189
154
  ...
190
155
 
191
- def path_from_id(self) -> str:
192
- """Returns the data path from the ID to this object (string).
193
-
194
- :return: The path from `bpy.types.bpy_struct.id_data`
195
- to this struct and property (when given).
196
- :rtype: str
156
+ def draw(self, context):
197
157
  """
198
- ...
199
158
 
200
- def path_menu(
201
- self,
202
- searchpaths: list[str],
203
- operator: str,
204
- *,
205
- props_default: dict = None,
206
- prop_filepath: str | None = "filepath",
207
- filter_ext: collections.abc.Callable | None = None,
208
- filter_path=None,
209
- display_name: collections.abc.Callable | None = None,
210
- add_operator=None,
211
- add_operator_props=None,
212
- ):
213
- """Populate a menu from a list of paths.
214
-
215
- :param searchpaths: Paths to scan.
216
- :type searchpaths: list[str]
217
- :param operator: The operator id to use with each file.
218
- :type operator: str
219
- :param props_default: Properties to assign to each operator.
220
- :type props_default: dict
221
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
222
- :type prop_filepath: str | None
223
- :param filter_ext: Optional callback that takes the file extensions.
224
-
225
- Returning false excludes the file from the list.
226
- :type filter_ext: collections.abc.Callable | None
227
- :param filter_path:
228
- :param display_name: Optional callback that takes the full path, returns the name to display.
229
- :type display_name: collections.abc.Callable | None
230
- :param add_operator:
231
- :param add_operator_props:
159
+ :param context:
232
160
  """
233
161
  ...
234
162
 
235
- def path_resolve(self):
236
- """Returns the property from the path, raise an exception when not found."""
237
- ...
238
-
239
- def pop(self):
240
- """Remove and return the value of the custom property assigned to key or default
241
- when not found (matches Python's dictionary function of the same name).
163
+ def draw_vcodec(self, context):
164
+ """Video codec options.
242
165
 
166
+ :param context:
243
167
  """
244
168
  ...
245
169
 
246
- def prepend(self, draw_func):
247
- """Prepend a draw function to this menu, takes the same arguments as
248
- the menus draw function
249
-
250
- :param draw_func:
170
+ @classmethod
171
+ def poll(cls, context):
251
172
  """
252
- ...
253
-
254
- def property_overridable_library_set(self) -> bool:
255
- """Define a property as overridable or not (only for custom properties!).
256
173
 
257
- :return: True when the overridable status of the property was successfully set.
258
- :rtype: bool
174
+ :param context:
259
175
  """
260
176
  ...
261
177
 
262
- def property_unset(self):
263
- """Unset a property, will use default value afterward."""
264
- ...
265
-
266
- def remove(self, draw_func):
267
- """Remove a draw function that has been added to this menu
178
+ class RENDER_PT_ffmpeg_presets(
179
+ bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
180
+ ):
181
+ bl_label: typing.Any
182
+ bl_region_type: typing.Any
183
+ bl_rna: typing.Any
184
+ bl_space_type: typing.Any
185
+ id_data: typing.Any
186
+ preset_operator: typing.Any
187
+ preset_subdir: typing.Any
268
188
 
269
- :param draw_func:
189
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
270
190
  """
271
- ...
272
191
 
273
- def type_recast(self):
274
- """Return a new instance, this is needed because types
275
- such as textures can be changed at runtime.
276
-
277
- :return: a new instance of this object with the type initialized again.
192
+ :return: The RNA type or default when not found.
193
+ :rtype: bpy.types.Struct
278
194
  """
279
195
  ...
280
196
 
281
- def values(self):
282
- """Returns the values of this objects custom properties (matches Python's
283
- dictionary function of the same name).
197
+ def bl_rna_get_subclass_py(self) -> typing.Any:
198
+ """
284
199
 
285
- :return: custom property values.
200
+ :return: The class or default when not found.
201
+ :rtype: typing.Any
286
202
  """
287
203
  ...
288
204
 
289
- class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
205
+ class RENDER_PT_format(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
290
206
  COMPAT_ENGINES: typing.Any
291
207
  bl_context: typing.Any
292
208
  bl_label: typing.Any
293
- bl_options: typing.Any
294
- bl_parent_id: typing.Any
295
209
  bl_region_type: typing.Any
296
210
  bl_rna: typing.Any
297
211
  bl_space_type: typing.Any
298
212
  id_data: typing.Any
299
213
 
300
- def append(self, draw_func):
301
- """Append a draw function to this menu,
302
- takes the same arguments as the menus draw function
303
-
304
- :param draw_func:
305
- """
306
- ...
307
-
308
- def as_pointer(self) -> int:
309
- """Returns the memory address which holds a pointer to Blender's internal data
310
-
311
- :return: int (memory address).
312
- :rtype: int
313
- """
314
- ...
315
-
316
214
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
317
215
  """
318
216
 
@@ -336,219 +234,207 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
336
234
  """
337
235
  ...
338
236
 
339
- def draw_header_preset(self, _context):
237
+ @staticmethod
238
+ def draw_framerate(layout, rd):
340
239
  """
341
240
 
342
- :param _context:
241
+ :param layout:
242
+ :param rd:
343
243
  """
344
244
  ...
345
245
 
346
- def driver_add(self) -> bpy.types.FCurve:
347
- """Adds driver(s) to the given property
246
+ def draw_header_preset(self, _context):
247
+ """
348
248
 
349
- :return: The driver(s) added.
350
- :rtype: bpy.types.FCurve
249
+ :param _context:
351
250
  """
352
251
  ...
353
252
 
354
- def driver_remove(self) -> bool:
355
- """Remove driver(s) from the given property
253
+ class RENDER_PT_format_presets(
254
+ bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
255
+ ):
256
+ bl_label: typing.Any
257
+ bl_region_type: typing.Any
258
+ bl_rna: typing.Any
259
+ bl_space_type: typing.Any
260
+ id_data: typing.Any
261
+ preset_add_operator: typing.Any
262
+ preset_operator: typing.Any
263
+ preset_subdir: typing.Any
356
264
 
357
- :return: Success of driver removal.
358
- :rtype: bool
265
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
359
266
  """
360
- ...
361
-
362
- def get(self):
363
- """Returns the value of the custom property assigned to key or default
364
- when not found (matches Python's dictionary function of the same name).
365
267
 
268
+ :return: The RNA type or default when not found.
269
+ :rtype: bpy.types.Struct
366
270
  """
367
271
  ...
368
272
 
369
- def id_properties_clear(self):
273
+ def bl_rna_get_subclass_py(self) -> typing.Any:
370
274
  """
371
275
 
372
- :return: Remove the parent group for an RNA struct's custom IDProperties.
276
+ :return: The class or default when not found.
277
+ :rtype: typing.Any
373
278
  """
374
279
  ...
375
280
 
376
- def id_properties_ensure(self):
281
+ class RENDER_PT_frame_range(
282
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
283
+ ):
284
+ COMPAT_ENGINES: typing.Any
285
+ bl_context: typing.Any
286
+ bl_label: typing.Any
287
+ bl_region_type: typing.Any
288
+ bl_rna: typing.Any
289
+ bl_space_type: typing.Any
290
+ id_data: typing.Any
291
+
292
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
377
293
  """
378
294
 
379
- :return: the parent group for an RNA struct's custom IDProperties.
295
+ :return: The RNA type or default when not found.
296
+ :rtype: bpy.types.Struct
380
297
  """
381
298
  ...
382
299
 
383
- def id_properties_ui(self):
300
+ def bl_rna_get_subclass_py(self) -> typing.Any:
384
301
  """
385
302
 
386
- :return: Return an object used to manage an IDProperty's UI data.
303
+ :return: The class or default when not found.
304
+ :rtype: typing.Any
387
305
  """
388
306
  ...
389
307
 
390
- def is_extended(self): ...
391
- def is_property_hidden(self) -> bool:
392
- """Check if a property is hidden.
393
-
394
- :return: True when the property is hidden.
395
- :rtype: bool
308
+ def draw(self, context):
396
309
  """
397
- ...
398
-
399
- def is_property_overridable_library(self) -> bool:
400
- """Check if a property is overridable.
401
310
 
402
- :return: True when the property is overridable.
403
- :rtype: bool
311
+ :param context:
404
312
  """
405
313
  ...
406
314
 
407
- def is_property_readonly(self) -> bool:
408
- """Check if a property is readonly.
315
+ class RENDER_PT_output(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
316
+ COMPAT_ENGINES: typing.Any
317
+ bl_context: typing.Any
318
+ bl_label: typing.Any
319
+ bl_region_type: typing.Any
320
+ bl_rna: typing.Any
321
+ bl_space_type: typing.Any
322
+ id_data: typing.Any
409
323
 
410
- :return: True when the property is readonly (not writable).
411
- :rtype: bool
324
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
412
325
  """
413
- ...
414
326
 
415
- def is_property_set(self) -> bool:
416
- """Check if a property is set, use for testing operator properties.
417
-
418
- :return: True when the property has been set.
419
- :rtype: bool
327
+ :return: The RNA type or default when not found.
328
+ :rtype: bpy.types.Struct
420
329
  """
421
330
  ...
422
331
 
423
- def items(self):
424
- """Returns the items of this objects custom properties (matches Python's
425
- dictionary function of the same name).
332
+ def bl_rna_get_subclass_py(self) -> typing.Any:
333
+ """
426
334
 
427
- :return: custom property key, value pairs.
335
+ :return: The class or default when not found.
336
+ :rtype: typing.Any
428
337
  """
429
338
  ...
430
339
 
431
- def keyframe_delete(self) -> bool:
432
- """Remove a keyframe from this properties fcurve.
340
+ def draw(self, context):
341
+ """
433
342
 
434
- :return: Success of keyframe deletion.
435
- :rtype: bool
343
+ :param context:
436
344
  """
437
345
  ...
438
346
 
439
- def keyframe_insert(self) -> bool:
440
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
347
+ class RENDER_PT_output_color_management(
348
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
349
+ ):
350
+ COMPAT_ENGINES: typing.Any
351
+ bl_context: typing.Any
352
+ bl_label: typing.Any
353
+ bl_options: typing.Any
354
+ bl_parent_id: typing.Any
355
+ bl_region_type: typing.Any
356
+ bl_rna: typing.Any
357
+ bl_space_type: typing.Any
358
+ id_data: typing.Any
441
359
 
442
- :return: Success of keyframe insertion.
443
- :rtype: bool
360
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
444
361
  """
445
- ...
446
-
447
- def keys(self):
448
- """Returns the keys of this objects custom properties (matches Python's
449
- dictionary function of the same name).
450
362
 
451
- :return: custom property keys.
363
+ :return: The RNA type or default when not found.
364
+ :rtype: bpy.types.Struct
452
365
  """
453
366
  ...
454
367
 
455
- def path_from_id(self) -> str:
456
- """Returns the data path from the ID to this object (string).
457
-
458
- :return: The path from `bpy.types.bpy_struct.id_data`
459
- to this struct and property (when given).
460
- :rtype: str
368
+ def bl_rna_get_subclass_py(self) -> typing.Any:
461
369
  """
462
- ...
463
370
 
464
- def path_resolve(self):
465
- """Returns the property from the path, raise an exception when not found."""
371
+ :return: The class or default when not found.
372
+ :rtype: typing.Any
373
+ """
466
374
  ...
467
375
 
468
- @classmethod
469
- def poll(cls, context):
376
+ def draw(self, context):
470
377
  """
471
378
 
472
379
  :param context:
473
380
  """
474
381
  ...
475
382
 
476
- def pop(self):
477
- """Remove and return the value of the custom property assigned to key or default
478
- when not found (matches Python's dictionary function of the same name).
383
+ class RENDER_PT_output_views(
384
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
385
+ ):
386
+ COMPAT_ENGINES: typing.Any
387
+ bl_context: typing.Any
388
+ bl_label: typing.Any
389
+ bl_parent_id: typing.Any
390
+ bl_region_type: typing.Any
391
+ bl_rna: typing.Any
392
+ bl_space_type: typing.Any
393
+ id_data: typing.Any
479
394
 
395
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
480
396
  """
481
- ...
482
-
483
- def prepend(self, draw_func):
484
- """Prepend a draw function to this menu, takes the same arguments as
485
- the menus draw function
486
397
 
487
- :param draw_func:
398
+ :return: The RNA type or default when not found.
399
+ :rtype: bpy.types.Struct
488
400
  """
489
401
  ...
490
402
 
491
- def property_overridable_library_set(self) -> bool:
492
- """Define a property as overridable or not (only for custom properties!).
493
-
494
- :return: True when the overridable status of the property was successfully set.
495
- :rtype: bool
403
+ def bl_rna_get_subclass_py(self) -> typing.Any:
496
404
  """
497
- ...
498
-
499
- def property_unset(self):
500
- """Unset a property, will use default value afterward."""
501
- ...
502
-
503
- def remove(self, draw_func):
504
- """Remove a draw function that has been added to this menu
505
405
 
506
- :param draw_func:
406
+ :return: The class or default when not found.
407
+ :rtype: typing.Any
507
408
  """
508
409
  ...
509
410
 
510
- def type_recast(self):
511
- """Return a new instance, this is needed because types
512
- such as textures can be changed at runtime.
411
+ def draw(self, context):
412
+ """
513
413
 
514
- :return: a new instance of this object with the type initialized again.
414
+ :param context:
515
415
  """
516
416
  ...
517
417
 
518
- def values(self):
519
- """Returns the values of this objects custom properties (matches Python's
520
- dictionary function of the same name).
418
+ @classmethod
419
+ def poll(cls, context):
420
+ """
521
421
 
522
- :return: custom property values.
422
+ :param context:
523
423
  """
524
424
  ...
525
425
 
526
- class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
426
+ class RENDER_PT_post_processing(
427
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
428
+ ):
527
429
  COMPAT_ENGINES: typing.Any
528
430
  bl_context: typing.Any
529
431
  bl_label: typing.Any
530
- bl_parent_id: typing.Any
432
+ bl_options: typing.Any
531
433
  bl_region_type: typing.Any
532
434
  bl_rna: typing.Any
533
435
  bl_space_type: typing.Any
534
436
  id_data: typing.Any
535
437
 
536
- def append(self, draw_func):
537
- """Append a draw function to this menu,
538
- takes the same arguments as the menus draw function
539
-
540
- :param draw_func:
541
- """
542
- ...
543
-
544
- def as_pointer(self) -> int:
545
- """Returns the memory address which holds a pointer to Blender's internal data
546
-
547
- :return: int (memory address).
548
- :rtype: int
549
- """
550
- ...
551
-
552
438
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
553
439
  """
554
440
 
@@ -572,3282 +458,42 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
572
458
  """
573
459
  ...
574
460
 
575
- def driver_add(self) -> bpy.types.FCurve:
576
- """Adds driver(s) to the given property
577
-
578
- :return: The driver(s) added.
579
- :rtype: bpy.types.FCurve
580
- """
581
- ...
582
-
583
- def driver_remove(self) -> bool:
584
- """Remove driver(s) from the given property
585
-
586
- :return: Success of driver removal.
587
- :rtype: bool
588
- """
589
- ...
590
-
591
- def get(self):
592
- """Returns the value of the custom property assigned to key or default
593
- when not found (matches Python's dictionary function of the same name).
594
-
595
- """
596
- ...
597
-
598
- def id_properties_clear(self):
599
- """
600
-
601
- :return: Remove the parent group for an RNA struct's custom IDProperties.
602
- """
603
- ...
604
-
605
- def id_properties_ensure(self):
606
- """
607
-
608
- :return: the parent group for an RNA struct's custom IDProperties.
609
- """
610
- ...
611
-
612
- def id_properties_ui(self):
613
- """
614
-
615
- :return: Return an object used to manage an IDProperty's UI data.
616
- """
617
- ...
618
-
619
- def is_extended(self): ...
620
- def is_property_hidden(self) -> bool:
621
- """Check if a property is hidden.
622
-
623
- :return: True when the property is hidden.
624
- :rtype: bool
625
- """
626
- ...
627
-
628
- def is_property_overridable_library(self) -> bool:
629
- """Check if a property is overridable.
630
-
631
- :return: True when the property is overridable.
632
- :rtype: bool
633
- """
634
- ...
635
-
636
- def is_property_readonly(self) -> bool:
637
- """Check if a property is readonly.
638
-
639
- :return: True when the property is readonly (not writable).
640
- :rtype: bool
641
- """
642
- ...
643
-
644
- def is_property_set(self) -> bool:
645
- """Check if a property is set, use for testing operator properties.
646
-
647
- :return: True when the property has been set.
648
- :rtype: bool
649
- """
650
- ...
651
-
652
- def items(self):
653
- """Returns the items of this objects custom properties (matches Python's
654
- dictionary function of the same name).
655
-
656
- :return: custom property key, value pairs.
657
- """
658
- ...
659
-
660
- def keyframe_delete(self) -> bool:
661
- """Remove a keyframe from this properties fcurve.
662
-
663
- :return: Success of keyframe deletion.
664
- :rtype: bool
665
- """
666
- ...
667
-
668
- def keyframe_insert(self) -> bool:
669
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
670
-
671
- :return: Success of keyframe insertion.
672
- :rtype: bool
673
- """
674
- ...
675
-
676
- def keys(self):
677
- """Returns the keys of this objects custom properties (matches Python's
678
- dictionary function of the same name).
679
-
680
- :return: custom property keys.
681
- """
682
- ...
683
-
684
- def path_from_id(self) -> str:
685
- """Returns the data path from the ID to this object (string).
686
-
687
- :return: The path from `bpy.types.bpy_struct.id_data`
688
- to this struct and property (when given).
689
- :rtype: str
690
- """
691
- ...
692
-
693
- def path_resolve(self):
694
- """Returns the property from the path, raise an exception when not found."""
695
- ...
696
-
697
- @classmethod
698
- def poll(cls, context):
699
- """
700
-
701
- :param context:
702
- """
703
- ...
704
-
705
- def pop(self):
706
- """Remove and return the value of the custom property assigned to key or default
707
- when not found (matches Python's dictionary function of the same name).
708
-
709
- """
710
- ...
711
-
712
- def prepend(self, draw_func):
713
- """Prepend a draw function to this menu, takes the same arguments as
714
- the menus draw function
715
-
716
- :param draw_func:
717
- """
718
- ...
719
-
720
- def property_overridable_library_set(self) -> bool:
721
- """Define a property as overridable or not (only for custom properties!).
722
-
723
- :return: True when the overridable status of the property was successfully set.
724
- :rtype: bool
725
- """
726
- ...
727
-
728
- def property_unset(self):
729
- """Unset a property, will use default value afterward."""
730
- ...
731
-
732
- def remove(self, draw_func):
733
- """Remove a draw function that has been added to this menu
734
-
735
- :param draw_func:
736
- """
737
- ...
738
-
739
- def type_recast(self):
740
- """Return a new instance, this is needed because types
741
- such as textures can be changed at runtime.
742
-
743
- :return: a new instance of this object with the type initialized again.
744
- """
745
- ...
746
-
747
- def values(self):
748
- """Returns the values of this objects custom properties (matches Python's
749
- dictionary function of the same name).
750
-
751
- :return: custom property values.
752
- """
753
- ...
754
-
755
- class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
756
- COMPAT_ENGINES: typing.Any
757
- bl_context: typing.Any
758
- bl_label: typing.Any
759
- bl_parent_id: typing.Any
760
- bl_region_type: typing.Any
761
- bl_rna: typing.Any
762
- bl_space_type: typing.Any
763
- id_data: typing.Any
764
-
765
- def append(self, draw_func):
766
- """Append a draw function to this menu,
767
- takes the same arguments as the menus draw function
768
-
769
- :param draw_func:
770
- """
771
- ...
772
-
773
- def as_pointer(self) -> int:
774
- """Returns the memory address which holds a pointer to Blender's internal data
775
-
776
- :return: int (memory address).
777
- :rtype: int
778
- """
779
- ...
780
-
781
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
782
- """
783
-
784
- :return: The RNA type or default when not found.
785
- :rtype: bpy.types.Struct
786
- """
787
- ...
788
-
789
- def bl_rna_get_subclass_py(self) -> typing.Any:
790
- """
791
-
792
- :return: The class or default when not found.
793
- :rtype: typing.Any
794
- """
795
- ...
796
-
797
- def draw(self, context):
798
- """
799
-
800
- :param context:
801
- """
802
- ...
803
-
804
- def draw_vcodec(self, context):
805
- """Video codec options.
806
-
807
- :param context:
808
- """
809
- ...
810
-
811
- def driver_add(self) -> bpy.types.FCurve:
812
- """Adds driver(s) to the given property
813
-
814
- :return: The driver(s) added.
815
- :rtype: bpy.types.FCurve
816
- """
817
- ...
818
-
819
- def driver_remove(self) -> bool:
820
- """Remove driver(s) from the given property
821
-
822
- :return: Success of driver removal.
823
- :rtype: bool
824
- """
825
- ...
826
-
827
- def get(self):
828
- """Returns the value of the custom property assigned to key or default
829
- when not found (matches Python's dictionary function of the same name).
830
-
831
- """
832
- ...
833
-
834
- def id_properties_clear(self):
835
- """
836
-
837
- :return: Remove the parent group for an RNA struct's custom IDProperties.
838
- """
839
- ...
840
-
841
- def id_properties_ensure(self):
842
- """
843
-
844
- :return: the parent group for an RNA struct's custom IDProperties.
845
- """
846
- ...
847
-
848
- def id_properties_ui(self):
849
- """
850
-
851
- :return: Return an object used to manage an IDProperty's UI data.
852
- """
853
- ...
854
-
855
- def is_extended(self): ...
856
- def is_property_hidden(self) -> bool:
857
- """Check if a property is hidden.
858
-
859
- :return: True when the property is hidden.
860
- :rtype: bool
861
- """
862
- ...
863
-
864
- def is_property_overridable_library(self) -> bool:
865
- """Check if a property is overridable.
866
-
867
- :return: True when the property is overridable.
868
- :rtype: bool
869
- """
870
- ...
871
-
872
- def is_property_readonly(self) -> bool:
873
- """Check if a property is readonly.
874
-
875
- :return: True when the property is readonly (not writable).
876
- :rtype: bool
877
- """
878
- ...
879
-
880
- def is_property_set(self) -> bool:
881
- """Check if a property is set, use for testing operator properties.
882
-
883
- :return: True when the property has been set.
884
- :rtype: bool
885
- """
886
- ...
887
-
888
- def items(self):
889
- """Returns the items of this objects custom properties (matches Python's
890
- dictionary function of the same name).
891
-
892
- :return: custom property key, value pairs.
893
- """
894
- ...
895
-
896
- def keyframe_delete(self) -> bool:
897
- """Remove a keyframe from this properties fcurve.
898
-
899
- :return: Success of keyframe deletion.
900
- :rtype: bool
901
- """
902
- ...
903
-
904
- def keyframe_insert(self) -> bool:
905
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
906
-
907
- :return: Success of keyframe insertion.
908
- :rtype: bool
909
- """
910
- ...
911
-
912
- def keys(self):
913
- """Returns the keys of this objects custom properties (matches Python's
914
- dictionary function of the same name).
915
-
916
- :return: custom property keys.
917
- """
918
- ...
919
-
920
- def path_from_id(self) -> str:
921
- """Returns the data path from the ID to this object (string).
922
-
923
- :return: The path from `bpy.types.bpy_struct.id_data`
924
- to this struct and property (when given).
925
- :rtype: str
926
- """
927
- ...
928
-
929
- def path_resolve(self):
930
- """Returns the property from the path, raise an exception when not found."""
931
- ...
932
-
933
- @classmethod
934
- def poll(cls, context):
935
- """
936
-
937
- :param context:
938
- """
939
- ...
940
-
941
- def pop(self):
942
- """Remove and return the value of the custom property assigned to key or default
943
- when not found (matches Python's dictionary function of the same name).
944
-
945
- """
946
- ...
947
-
948
- def prepend(self, draw_func):
949
- """Prepend a draw function to this menu, takes the same arguments as
950
- the menus draw function
951
-
952
- :param draw_func:
953
- """
954
- ...
955
-
956
- def property_overridable_library_set(self) -> bool:
957
- """Define a property as overridable or not (only for custom properties!).
958
-
959
- :return: True when the overridable status of the property was successfully set.
960
- :rtype: bool
961
- """
962
- ...
963
-
964
- def property_unset(self):
965
- """Unset a property, will use default value afterward."""
966
- ...
967
-
968
- def remove(self, draw_func):
969
- """Remove a draw function that has been added to this menu
970
-
971
- :param draw_func:
972
- """
973
- ...
974
-
975
- def type_recast(self):
976
- """Return a new instance, this is needed because types
977
- such as textures can be changed at runtime.
978
-
979
- :return: a new instance of this object with the type initialized again.
980
- """
981
- ...
982
-
983
- def values(self):
984
- """Returns the values of this objects custom properties (matches Python's
985
- dictionary function of the same name).
986
-
987
- :return: custom property values.
988
- """
989
- ...
990
-
991
- class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
992
- bl_label: typing.Any
993
- bl_region_type: typing.Any
994
- bl_rna: typing.Any
995
- bl_space_type: typing.Any
996
- id_data: typing.Any
997
- preset_operator: typing.Any
998
- preset_subdir: typing.Any
999
-
1000
- def append(self, draw_func):
1001
- """Append a draw function to this menu,
1002
- takes the same arguments as the menus draw function
1003
-
1004
- :param draw_func:
1005
- """
1006
- ...
1007
-
1008
- def as_pointer(self) -> int:
1009
- """Returns the memory address which holds a pointer to Blender's internal data
1010
-
1011
- :return: int (memory address).
1012
- :rtype: int
1013
- """
1014
- ...
1015
-
1016
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1017
- """
1018
-
1019
- :return: The RNA type or default when not found.
1020
- :rtype: bpy.types.Struct
1021
- """
1022
- ...
1023
-
1024
- def bl_rna_get_subclass_py(self) -> typing.Any:
1025
- """
1026
-
1027
- :return: The class or default when not found.
1028
- :rtype: typing.Any
1029
- """
1030
- ...
1031
-
1032
- def draw(self, context):
1033
- """
1034
-
1035
- :param context:
1036
- """
1037
- ...
1038
-
1039
- def draw_menu(self, layout, text=None):
1040
- """
1041
-
1042
- :param layout:
1043
- :param text:
1044
- """
1045
- ...
1046
-
1047
- def draw_panel_header(self, layout):
1048
- """
1049
-
1050
- :param layout:
1051
- """
1052
- ...
1053
-
1054
- def driver_add(self) -> bpy.types.FCurve:
1055
- """Adds driver(s) to the given property
1056
-
1057
- :return: The driver(s) added.
1058
- :rtype: bpy.types.FCurve
1059
- """
1060
- ...
1061
-
1062
- def driver_remove(self) -> bool:
1063
- """Remove driver(s) from the given property
1064
-
1065
- :return: Success of driver removal.
1066
- :rtype: bool
1067
- """
1068
- ...
1069
-
1070
- def get(self):
1071
- """Returns the value of the custom property assigned to key or default
1072
- when not found (matches Python's dictionary function of the same name).
1073
-
1074
- """
1075
- ...
1076
-
1077
- def id_properties_clear(self):
1078
- """
1079
-
1080
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1081
- """
1082
- ...
1083
-
1084
- def id_properties_ensure(self):
1085
- """
1086
-
1087
- :return: the parent group for an RNA struct's custom IDProperties.
1088
- """
1089
- ...
1090
-
1091
- def id_properties_ui(self):
1092
- """
1093
-
1094
- :return: Return an object used to manage an IDProperty's UI data.
1095
- """
1096
- ...
1097
-
1098
- def is_extended(self): ...
1099
- def is_property_hidden(self) -> bool:
1100
- """Check if a property is hidden.
1101
-
1102
- :return: True when the property is hidden.
1103
- :rtype: bool
1104
- """
1105
- ...
1106
-
1107
- def is_property_overridable_library(self) -> bool:
1108
- """Check if a property is overridable.
1109
-
1110
- :return: True when the property is overridable.
1111
- :rtype: bool
1112
- """
1113
- ...
1114
-
1115
- def is_property_readonly(self) -> bool:
1116
- """Check if a property is readonly.
1117
-
1118
- :return: True when the property is readonly (not writable).
1119
- :rtype: bool
1120
- """
1121
- ...
1122
-
1123
- def is_property_set(self) -> bool:
1124
- """Check if a property is set, use for testing operator properties.
1125
-
1126
- :return: True when the property has been set.
1127
- :rtype: bool
1128
- """
1129
- ...
1130
-
1131
- def items(self):
1132
- """Returns the items of this objects custom properties (matches Python's
1133
- dictionary function of the same name).
1134
-
1135
- :return: custom property key, value pairs.
1136
- """
1137
- ...
1138
-
1139
- def keyframe_delete(self) -> bool:
1140
- """Remove a keyframe from this properties fcurve.
1141
-
1142
- :return: Success of keyframe deletion.
1143
- :rtype: bool
1144
- """
1145
- ...
1146
-
1147
- def keyframe_insert(self) -> bool:
1148
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1149
-
1150
- :return: Success of keyframe insertion.
1151
- :rtype: bool
1152
- """
1153
- ...
1154
-
1155
- def keys(self):
1156
- """Returns the keys of this objects custom properties (matches Python's
1157
- dictionary function of the same name).
1158
-
1159
- :return: custom property keys.
1160
- """
1161
- ...
1162
-
1163
- def path_from_id(self) -> str:
1164
- """Returns the data path from the ID to this object (string).
1165
-
1166
- :return: The path from `bpy.types.bpy_struct.id_data`
1167
- to this struct and property (when given).
1168
- :rtype: str
1169
- """
1170
- ...
1171
-
1172
- def path_menu(
1173
- self,
1174
- searchpaths: list[str],
1175
- operator: str,
1176
- *,
1177
- props_default: dict = None,
1178
- prop_filepath: str | None = "filepath",
1179
- filter_ext: collections.abc.Callable | None = None,
1180
- filter_path=None,
1181
- display_name: collections.abc.Callable | None = None,
1182
- add_operator=None,
1183
- add_operator_props=None,
1184
- ):
1185
- """Populate a menu from a list of paths.
1186
-
1187
- :param searchpaths: Paths to scan.
1188
- :type searchpaths: list[str]
1189
- :param operator: The operator id to use with each file.
1190
- :type operator: str
1191
- :param props_default: Properties to assign to each operator.
1192
- :type props_default: dict
1193
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1194
- :type prop_filepath: str | None
1195
- :param filter_ext: Optional callback that takes the file extensions.
1196
-
1197
- Returning false excludes the file from the list.
1198
- :type filter_ext: collections.abc.Callable | None
1199
- :param filter_path:
1200
- :param display_name: Optional callback that takes the full path, returns the name to display.
1201
- :type display_name: collections.abc.Callable | None
1202
- :param add_operator:
1203
- :param add_operator_props:
1204
- """
1205
- ...
1206
-
1207
- def path_resolve(self):
1208
- """Returns the property from the path, raise an exception when not found."""
1209
- ...
1210
-
1211
- def pop(self):
1212
- """Remove and return the value of the custom property assigned to key or default
1213
- when not found (matches Python's dictionary function of the same name).
1214
-
1215
- """
1216
- ...
1217
-
1218
- def prepend(self, draw_func):
1219
- """Prepend a draw function to this menu, takes the same arguments as
1220
- the menus draw function
1221
-
1222
- :param draw_func:
1223
- """
1224
- ...
1225
-
1226
- def property_overridable_library_set(self) -> bool:
1227
- """Define a property as overridable or not (only for custom properties!).
1228
-
1229
- :return: True when the overridable status of the property was successfully set.
1230
- :rtype: bool
1231
- """
1232
- ...
1233
-
1234
- def property_unset(self):
1235
- """Unset a property, will use default value afterward."""
1236
- ...
1237
-
1238
- def remove(self, draw_func):
1239
- """Remove a draw function that has been added to this menu
1240
-
1241
- :param draw_func:
1242
- """
1243
- ...
1244
-
1245
- def type_recast(self):
1246
- """Return a new instance, this is needed because types
1247
- such as textures can be changed at runtime.
1248
-
1249
- :return: a new instance of this object with the type initialized again.
1250
- """
1251
- ...
1252
-
1253
- def values(self):
1254
- """Returns the values of this objects custom properties (matches Python's
1255
- dictionary function of the same name).
1256
-
1257
- :return: custom property values.
1258
- """
1259
- ...
1260
-
1261
- class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
1262
- COMPAT_ENGINES: typing.Any
1263
- bl_context: typing.Any
1264
- bl_label: typing.Any
1265
- bl_region_type: typing.Any
1266
- bl_rna: typing.Any
1267
- bl_space_type: typing.Any
1268
- id_data: typing.Any
1269
-
1270
- def append(self, draw_func):
1271
- """Append a draw function to this menu,
1272
- takes the same arguments as the menus draw function
1273
-
1274
- :param draw_func:
1275
- """
1276
- ...
1277
-
1278
- def as_pointer(self) -> int:
1279
- """Returns the memory address which holds a pointer to Blender's internal data
1280
-
1281
- :return: int (memory address).
1282
- :rtype: int
1283
- """
1284
- ...
1285
-
1286
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1287
- """
1288
-
1289
- :return: The RNA type or default when not found.
1290
- :rtype: bpy.types.Struct
1291
- """
1292
- ...
1293
-
1294
- def bl_rna_get_subclass_py(self) -> typing.Any:
1295
- """
1296
-
1297
- :return: The class or default when not found.
1298
- :rtype: typing.Any
1299
- """
1300
- ...
1301
-
1302
- def draw(self, context):
1303
- """
1304
-
1305
- :param context:
1306
- """
1307
- ...
1308
-
1309
- @staticmethod
1310
- def draw_framerate(layout, rd):
1311
- """
1312
-
1313
- :param layout:
1314
- :param rd:
1315
- """
1316
- ...
1317
-
1318
- def draw_header_preset(self, _context):
1319
- """
1320
-
1321
- :param _context:
1322
- """
1323
- ...
1324
-
1325
- def driver_add(self) -> bpy.types.FCurve:
1326
- """Adds driver(s) to the given property
1327
-
1328
- :return: The driver(s) added.
1329
- :rtype: bpy.types.FCurve
1330
- """
1331
- ...
1332
-
1333
- def driver_remove(self) -> bool:
1334
- """Remove driver(s) from the given property
1335
-
1336
- :return: Success of driver removal.
1337
- :rtype: bool
1338
- """
1339
- ...
1340
-
1341
- def get(self):
1342
- """Returns the value of the custom property assigned to key or default
1343
- when not found (matches Python's dictionary function of the same name).
1344
-
1345
- """
1346
- ...
1347
-
1348
- def id_properties_clear(self):
1349
- """
1350
-
1351
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1352
- """
1353
- ...
1354
-
1355
- def id_properties_ensure(self):
1356
- """
1357
-
1358
- :return: the parent group for an RNA struct's custom IDProperties.
1359
- """
1360
- ...
1361
-
1362
- def id_properties_ui(self):
1363
- """
1364
-
1365
- :return: Return an object used to manage an IDProperty's UI data.
1366
- """
1367
- ...
1368
-
1369
- def is_extended(self): ...
1370
- def is_property_hidden(self) -> bool:
1371
- """Check if a property is hidden.
1372
-
1373
- :return: True when the property is hidden.
1374
- :rtype: bool
1375
- """
1376
- ...
1377
-
1378
- def is_property_overridable_library(self) -> bool:
1379
- """Check if a property is overridable.
1380
-
1381
- :return: True when the property is overridable.
1382
- :rtype: bool
1383
- """
1384
- ...
1385
-
1386
- def is_property_readonly(self) -> bool:
1387
- """Check if a property is readonly.
1388
-
1389
- :return: True when the property is readonly (not writable).
1390
- :rtype: bool
1391
- """
1392
- ...
1393
-
1394
- def is_property_set(self) -> bool:
1395
- """Check if a property is set, use for testing operator properties.
1396
-
1397
- :return: True when the property has been set.
1398
- :rtype: bool
1399
- """
1400
- ...
1401
-
1402
- def items(self):
1403
- """Returns the items of this objects custom properties (matches Python's
1404
- dictionary function of the same name).
1405
-
1406
- :return: custom property key, value pairs.
1407
- """
1408
- ...
1409
-
1410
- def keyframe_delete(self) -> bool:
1411
- """Remove a keyframe from this properties fcurve.
1412
-
1413
- :return: Success of keyframe deletion.
1414
- :rtype: bool
1415
- """
1416
- ...
1417
-
1418
- def keyframe_insert(self) -> bool:
1419
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1420
-
1421
- :return: Success of keyframe insertion.
1422
- :rtype: bool
1423
- """
1424
- ...
1425
-
1426
- def keys(self):
1427
- """Returns the keys of this objects custom properties (matches Python's
1428
- dictionary function of the same name).
1429
-
1430
- :return: custom property keys.
1431
- """
1432
- ...
1433
-
1434
- def path_from_id(self) -> str:
1435
- """Returns the data path from the ID to this object (string).
1436
-
1437
- :return: The path from `bpy.types.bpy_struct.id_data`
1438
- to this struct and property (when given).
1439
- :rtype: str
1440
- """
1441
- ...
1442
-
1443
- def path_resolve(self):
1444
- """Returns the property from the path, raise an exception when not found."""
1445
- ...
1446
-
1447
- def poll(self, context):
1448
- """
1449
-
1450
- :param context:
1451
- """
1452
- ...
1453
-
1454
- def pop(self):
1455
- """Remove and return the value of the custom property assigned to key or default
1456
- when not found (matches Python's dictionary function of the same name).
1457
-
1458
- """
1459
- ...
1460
-
1461
- def prepend(self, draw_func):
1462
- """Prepend a draw function to this menu, takes the same arguments as
1463
- the menus draw function
1464
-
1465
- :param draw_func:
1466
- """
1467
- ...
1468
-
1469
- def property_overridable_library_set(self) -> bool:
1470
- """Define a property as overridable or not (only for custom properties!).
1471
-
1472
- :return: True when the overridable status of the property was successfully set.
1473
- :rtype: bool
1474
- """
1475
- ...
1476
-
1477
- def property_unset(self):
1478
- """Unset a property, will use default value afterward."""
1479
- ...
1480
-
1481
- def remove(self, draw_func):
1482
- """Remove a draw function that has been added to this menu
1483
-
1484
- :param draw_func:
1485
- """
1486
- ...
1487
-
1488
- def type_recast(self):
1489
- """Return a new instance, this is needed because types
1490
- such as textures can be changed at runtime.
1491
-
1492
- :return: a new instance of this object with the type initialized again.
1493
- """
1494
- ...
1495
-
1496
- def values(self):
1497
- """Returns the values of this objects custom properties (matches Python's
1498
- dictionary function of the same name).
1499
-
1500
- :return: custom property values.
1501
- """
1502
- ...
1503
-
1504
- class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
1505
- bl_label: typing.Any
1506
- bl_region_type: typing.Any
1507
- bl_rna: typing.Any
1508
- bl_space_type: typing.Any
1509
- id_data: typing.Any
1510
- preset_add_operator: typing.Any
1511
- preset_operator: typing.Any
1512
- preset_subdir: typing.Any
1513
-
1514
- def append(self, draw_func):
1515
- """Append a draw function to this menu,
1516
- takes the same arguments as the menus draw function
1517
-
1518
- :param draw_func:
1519
- """
1520
- ...
1521
-
1522
- def as_pointer(self) -> int:
1523
- """Returns the memory address which holds a pointer to Blender's internal data
1524
-
1525
- :return: int (memory address).
1526
- :rtype: int
1527
- """
1528
- ...
1529
-
1530
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1531
- """
1532
-
1533
- :return: The RNA type or default when not found.
1534
- :rtype: bpy.types.Struct
1535
- """
1536
- ...
1537
-
1538
- def bl_rna_get_subclass_py(self) -> typing.Any:
1539
- """
1540
-
1541
- :return: The class or default when not found.
1542
- :rtype: typing.Any
1543
- """
1544
- ...
1545
-
1546
- def draw(self, context):
1547
- """
1548
-
1549
- :param context:
1550
- """
1551
- ...
1552
-
1553
- def draw_menu(self, layout, text=None):
1554
- """
1555
-
1556
- :param layout:
1557
- :param text:
1558
- """
1559
- ...
1560
-
1561
- def draw_panel_header(self, layout):
1562
- """
1563
-
1564
- :param layout:
1565
- """
1566
- ...
1567
-
1568
- def driver_add(self) -> bpy.types.FCurve:
1569
- """Adds driver(s) to the given property
1570
-
1571
- :return: The driver(s) added.
1572
- :rtype: bpy.types.FCurve
1573
- """
1574
- ...
1575
-
1576
- def driver_remove(self) -> bool:
1577
- """Remove driver(s) from the given property
1578
-
1579
- :return: Success of driver removal.
1580
- :rtype: bool
1581
- """
1582
- ...
1583
-
1584
- def get(self):
1585
- """Returns the value of the custom property assigned to key or default
1586
- when not found (matches Python's dictionary function of the same name).
1587
-
1588
- """
1589
- ...
1590
-
1591
- def id_properties_clear(self):
1592
- """
1593
-
1594
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1595
- """
1596
- ...
1597
-
1598
- def id_properties_ensure(self):
1599
- """
1600
-
1601
- :return: the parent group for an RNA struct's custom IDProperties.
1602
- """
1603
- ...
1604
-
1605
- def id_properties_ui(self):
1606
- """
1607
-
1608
- :return: Return an object used to manage an IDProperty's UI data.
1609
- """
1610
- ...
1611
-
1612
- def is_extended(self): ...
1613
- def is_property_hidden(self) -> bool:
1614
- """Check if a property is hidden.
1615
-
1616
- :return: True when the property is hidden.
1617
- :rtype: bool
1618
- """
1619
- ...
1620
-
1621
- def is_property_overridable_library(self) -> bool:
1622
- """Check if a property is overridable.
1623
-
1624
- :return: True when the property is overridable.
1625
- :rtype: bool
1626
- """
1627
- ...
1628
-
1629
- def is_property_readonly(self) -> bool:
1630
- """Check if a property is readonly.
1631
-
1632
- :return: True when the property is readonly (not writable).
1633
- :rtype: bool
1634
- """
1635
- ...
1636
-
1637
- def is_property_set(self) -> bool:
1638
- """Check if a property is set, use for testing operator properties.
1639
-
1640
- :return: True when the property has been set.
1641
- :rtype: bool
1642
- """
1643
- ...
1644
-
1645
- def items(self):
1646
- """Returns the items of this objects custom properties (matches Python's
1647
- dictionary function of the same name).
1648
-
1649
- :return: custom property key, value pairs.
1650
- """
1651
- ...
1652
-
1653
- def keyframe_delete(self) -> bool:
1654
- """Remove a keyframe from this properties fcurve.
1655
-
1656
- :return: Success of keyframe deletion.
1657
- :rtype: bool
1658
- """
1659
- ...
1660
-
1661
- def keyframe_insert(self) -> bool:
1662
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1663
-
1664
- :return: Success of keyframe insertion.
1665
- :rtype: bool
1666
- """
1667
- ...
1668
-
1669
- def keys(self):
1670
- """Returns the keys of this objects custom properties (matches Python's
1671
- dictionary function of the same name).
1672
-
1673
- :return: custom property keys.
1674
- """
1675
- ...
1676
-
1677
- def path_from_id(self) -> str:
1678
- """Returns the data path from the ID to this object (string).
1679
-
1680
- :return: The path from `bpy.types.bpy_struct.id_data`
1681
- to this struct and property (when given).
1682
- :rtype: str
1683
- """
1684
- ...
1685
-
1686
- def path_menu(
1687
- self,
1688
- searchpaths: list[str],
1689
- operator: str,
1690
- *,
1691
- props_default: dict = None,
1692
- prop_filepath: str | None = "filepath",
1693
- filter_ext: collections.abc.Callable | None = None,
1694
- filter_path=None,
1695
- display_name: collections.abc.Callable | None = None,
1696
- add_operator=None,
1697
- add_operator_props=None,
1698
- ):
1699
- """Populate a menu from a list of paths.
1700
-
1701
- :param searchpaths: Paths to scan.
1702
- :type searchpaths: list[str]
1703
- :param operator: The operator id to use with each file.
1704
- :type operator: str
1705
- :param props_default: Properties to assign to each operator.
1706
- :type props_default: dict
1707
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1708
- :type prop_filepath: str | None
1709
- :param filter_ext: Optional callback that takes the file extensions.
1710
-
1711
- Returning false excludes the file from the list.
1712
- :type filter_ext: collections.abc.Callable | None
1713
- :param filter_path:
1714
- :param display_name: Optional callback that takes the full path, returns the name to display.
1715
- :type display_name: collections.abc.Callable | None
1716
- :param add_operator:
1717
- :param add_operator_props:
1718
- """
1719
- ...
1720
-
1721
- def path_resolve(self):
1722
- """Returns the property from the path, raise an exception when not found."""
1723
- ...
1724
-
1725
- def pop(self):
1726
- """Remove and return the value of the custom property assigned to key or default
1727
- when not found (matches Python's dictionary function of the same name).
1728
-
1729
- """
1730
- ...
1731
-
1732
- def prepend(self, draw_func):
1733
- """Prepend a draw function to this menu, takes the same arguments as
1734
- the menus draw function
1735
-
1736
- :param draw_func:
1737
- """
1738
- ...
1739
-
1740
- def property_overridable_library_set(self) -> bool:
1741
- """Define a property as overridable or not (only for custom properties!).
1742
-
1743
- :return: True when the overridable status of the property was successfully set.
1744
- :rtype: bool
1745
- """
1746
- ...
1747
-
1748
- def property_unset(self):
1749
- """Unset a property, will use default value afterward."""
1750
- ...
1751
-
1752
- def remove(self, draw_func):
1753
- """Remove a draw function that has been added to this menu
1754
-
1755
- :param draw_func:
1756
- """
1757
- ...
1758
-
1759
- def type_recast(self):
1760
- """Return a new instance, this is needed because types
1761
- such as textures can be changed at runtime.
1762
-
1763
- :return: a new instance of this object with the type initialized again.
1764
- """
1765
- ...
1766
-
1767
- def values(self):
1768
- """Returns the values of this objects custom properties (matches Python's
1769
- dictionary function of the same name).
1770
-
1771
- :return: custom property values.
1772
- """
1773
- ...
1774
-
1775
- class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
1776
- COMPAT_ENGINES: typing.Any
1777
- bl_context: typing.Any
1778
- bl_label: typing.Any
1779
- bl_region_type: typing.Any
1780
- bl_rna: typing.Any
1781
- bl_space_type: typing.Any
1782
- id_data: typing.Any
1783
-
1784
- def append(self, draw_func):
1785
- """Append a draw function to this menu,
1786
- takes the same arguments as the menus draw function
1787
-
1788
- :param draw_func:
1789
- """
1790
- ...
1791
-
1792
- def as_pointer(self) -> int:
1793
- """Returns the memory address which holds a pointer to Blender's internal data
1794
-
1795
- :return: int (memory address).
1796
- :rtype: int
1797
- """
1798
- ...
1799
-
1800
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1801
- """
1802
-
1803
- :return: The RNA type or default when not found.
1804
- :rtype: bpy.types.Struct
1805
- """
1806
- ...
1807
-
1808
- def bl_rna_get_subclass_py(self) -> typing.Any:
1809
- """
1810
-
1811
- :return: The class or default when not found.
1812
- :rtype: typing.Any
1813
- """
1814
- ...
1815
-
1816
- def draw(self, context):
1817
- """
1818
-
1819
- :param context:
1820
- """
1821
- ...
1822
-
1823
- def driver_add(self) -> bpy.types.FCurve:
1824
- """Adds driver(s) to the given property
1825
-
1826
- :return: The driver(s) added.
1827
- :rtype: bpy.types.FCurve
1828
- """
1829
- ...
1830
-
1831
- def driver_remove(self) -> bool:
1832
- """Remove driver(s) from the given property
1833
-
1834
- :return: Success of driver removal.
1835
- :rtype: bool
1836
- """
1837
- ...
1838
-
1839
- def get(self):
1840
- """Returns the value of the custom property assigned to key or default
1841
- when not found (matches Python's dictionary function of the same name).
1842
-
1843
- """
1844
- ...
1845
-
1846
- def id_properties_clear(self):
1847
- """
1848
-
1849
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1850
- """
1851
- ...
1852
-
1853
- def id_properties_ensure(self):
1854
- """
1855
-
1856
- :return: the parent group for an RNA struct's custom IDProperties.
1857
- """
1858
- ...
1859
-
1860
- def id_properties_ui(self):
1861
- """
1862
-
1863
- :return: Return an object used to manage an IDProperty's UI data.
1864
- """
1865
- ...
1866
-
1867
- def is_extended(self): ...
1868
- def is_property_hidden(self) -> bool:
1869
- """Check if a property is hidden.
1870
-
1871
- :return: True when the property is hidden.
1872
- :rtype: bool
1873
- """
1874
- ...
1875
-
1876
- def is_property_overridable_library(self) -> bool:
1877
- """Check if a property is overridable.
1878
-
1879
- :return: True when the property is overridable.
1880
- :rtype: bool
1881
- """
1882
- ...
1883
-
1884
- def is_property_readonly(self) -> bool:
1885
- """Check if a property is readonly.
1886
-
1887
- :return: True when the property is readonly (not writable).
1888
- :rtype: bool
1889
- """
1890
- ...
1891
-
1892
- def is_property_set(self) -> bool:
1893
- """Check if a property is set, use for testing operator properties.
1894
-
1895
- :return: True when the property has been set.
1896
- :rtype: bool
1897
- """
1898
- ...
1899
-
1900
- def items(self):
1901
- """Returns the items of this objects custom properties (matches Python's
1902
- dictionary function of the same name).
1903
-
1904
- :return: custom property key, value pairs.
1905
- """
1906
- ...
1907
-
1908
- def keyframe_delete(self) -> bool:
1909
- """Remove a keyframe from this properties fcurve.
1910
-
1911
- :return: Success of keyframe deletion.
1912
- :rtype: bool
1913
- """
1914
- ...
1915
-
1916
- def keyframe_insert(self) -> bool:
1917
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1918
-
1919
- :return: Success of keyframe insertion.
1920
- :rtype: bool
1921
- """
1922
- ...
1923
-
1924
- def keys(self):
1925
- """Returns the keys of this objects custom properties (matches Python's
1926
- dictionary function of the same name).
1927
-
1928
- :return: custom property keys.
1929
- """
1930
- ...
1931
-
1932
- def path_from_id(self) -> str:
1933
- """Returns the data path from the ID to this object (string).
1934
-
1935
- :return: The path from `bpy.types.bpy_struct.id_data`
1936
- to this struct and property (when given).
1937
- :rtype: str
1938
- """
1939
- ...
1940
-
1941
- def path_resolve(self):
1942
- """Returns the property from the path, raise an exception when not found."""
1943
- ...
1944
-
1945
- def poll(self, context):
1946
- """
1947
-
1948
- :param context:
1949
- """
1950
- ...
1951
-
1952
- def pop(self):
1953
- """Remove and return the value of the custom property assigned to key or default
1954
- when not found (matches Python's dictionary function of the same name).
1955
-
1956
- """
1957
- ...
1958
-
1959
- def prepend(self, draw_func):
1960
- """Prepend a draw function to this menu, takes the same arguments as
1961
- the menus draw function
1962
-
1963
- :param draw_func:
1964
- """
1965
- ...
1966
-
1967
- def property_overridable_library_set(self) -> bool:
1968
- """Define a property as overridable or not (only for custom properties!).
1969
-
1970
- :return: True when the overridable status of the property was successfully set.
1971
- :rtype: bool
1972
- """
1973
- ...
1974
-
1975
- def property_unset(self):
1976
- """Unset a property, will use default value afterward."""
1977
- ...
1978
-
1979
- def remove(self, draw_func):
1980
- """Remove a draw function that has been added to this menu
1981
-
1982
- :param draw_func:
1983
- """
1984
- ...
1985
-
1986
- def type_recast(self):
1987
- """Return a new instance, this is needed because types
1988
- such as textures can be changed at runtime.
1989
-
1990
- :return: a new instance of this object with the type initialized again.
1991
- """
1992
- ...
1993
-
1994
- def values(self):
1995
- """Returns the values of this objects custom properties (matches Python's
1996
- dictionary function of the same name).
1997
-
1998
- :return: custom property values.
1999
- """
2000
- ...
2001
-
2002
- class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
2003
- COMPAT_ENGINES: typing.Any
2004
- bl_context: typing.Any
2005
- bl_label: typing.Any
2006
- bl_region_type: typing.Any
2007
- bl_rna: typing.Any
2008
- bl_space_type: typing.Any
2009
- id_data: typing.Any
2010
-
2011
- def append(self, draw_func):
2012
- """Append a draw function to this menu,
2013
- takes the same arguments as the menus draw function
2014
-
2015
- :param draw_func:
2016
- """
2017
- ...
2018
-
2019
- def as_pointer(self) -> int:
2020
- """Returns the memory address which holds a pointer to Blender's internal data
2021
-
2022
- :return: int (memory address).
2023
- :rtype: int
2024
- """
2025
- ...
2026
-
2027
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2028
- """
2029
-
2030
- :return: The RNA type or default when not found.
2031
- :rtype: bpy.types.Struct
2032
- """
2033
- ...
2034
-
2035
- def bl_rna_get_subclass_py(self) -> typing.Any:
2036
- """
2037
-
2038
- :return: The class or default when not found.
2039
- :rtype: typing.Any
2040
- """
2041
- ...
2042
-
2043
- def draw(self, context):
2044
- """
2045
-
2046
- :param context:
2047
- """
2048
- ...
2049
-
2050
- def driver_add(self) -> bpy.types.FCurve:
2051
- """Adds driver(s) to the given property
2052
-
2053
- :return: The driver(s) added.
2054
- :rtype: bpy.types.FCurve
2055
- """
2056
- ...
2057
-
2058
- def driver_remove(self) -> bool:
2059
- """Remove driver(s) from the given property
2060
-
2061
- :return: Success of driver removal.
2062
- :rtype: bool
2063
- """
2064
- ...
2065
-
2066
- def get(self):
2067
- """Returns the value of the custom property assigned to key or default
2068
- when not found (matches Python's dictionary function of the same name).
2069
-
2070
- """
2071
- ...
2072
-
2073
- def id_properties_clear(self):
2074
- """
2075
-
2076
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2077
- """
2078
- ...
2079
-
2080
- def id_properties_ensure(self):
2081
- """
2082
-
2083
- :return: the parent group for an RNA struct's custom IDProperties.
2084
- """
2085
- ...
2086
-
2087
- def id_properties_ui(self):
2088
- """
2089
-
2090
- :return: Return an object used to manage an IDProperty's UI data.
2091
- """
2092
- ...
2093
-
2094
- def is_extended(self): ...
2095
- def is_property_hidden(self) -> bool:
2096
- """Check if a property is hidden.
2097
-
2098
- :return: True when the property is hidden.
2099
- :rtype: bool
2100
- """
2101
- ...
2102
-
2103
- def is_property_overridable_library(self) -> bool:
2104
- """Check if a property is overridable.
2105
-
2106
- :return: True when the property is overridable.
2107
- :rtype: bool
2108
- """
2109
- ...
2110
-
2111
- def is_property_readonly(self) -> bool:
2112
- """Check if a property is readonly.
2113
-
2114
- :return: True when the property is readonly (not writable).
2115
- :rtype: bool
2116
- """
2117
- ...
2118
-
2119
- def is_property_set(self) -> bool:
2120
- """Check if a property is set, use for testing operator properties.
2121
-
2122
- :return: True when the property has been set.
2123
- :rtype: bool
2124
- """
2125
- ...
2126
-
2127
- def items(self):
2128
- """Returns the items of this objects custom properties (matches Python's
2129
- dictionary function of the same name).
2130
-
2131
- :return: custom property key, value pairs.
2132
- """
2133
- ...
2134
-
2135
- def keyframe_delete(self) -> bool:
2136
- """Remove a keyframe from this properties fcurve.
2137
-
2138
- :return: Success of keyframe deletion.
2139
- :rtype: bool
2140
- """
2141
- ...
2142
-
2143
- def keyframe_insert(self) -> bool:
2144
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2145
-
2146
- :return: Success of keyframe insertion.
2147
- :rtype: bool
2148
- """
2149
- ...
2150
-
2151
- def keys(self):
2152
- """Returns the keys of this objects custom properties (matches Python's
2153
- dictionary function of the same name).
2154
-
2155
- :return: custom property keys.
2156
- """
2157
- ...
2158
-
2159
- def path_from_id(self) -> str:
2160
- """Returns the data path from the ID to this object (string).
2161
-
2162
- :return: The path from `bpy.types.bpy_struct.id_data`
2163
- to this struct and property (when given).
2164
- :rtype: str
2165
- """
2166
- ...
2167
-
2168
- def path_resolve(self):
2169
- """Returns the property from the path, raise an exception when not found."""
2170
- ...
2171
-
2172
- def poll(self, context):
2173
- """
2174
-
2175
- :param context:
2176
- """
2177
- ...
2178
-
2179
- def pop(self):
2180
- """Remove and return the value of the custom property assigned to key or default
2181
- when not found (matches Python's dictionary function of the same name).
2182
-
2183
- """
2184
- ...
2185
-
2186
- def prepend(self, draw_func):
2187
- """Prepend a draw function to this menu, takes the same arguments as
2188
- the menus draw function
2189
-
2190
- :param draw_func:
2191
- """
2192
- ...
2193
-
2194
- def property_overridable_library_set(self) -> bool:
2195
- """Define a property as overridable or not (only for custom properties!).
2196
-
2197
- :return: True when the overridable status of the property was successfully set.
2198
- :rtype: bool
2199
- """
2200
- ...
2201
-
2202
- def property_unset(self):
2203
- """Unset a property, will use default value afterward."""
2204
- ...
2205
-
2206
- def remove(self, draw_func):
2207
- """Remove a draw function that has been added to this menu
2208
-
2209
- :param draw_func:
2210
- """
2211
- ...
2212
-
2213
- def type_recast(self):
2214
- """Return a new instance, this is needed because types
2215
- such as textures can be changed at runtime.
2216
-
2217
- :return: a new instance of this object with the type initialized again.
2218
- """
2219
- ...
2220
-
2221
- def values(self):
2222
- """Returns the values of this objects custom properties (matches Python's
2223
- dictionary function of the same name).
2224
-
2225
- :return: custom property values.
2226
- """
2227
- ...
2228
-
2229
- class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._GenericUI):
2230
- COMPAT_ENGINES: typing.Any
2231
- bl_context: typing.Any
2232
- bl_label: typing.Any
2233
- bl_options: typing.Any
2234
- bl_parent_id: typing.Any
2235
- bl_region_type: typing.Any
2236
- bl_rna: typing.Any
2237
- bl_space_type: typing.Any
2238
- id_data: typing.Any
2239
-
2240
- def append(self, draw_func):
2241
- """Append a draw function to this menu,
2242
- takes the same arguments as the menus draw function
2243
-
2244
- :param draw_func:
2245
- """
2246
- ...
2247
-
2248
- def as_pointer(self) -> int:
2249
- """Returns the memory address which holds a pointer to Blender's internal data
2250
-
2251
- :return: int (memory address).
2252
- :rtype: int
2253
- """
2254
- ...
2255
-
2256
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2257
- """
2258
-
2259
- :return: The RNA type or default when not found.
2260
- :rtype: bpy.types.Struct
2261
- """
2262
- ...
2263
-
2264
- def bl_rna_get_subclass_py(self) -> typing.Any:
2265
- """
2266
-
2267
- :return: The class or default when not found.
2268
- :rtype: typing.Any
2269
- """
2270
- ...
2271
-
2272
- def draw(self, context):
2273
- """
2274
-
2275
- :param context:
2276
- """
2277
- ...
2278
-
2279
- def driver_add(self) -> bpy.types.FCurve:
2280
- """Adds driver(s) to the given property
2281
-
2282
- :return: The driver(s) added.
2283
- :rtype: bpy.types.FCurve
2284
- """
2285
- ...
2286
-
2287
- def driver_remove(self) -> bool:
2288
- """Remove driver(s) from the given property
2289
-
2290
- :return: Success of driver removal.
2291
- :rtype: bool
2292
- """
2293
- ...
2294
-
2295
- def get(self):
2296
- """Returns the value of the custom property assigned to key or default
2297
- when not found (matches Python's dictionary function of the same name).
2298
-
2299
- """
2300
- ...
2301
-
2302
- def id_properties_clear(self):
2303
- """
2304
-
2305
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2306
- """
2307
- ...
2308
-
2309
- def id_properties_ensure(self):
2310
- """
2311
-
2312
- :return: the parent group for an RNA struct's custom IDProperties.
2313
- """
2314
- ...
2315
-
2316
- def id_properties_ui(self):
2317
- """
2318
-
2319
- :return: Return an object used to manage an IDProperty's UI data.
2320
- """
2321
- ...
2322
-
2323
- def is_extended(self): ...
2324
- def is_property_hidden(self) -> bool:
2325
- """Check if a property is hidden.
2326
-
2327
- :return: True when the property is hidden.
2328
- :rtype: bool
2329
- """
2330
- ...
2331
-
2332
- def is_property_overridable_library(self) -> bool:
2333
- """Check if a property is overridable.
2334
-
2335
- :return: True when the property is overridable.
2336
- :rtype: bool
2337
- """
2338
- ...
2339
-
2340
- def is_property_readonly(self) -> bool:
2341
- """Check if a property is readonly.
2342
-
2343
- :return: True when the property is readonly (not writable).
2344
- :rtype: bool
2345
- """
2346
- ...
2347
-
2348
- def is_property_set(self) -> bool:
2349
- """Check if a property is set, use for testing operator properties.
2350
-
2351
- :return: True when the property has been set.
2352
- :rtype: bool
2353
- """
2354
- ...
2355
-
2356
- def items(self):
2357
- """Returns the items of this objects custom properties (matches Python's
2358
- dictionary function of the same name).
2359
-
2360
- :return: custom property key, value pairs.
2361
- """
2362
- ...
2363
-
2364
- def keyframe_delete(self) -> bool:
2365
- """Remove a keyframe from this properties fcurve.
2366
-
2367
- :return: Success of keyframe deletion.
2368
- :rtype: bool
2369
- """
2370
- ...
2371
-
2372
- def keyframe_insert(self) -> bool:
2373
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2374
-
2375
- :return: Success of keyframe insertion.
2376
- :rtype: bool
2377
- """
2378
- ...
2379
-
2380
- def keys(self):
2381
- """Returns the keys of this objects custom properties (matches Python's
2382
- dictionary function of the same name).
2383
-
2384
- :return: custom property keys.
2385
- """
2386
- ...
2387
-
2388
- def path_from_id(self) -> str:
2389
- """Returns the data path from the ID to this object (string).
2390
-
2391
- :return: The path from `bpy.types.bpy_struct.id_data`
2392
- to this struct and property (when given).
2393
- :rtype: str
2394
- """
2395
- ...
2396
-
2397
- def path_resolve(self):
2398
- """Returns the property from the path, raise an exception when not found."""
2399
- ...
2400
-
2401
- def poll(self, context):
2402
- """
2403
-
2404
- :param context:
2405
- """
2406
- ...
2407
-
2408
- def pop(self):
2409
- """Remove and return the value of the custom property assigned to key or default
2410
- when not found (matches Python's dictionary function of the same name).
2411
-
2412
- """
2413
- ...
2414
-
2415
- def prepend(self, draw_func):
2416
- """Prepend a draw function to this menu, takes the same arguments as
2417
- the menus draw function
2418
-
2419
- :param draw_func:
2420
- """
2421
- ...
2422
-
2423
- def property_overridable_library_set(self) -> bool:
2424
- """Define a property as overridable or not (only for custom properties!).
2425
-
2426
- :return: True when the overridable status of the property was successfully set.
2427
- :rtype: bool
2428
- """
2429
- ...
2430
-
2431
- def property_unset(self):
2432
- """Unset a property, will use default value afterward."""
2433
- ...
2434
-
2435
- def remove(self, draw_func):
2436
- """Remove a draw function that has been added to this menu
2437
-
2438
- :param draw_func:
2439
- """
2440
- ...
2441
-
2442
- def type_recast(self):
2443
- """Return a new instance, this is needed because types
2444
- such as textures can be changed at runtime.
2445
-
2446
- :return: a new instance of this object with the type initialized again.
2447
- """
2448
- ...
2449
-
2450
- def values(self):
2451
- """Returns the values of this objects custom properties (matches Python's
2452
- dictionary function of the same name).
2453
-
2454
- :return: custom property values.
2455
- """
2456
- ...
2457
-
2458
- class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
2459
- COMPAT_ENGINES: typing.Any
2460
- bl_context: typing.Any
2461
- bl_label: typing.Any
2462
- bl_parent_id: typing.Any
2463
- bl_region_type: typing.Any
2464
- bl_rna: typing.Any
2465
- bl_space_type: typing.Any
2466
- id_data: typing.Any
2467
-
2468
- def append(self, draw_func):
2469
- """Append a draw function to this menu,
2470
- takes the same arguments as the menus draw function
2471
-
2472
- :param draw_func:
2473
- """
2474
- ...
2475
-
2476
- def as_pointer(self) -> int:
2477
- """Returns the memory address which holds a pointer to Blender's internal data
2478
-
2479
- :return: int (memory address).
2480
- :rtype: int
2481
- """
2482
- ...
2483
-
2484
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2485
- """
2486
-
2487
- :return: The RNA type or default when not found.
2488
- :rtype: bpy.types.Struct
2489
- """
2490
- ...
2491
-
2492
- def bl_rna_get_subclass_py(self) -> typing.Any:
2493
- """
2494
-
2495
- :return: The class or default when not found.
2496
- :rtype: typing.Any
2497
- """
2498
- ...
2499
-
2500
- def draw(self, context):
2501
- """
2502
-
2503
- :param context:
2504
- """
2505
- ...
2506
-
2507
- def driver_add(self) -> bpy.types.FCurve:
2508
- """Adds driver(s) to the given property
2509
-
2510
- :return: The driver(s) added.
2511
- :rtype: bpy.types.FCurve
2512
- """
2513
- ...
2514
-
2515
- def driver_remove(self) -> bool:
2516
- """Remove driver(s) from the given property
2517
-
2518
- :return: Success of driver removal.
2519
- :rtype: bool
2520
- """
2521
- ...
2522
-
2523
- def get(self):
2524
- """Returns the value of the custom property assigned to key or default
2525
- when not found (matches Python's dictionary function of the same name).
2526
-
2527
- """
2528
- ...
2529
-
2530
- def id_properties_clear(self):
2531
- """
2532
-
2533
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2534
- """
2535
- ...
2536
-
2537
- def id_properties_ensure(self):
2538
- """
2539
-
2540
- :return: the parent group for an RNA struct's custom IDProperties.
2541
- """
2542
- ...
2543
-
2544
- def id_properties_ui(self):
2545
- """
2546
-
2547
- :return: Return an object used to manage an IDProperty's UI data.
2548
- """
2549
- ...
2550
-
2551
- def is_extended(self): ...
2552
- def is_property_hidden(self) -> bool:
2553
- """Check if a property is hidden.
2554
-
2555
- :return: True when the property is hidden.
2556
- :rtype: bool
2557
- """
2558
- ...
2559
-
2560
- def is_property_overridable_library(self) -> bool:
2561
- """Check if a property is overridable.
2562
-
2563
- :return: True when the property is overridable.
2564
- :rtype: bool
2565
- """
2566
- ...
2567
-
2568
- def is_property_readonly(self) -> bool:
2569
- """Check if a property is readonly.
2570
-
2571
- :return: True when the property is readonly (not writable).
2572
- :rtype: bool
2573
- """
2574
- ...
2575
-
2576
- def is_property_set(self) -> bool:
2577
- """Check if a property is set, use for testing operator properties.
2578
-
2579
- :return: True when the property has been set.
2580
- :rtype: bool
2581
- """
2582
- ...
2583
-
2584
- def items(self):
2585
- """Returns the items of this objects custom properties (matches Python's
2586
- dictionary function of the same name).
2587
-
2588
- :return: custom property key, value pairs.
2589
- """
2590
- ...
2591
-
2592
- def keyframe_delete(self) -> bool:
2593
- """Remove a keyframe from this properties fcurve.
2594
-
2595
- :return: Success of keyframe deletion.
2596
- :rtype: bool
2597
- """
2598
- ...
2599
-
2600
- def keyframe_insert(self) -> bool:
2601
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2602
-
2603
- :return: Success of keyframe insertion.
2604
- :rtype: bool
2605
- """
2606
- ...
2607
-
2608
- def keys(self):
2609
- """Returns the keys of this objects custom properties (matches Python's
2610
- dictionary function of the same name).
2611
-
2612
- :return: custom property keys.
2613
- """
2614
- ...
2615
-
2616
- def path_from_id(self) -> str:
2617
- """Returns the data path from the ID to this object (string).
2618
-
2619
- :return: The path from `bpy.types.bpy_struct.id_data`
2620
- to this struct and property (when given).
2621
- :rtype: str
2622
- """
2623
- ...
2624
-
2625
- def path_resolve(self):
2626
- """Returns the property from the path, raise an exception when not found."""
2627
- ...
2628
-
2629
- @classmethod
2630
- def poll(cls, context):
2631
- """
2632
-
2633
- :param context:
2634
- """
2635
- ...
2636
-
2637
- def pop(self):
2638
- """Remove and return the value of the custom property assigned to key or default
2639
- when not found (matches Python's dictionary function of the same name).
2640
-
2641
- """
2642
- ...
2643
-
2644
- def prepend(self, draw_func):
2645
- """Prepend a draw function to this menu, takes the same arguments as
2646
- the menus draw function
2647
-
2648
- :param draw_func:
2649
- """
2650
- ...
2651
-
2652
- def property_overridable_library_set(self) -> bool:
2653
- """Define a property as overridable or not (only for custom properties!).
2654
-
2655
- :return: True when the overridable status of the property was successfully set.
2656
- :rtype: bool
2657
- """
2658
- ...
2659
-
2660
- def property_unset(self):
2661
- """Unset a property, will use default value afterward."""
2662
- ...
2663
-
2664
- def remove(self, draw_func):
2665
- """Remove a draw function that has been added to this menu
2666
-
2667
- :param draw_func:
2668
- """
2669
- ...
2670
-
2671
- def type_recast(self):
2672
- """Return a new instance, this is needed because types
2673
- such as textures can be changed at runtime.
2674
-
2675
- :return: a new instance of this object with the type initialized again.
2676
- """
2677
- ...
2678
-
2679
- def values(self):
2680
- """Returns the values of this objects custom properties (matches Python's
2681
- dictionary function of the same name).
2682
-
2683
- :return: custom property values.
2684
- """
2685
- ...
2686
-
2687
- class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
2688
- COMPAT_ENGINES: typing.Any
2689
- bl_context: typing.Any
2690
- bl_label: typing.Any
2691
- bl_options: typing.Any
2692
- bl_region_type: typing.Any
2693
- bl_rna: typing.Any
2694
- bl_space_type: typing.Any
2695
- id_data: typing.Any
2696
-
2697
- def append(self, draw_func):
2698
- """Append a draw function to this menu,
2699
- takes the same arguments as the menus draw function
2700
-
2701
- :param draw_func:
2702
- """
2703
- ...
2704
-
2705
- def as_pointer(self) -> int:
2706
- """Returns the memory address which holds a pointer to Blender's internal data
2707
-
2708
- :return: int (memory address).
2709
- :rtype: int
2710
- """
2711
- ...
2712
-
2713
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2714
- """
2715
-
2716
- :return: The RNA type or default when not found.
2717
- :rtype: bpy.types.Struct
2718
- """
2719
- ...
2720
-
2721
- def bl_rna_get_subclass_py(self) -> typing.Any:
2722
- """
2723
-
2724
- :return: The class or default when not found.
2725
- :rtype: typing.Any
2726
- """
2727
- ...
2728
-
2729
- def draw(self, context):
2730
- """
2731
-
2732
- :param context:
2733
- """
2734
- ...
2735
-
2736
- def driver_add(self) -> bpy.types.FCurve:
2737
- """Adds driver(s) to the given property
2738
-
2739
- :return: The driver(s) added.
2740
- :rtype: bpy.types.FCurve
2741
- """
2742
- ...
2743
-
2744
- def driver_remove(self) -> bool:
2745
- """Remove driver(s) from the given property
2746
-
2747
- :return: Success of driver removal.
2748
- :rtype: bool
2749
- """
2750
- ...
2751
-
2752
- def get(self):
2753
- """Returns the value of the custom property assigned to key or default
2754
- when not found (matches Python's dictionary function of the same name).
2755
-
2756
- """
2757
- ...
2758
-
2759
- def id_properties_clear(self):
2760
- """
2761
-
2762
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2763
- """
2764
- ...
2765
-
2766
- def id_properties_ensure(self):
2767
- """
2768
-
2769
- :return: the parent group for an RNA struct's custom IDProperties.
2770
- """
2771
- ...
2772
-
2773
- def id_properties_ui(self):
2774
- """
2775
-
2776
- :return: Return an object used to manage an IDProperty's UI data.
2777
- """
2778
- ...
2779
-
2780
- def is_extended(self): ...
2781
- def is_property_hidden(self) -> bool:
2782
- """Check if a property is hidden.
2783
-
2784
- :return: True when the property is hidden.
2785
- :rtype: bool
2786
- """
2787
- ...
2788
-
2789
- def is_property_overridable_library(self) -> bool:
2790
- """Check if a property is overridable.
2791
-
2792
- :return: True when the property is overridable.
2793
- :rtype: bool
2794
- """
2795
- ...
2796
-
2797
- def is_property_readonly(self) -> bool:
2798
- """Check if a property is readonly.
2799
-
2800
- :return: True when the property is readonly (not writable).
2801
- :rtype: bool
2802
- """
2803
- ...
2804
-
2805
- def is_property_set(self) -> bool:
2806
- """Check if a property is set, use for testing operator properties.
2807
-
2808
- :return: True when the property has been set.
2809
- :rtype: bool
2810
- """
2811
- ...
2812
-
2813
- def items(self):
2814
- """Returns the items of this objects custom properties (matches Python's
2815
- dictionary function of the same name).
2816
-
2817
- :return: custom property key, value pairs.
2818
- """
2819
- ...
2820
-
2821
- def keyframe_delete(self) -> bool:
2822
- """Remove a keyframe from this properties fcurve.
2823
-
2824
- :return: Success of keyframe deletion.
2825
- :rtype: bool
2826
- """
2827
- ...
2828
-
2829
- def keyframe_insert(self) -> bool:
2830
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2831
-
2832
- :return: Success of keyframe insertion.
2833
- :rtype: bool
2834
- """
2835
- ...
2836
-
2837
- def keys(self):
2838
- """Returns the keys of this objects custom properties (matches Python's
2839
- dictionary function of the same name).
2840
-
2841
- :return: custom property keys.
2842
- """
2843
- ...
2844
-
2845
- def path_from_id(self) -> str:
2846
- """Returns the data path from the ID to this object (string).
2847
-
2848
- :return: The path from `bpy.types.bpy_struct.id_data`
2849
- to this struct and property (when given).
2850
- :rtype: str
2851
- """
2852
- ...
2853
-
2854
- def path_resolve(self):
2855
- """Returns the property from the path, raise an exception when not found."""
2856
- ...
2857
-
2858
- def poll(self, context):
2859
- """
2860
-
2861
- :param context:
2862
- """
2863
- ...
2864
-
2865
- def pop(self):
2866
- """Remove and return the value of the custom property assigned to key or default
2867
- when not found (matches Python's dictionary function of the same name).
2868
-
2869
- """
2870
- ...
2871
-
2872
- def prepend(self, draw_func):
2873
- """Prepend a draw function to this menu, takes the same arguments as
2874
- the menus draw function
2875
-
2876
- :param draw_func:
2877
- """
2878
- ...
2879
-
2880
- def property_overridable_library_set(self) -> bool:
2881
- """Define a property as overridable or not (only for custom properties!).
2882
-
2883
- :return: True when the overridable status of the property was successfully set.
2884
- :rtype: bool
2885
- """
2886
- ...
2887
-
2888
- def property_unset(self):
2889
- """Unset a property, will use default value afterward."""
2890
- ...
2891
-
2892
- def remove(self, draw_func):
2893
- """Remove a draw function that has been added to this menu
2894
-
2895
- :param draw_func:
2896
- """
2897
- ...
2898
-
2899
- def type_recast(self):
2900
- """Return a new instance, this is needed because types
2901
- such as textures can be changed at runtime.
2902
-
2903
- :return: a new instance of this object with the type initialized again.
2904
- """
2905
- ...
2906
-
2907
- def values(self):
2908
- """Returns the values of this objects custom properties (matches Python's
2909
- dictionary function of the same name).
2910
-
2911
- :return: custom property values.
2912
- """
2913
- ...
2914
-
2915
- class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
2916
- COMPAT_ENGINES: typing.Any
2917
- bl_context: typing.Any
2918
- bl_label: typing.Any
2919
- bl_options: typing.Any
2920
- bl_region_type: typing.Any
2921
- bl_rna: typing.Any
2922
- bl_space_type: typing.Any
2923
- id_data: typing.Any
2924
-
2925
- def append(self, draw_func):
2926
- """Append a draw function to this menu,
2927
- takes the same arguments as the menus draw function
2928
-
2929
- :param draw_func:
2930
- """
2931
- ...
2932
-
2933
- def as_pointer(self) -> int:
2934
- """Returns the memory address which holds a pointer to Blender's internal data
2935
-
2936
- :return: int (memory address).
2937
- :rtype: int
2938
- """
2939
- ...
2940
-
2941
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2942
- """
2943
-
2944
- :return: The RNA type or default when not found.
2945
- :rtype: bpy.types.Struct
2946
- """
2947
- ...
2948
-
2949
- def bl_rna_get_subclass_py(self) -> typing.Any:
2950
- """
2951
-
2952
- :return: The class or default when not found.
2953
- :rtype: typing.Any
2954
- """
2955
- ...
2956
-
2957
- def draw(self, context):
2958
- """
2959
-
2960
- :param context:
2961
- """
2962
- ...
2963
-
2964
- def driver_add(self) -> bpy.types.FCurve:
2965
- """Adds driver(s) to the given property
2966
-
2967
- :return: The driver(s) added.
2968
- :rtype: bpy.types.FCurve
2969
- """
2970
- ...
2971
-
2972
- def driver_remove(self) -> bool:
2973
- """Remove driver(s) from the given property
2974
-
2975
- :return: Success of driver removal.
2976
- :rtype: bool
2977
- """
2978
- ...
2979
-
2980
- def get(self):
2981
- """Returns the value of the custom property assigned to key or default
2982
- when not found (matches Python's dictionary function of the same name).
2983
-
2984
- """
2985
- ...
2986
-
2987
- def id_properties_clear(self):
2988
- """
2989
-
2990
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2991
- """
2992
- ...
2993
-
2994
- def id_properties_ensure(self):
2995
- """
2996
-
2997
- :return: the parent group for an RNA struct's custom IDProperties.
2998
- """
2999
- ...
3000
-
3001
- def id_properties_ui(self):
3002
- """
3003
-
3004
- :return: Return an object used to manage an IDProperty's UI data.
3005
- """
3006
- ...
3007
-
3008
- def is_extended(self): ...
3009
- def is_property_hidden(self) -> bool:
3010
- """Check if a property is hidden.
3011
-
3012
- :return: True when the property is hidden.
3013
- :rtype: bool
3014
- """
3015
- ...
3016
-
3017
- def is_property_overridable_library(self) -> bool:
3018
- """Check if a property is overridable.
3019
-
3020
- :return: True when the property is overridable.
3021
- :rtype: bool
3022
- """
3023
- ...
3024
-
3025
- def is_property_readonly(self) -> bool:
3026
- """Check if a property is readonly.
3027
-
3028
- :return: True when the property is readonly (not writable).
3029
- :rtype: bool
3030
- """
3031
- ...
3032
-
3033
- def is_property_set(self) -> bool:
3034
- """Check if a property is set, use for testing operator properties.
3035
-
3036
- :return: True when the property has been set.
3037
- :rtype: bool
3038
- """
3039
- ...
3040
-
3041
- def items(self):
3042
- """Returns the items of this objects custom properties (matches Python's
3043
- dictionary function of the same name).
3044
-
3045
- :return: custom property key, value pairs.
3046
- """
3047
- ...
3048
-
3049
- def keyframe_delete(self) -> bool:
3050
- """Remove a keyframe from this properties fcurve.
3051
-
3052
- :return: Success of keyframe deletion.
3053
- :rtype: bool
3054
- """
3055
- ...
3056
-
3057
- def keyframe_insert(self) -> bool:
3058
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3059
-
3060
- :return: Success of keyframe insertion.
3061
- :rtype: bool
3062
- """
3063
- ...
3064
-
3065
- def keys(self):
3066
- """Returns the keys of this objects custom properties (matches Python's
3067
- dictionary function of the same name).
3068
-
3069
- :return: custom property keys.
3070
- """
3071
- ...
3072
-
3073
- def path_from_id(self) -> str:
3074
- """Returns the data path from the ID to this object (string).
3075
-
3076
- :return: The path from `bpy.types.bpy_struct.id_data`
3077
- to this struct and property (when given).
3078
- :rtype: str
3079
- """
3080
- ...
3081
-
3082
- def path_resolve(self):
3083
- """Returns the property from the path, raise an exception when not found."""
3084
- ...
3085
-
3086
- def poll(self, context):
3087
- """
3088
-
3089
- :param context:
3090
- """
3091
- ...
3092
-
3093
- def pop(self):
3094
- """Remove and return the value of the custom property assigned to key or default
3095
- when not found (matches Python's dictionary function of the same name).
3096
-
3097
- """
3098
- ...
3099
-
3100
- def prepend(self, draw_func):
3101
- """Prepend a draw function to this menu, takes the same arguments as
3102
- the menus draw function
3103
-
3104
- :param draw_func:
3105
- """
3106
- ...
3107
-
3108
- def property_overridable_library_set(self) -> bool:
3109
- """Define a property as overridable or not (only for custom properties!).
3110
-
3111
- :return: True when the overridable status of the property was successfully set.
3112
- :rtype: bool
3113
- """
3114
- ...
3115
-
3116
- def property_unset(self):
3117
- """Unset a property, will use default value afterward."""
3118
- ...
3119
-
3120
- def remove(self, draw_func):
3121
- """Remove a draw function that has been added to this menu
3122
-
3123
- :param draw_func:
3124
- """
3125
- ...
3126
-
3127
- def type_recast(self):
3128
- """Return a new instance, this is needed because types
3129
- such as textures can be changed at runtime.
3130
-
3131
- :return: a new instance of this object with the type initialized again.
3132
- """
3133
- ...
3134
-
3135
- def values(self):
3136
- """Returns the values of this objects custom properties (matches Python's
3137
- dictionary function of the same name).
3138
-
3139
- :return: custom property values.
3140
- """
3141
- ...
3142
-
3143
- class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
3144
- COMPAT_ENGINES: typing.Any
3145
- bl_context: typing.Any
3146
- bl_label: typing.Any
3147
- bl_options: typing.Any
3148
- bl_parent_id: typing.Any
3149
- bl_region_type: typing.Any
3150
- bl_rna: typing.Any
3151
- bl_space_type: typing.Any
3152
- id_data: typing.Any
3153
-
3154
- def append(self, draw_func):
3155
- """Append a draw function to this menu,
3156
- takes the same arguments as the menus draw function
3157
-
3158
- :param draw_func:
3159
- """
3160
- ...
3161
-
3162
- def as_pointer(self) -> int:
3163
- """Returns the memory address which holds a pointer to Blender's internal data
3164
-
3165
- :return: int (memory address).
3166
- :rtype: int
3167
- """
3168
- ...
3169
-
3170
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
3171
- """
3172
-
3173
- :return: The RNA type or default when not found.
3174
- :rtype: bpy.types.Struct
3175
- """
3176
- ...
3177
-
3178
- def bl_rna_get_subclass_py(self) -> typing.Any:
3179
- """
3180
-
3181
- :return: The class or default when not found.
3182
- :rtype: typing.Any
3183
- """
3184
- ...
3185
-
3186
- def draw(self, context):
3187
- """
3188
-
3189
- :param context:
3190
- """
3191
- ...
3192
-
3193
- def draw_header(self, context):
3194
- """
3195
-
3196
- :param context:
3197
- """
3198
- ...
3199
-
3200
- def driver_add(self) -> bpy.types.FCurve:
3201
- """Adds driver(s) to the given property
3202
-
3203
- :return: The driver(s) added.
3204
- :rtype: bpy.types.FCurve
3205
- """
3206
- ...
3207
-
3208
- def driver_remove(self) -> bool:
3209
- """Remove driver(s) from the given property
3210
-
3211
- :return: Success of driver removal.
3212
- :rtype: bool
3213
- """
3214
- ...
3215
-
3216
- def get(self):
3217
- """Returns the value of the custom property assigned to key or default
3218
- when not found (matches Python's dictionary function of the same name).
3219
-
3220
- """
3221
- ...
3222
-
3223
- def id_properties_clear(self):
3224
- """
3225
-
3226
- :return: Remove the parent group for an RNA struct's custom IDProperties.
3227
- """
3228
- ...
3229
-
3230
- def id_properties_ensure(self):
3231
- """
3232
-
3233
- :return: the parent group for an RNA struct's custom IDProperties.
3234
- """
3235
- ...
3236
-
3237
- def id_properties_ui(self):
3238
- """
3239
-
3240
- :return: Return an object used to manage an IDProperty's UI data.
3241
- """
3242
- ...
3243
-
3244
- def is_extended(self): ...
3245
- def is_property_hidden(self) -> bool:
3246
- """Check if a property is hidden.
3247
-
3248
- :return: True when the property is hidden.
3249
- :rtype: bool
3250
- """
3251
- ...
3252
-
3253
- def is_property_overridable_library(self) -> bool:
3254
- """Check if a property is overridable.
3255
-
3256
- :return: True when the property is overridable.
3257
- :rtype: bool
3258
- """
3259
- ...
3260
-
3261
- def is_property_readonly(self) -> bool:
3262
- """Check if a property is readonly.
3263
-
3264
- :return: True when the property is readonly (not writable).
3265
- :rtype: bool
3266
- """
3267
- ...
3268
-
3269
- def is_property_set(self) -> bool:
3270
- """Check if a property is set, use for testing operator properties.
3271
-
3272
- :return: True when the property has been set.
3273
- :rtype: bool
3274
- """
3275
- ...
3276
-
3277
- def items(self):
3278
- """Returns the items of this objects custom properties (matches Python's
3279
- dictionary function of the same name).
3280
-
3281
- :return: custom property key, value pairs.
3282
- """
3283
- ...
3284
-
3285
- def keyframe_delete(self) -> bool:
3286
- """Remove a keyframe from this properties fcurve.
3287
-
3288
- :return: Success of keyframe deletion.
3289
- :rtype: bool
3290
- """
3291
- ...
3292
-
3293
- def keyframe_insert(self) -> bool:
3294
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3295
-
3296
- :return: Success of keyframe insertion.
3297
- :rtype: bool
3298
- """
3299
- ...
3300
-
3301
- def keys(self):
3302
- """Returns the keys of this objects custom properties (matches Python's
3303
- dictionary function of the same name).
3304
-
3305
- :return: custom property keys.
3306
- """
3307
- ...
3308
-
3309
- def path_from_id(self) -> str:
3310
- """Returns the data path from the ID to this object (string).
3311
-
3312
- :return: The path from `bpy.types.bpy_struct.id_data`
3313
- to this struct and property (when given).
3314
- :rtype: str
3315
- """
3316
- ...
3317
-
3318
- def path_resolve(self):
3319
- """Returns the property from the path, raise an exception when not found."""
3320
- ...
3321
-
3322
- def poll(self, context):
3323
- """
3324
-
3325
- :param context:
3326
- """
3327
- ...
3328
-
3329
- def pop(self):
3330
- """Remove and return the value of the custom property assigned to key or default
3331
- when not found (matches Python's dictionary function of the same name).
3332
-
3333
- """
3334
- ...
3335
-
3336
- def prepend(self, draw_func):
3337
- """Prepend a draw function to this menu, takes the same arguments as
3338
- the menus draw function
3339
-
3340
- :param draw_func:
3341
- """
3342
- ...
3343
-
3344
- def property_overridable_library_set(self) -> bool:
3345
- """Define a property as overridable or not (only for custom properties!).
3346
-
3347
- :return: True when the overridable status of the property was successfully set.
3348
- :rtype: bool
3349
- """
3350
- ...
3351
-
3352
- def property_unset(self):
3353
- """Unset a property, will use default value afterward."""
3354
- ...
3355
-
3356
- def remove(self, draw_func):
3357
- """Remove a draw function that has been added to this menu
3358
-
3359
- :param draw_func:
3360
- """
3361
- ...
3362
-
3363
- def type_recast(self):
3364
- """Return a new instance, this is needed because types
3365
- such as textures can be changed at runtime.
3366
-
3367
- :return: a new instance of this object with the type initialized again.
3368
- """
3369
- ...
3370
-
3371
- def values(self):
3372
- """Returns the values of this objects custom properties (matches Python's
3373
- dictionary function of the same name).
3374
-
3375
- :return: custom property values.
3376
- """
3377
- ...
3378
-
3379
- class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
3380
- COMPAT_ENGINES: typing.Any
3381
- bl_context: typing.Any
3382
- bl_label: typing.Any
3383
- bl_options: typing.Any
3384
- bl_parent_id: typing.Any
3385
- bl_region_type: typing.Any
3386
- bl_rna: typing.Any
3387
- bl_space_type: typing.Any
3388
- id_data: typing.Any
3389
-
3390
- def append(self, draw_func):
3391
- """Append a draw function to this menu,
3392
- takes the same arguments as the menus draw function
3393
-
3394
- :param draw_func:
3395
- """
3396
- ...
3397
-
3398
- def as_pointer(self) -> int:
3399
- """Returns the memory address which holds a pointer to Blender's internal data
3400
-
3401
- :return: int (memory address).
3402
- :rtype: int
3403
- """
3404
- ...
3405
-
3406
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
3407
- """
3408
-
3409
- :return: The RNA type or default when not found.
3410
- :rtype: bpy.types.Struct
3411
- """
3412
- ...
3413
-
3414
- def bl_rna_get_subclass_py(self) -> typing.Any:
3415
- """
3416
-
3417
- :return: The class or default when not found.
3418
- :rtype: typing.Any
3419
- """
3420
- ...
3421
-
3422
- def draw(self, context):
3423
- """
3424
-
3425
- :param context:
3426
- """
3427
- ...
3428
-
3429
- def draw_header(self, context):
3430
- """
3431
-
3432
- :param context:
3433
- """
3434
- ...
3435
-
3436
- def driver_add(self) -> bpy.types.FCurve:
3437
- """Adds driver(s) to the given property
3438
-
3439
- :return: The driver(s) added.
3440
- :rtype: bpy.types.FCurve
3441
- """
3442
- ...
3443
-
3444
- def driver_remove(self) -> bool:
3445
- """Remove driver(s) from the given property
3446
-
3447
- :return: Success of driver removal.
3448
- :rtype: bool
3449
- """
3450
- ...
3451
-
3452
- def get(self):
3453
- """Returns the value of the custom property assigned to key or default
3454
- when not found (matches Python's dictionary function of the same name).
3455
-
3456
- """
3457
- ...
3458
-
3459
- def id_properties_clear(self):
3460
- """
3461
-
3462
- :return: Remove the parent group for an RNA struct's custom IDProperties.
3463
- """
3464
- ...
3465
-
3466
- def id_properties_ensure(self):
3467
- """
3468
-
3469
- :return: the parent group for an RNA struct's custom IDProperties.
3470
- """
3471
- ...
3472
-
3473
- def id_properties_ui(self):
3474
- """
3475
-
3476
- :return: Return an object used to manage an IDProperty's UI data.
3477
- """
3478
- ...
3479
-
3480
- def is_extended(self): ...
3481
- def is_property_hidden(self) -> bool:
3482
- """Check if a property is hidden.
3483
-
3484
- :return: True when the property is hidden.
3485
- :rtype: bool
3486
- """
3487
- ...
3488
-
3489
- def is_property_overridable_library(self) -> bool:
3490
- """Check if a property is overridable.
3491
-
3492
- :return: True when the property is overridable.
3493
- :rtype: bool
3494
- """
3495
- ...
3496
-
3497
- def is_property_readonly(self) -> bool:
3498
- """Check if a property is readonly.
3499
-
3500
- :return: True when the property is readonly (not writable).
3501
- :rtype: bool
3502
- """
3503
- ...
3504
-
3505
- def is_property_set(self) -> bool:
3506
- """Check if a property is set, use for testing operator properties.
3507
-
3508
- :return: True when the property has been set.
3509
- :rtype: bool
3510
- """
3511
- ...
3512
-
3513
- def items(self):
3514
- """Returns the items of this objects custom properties (matches Python's
3515
- dictionary function of the same name).
3516
-
3517
- :return: custom property key, value pairs.
3518
- """
3519
- ...
3520
-
3521
- def keyframe_delete(self) -> bool:
3522
- """Remove a keyframe from this properties fcurve.
3523
-
3524
- :return: Success of keyframe deletion.
3525
- :rtype: bool
3526
- """
3527
- ...
3528
-
3529
- def keyframe_insert(self) -> bool:
3530
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3531
-
3532
- :return: Success of keyframe insertion.
3533
- :rtype: bool
3534
- """
3535
- ...
3536
-
3537
- def keys(self):
3538
- """Returns the keys of this objects custom properties (matches Python's
3539
- dictionary function of the same name).
3540
-
3541
- :return: custom property keys.
3542
- """
3543
- ...
3544
-
3545
- def path_from_id(self) -> str:
3546
- """Returns the data path from the ID to this object (string).
3547
-
3548
- :return: The path from `bpy.types.bpy_struct.id_data`
3549
- to this struct and property (when given).
3550
- :rtype: str
3551
- """
3552
- ...
3553
-
3554
- def path_resolve(self):
3555
- """Returns the property from the path, raise an exception when not found."""
3556
- ...
3557
-
3558
- def poll(self, context):
3559
- """
3560
-
3561
- :param context:
3562
- """
3563
- ...
3564
-
3565
- def pop(self):
3566
- """Remove and return the value of the custom property assigned to key or default
3567
- when not found (matches Python's dictionary function of the same name).
3568
-
3569
- """
3570
- ...
3571
-
3572
- def prepend(self, draw_func):
3573
- """Prepend a draw function to this menu, takes the same arguments as
3574
- the menus draw function
3575
-
3576
- :param draw_func:
3577
- """
3578
- ...
3579
-
3580
- def property_overridable_library_set(self) -> bool:
3581
- """Define a property as overridable or not (only for custom properties!).
3582
-
3583
- :return: True when the overridable status of the property was successfully set.
3584
- :rtype: bool
3585
- """
3586
- ...
3587
-
3588
- def property_unset(self):
3589
- """Unset a property, will use default value afterward."""
3590
- ...
3591
-
3592
- def remove(self, draw_func):
3593
- """Remove a draw function that has been added to this menu
3594
-
3595
- :param draw_func:
3596
- """
3597
- ...
3598
-
3599
- def type_recast(self):
3600
- """Return a new instance, this is needed because types
3601
- such as textures can be changed at runtime.
3602
-
3603
- :return: a new instance of this object with the type initialized again.
3604
- """
3605
- ...
3606
-
3607
- def values(self):
3608
- """Returns the values of this objects custom properties (matches Python's
3609
- dictionary function of the same name).
3610
-
3611
- :return: custom property values.
3612
- """
3613
- ...
3614
-
3615
- class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
3616
- COMPAT_ENGINES: typing.Any
3617
- bl_context: typing.Any
3618
- bl_label: typing.Any
3619
- bl_options: typing.Any
3620
- bl_region_type: typing.Any
3621
- bl_rna: typing.Any
3622
- bl_space_type: typing.Any
3623
- id_data: typing.Any
3624
-
3625
- def append(self, draw_func):
3626
- """Append a draw function to this menu,
3627
- takes the same arguments as the menus draw function
3628
-
3629
- :param draw_func:
3630
- """
3631
- ...
3632
-
3633
- def as_pointer(self) -> int:
3634
- """Returns the memory address which holds a pointer to Blender's internal data
3635
-
3636
- :return: int (memory address).
3637
- :rtype: int
3638
- """
3639
- ...
3640
-
3641
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
3642
- """
3643
-
3644
- :return: The RNA type or default when not found.
3645
- :rtype: bpy.types.Struct
3646
- """
3647
- ...
3648
-
3649
- def bl_rna_get_subclass_py(self) -> typing.Any:
3650
- """
3651
-
3652
- :return: The class or default when not found.
3653
- :rtype: typing.Any
3654
- """
3655
- ...
3656
-
3657
- def draw(self, context):
3658
- """
3659
-
3660
- :param context:
3661
- """
3662
- ...
3663
-
3664
- def draw_header(self, context):
3665
- """
3666
-
3667
- :param context:
3668
- """
3669
- ...
3670
-
3671
- def driver_add(self) -> bpy.types.FCurve:
3672
- """Adds driver(s) to the given property
3673
-
3674
- :return: The driver(s) added.
3675
- :rtype: bpy.types.FCurve
3676
- """
3677
- ...
3678
-
3679
- def driver_remove(self) -> bool:
3680
- """Remove driver(s) from the given property
3681
-
3682
- :return: Success of driver removal.
3683
- :rtype: bool
3684
- """
3685
- ...
3686
-
3687
- def get(self):
3688
- """Returns the value of the custom property assigned to key or default
3689
- when not found (matches Python's dictionary function of the same name).
3690
-
3691
- """
3692
- ...
3693
-
3694
- def id_properties_clear(self):
3695
- """
3696
-
3697
- :return: Remove the parent group for an RNA struct's custom IDProperties.
3698
- """
3699
- ...
3700
-
3701
- def id_properties_ensure(self):
3702
- """
3703
-
3704
- :return: the parent group for an RNA struct's custom IDProperties.
3705
- """
3706
- ...
3707
-
3708
- def id_properties_ui(self):
3709
- """
3710
-
3711
- :return: Return an object used to manage an IDProperty's UI data.
3712
- """
3713
- ...
3714
-
3715
- def is_extended(self): ...
3716
- def is_property_hidden(self) -> bool:
3717
- """Check if a property is hidden.
3718
-
3719
- :return: True when the property is hidden.
3720
- :rtype: bool
3721
- """
3722
- ...
3723
-
3724
- def is_property_overridable_library(self) -> bool:
3725
- """Check if a property is overridable.
3726
-
3727
- :return: True when the property is overridable.
3728
- :rtype: bool
3729
- """
3730
- ...
3731
-
3732
- def is_property_readonly(self) -> bool:
3733
- """Check if a property is readonly.
3734
-
3735
- :return: True when the property is readonly (not writable).
3736
- :rtype: bool
3737
- """
3738
- ...
3739
-
3740
- def is_property_set(self) -> bool:
3741
- """Check if a property is set, use for testing operator properties.
3742
-
3743
- :return: True when the property has been set.
3744
- :rtype: bool
3745
- """
3746
- ...
3747
-
3748
- def items(self):
3749
- """Returns the items of this objects custom properties (matches Python's
3750
- dictionary function of the same name).
3751
-
3752
- :return: custom property key, value pairs.
3753
- """
3754
- ...
3755
-
3756
- def keyframe_delete(self) -> bool:
3757
- """Remove a keyframe from this properties fcurve.
461
+ class RENDER_PT_stamp(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
462
+ COMPAT_ENGINES: typing.Any
463
+ bl_context: typing.Any
464
+ bl_label: typing.Any
465
+ bl_options: typing.Any
466
+ bl_region_type: typing.Any
467
+ bl_rna: typing.Any
468
+ bl_space_type: typing.Any
469
+ id_data: typing.Any
3758
470
 
3759
- :return: Success of keyframe deletion.
3760
- :rtype: bool
471
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
3761
472
  """
3762
- ...
3763
-
3764
- def keyframe_insert(self) -> bool:
3765
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3766
473
 
3767
- :return: Success of keyframe insertion.
3768
- :rtype: bool
474
+ :return: The RNA type or default when not found.
475
+ :rtype: bpy.types.Struct
3769
476
  """
3770
477
  ...
3771
478
 
3772
- def keys(self):
3773
- """Returns the keys of this objects custom properties (matches Python's
3774
- dictionary function of the same name).
3775
-
3776
- :return: custom property keys.
479
+ def bl_rna_get_subclass_py(self) -> typing.Any:
3777
480
  """
3778
- ...
3779
-
3780
- def path_from_id(self) -> str:
3781
- """Returns the data path from the ID to this object (string).
3782
481
 
3783
- :return: The path from `bpy.types.bpy_struct.id_data`
3784
- to this struct and property (when given).
3785
- :rtype: str
482
+ :return: The class or default when not found.
483
+ :rtype: typing.Any
3786
484
  """
3787
485
  ...
3788
486
 
3789
- def path_resolve(self):
3790
- """Returns the property from the path, raise an exception when not found."""
3791
- ...
3792
-
3793
- def poll(self, context):
487
+ def draw(self, context):
3794
488
  """
3795
489
 
3796
490
  :param context:
3797
491
  """
3798
492
  ...
3799
493
 
3800
- def pop(self):
3801
- """Remove and return the value of the custom property assigned to key or default
3802
- when not found (matches Python's dictionary function of the same name).
3803
-
3804
- """
3805
- ...
3806
-
3807
- def prepend(self, draw_func):
3808
- """Prepend a draw function to this menu, takes the same arguments as
3809
- the menus draw function
3810
-
3811
- :param draw_func:
3812
- """
3813
- ...
3814
-
3815
- def property_overridable_library_set(self) -> bool:
3816
- """Define a property as overridable or not (only for custom properties!).
3817
-
3818
- :return: True when the overridable status of the property was successfully set.
3819
- :rtype: bool
3820
- """
3821
- ...
3822
-
3823
- def property_unset(self):
3824
- """Unset a property, will use default value afterward."""
3825
- ...
3826
-
3827
- def remove(self, draw_func):
3828
- """Remove a draw function that has been added to this menu
3829
-
3830
- :param draw_func:
3831
- """
3832
- ...
3833
-
3834
- def type_recast(self):
3835
- """Return a new instance, this is needed because types
3836
- such as textures can be changed at runtime.
3837
-
3838
- :return: a new instance of this object with the type initialized again.
3839
- """
3840
- ...
3841
-
3842
- def values(self):
3843
- """Returns the values of this objects custom properties (matches Python's
3844
- dictionary function of the same name).
3845
-
3846
- :return: custom property values.
3847
- """
3848
- ...
3849
-
3850
- class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
494
+ class RENDER_PT_stamp_burn(
495
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
496
+ ):
3851
497
  COMPAT_ENGINES: typing.Any
3852
498
  bl_context: typing.Any
3853
499
  bl_label: typing.Any
@@ -3858,22 +504,6 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
3858
504
  bl_space_type: typing.Any
3859
505
  id_data: typing.Any
3860
506
 
3861
- def append(self, draw_func):
3862
- """Append a draw function to this menu,
3863
- takes the same arguments as the menus draw function
3864
-
3865
- :param draw_func:
3866
- """
3867
- ...
3868
-
3869
- def as_pointer(self) -> int:
3870
- """Returns the memory address which holds a pointer to Blender's internal data
3871
-
3872
- :return: int (memory address).
3873
- :rtype: int
3874
- """
3875
- ...
3876
-
3877
507
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
3878
508
  """
3879
509
 
@@ -3897,205 +527,138 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
3897
527
  """
3898
528
  ...
3899
529
 
3900
- def driver_add(self) -> bpy.types.FCurve:
3901
- """Adds driver(s) to the given property
3902
-
3903
- :return: The driver(s) added.
3904
- :rtype: bpy.types.FCurve
530
+ def draw_header(self, context):
3905
531
  """
3906
- ...
3907
532
 
3908
- def driver_remove(self) -> bool:
3909
- """Remove driver(s) from the given property
3910
-
3911
- :return: Success of driver removal.
3912
- :rtype: bool
533
+ :param context:
3913
534
  """
3914
535
  ...
3915
536
 
3916
- def get(self):
3917
- """Returns the value of the custom property assigned to key or default
3918
- when not found (matches Python's dictionary function of the same name).
3919
-
3920
- """
3921
- ...
537
+ class RENDER_PT_stamp_note(
538
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
539
+ ):
540
+ COMPAT_ENGINES: typing.Any
541
+ bl_context: typing.Any
542
+ bl_label: typing.Any
543
+ bl_options: typing.Any
544
+ bl_parent_id: typing.Any
545
+ bl_region_type: typing.Any
546
+ bl_rna: typing.Any
547
+ bl_space_type: typing.Any
548
+ id_data: typing.Any
3922
549
 
3923
- def id_properties_clear(self):
550
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
3924
551
  """
3925
552
 
3926
- :return: Remove the parent group for an RNA struct's custom IDProperties.
553
+ :return: The RNA type or default when not found.
554
+ :rtype: bpy.types.Struct
3927
555
  """
3928
556
  ...
3929
557
 
3930
- def id_properties_ensure(self):
558
+ def bl_rna_get_subclass_py(self) -> typing.Any:
3931
559
  """
3932
560
 
3933
- :return: the parent group for an RNA struct's custom IDProperties.
561
+ :return: The class or default when not found.
562
+ :rtype: typing.Any
3934
563
  """
3935
564
  ...
3936
565
 
3937
- def id_properties_ui(self):
3938
- """
3939
-
3940
- :return: Return an object used to manage an IDProperty's UI data.
566
+ def draw(self, context):
3941
567
  """
3942
- ...
3943
568
 
3944
- def is_extended(self): ...
3945
- def is_property_hidden(self) -> bool:
3946
- """Check if a property is hidden.
3947
-
3948
- :return: True when the property is hidden.
3949
- :rtype: bool
569
+ :param context:
3950
570
  """
3951
571
  ...
3952
572
 
3953
- def is_property_overridable_library(self) -> bool:
3954
- """Check if a property is overridable.
3955
-
3956
- :return: True when the property is overridable.
3957
- :rtype: bool
573
+ def draw_header(self, context):
3958
574
  """
3959
- ...
3960
-
3961
- def is_property_readonly(self) -> bool:
3962
- """Check if a property is readonly.
3963
575
 
3964
- :return: True when the property is readonly (not writable).
3965
- :rtype: bool
576
+ :param context:
3966
577
  """
3967
578
  ...
3968
579
 
3969
- def is_property_set(self) -> bool:
3970
- """Check if a property is set, use for testing operator properties.
580
+ class RENDER_PT_stereoscopy(
581
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
582
+ ):
583
+ COMPAT_ENGINES: typing.Any
584
+ bl_context: typing.Any
585
+ bl_label: typing.Any
586
+ bl_options: typing.Any
587
+ bl_region_type: typing.Any
588
+ bl_rna: typing.Any
589
+ bl_space_type: typing.Any
590
+ id_data: typing.Any
3971
591
 
3972
- :return: True when the property has been set.
3973
- :rtype: bool
592
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
3974
593
  """
3975
- ...
3976
-
3977
- def items(self):
3978
- """Returns the items of this objects custom properties (matches Python's
3979
- dictionary function of the same name).
3980
594
 
3981
- :return: custom property key, value pairs.
595
+ :return: The RNA type or default when not found.
596
+ :rtype: bpy.types.Struct
3982
597
  """
3983
598
  ...
3984
599
 
3985
- def keyframe_delete(self) -> bool:
3986
- """Remove a keyframe from this properties fcurve.
3987
-
3988
- :return: Success of keyframe deletion.
3989
- :rtype: bool
600
+ def bl_rna_get_subclass_py(self) -> typing.Any:
3990
601
  """
3991
- ...
3992
-
3993
- def keyframe_insert(self) -> bool:
3994
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
3995
602
 
3996
- :return: Success of keyframe insertion.
3997
- :rtype: bool
603
+ :return: The class or default when not found.
604
+ :rtype: typing.Any
3998
605
  """
3999
606
  ...
4000
607
 
4001
- def keys(self):
4002
- """Returns the keys of this objects custom properties (matches Python's
4003
- dictionary function of the same name).
4004
-
4005
- :return: custom property keys.
608
+ def draw(self, context):
4006
609
  """
4007
- ...
4008
-
4009
- def path_from_id(self) -> str:
4010
- """Returns the data path from the ID to this object (string).
4011
610
 
4012
- :return: The path from `bpy.types.bpy_struct.id_data`
4013
- to this struct and property (when given).
4014
- :rtype: str
611
+ :param context:
4015
612
  """
4016
613
  ...
4017
614
 
4018
- def path_resolve(self):
4019
- """Returns the property from the path, raise an exception when not found."""
4020
- ...
4021
-
4022
- def poll(self, context):
615
+ def draw_header(self, context):
4023
616
  """
4024
617
 
4025
618
  :param context:
4026
619
  """
4027
620
  ...
4028
621
 
4029
- def pop(self):
4030
- """Remove and return the value of the custom property assigned to key or default
4031
- when not found (matches Python's dictionary function of the same name).
622
+ class RENDER_PT_time_stretching(
623
+ bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
624
+ ):
625
+ COMPAT_ENGINES: typing.Any
626
+ bl_context: typing.Any
627
+ bl_label: typing.Any
628
+ bl_options: typing.Any
629
+ bl_parent_id: typing.Any
630
+ bl_region_type: typing.Any
631
+ bl_rna: typing.Any
632
+ bl_space_type: typing.Any
633
+ id_data: typing.Any
4032
634
 
635
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
4033
636
  """
4034
- ...
4035
-
4036
- def prepend(self, draw_func):
4037
- """Prepend a draw function to this menu, takes the same arguments as
4038
- the menus draw function
4039
637
 
4040
- :param draw_func:
638
+ :return: The RNA type or default when not found.
639
+ :rtype: bpy.types.Struct
4041
640
  """
4042
641
  ...
4043
642
 
4044
- def property_overridable_library_set(self) -> bool:
4045
- """Define a property as overridable or not (only for custom properties!).
4046
-
4047
- :return: True when the overridable status of the property was successfully set.
4048
- :rtype: bool
643
+ def bl_rna_get_subclass_py(self) -> typing.Any:
4049
644
  """
4050
- ...
4051
-
4052
- def property_unset(self):
4053
- """Unset a property, will use default value afterward."""
4054
- ...
4055
-
4056
- def remove(self, draw_func):
4057
- """Remove a draw function that has been added to this menu
4058
645
 
4059
- :param draw_func:
646
+ :return: The class or default when not found.
647
+ :rtype: typing.Any
4060
648
  """
4061
649
  ...
4062
650
 
4063
- def type_recast(self):
4064
- """Return a new instance, this is needed because types
4065
- such as textures can be changed at runtime.
4066
-
4067
- :return: a new instance of this object with the type initialized again.
651
+ def draw(self, context):
4068
652
  """
4069
- ...
4070
-
4071
- def values(self):
4072
- """Returns the values of this objects custom properties (matches Python's
4073
- dictionary function of the same name).
4074
653
 
4075
- :return: custom property values.
654
+ :param context:
4076
655
  """
4077
656
  ...
4078
657
 
4079
- class RENDER_UL_renderviews(bpy_types._GenericUI):
658
+ class RENDER_UL_renderviews(bpy.types.UIList, bpy_types._GenericUI):
4080
659
  bl_rna: typing.Any
4081
660
  id_data: typing.Any
4082
661
 
4083
- def append(self, draw_func):
4084
- """Append a draw function to this menu,
4085
- takes the same arguments as the menus draw function
4086
-
4087
- :param draw_func:
4088
- """
4089
- ...
4090
-
4091
- def as_pointer(self) -> int:
4092
- """Returns the memory address which holds a pointer to Blender's internal data
4093
-
4094
- :return: int (memory address).
4095
- :rtype: int
4096
- """
4097
- ...
4098
-
4099
662
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
4100
663
  """
4101
664
 
@@ -4128,178 +691,6 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
4128
691
  """
4129
692
  ...
4130
693
 
4131
- def driver_add(self) -> bpy.types.FCurve:
4132
- """Adds driver(s) to the given property
4133
-
4134
- :return: The driver(s) added.
4135
- :rtype: bpy.types.FCurve
4136
- """
4137
- ...
4138
-
4139
- def driver_remove(self) -> bool:
4140
- """Remove driver(s) from the given property
4141
-
4142
- :return: Success of driver removal.
4143
- :rtype: bool
4144
- """
4145
- ...
4146
-
4147
- def get(self):
4148
- """Returns the value of the custom property assigned to key or default
4149
- when not found (matches Python's dictionary function of the same name).
4150
-
4151
- """
4152
- ...
4153
-
4154
- def id_properties_clear(self):
4155
- """
4156
-
4157
- :return: Remove the parent group for an RNA struct's custom IDProperties.
4158
- """
4159
- ...
4160
-
4161
- def id_properties_ensure(self):
4162
- """
4163
-
4164
- :return: the parent group for an RNA struct's custom IDProperties.
4165
- """
4166
- ...
4167
-
4168
- def id_properties_ui(self):
4169
- """
4170
-
4171
- :return: Return an object used to manage an IDProperty's UI data.
4172
- """
4173
- ...
4174
-
4175
- def is_extended(self): ...
4176
- def is_property_hidden(self) -> bool:
4177
- """Check if a property is hidden.
4178
-
4179
- :return: True when the property is hidden.
4180
- :rtype: bool
4181
- """
4182
- ...
4183
-
4184
- def is_property_overridable_library(self) -> bool:
4185
- """Check if a property is overridable.
4186
-
4187
- :return: True when the property is overridable.
4188
- :rtype: bool
4189
- """
4190
- ...
4191
-
4192
- def is_property_readonly(self) -> bool:
4193
- """Check if a property is readonly.
4194
-
4195
- :return: True when the property is readonly (not writable).
4196
- :rtype: bool
4197
- """
4198
- ...
4199
-
4200
- def is_property_set(self) -> bool:
4201
- """Check if a property is set, use for testing operator properties.
4202
-
4203
- :return: True when the property has been set.
4204
- :rtype: bool
4205
- """
4206
- ...
4207
-
4208
- def items(self):
4209
- """Returns the items of this objects custom properties (matches Python's
4210
- dictionary function of the same name).
4211
-
4212
- :return: custom property key, value pairs.
4213
- """
4214
- ...
4215
-
4216
- def keyframe_delete(self) -> bool:
4217
- """Remove a keyframe from this properties fcurve.
4218
-
4219
- :return: Success of keyframe deletion.
4220
- :rtype: bool
4221
- """
4222
- ...
4223
-
4224
- def keyframe_insert(self) -> bool:
4225
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
4226
-
4227
- :return: Success of keyframe insertion.
4228
- :rtype: bool
4229
- """
4230
- ...
4231
-
4232
- def keys(self):
4233
- """Returns the keys of this objects custom properties (matches Python's
4234
- dictionary function of the same name).
4235
-
4236
- :return: custom property keys.
4237
- """
4238
- ...
4239
-
4240
- def path_from_id(self) -> str:
4241
- """Returns the data path from the ID to this object (string).
4242
-
4243
- :return: The path from `bpy.types.bpy_struct.id_data`
4244
- to this struct and property (when given).
4245
- :rtype: str
4246
- """
4247
- ...
4248
-
4249
- def path_resolve(self):
4250
- """Returns the property from the path, raise an exception when not found."""
4251
- ...
4252
-
4253
- def pop(self):
4254
- """Remove and return the value of the custom property assigned to key or default
4255
- when not found (matches Python's dictionary function of the same name).
4256
-
4257
- """
4258
- ...
4259
-
4260
- def prepend(self, draw_func):
4261
- """Prepend a draw function to this menu, takes the same arguments as
4262
- the menus draw function
4263
-
4264
- :param draw_func:
4265
- """
4266
- ...
4267
-
4268
- def property_overridable_library_set(self) -> bool:
4269
- """Define a property as overridable or not (only for custom properties!).
4270
-
4271
- :return: True when the overridable status of the property was successfully set.
4272
- :rtype: bool
4273
- """
4274
- ...
4275
-
4276
- def property_unset(self):
4277
- """Unset a property, will use default value afterward."""
4278
- ...
4279
-
4280
- def remove(self, draw_func):
4281
- """Remove a draw function that has been added to this menu
4282
-
4283
- :param draw_func:
4284
- """
4285
- ...
4286
-
4287
- def type_recast(self):
4288
- """Return a new instance, this is needed because types
4289
- such as textures can be changed at runtime.
4290
-
4291
- :return: a new instance of this object with the type initialized again.
4292
- """
4293
- ...
4294
-
4295
- def values(self):
4296
- """Returns the values of this objects custom properties (matches Python's
4297
- dictionary function of the same name).
4298
-
4299
- :return: custom property values.
4300
- """
4301
- ...
4302
-
4303
694
  class RenderOutputButtonsPanel:
4304
695
  bl_context: typing.Any
4305
696
  bl_region_type: typing.Any