fake-bpy-module 20240718__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/types/__init__.pyi +65 -1
  112. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  113. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  115. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  116. freestyle/utils/__init__.pyi +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import bpy.types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class VIEW3D_FH_camera_background_image:
9
+ class VIEW3D_FH_camera_background_image(bpy.types.FileHandler):
10
10
  bl_file_extensions: typing.Any
11
11
  bl_idname: typing.Any
12
12
  bl_import_operator: typing.Any
@@ -14,14 +14,6 @@ class VIEW3D_FH_camera_background_image:
14
14
  bl_rna: typing.Any
15
15
  id_data: typing.Any
16
16
 
17
- def as_pointer(self) -> int:
18
- """Returns the memory address which holds a pointer to Blender's internal data
19
-
20
- :return: int (memory address).
21
- :rtype: int
22
- """
23
- ...
24
-
25
17
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
26
18
  """
27
19
 
@@ -38,127 +30,38 @@ class VIEW3D_FH_camera_background_image:
38
30
  """
39
31
  ...
40
32
 
41
- def driver_add(self) -> bpy.types.FCurve:
42
- """Adds driver(s) to the given property
43
-
44
- :return: The driver(s) added.
45
- :rtype: bpy.types.FCurve
46
- """
47
- ...
48
-
49
- def driver_remove(self) -> bool:
50
- """Remove driver(s) from the given property
51
-
52
- :return: Success of driver removal.
53
- :rtype: bool
54
- """
55
- ...
56
-
57
- def get(self):
58
- """Returns the value of the custom property assigned to key or default
59
- when not found (matches Python's dictionary function of the same name).
60
-
61
- """
62
- ...
63
-
64
- def id_properties_clear(self):
65
- """
66
-
67
- :return: Remove the parent group for an RNA struct's custom IDProperties.
68
- """
69
- ...
70
-
71
- def id_properties_ensure(self):
72
- """
73
-
74
- :return: the parent group for an RNA struct's custom IDProperties.
75
- """
76
- ...
77
-
78
- def id_properties_ui(self):
79
- """
80
-
81
- :return: Return an object used to manage an IDProperty's UI data.
82
- """
83
- ...
84
-
85
- def is_property_hidden(self) -> bool:
86
- """Check if a property is hidden.
87
-
88
- :return: True when the property is hidden.
89
- :rtype: bool
90
- """
91
- ...
92
-
93
- def is_property_overridable_library(self) -> bool:
94
- """Check if a property is overridable.
95
-
96
- :return: True when the property is overridable.
97
- :rtype: bool
98
- """
99
- ...
100
-
101
- def is_property_readonly(self) -> bool:
102
- """Check if a property is readonly.
103
-
104
- :return: True when the property is readonly (not writable).
105
- :rtype: bool
106
- """
107
- ...
108
-
109
- def is_property_set(self) -> bool:
110
- """Check if a property is set, use for testing operator properties.
111
-
112
- :return: True when the property has been set.
113
- :rtype: bool
33
+ @classmethod
34
+ def poll_drop(cls, context):
114
35
  """
115
- ...
116
-
117
- def items(self):
118
- """Returns the items of this objects custom properties (matches Python's
119
- dictionary function of the same name).
120
36
 
121
- :return: custom property key, value pairs.
37
+ :param context:
122
38
  """
123
39
  ...
124
40
 
125
- def keyframe_delete(self) -> bool:
126
- """Remove a keyframe from this properties fcurve.
41
+ class VIEW3D_FH_empty_image(bpy.types.FileHandler):
42
+ bl_file_extensions: typing.Any
43
+ bl_idname: typing.Any
44
+ bl_import_operator: typing.Any
45
+ bl_label: typing.Any
46
+ bl_rna: typing.Any
47
+ id_data: typing.Any
127
48
 
128
- :return: Success of keyframe deletion.
129
- :rtype: bool
49
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
130
50
  """
131
- ...
132
-
133
- def keyframe_insert(self) -> bool:
134
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
135
51
 
136
- :return: Success of keyframe insertion.
137
- :rtype: bool
52
+ :return: The RNA type or default when not found.
53
+ :rtype: bpy.types.Struct
138
54
  """
139
55
  ...
140
56
 
141
- def keys(self):
142
- """Returns the keys of this objects custom properties (matches Python's
143
- dictionary function of the same name).
144
-
145
- :return: custom property keys.
57
+ def bl_rna_get_subclass_py(self) -> typing.Any:
146
58
  """
147
- ...
148
-
149
- def path_from_id(self) -> str:
150
- """Returns the data path from the ID to this object (string).
151
59
 
152
- :return: The path from `bpy.types.bpy_struct.id_data`
153
- to this struct and property (when given).
154
- :rtype: str
60
+ :return: The class or default when not found.
61
+ :rtype: typing.Any
155
62
  """
156
63
  ...
157
64
 
158
- def path_resolve(self):
159
- """Returns the property from the path, raise an exception when not found."""
160
- ...
161
-
162
65
  @classmethod
163
66
  def poll_drop(cls, context):
164
67
  """
