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

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

Potentially problematic release.


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

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