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

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

Potentially problematic release.


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

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