@@ -167,42 +70,7 @@ class VIEW3D_FH_camera_background_image:
167
70
  """
168
71
  ...
169
72
 
170
- def pop(self):
171
- """Remove and return the value of the custom property assigned to key or default
172
- when not found (matches Python's dictionary function of the same name).
173
-
174
- """
175
- ...
176
-
177
- def property_overridable_library_set(self) -> bool:
178
- """Define a property as overridable or not (only for custom properties!).
179
-
180
- :return: True when the overridable status of the property was successfully set.
181
- :rtype: bool
182
- """
183
- ...
184
-
185
- def property_unset(self):
186
- """Unset a property, will use default value afterward."""
187
- ...
188
-
189
- def type_recast(self):
190
- """Return a new instance, this is needed because types
191
- such as textures can be changed at runtime.
192
-
193
- :return: a new instance of this object with the type initialized again.
194
- """
195
- ...
196
-
197
- def values(self):
198
- """Returns the values of this objects custom properties (matches Python's
199
- dictionary function of the same name).
200
-
201
- :return: custom property values.
202
- """
203
- ...
204
-
205
- class VIEW3D_FH_empty_image:
73
+ class VIEW3D_FH_vdb_volume(bpy.types.FileHandler):
206
74
  bl_file_extensions: typing.Any
207
75
  bl_idname: typing.Any
208
76
  bl_import_operator: typing.Any
@@ -210,14 +78,6 @@ class VIEW3D_FH_empty_image:
210
78
  bl_rna: typing.Any
211
79
  id_data: typing.Any
212
80
 
213
- def as_pointer(self) -> int:
214
- """Returns the memory address which holds a pointer to Blender's internal data
215
-
216
- :return: int (memory address).
217
- :rtype: int
218
- """
219
- ...
220
-
221
81
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
222
82
  """
223
83
 
@@ -234,186 +94,116 @@ class VIEW3D_FH_empty_image:
234
94
  """
235
95
  ...
236
96
 
237
- def driver_add(self) -> bpy.types.FCurve:
238
- """Adds driver(s) to the given property
239
-
240
- :return: The driver(s) added.
241
- :rtype: bpy.types.FCurve
97
+ @classmethod
98
+ def poll_drop(cls, context):
242
99
  """
243
- ...
244
100
 
245
- def driver_remove(self) -> bool:
246
- """Remove driver(s) from the given property
247
-
248
- :return: Success of driver removal.
249
- :rtype: bool
101
+ :param context:
250
102
  """
251
103
  ...
252
104
 
253
- def get(self):
254
- """Returns the value of the custom property assigned to key or default
255
- when not found (matches Python's dictionary function of the same name).
105
+ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy.types.Operator):
106
+ """Extrude each individual face separately along local normals"""
256
107
 
257
- """
258
- ...
108
+ bl_idname: typing.Any
109
+ bl_label: typing.Any
110
+ bl_rna: typing.Any
111
+ id_data: typing.Any
259
112
 
260
- def id_properties_clear(self):
113
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
261
114
  """
262
115
 
263
- :return: Remove the parent group for an RNA struct's custom IDProperties.
116
+ :return: The RNA type or default when not found.
117
+ :rtype: bpy.types.Struct
264
118
  """
265
119
  ...
266
120
 
267
- def id_properties_ensure(self):
121
+ def bl_rna_get_subclass_py(self) -> typing.Any:
268
122
  """
269
123
 
270
- :return: the parent group for an RNA struct's custom IDProperties.
124
+ :return: The class or default when not found.
125
+ :rtype: typing.Any
271
126
  """
272
127
  ...
273
128
 
274
- def id_properties_ui(self):
129
+ def execute(self, context):
275
130
  """
276
131
 
277
- :return: Return an object used to manage an IDProperty's UI data.
132
+ :param context:
278
133
  """
279
134
  ...
280
135
 
281
- def is_property_hidden(self) -> bool:
282
- """Check if a property is hidden.
283
-
284
- :return: True when the property is hidden.
285
- :rtype: bool
136
+ def invoke(self, context, _event):
286
137
  """
287
- ...
288
138
 
289
- def is_property_overridable_library(self) -> bool:
290
- """Check if a property is overridable.
291
-
292
- :return: True when the property is overridable.
293
- :rtype: bool
139
+ :param context:
140
+ :param _event:
294
141
  """
295
142
  ...
296
143
 
297
- def is_property_readonly(self) -> bool:
298
- """Check if a property is readonly.
299
-
300
- :return: True when the property is readonly (not writable).
301
- :rtype: bool
144
+ @classmethod
145
+ def poll(cls, context):
302
146
  """
303
- ...
304
-
305
- def is_property_set(self) -> bool:
306
- """Check if a property is set, use for testing operator properties.
307
147
 
308
- :return: True when the property has been set.
309
- :rtype: bool
148
+ :param context:
310
149
  """
311
150
  ...
312
151
 
313
- def items(self):
314
- """Returns the items of this objects custom properties (matches Python's
315
- dictionary function of the same name).
316
-
317
- :return: custom property key, value pairs.
318
- """
319
- ...
152
+ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy.types.Operator):
153
+ """Extrude manifold region along normals"""
320
154
 
321
- def keyframe_delete(self) -> bool:
322
- """Remove a keyframe from this properties fcurve.
155
+ bl_idname: typing.Any
156
+ bl_label: typing.Any
157
+ bl_rna: typing.Any
158
+ id_data: typing.Any
323
159
 
324
- :return: Success of keyframe deletion.
325
- :rtype: bool
160
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
326
161
  """
327
- ...
328
-
329
- def keyframe_insert(self) -> bool:
330
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
331
162
 
332
- :return: Success of keyframe insertion.
333
- :rtype: bool
163
+ :return: The RNA type or default when not found.
164
+ :rtype: bpy.types.Struct
334
165
  """
335
166
  ...
336
167
 
337
- def keys(self):
338
- """Returns the keys of this objects custom properties (matches Python's
339
- dictionary function of the same name).
340
-
341
- :return: custom property keys.
168
+ def bl_rna_get_subclass_py(self) -> typing.Any:
342
169
  """
343
- ...
344
-
345
- def path_from_id(self) -> str:
346
- """Returns the data path from the ID to this object (string).
347
170
 
348
- :return: The path from `bpy.types.bpy_struct.id_data`
349
- to this struct and property (when given).
350
- :rtype: str
171
+ :return: The class or default when not found.
172
+ :rtype: typing.Any
351
173
  """
352
174
  ...
353
175
 
354
- def path_resolve(self):
355
- """Returns the property from the path, raise an exception when not found."""
356
- ...
357
-
358
- @classmethod
359
- def poll_drop(cls, context):
176
+ def execute(self, context):
360
177
  """
361
178
 
362
179
  :param context:
363
180
  """
364
181
  ...
365
182
 
366
- def pop(self):
367
- """Remove and return the value of the custom property assigned to key or default
368
- when not found (matches Python's dictionary function of the same name).
369
-
183
+ def invoke(self, context, _event):
370
184
  """
371
- ...
372
185
 
373
- def property_overridable_library_set(self) -> bool:
374
- """Define a property as overridable or not (only for custom properties!).
375
-
376
- :return: True when the overridable status of the property was successfully set.
377
- :rtype: bool
186
+ :param context:
187
+ :param _event:
378
188
  """
379
189
  ...
380
190
 
381
- def property_unset(self):
382
- """Unset a property, will use default value afterward."""
383
- ...
384
-
385
- def type_recast(self):
386
- """Return a new instance, this is needed because types
387
- such as textures can be changed at runtime.
388
-
389
- :return: a new instance of this object with the type initialized again.
191
+ @classmethod
192
+ def poll(cls, context):
390
193
  """
391
- ...
392
-
393
- def values(self):
394
- """Returns the values of this objects custom properties (matches Python's
395
- dictionary function of the same name).
396
194
 
397
- :return: custom property values.
195
+ :param context:
398
196
  """
399
197
  ...
400
198
 
401
- class VIEW3D_FH_vdb_volume:
402
- bl_file_extensions: typing.Any
199
+ class VIEW3D_OT_edit_mesh_extrude_move(bpy.types.Operator):
200
+ """Extrude region together along the average normal"""
201
+
403
202
  bl_idname: typing.Any
404
- bl_import_operator: typing.Any
405
203
  bl_label: typing.Any
406
204
  bl_rna: typing.Any
407
205
  id_data: typing.Any
408
206
 
409
- def as_pointer(self) -> int:
410
- """Returns the memory address which holds a pointer to Blender's internal data
411
-
412
- :return: int (memory address).
413
- :rtype: int
414
- """
415
- ...
416
-
417
207
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
418
208
  """
419
209
 
@@ -430,193 +220,96 @@ class VIEW3D_FH_vdb_volume:
430
220
  """
431
221
  ...
432
222
 
433
- def driver_add(self) -> bpy.types.FCurve:
434
- """Adds driver(s) to the given property
435
-
436
- :return: The driver(s) added.
437
- :rtype: bpy.types.FCurve
438
- """
439
- ...
440
-
441
- def driver_remove(self) -> bool:
442
- """Remove driver(s) from the given property
443
-
444
- :return: Success of driver removal.
445
- :rtype: bool
223
+ def execute(self, context):
446
224
  """
447
- ...
448
-
449
- def get(self):
450
- """Returns the value of the custom property assigned to key or default
451
- when not found (matches Python's dictionary function of the same name).
452
225
 
226
+ :param context:
453
227
  """
454
228
  ...
455
229
 
456
- def id_properties_clear(self):
230
+ @staticmethod
231
+ def extrude_region(operator, context, use_vert_normals, dissolve_and_intersect):
457
232
  """
458
233
 
459
- :return: Remove the parent group for an RNA struct's custom IDProperties.
234
+ :param operator:
235
+ :param context:
236
+ :param use_vert_normals:
237
+ :param dissolve_and_intersect:
460
238
  """
461
239
  ...
462
240
 
463
- def id_properties_ensure(self):
241
+ def invoke(self, context, _event):
464
242
  """
465
243
 
466
- :return: the parent group for an RNA struct's custom IDProperties.
244
+ :param context:
245
+ :param _event:
467
246
  """
468
247
  ...
469
248
 
470
- def id_properties_ui(self):
249
+ @classmethod
250
+ def poll(cls, context):
471
251
  """
472
252
 
473
- :return: Return an object used to manage an IDProperty's UI data.
253
+ :param context:
474
254
  """
475
255
  ...
476
256
 
477
- def is_property_hidden(self) -> bool:
478
- """Check if a property is hidden.
479
-
480
- :return: True when the property is hidden.
481
- :rtype: bool
482
- """
483
- ...
257
+ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy.types.Operator):
258
+ """Extrude region together along local normals"""
484
259
 
485
- def is_property_overridable_library(self) -> bool:
486
- """Check if a property is overridable.
260
+ bl_idname: typing.Any
261
+ bl_label: typing.Any
262
+ bl_rna: typing.Any
263
+ id_data: typing.Any
487
264
 
488
- :return: True when the property is overridable.
489
- :rtype: bool
265
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
490
266
  """
491
- ...
492
267
 
493
- def is_property_readonly(self) -> bool:
494
- """Check if a property is readonly.
495
-
496
- :return: True when the property is readonly (not writable).
497
- :rtype: bool
268
+ :return: The RNA type or default when not found.
269
+ :rtype: bpy.types.Struct
498
270
  """
499
271
  ...
500
272
 
501
- def is_property_set(self) -> bool:
502
- """Check if a property is set, use for testing operator properties.
503
-
504
- :return: True when the property has been set.
505
- :rtype: bool
273
+ def bl_rna_get_subclass_py(self) -> typing.Any:
506
274
  """
507
- ...
508
275
 
509
- def items(self):
510
- """Returns the items of this objects custom properties (matches Python's
511
- dictionary function of the same name).
512
-
513
- :return: custom property key, value pairs.
276
+ :return: The class or default when not found.
277
+ :rtype: typing.Any
514
278
  """
515
279
  ...
516
280
 
517
- def keyframe_delete(self) -> bool:
518
- """Remove a keyframe from this properties fcurve.
519
-
520
- :return: Success of keyframe deletion.
521
- :rtype: bool
281
+ def execute(self, context):
522
282
  """
523
- ...
524
283
 
525
- def keyframe_insert(self) -> bool:
526
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
527
-
528
- :return: Success of keyframe insertion.
529
- :rtype: bool
284
+ :param context:
530
285
  """
531
286
  ...
532
287
 
533
- def keys(self):
534
- """Returns the keys of this objects custom properties (matches Python's
535
- dictionary function of the same name).
536
-
537
- :return: custom property keys.
288
+ def invoke(self, context, _event):
538
289
  """
539
- ...
540
-
541
- def path_from_id(self) -> str:
542
- """Returns the data path from the ID to this object (string).
543
290
 
544
- :return: The path from `bpy.types.bpy_struct.id_data`
545
- to this struct and property (when given).
546
- :rtype: str
291
+ :param context:
292
+ :param _event:
547
293
  """
548
294
  ...
549
295
 
550
- def path_resolve(self):
551
- """Returns the property from the path, raise an exception when not found."""
552
- ...
553
-
554
296
  @classmethod
555
- def poll_drop(cls, context):
297
+ def poll(cls, context):
556
298
  """
557
299
 
558
300
  :param context:
559
301
  """
560
302
  ...
561
303
 
562
- def pop(self):
563
- """Remove and return the value of the custom property assigned to key or default
564
- when not found (matches Python's dictionary function of the same name).
565
-
566
- """
567
- ...
568
-
569
- def property_overridable_library_set(self) -> bool:
570
- """Define a property as overridable or not (only for custom properties!).
571
-
572
- :return: True when the overridable status of the property was successfully set.
573
- :rtype: bool
574
- """
575
- ...
576
-
577
- def property_unset(self):
578
- """Unset a property, will use default value afterward."""
579
- ...
580
-
581
- def type_recast(self):
582
- """Return a new instance, this is needed because types
583
- such as textures can be changed at runtime.
584
-
585
- :return: a new instance of this object with the type initialized again.
586
- """
587
- ...
588
-
589
- def values(self):
590
- """Returns the values of this objects custom properties (matches Python's
591
- dictionary function of the same name).
592
-
593
- :return: custom property values.
594
- """
595
- ...
596
-
597
- class VIEW3D_OT_edit_mesh_extrude_individual_move:
598
- """Extrude each individual face separately along local normals"""
304
+ class VIEW3D_OT_transform_gizmo_set(bpy.types.Operator):
305
+ """Set the current transform gizmo"""
599
306
 
600
307
  bl_idname: typing.Any
601
308
  bl_label: typing.Any
309
+ bl_options: typing.Any
602
310
  bl_rna: typing.Any
603
311
  id_data: typing.Any
604
312
 
605
- def as_keywords(self, *, ignore=()):
606
- """Return a copy of the properties as a dictionary
607
-
608
- :param ignore:
609
- """
610
- ...
611
-
612
- def as_pointer(self) -> int:
613
- """Returns the memory address which holds a pointer to Blender's internal data
614
-
615
- :return: int (memory address).
616
- :rtype: int
617
- """
618
- ...
619
-
620
313
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
621
314
  """
622
315
 
@@ -633,954 +326,10 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move:
633
326
  """
634
327
  ...
635
328
 
636
- def driver_add(self) -> bpy.types.FCurve:
637
- """Adds driver(s) to the given property
329
+ def execute(self, context):
330
+ """
638
331
 
639
- :return: The driver(s) added.
640
- :rtype: bpy.types.FCurve
641
- """
642
- ...
643
-
644
- def driver_remove(self) -> bool:
645
- """Remove driver(s) from the given property
646
-
647
- :return: Success of driver removal.
648
- :rtype: bool
649
- """
650
- ...
651
-
652
- def execute(self, context):
653
- """
654
-
655
- :param context:
656
- """
657
- ...
658
-
659
- def get(self):
660
- """Returns the value of the custom property assigned to key or default
661
- when not found (matches Python's dictionary function of the same name).
662
-
663
- """
664
- ...
665
-
666
- def id_properties_clear(self):
667
- """
668
-
669
- :return: Remove the parent group for an RNA struct's custom IDProperties.
670
- """
671
- ...
672
-
673
- def id_properties_ensure(self):
674
- """
675
-
676
- :return: the parent group for an RNA struct's custom IDProperties.
677
- """
678
- ...
679
-
680
- def id_properties_ui(self):
681
- """
682
-
683
- :return: Return an object used to manage an IDProperty's UI data.
684
- """
685
- ...
686
-
687
- def invoke(self, context, _event):
688
- """
689
-
690
- :param context:
691
- :param _event:
692
- """
693
- ...
694
-
695
- def is_property_hidden(self) -> bool:
696
- """Check if a property is hidden.
697
-
698
- :return: True when the property is hidden.
699
- :rtype: bool
700
- """
701
- ...
702
-
703
- def is_property_overridable_library(self) -> bool:
704
- """Check if a property is overridable.
705
-
706
- :return: True when the property is overridable.
707
- :rtype: bool
708
- """
709
- ...
710
-
711
- def is_property_readonly(self) -> bool:
712
- """Check if a property is readonly.
713
-
714
- :return: True when the property is readonly (not writable).
715
- :rtype: bool
716
- """
717
- ...
718
-
719
- def is_property_set(self) -> bool:
720
- """Check if a property is set, use for testing operator properties.
721
-
722
- :return: True when the property has been set.
723
- :rtype: bool
724
- """
725
- ...
726
-
727
- def items(self):
728
- """Returns the items of this objects custom properties (matches Python's
729
- dictionary function of the same name).
730
-
731
- :return: custom property key, value pairs.
732
- """
733
- ...
734
-
735
- def keyframe_delete(self) -> bool:
736
- """Remove a keyframe from this properties fcurve.
737
-
738
- :return: Success of keyframe deletion.
739
- :rtype: bool
740
- """
741
- ...
742
-
743
- def keyframe_insert(self) -> bool:
744
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
745
-
746
- :return: Success of keyframe insertion.
747
- :rtype: bool
748
- """
749
- ...
750
-
751
- def keys(self):
752
- """Returns the keys of this objects custom properties (matches Python's
753
- dictionary function of the same name).
754
-
755
- :return: custom property keys.
756
- """
757
- ...
758
-
759
- def path_from_id(self) -> str:
760
- """Returns the data path from the ID to this object (string).
761
-
762
- :return: The path from `bpy.types.bpy_struct.id_data`
763
- to this struct and property (when given).
764
- :rtype: str
765
- """
766
- ...
767
-
768
- def path_resolve(self):
769
- """Returns the property from the path, raise an exception when not found."""
770
- ...
771
-
772
- @classmethod
773
- def poll(cls, context):
774
- """
775
-
776
- :param context:
777
- """
778
- ...
779
-
780
- def poll_message_set(self):
781
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
782
- ...
783
-
784
- def pop(self):
785
- """Remove and return the value of the custom property assigned to key or default
786
- when not found (matches Python's dictionary function of the same name).
787
-
788
- """
789
- ...
790
-
791
- def property_overridable_library_set(self) -> bool:
792
- """Define a property as overridable or not (only for custom properties!).
793
-
794
- :return: True when the overridable status of the property was successfully set.
795
- :rtype: bool
796
- """
797
- ...
798
-
799
- def property_unset(self):
800
- """Unset a property, will use default value afterward."""
801
- ...
802
-
803
- def type_recast(self):
804
- """Return a new instance, this is needed because types
805
- such as textures can be changed at runtime.
806
-
807
- :return: a new instance of this object with the type initialized again.
808
- """
809
- ...
810
-
811
- def values(self):
812
- """Returns the values of this objects custom properties (matches Python's
813
- dictionary function of the same name).
814
-
815
- :return: custom property values.
816
- """
817
- ...
818
-
819
- class VIEW3D_OT_edit_mesh_extrude_manifold_normal:
820
- """Extrude manifold region along normals"""
821
-
822
- bl_idname: typing.Any
823
- bl_label: typing.Any
824
- bl_rna: typing.Any
825
- id_data: typing.Any
826
-
827
- def as_keywords(self, *, ignore=()):
828
- """Return a copy of the properties as a dictionary
829
-
830
- :param ignore:
831
- """
832
- ...
833
-
834
- def as_pointer(self) -> int:
835
- """Returns the memory address which holds a pointer to Blender's internal data
836
-
837
- :return: int (memory address).
838
- :rtype: int
839
- """
840
- ...
841
-
842
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
843
- """
844
-
845
- :return: The RNA type or default when not found.
846
- :rtype: bpy.types.Struct
847
- """
848
- ...
849
-
850
- def bl_rna_get_subclass_py(self) -> typing.Any:
851
- """
852
-
853
- :return: The class or default when not found.
854
- :rtype: typing.Any
855
- """
856
- ...
857
-
858
- def driver_add(self) -> bpy.types.FCurve:
859
- """Adds driver(s) to the given property
860
-
861
- :return: The driver(s) added.
862
- :rtype: bpy.types.FCurve
863
- """
864
- ...
865
-
866
- def driver_remove(self) -> bool:
867
- """Remove driver(s) from the given property
868
-
869
- :return: Success of driver removal.
870
- :rtype: bool
871
- """
872
- ...
873
-
874
- def execute(self, context):
875
- """
876
-
877
- :param context:
878
- """
879
- ...
880
-
881
- def get(self):
882
- """Returns the value of the custom property assigned to key or default
883
- when not found (matches Python's dictionary function of the same name).
884
-
885
- """
886
- ...
887
-
888
- def id_properties_clear(self):
889
- """
890
-
891
- :return: Remove the parent group for an RNA struct's custom IDProperties.
892
- """
893
- ...
894
-
895
- def id_properties_ensure(self):
896
- """
897
-
898
- :return: the parent group for an RNA struct's custom IDProperties.
899
- """
900
- ...
901
-
902
- def id_properties_ui(self):
903
- """
904
-
905
- :return: Return an object used to manage an IDProperty's UI data.
906
- """
907
- ...
908
-
909
- def invoke(self, context, _event):
910
- """
911
-
912
- :param context:
913
- :param _event:
914
- """
915
- ...
916
-
917
- def is_property_hidden(self) -> bool:
918
- """Check if a property is hidden.
919
-
920
- :return: True when the property is hidden.
921
- :rtype: bool
922
- """
923
- ...
924
-
925
- def is_property_overridable_library(self) -> bool:
926
- """Check if a property is overridable.
927
-
928
- :return: True when the property is overridable.
929
- :rtype: bool
930
- """
931
- ...
932
-
933
- def is_property_readonly(self) -> bool:
934
- """Check if a property is readonly.
935
-
936
- :return: True when the property is readonly (not writable).
937
- :rtype: bool
938
- """
939
- ...
940
-
941
- def is_property_set(self) -> bool:
942
- """Check if a property is set, use for testing operator properties.
943
-
944
- :return: True when the property has been set.
945
- :rtype: bool
946
- """
947
- ...
948
-
949
- def items(self):
950
- """Returns the items of this objects custom properties (matches Python's
951
- dictionary function of the same name).
952
-
953
- :return: custom property key, value pairs.
954
- """
955
- ...
956
-
957
- def keyframe_delete(self) -> bool:
958
- """Remove a keyframe from this properties fcurve.
959
-
960
- :return: Success of keyframe deletion.
961
- :rtype: bool
962
- """
963
- ...
964
-
965
- def keyframe_insert(self) -> bool:
966
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
967
-
968
- :return: Success of keyframe insertion.
969
- :rtype: bool
970
- """
971
- ...
972
-
973
- def keys(self):
974
- """Returns the keys of this objects custom properties (matches Python's
975
- dictionary function of the same name).
976
-
977
- :return: custom property keys.
978
- """
979
- ...
980
-
981
- def path_from_id(self) -> str:
982
- """Returns the data path from the ID to this object (string).
983
-
984
- :return: The path from `bpy.types.bpy_struct.id_data`
985
- to this struct and property (when given).
986
- :rtype: str
987
- """
988
- ...
989
-
990
- def path_resolve(self):
991
- """Returns the property from the path, raise an exception when not found."""
992
- ...
993
-
994
- @classmethod
995
- def poll(cls, context):
996
- """
997
-
998
- :param context:
999
- """
1000
- ...
1001
-
1002
- def poll_message_set(self):
1003
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
1004
- ...
1005
-
1006
- def pop(self):
1007
- """Remove and return the value of the custom property assigned to key or default
1008
- when not found (matches Python's dictionary function of the same name).
1009
-
1010
- """
1011
- ...
1012
-
1013
- def property_overridable_library_set(self) -> bool:
1014
- """Define a property as overridable or not (only for custom properties!).
1015
-
1016
- :return: True when the overridable status of the property was successfully set.
1017
- :rtype: bool
1018
- """
1019
- ...
1020
-
1021
- def property_unset(self):
1022
- """Unset a property, will use default value afterward."""
1023
- ...
1024
-
1025
- def type_recast(self):
1026
- """Return a new instance, this is needed because types
1027
- such as textures can be changed at runtime.
1028
-
1029
- :return: a new instance of this object with the type initialized again.
1030
- """
1031
- ...
1032
-
1033
- def values(self):
1034
- """Returns the values of this objects custom properties (matches Python's
1035
- dictionary function of the same name).
1036
-
1037
- :return: custom property values.
1038
- """
1039
- ...
1040
-
1041
- class VIEW3D_OT_edit_mesh_extrude_move:
1042
- """Extrude region together along the average normal"""
1043
-
1044
- bl_idname: typing.Any
1045
- bl_label: typing.Any
1046
- bl_rna: typing.Any
1047
- id_data: typing.Any
1048
-
1049
- def as_keywords(self, *, ignore=()):
1050
- """Return a copy of the properties as a dictionary
1051
-
1052
- :param ignore:
1053
- """
1054
- ...
1055
-
1056
- def as_pointer(self) -> int:
1057
- """Returns the memory address which holds a pointer to Blender's internal data
1058
-
1059
- :return: int (memory address).
1060
- :rtype: int
1061
- """
1062
- ...
1063
-
1064
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1065
- """
1066
-
1067
- :return: The RNA type or default when not found.
1068
- :rtype: bpy.types.Struct
1069
- """
1070
- ...
1071
-
1072
- def bl_rna_get_subclass_py(self) -> typing.Any:
1073
- """
1074
-
1075
- :return: The class or default when not found.
1076
- :rtype: typing.Any
1077
- """
1078
- ...
1079
-
1080
- def driver_add(self) -> bpy.types.FCurve:
1081
- """Adds driver(s) to the given property
1082
-
1083
- :return: The driver(s) added.
1084
- :rtype: bpy.types.FCurve
1085
- """
1086
- ...
1087
-
1088
- def driver_remove(self) -> bool:
1089
- """Remove driver(s) from the given property
1090
-
1091
- :return: Success of driver removal.
1092
- :rtype: bool
1093
- """
1094
- ...
1095
-
1096
- def execute(self, context):
1097
- """
1098
-
1099
- :param context:
1100
- """
1101
- ...
1102
-
1103
- @staticmethod
1104
- def extrude_region(operator, context, use_vert_normals, dissolve_and_intersect):
1105
- """
1106
-
1107
- :param operator:
1108
- :param context:
1109
- :param use_vert_normals:
1110
- :param dissolve_and_intersect:
1111
- """
1112
- ...
1113
-
1114
- def get(self):
1115
- """Returns the value of the custom property assigned to key or default
1116
- when not found (matches Python's dictionary function of the same name).
1117
-
1118
- """
1119
- ...
1120
-
1121
- def id_properties_clear(self):
1122
- """
1123
-
1124
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1125
- """
1126
- ...
1127
-
1128
- def id_properties_ensure(self):
1129
- """
1130
-
1131
- :return: the parent group for an RNA struct's custom IDProperties.
1132
- """
1133
- ...
1134
-
1135
- def id_properties_ui(self):
1136
- """
1137
-
1138
- :return: Return an object used to manage an IDProperty's UI data.
1139
- """
1140
- ...
1141
-
1142
- def invoke(self, context, _event):
1143
- """
1144
-
1145
- :param context:
1146
- :param _event:
1147
- """
1148
- ...
1149
-
1150
- def is_property_hidden(self) -> bool:
1151
- """Check if a property is hidden.
1152
-
1153
- :return: True when the property is hidden.
1154
- :rtype: bool
1155
- """
1156
- ...
1157
-
1158
- def is_property_overridable_library(self) -> bool:
1159
- """Check if a property is overridable.
1160
-
1161
- :return: True when the property is overridable.
1162
- :rtype: bool
1163
- """
1164
- ...
1165
-
1166
- def is_property_readonly(self) -> bool:
1167
- """Check if a property is readonly.
1168
-
1169
- :return: True when the property is readonly (not writable).
1170
- :rtype: bool
1171
- """
1172
- ...
1173
-
1174
- def is_property_set(self) -> bool:
1175
- """Check if a property is set, use for testing operator properties.
1176
-
1177
- :return: True when the property has been set.
1178
- :rtype: bool
1179
- """
1180
- ...
1181
-
1182
- def items(self):
1183
- """Returns the items of this objects custom properties (matches Python's
1184
- dictionary function of the same name).
1185
-
1186
- :return: custom property key, value pairs.
1187
- """
1188
- ...
1189
-
1190
- def keyframe_delete(self) -> bool:
1191
- """Remove a keyframe from this properties fcurve.
1192
-
1193
- :return: Success of keyframe deletion.
1194
- :rtype: bool
1195
- """
1196
- ...
1197
-
1198
- def keyframe_insert(self) -> bool:
1199
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1200
-
1201
- :return: Success of keyframe insertion.
1202
- :rtype: bool
1203
- """
1204
- ...
1205
-
1206
- def keys(self):
1207
- """Returns the keys of this objects custom properties (matches Python's
1208
- dictionary function of the same name).
1209
-
1210
- :return: custom property keys.
1211
- """
1212
- ...
1213
-
1214
- def path_from_id(self) -> str:
1215
- """Returns the data path from the ID to this object (string).
1216
-
1217
- :return: The path from `bpy.types.bpy_struct.id_data`
1218
- to this struct and property (when given).
1219
- :rtype: str
1220
- """
1221
- ...
1222
-
1223
- def path_resolve(self):
1224
- """Returns the property from the path, raise an exception when not found."""
1225
- ...
1226
-
1227
- @classmethod
1228
- def poll(cls, context):
1229
- """
1230
-
1231
- :param context:
1232
- """
1233
- ...
1234
-
1235
- def poll_message_set(self):
1236
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
1237
- ...
1238
-
1239
- def pop(self):
1240
- """Remove and return the value of the custom property assigned to key or default
1241
- when not found (matches Python's dictionary function of the same name).
1242
-
1243
- """
1244
- ...
1245
-
1246
- def property_overridable_library_set(self) -> bool:
1247
- """Define a property as overridable or not (only for custom properties!).
1248
-
1249
- :return: True when the overridable status of the property was successfully set.
1250
- :rtype: bool
1251
- """
1252
- ...
1253
-
1254
- def property_unset(self):
1255
- """Unset a property, will use default value afterward."""
1256
- ...
1257
-
1258
- def type_recast(self):
1259
- """Return a new instance, this is needed because types
1260
- such as textures can be changed at runtime.
1261
-
1262
- :return: a new instance of this object with the type initialized again.
1263
- """
1264
- ...
1265
-
1266
- def values(self):
1267
- """Returns the values of this objects custom properties (matches Python's
1268
- dictionary function of the same name).
1269
-
1270
- :return: custom property values.
1271
- """
1272
- ...
1273
-
1274
- class VIEW3D_OT_edit_mesh_extrude_shrink_fatten:
1275
- """Extrude region together along local normals"""
1276
-
1277
- bl_idname: typing.Any
1278
- bl_label: typing.Any
1279
- bl_rna: typing.Any
1280
- id_data: typing.Any
1281
-
1282
- def as_keywords(self, *, ignore=()):
1283
- """Return a copy of the properties as a dictionary
1284
-
1285
- :param ignore:
1286
- """
1287
- ...
1288
-
1289
- def as_pointer(self) -> int:
1290
- """Returns the memory address which holds a pointer to Blender's internal data
1291
-
1292
- :return: int (memory address).
1293
- :rtype: int
1294
- """
1295
- ...
1296
-
1297
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1298
- """
1299
-
1300
- :return: The RNA type or default when not found.
1301
- :rtype: bpy.types.Struct
1302
- """
1303
- ...
1304
-
1305
- def bl_rna_get_subclass_py(self) -> typing.Any:
1306
- """
1307
-
1308
- :return: The class or default when not found.
1309
- :rtype: typing.Any
1310
- """
1311
- ...
1312
-
1313
- def driver_add(self) -> bpy.types.FCurve:
1314
- """Adds driver(s) to the given property
1315
-
1316
- :return: The driver(s) added.
1317
- :rtype: bpy.types.FCurve
1318
- """
1319
- ...
1320
-
1321
- def driver_remove(self) -> bool:
1322
- """Remove driver(s) from the given property
1323
-
1324
- :return: Success of driver removal.
1325
- :rtype: bool
1326
- """
1327
- ...
1328
-
1329
- def execute(self, context):
1330
- """
1331
-
1332
- :param context:
1333
- """
1334
- ...
1335
-
1336
- def get(self):
1337
- """Returns the value of the custom property assigned to key or default
1338
- when not found (matches Python's dictionary function of the same name).
1339
-
1340
- """
1341
- ...
1342
-
1343
- def id_properties_clear(self):
1344
- """
1345
-
1346
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1347
- """
1348
- ...
1349
-
1350
- def id_properties_ensure(self):
1351
- """
1352
-
1353
- :return: the parent group for an RNA struct's custom IDProperties.
1354
- """
1355
- ...
1356
-
1357
- def id_properties_ui(self):
1358
- """
1359
-
1360
- :return: Return an object used to manage an IDProperty's UI data.
1361
- """
1362
- ...
1363
-
1364
- def invoke(self, context, _event):
1365
- """
1366
-
1367
- :param context:
1368
- :param _event:
1369
- """
1370
- ...
1371
-
1372
- def is_property_hidden(self) -> bool:
1373
- """Check if a property is hidden.
1374
-
1375
- :return: True when the property is hidden.
1376
- :rtype: bool
1377
- """
1378
- ...
1379
-
1380
- def is_property_overridable_library(self) -> bool:
1381
- """Check if a property is overridable.
1382
-
1383
- :return: True when the property is overridable.
1384
- :rtype: bool
1385
- """
1386
- ...
1387
-
1388
- def is_property_readonly(self) -> bool:
1389
- """Check if a property is readonly.
1390
-
1391
- :return: True when the property is readonly (not writable).
1392
- :rtype: bool
1393
- """
1394
- ...
1395
-
1396
- def is_property_set(self) -> bool:
1397
- """Check if a property is set, use for testing operator properties.
1398
-
1399
- :return: True when the property has been set.
1400
- :rtype: bool
1401
- """
1402
- ...
1403
-
1404
- def items(self):
1405
- """Returns the items of this objects custom properties (matches Python's
1406
- dictionary function of the same name).
1407
-
1408
- :return: custom property key, value pairs.
1409
- """
1410
- ...
1411
-
1412
- def keyframe_delete(self) -> bool:
1413
- """Remove a keyframe from this properties fcurve.
1414
-
1415
- :return: Success of keyframe deletion.
1416
- :rtype: bool
1417
- """
1418
- ...
1419
-
1420
- def keyframe_insert(self) -> bool:
1421
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1422
-
1423
- :return: Success of keyframe insertion.
1424
- :rtype: bool
1425
- """
1426
- ...
1427
-
1428
- def keys(self):
1429
- """Returns the keys of this objects custom properties (matches Python's
1430
- dictionary function of the same name).
1431
-
1432
- :return: custom property keys.
1433
- """
1434
- ...
1435
-
1436
- def path_from_id(self) -> str:
1437
- """Returns the data path from the ID to this object (string).
1438
-
1439
- :return: The path from `bpy.types.bpy_struct.id_data`
1440
- to this struct and property (when given).
1441
- :rtype: str
1442
- """
1443
- ...
1444
-
1445
- def path_resolve(self):
1446
- """Returns the property from the path, raise an exception when not found."""
1447
- ...
1448
-
1449
- @classmethod
1450
- def poll(cls, context):
1451
- """
1452
-
1453
- :param context:
1454
- """
1455
- ...
1456
-
1457
- def poll_message_set(self):
1458
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
1459
- ...
1460
-
1461
- def pop(self):
1462
- """Remove and return the value of the custom property assigned to key or default
1463
- when not found (matches Python's dictionary function of the same name).
1464
-
1465
- """
1466
- ...
1467
-
1468
- def property_overridable_library_set(self) -> bool:
1469
- """Define a property as overridable or not (only for custom properties!).
1470
-
1471
- :return: True when the overridable status of the property was successfully set.
1472
- :rtype: bool
1473
- """
1474
- ...
1475
-
1476
- def property_unset(self):
1477
- """Unset a property, will use default value afterward."""
1478
- ...
1479
-
1480
- def type_recast(self):
1481
- """Return a new instance, this is needed because types
1482
- such as textures can be changed at runtime.
1483
-
1484
- :return: a new instance of this object with the type initialized again.
1485
- """
1486
- ...
1487
-
1488
- def values(self):
1489
- """Returns the values of this objects custom properties (matches Python's
1490
- dictionary function of the same name).
1491
-
1492
- :return: custom property values.
1493
- """
1494
- ...
1495
-
1496
- class VIEW3D_OT_transform_gizmo_set:
1497
- """Set the current transform gizmo"""
1498
-
1499
- bl_idname: typing.Any
1500
- bl_label: typing.Any
1501
- bl_options: typing.Any
1502
- bl_rna: typing.Any
1503
- id_data: typing.Any
1504
-
1505
- def as_keywords(self, *, ignore=()):
1506
- """Return a copy of the properties as a dictionary
1507
-
1508
- :param ignore:
1509
- """
1510
- ...
1511
-
1512
- def as_pointer(self) -> int:
1513
- """Returns the memory address which holds a pointer to Blender's internal data
1514
-
1515
- :return: int (memory address).
1516
- :rtype: int
1517
- """
1518
- ...
1519
-
1520
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1521
- """
1522
-
1523
- :return: The RNA type or default when not found.
1524
- :rtype: bpy.types.Struct
1525
- """
1526
- ...
1527
-
1528
- def bl_rna_get_subclass_py(self) -> typing.Any:
1529
- """
1530
-
1531
- :return: The class or default when not found.
1532
- :rtype: typing.Any
1533
- """
1534
- ...
1535
-
1536
- def driver_add(self) -> bpy.types.FCurve:
1537
- """Adds driver(s) to the given property
1538
-
1539
- :return: The driver(s) added.
1540
- :rtype: bpy.types.FCurve
1541
- """
1542
- ...
1543
-
1544
- def driver_remove(self) -> bool:
1545
- """Remove driver(s) from the given property
1546
-
1547
- :return: Success of driver removal.
1548
- :rtype: bool
1549
- """
1550
- ...
1551
-
1552
- def execute(self, context):
1553
- """
1554
-
1555
- :param context:
1556
- """
1557
- ...
1558
-
1559
- def get(self):
1560
- """Returns the value of the custom property assigned to key or default
1561
- when not found (matches Python's dictionary function of the same name).
1562
-
1563
- """
1564
- ...
1565
-
1566
- def id_properties_clear(self):
1567
- """
1568
-
1569
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1570
- """
1571
- ...
1572
-
1573
- def id_properties_ensure(self):
1574
- """
1575
-
1576
- :return: the parent group for an RNA struct's custom IDProperties.
1577
- """
1578
- ...
1579
-
1580
- def id_properties_ui(self):
1581
- """
1582
-
1583
- :return: Return an object used to manage an IDProperty's UI data.
332
+ :param context:
1584
333
  """
1585
334
  ...
1586
335
 
@@ -1592,83 +341,6 @@ class VIEW3D_OT_transform_gizmo_set:
1592
341
  """
1593
342
  ...
1594
343
 
1595
- def is_property_hidden(self) -> bool:
1596
- """Check if a property is hidden.
1597
-
1598
- :return: True when the property is hidden.
1599
- :rtype: bool
1600
- """
1601
- ...
1602
-
1603
- def is_property_overridable_library(self) -> bool:
1604
- """Check if a property is overridable.
1605
-
1606
- :return: True when the property is overridable.
1607
- :rtype: bool
1608
- """
1609
- ...
1610
-
1611
- def is_property_readonly(self) -> bool:
1612
- """Check if a property is readonly.
1613
-
1614
- :return: True when the property is readonly (not writable).
1615
- :rtype: bool
1616
- """
1617
- ...
1618
-
1619
- def is_property_set(self) -> bool:
1620
- """Check if a property is set, use for testing operator properties.
1621
-
1622
- :return: True when the property has been set.
1623
- :rtype: bool
1624
- """
1625
- ...
1626
-
1627
- def items(self):
1628
- """Returns the items of this objects custom properties (matches Python's
1629
- dictionary function of the same name).
1630
-
1631
- :return: custom property key, value pairs.
1632
- """
1633
- ...
1634
-
1635
- def keyframe_delete(self) -> bool:
1636
- """Remove a keyframe from this properties fcurve.
1637
-
1638
- :return: Success of keyframe deletion.
1639
- :rtype: bool
1640
- """
1641
- ...
1642
-
1643
- def keyframe_insert(self) -> bool:
1644
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1645
-
1646
- :return: Success of keyframe insertion.
1647
- :rtype: bool
1648
- """
1649
- ...
1650
-
1651
- def keys(self):
1652
- """Returns the keys of this objects custom properties (matches Python's
1653
- dictionary function of the same name).
1654
-
1655
- :return: custom property keys.
1656
- """
1657
- ...
1658
-
1659
- def path_from_id(self) -> str:
1660
- """Returns the data path from the ID to this object (string).
1661
-
1662
- :return: The path from `bpy.types.bpy_struct.id_data`
1663
- to this struct and property (when given).
1664
- :rtype: str
1665
- """
1666
- ...
1667
-
1668
- def path_resolve(self):
1669
- """Returns the property from the path, raise an exception when not found."""
1670
- ...
1671
-
1672
344
  @classmethod
1673
345
  def poll(cls, context):
1674
346
  """
@@ -1676,42 +348,3 @@ class VIEW3D_OT_transform_gizmo_set:
1676
348
  :param context:
1677
349
  """
1678
350
  ...
1679
-
1680
- def poll_message_set(self):
1681
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
1682
- ...
1683
-
1684
- def pop(self):
1685
- """Remove and return the value of the custom property assigned to key or default
1686
- when not found (matches Python's dictionary function of the same name).
1687
-
1688
- """
1689
- ...
1690
-
1691
- def property_overridable_library_set(self) -> bool:
1692
- """Define a property as overridable or not (only for custom properties!).
1693
-
1694
- :return: True when the overridable status of the property was successfully set.
1695
- :rtype: bool
1696
- """
1697
- ...
1698
-
1699
- def property_unset(self):
1700
- """Unset a property, will use default value afterward."""
1701
- ...
1702
-
1703
- def type_recast(self):
1704
- """Return a new instance, this is needed because types
1705
- such as textures can be changed at runtime.
1706
-
1707
- :return: a new instance of this object with the type initialized again.
1708
- """
1709
- ...
1710
-
1711
- def values(self):
1712
- """Returns the values of this objects custom properties (matches Python's
1713
- dictionary function of the same name).
1714
-
1715
- :return: custom property values.
1716
- """
1717
- ...