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
@@ -7,7 +7,7 @@ import bpy_types
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class VIEW3D_PT_animation_layers(bpy_types._GenericUI):
10
+ class VIEW3D_PT_animation_layers(bpy.types.Panel, bpy_types._GenericUI):
11
11
  bl_category: typing.Any
12
12
  bl_label: typing.Any
13
13
  bl_region_type: typing.Any
@@ -15,22 +15,6 @@ class VIEW3D_PT_animation_layers(bpy_types._GenericUI):
15
15
  bl_space_type: typing.Any
16
16
  id_data: typing.Any
17
17
 
18
- def append(self, draw_func):
19
- """Append a draw function to this menu,
20
- takes the same arguments as the menus draw function
21
-
22
- :param draw_func:
23
- """
24
- ...
25
-
26
- def as_pointer(self) -> int:
27
- """Returns the memory address which holds a pointer to Blender's internal data
28
-
29
- :return: int (memory address).
30
- :rtype: int
31
- """
32
- ...
33
-
34
18
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
35
19
  """
36
20
 
@@ -54,128 +38,6 @@ class VIEW3D_PT_animation_layers(bpy_types._GenericUI):
54
38
  """
55
39
  ...
56
40
 
57
- def driver_add(self) -> bpy.types.FCurve:
58
- """Adds driver(s) to the given property
59
-
60
- :return: The driver(s) added.
61
- :rtype: bpy.types.FCurve
62
- """
63
- ...
64
-
65
- def driver_remove(self) -> bool:
66
- """Remove driver(s) from the given property
67
-
68
- :return: Success of driver removal.
69
- :rtype: bool
70
- """
71
- ...
72
-
73
- def get(self):
74
- """Returns the value of the custom property assigned to key or default
75
- when not found (matches Python's dictionary function of the same name).
76
-
77
- """
78
- ...
79
-
80
- def id_properties_clear(self):
81
- """
82
-
83
- :return: Remove the parent group for an RNA struct's custom IDProperties.
84
- """
85
- ...
86
-
87
- def id_properties_ensure(self):
88
- """
89
-
90
- :return: the parent group for an RNA struct's custom IDProperties.
91
- """
92
- ...
93
-
94
- def id_properties_ui(self):
95
- """
96
-
97
- :return: Return an object used to manage an IDProperty's UI data.
98
- """
99
- ...
100
-
101
- def is_extended(self): ...
102
- def is_property_hidden(self) -> bool:
103
- """Check if a property is hidden.
104
-
105
- :return: True when the property is hidden.
106
- :rtype: bool
107
- """
108
- ...
109
-
110
- def is_property_overridable_library(self) -> bool:
111
- """Check if a property is overridable.
112
-
113
- :return: True when the property is overridable.
114
- :rtype: bool
115
- """
116
- ...
117
-
118
- def is_property_readonly(self) -> bool:
119
- """Check if a property is readonly.
120
-
121
- :return: True when the property is readonly (not writable).
122
- :rtype: bool
123
- """
124
- ...
125
-
126
- def is_property_set(self) -> bool:
127
- """Check if a property is set, use for testing operator properties.
128
-
129
- :return: True when the property has been set.
130
- :rtype: bool
131
- """
132
- ...
133
-
134
- def items(self):
135
- """Returns the items of this objects custom properties (matches Python's
136
- dictionary function of the same name).
137
-
138
- :return: custom property key, value pairs.
139
- """
140
- ...
141
-
142
- def keyframe_delete(self) -> bool:
143
- """Remove a keyframe from this properties fcurve.
144
-
145
- :return: Success of keyframe deletion.
146
- :rtype: bool
147
- """
148
- ...
149
-
150
- def keyframe_insert(self) -> bool:
151
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
152
-
153
- :return: Success of keyframe insertion.
154
- :rtype: bool
155
- """
156
- ...
157
-
158
- def keys(self):
159
- """Returns the keys of this objects custom properties (matches Python's
160
- dictionary function of the same name).
161
-
162
- :return: custom property keys.
163
- """
164
- ...
165
-
166
- def path_from_id(self) -> str:
167
- """Returns the data path from the ID to this object (string).
168
-
169
- :return: The path from `bpy.types.bpy_struct.id_data`
170
- to this struct and property (when given).
171
- :rtype: str
172
- """
173
- ...
174
-
175
- def path_resolve(self):
176
- """Returns the property from the path, raise an exception when not found."""
177
- ...
178
-
179
41
  @classmethod
180
42
  def poll(cls, context):
181
43
  """
@@ -184,54 +46,4 @@ class VIEW3D_PT_animation_layers(bpy_types._GenericUI):
184
46
  """
185
47
  ...
186
48
 
187
- def pop(self):
188
- """Remove and return the value of the custom property assigned to key or default
189
- when not found (matches Python's dictionary function of the same name).
190
-
191
- """
192
- ...
193
-
194
- def prepend(self, draw_func):
195
- """Prepend a draw function to this menu, takes the same arguments as
196
- the menus draw function
197
-
198
- :param draw_func:
199
- """
200
- ...
201
-
202
- def property_overridable_library_set(self) -> bool:
203
- """Define a property as overridable or not (only for custom properties!).
204
-
205
- :return: True when the overridable status of the property was successfully set.
206
- :rtype: bool
207
- """
208
- ...
209
-
210
- def property_unset(self):
211
- """Unset a property, will use default value afterward."""
212
- ...
213
-
214
- def remove(self, draw_func):
215
- """Remove a draw function that has been added to this menu
216
-
217
- :param draw_func:
218
- """
219
- ...
220
-
221
- def type_recast(self):
222
- """Return a new instance, this is needed because types
223
- such as textures can be changed at runtime.
224
-
225
- :return: a new instance of this object with the type initialized again.
226
- """
227
- ...
228
-
229
- def values(self):
230
- """Returns the values of this objects custom properties (matches Python's
231
- dictionary function of the same name).
232
-
233
- :return: custom property values.
234
- """
235
- ...
236
-
237
49
  def register_props(): ...
bl_ui/utils/__init__.pyi CHANGED
@@ -33,38 +33,3 @@ class PresetPanel:
33
33
  :param layout:
34
34
  """
35
35
  ...
36
-
37
- def path_menu(
38
- self,
39
- searchpaths: list[str],
40
- operator: str,
41
- *,
42
- props_default: dict = None,
43
- prop_filepath: str | None = "filepath",
44
- filter_ext: collections.abc.Callable | None = None,
45
- filter_path=None,
46
- display_name: collections.abc.Callable | None = None,
47
- add_operator=None,
48
- add_operator_props=None,
49
- ):
50
- """Populate a menu from a list of paths.
51
-
52
- :param searchpaths: Paths to scan.
53
- :type searchpaths: list[str]
54
- :param operator: The operator id to use with each file.
55
- :type operator: str
56
- :param props_default: Properties to assign to each operator.
57
- :type props_default: dict
58
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
59
- :type prop_filepath: str | None
60
- :param filter_ext: Optional callback that takes the file extensions.
61
-
62
- Returning false excludes the file from the list.
63
- :type filter_ext: collections.abc.Callable | None
64
- :param filter_path:
65
- :param display_name: Optional callback that takes the full path, returns the name to display.
66
- :type display_name: collections.abc.Callable | None
67
- :param add_operator:
68
- :param add_operator_props:
69
- """
70
- ...
@@ -809,7 +809,6 @@ def lib_operation(
809
809
 
810
810
  DELETE
811
811
  Delete -- Delete this library and all its items.
812
- Warning: No undo.
813
812
 
814
813
  RELOCATE
815
814
  Relocate -- Select a new path for this library, and reload all its data.
bpy/types/__init__.pyi CHANGED
@@ -10512,6 +10512,9 @@ Base class for integrating USD Hydra based renderers.
10512
10512
  * bpy.context.visible_fcurves
10513
10513
  * Action.fcurves
10514
10514
  * ActionChannelBag.fcurves
10515
+ * ActionChannelBagFCurves.find
10516
+ * ActionChannelBagFCurves.new
10517
+ * ActionChannelBagFCurves.remove
10515
10518
  * ActionFCurves.find
10516
10519
  * ActionFCurves.new
10517
10520
  * ActionFCurves.remove
@@ -35707,6 +35710,7 @@ Property types used in class declarations are all in bpy.props
35707
35710
  --------------------
35708
35711
 
35709
35712
  * Action.slots
35713
+ * ActionChannelBags.new
35710
35714
  * ActionSlots.active
35711
35715
  * ActionSlots.new
35712
35716
  * KeyframeActionStrip.key_insert
@@ -75056,6 +75060,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
75056
75060
 
75057
75061
  --------------------
75058
75062
 
75063
+ * ActionChannelBags.new
75064
+ * ActionChannelBags.remove
75059
75065
  * KeyframeActionStrip.channelbags
75060
75066
  * KeyframeActionStrip.channels
75061
75067
 
@@ -100754,7 +100760,43 @@ class AOVs(bpy_prop_collection[AOV], bpy_struct):
100754
100760
  ...
100755
100761
 
100756
100762
  class ActionChannelBagFCurves(bpy_prop_collection[FCurve], bpy_struct):
100757
- """Collection of F-Curves for a specific action slot"""
100763
+ """Collection of F-Curves for a specific action slot, on a specific strip"""
100764
+
100765
+ def new(self, data_path: str, index: int | None = 0) -> FCurve:
100766
+ """Add an F-Curve to the channelbag
100767
+
100768
+ :param data_path: Data Path, F-Curve data path to use
100769
+ :type data_path: str
100770
+ :param index: Index, Array index
100771
+ :type index: int | None
100772
+ :return: Newly created F-Curve
100773
+ :rtype: FCurve
100774
+ """
100775
+ ...
100776
+
100777
+ def find(self, data_path: str, index: int | None = 0) -> FCurve:
100778
+ """Find an F-Curve. Note that this function performs a linear scan of all F-Curves in the channelbag.
100779
+
100780
+ :param data_path: Data Path, F-Curve data path
100781
+ :type data_path: str
100782
+ :param index: Index, Array index
100783
+ :type index: int | None
100784
+ :return: The found F-Curve, or None if it doesn't exist
100785
+ :rtype: FCurve
100786
+ """
100787
+ ...
100788
+
100789
+ def remove(self, fcurve: FCurve):
100790
+ """Remove F-Curve
100791
+
100792
+ :param fcurve: F-Curve to remove
100793
+ :type fcurve: FCurve
100794
+ """
100795
+ ...
100796
+
100797
+ def clear(self):
100798
+ """Remove all F-Curves from this channelbag"""
100799
+ ...
100758
100800
 
100759
100801
  @classmethod
100760
100802
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
@@ -100783,6 +100825,24 @@ class ActionChannelBagFCurves(bpy_prop_collection[FCurve], bpy_struct):
100783
100825
  class ActionChannelBags(bpy_prop_collection[ActionChannelBag], bpy_struct):
100784
100826
  """For each action slot, a list of animation channels that are meant for that slot"""
100785
100827
 
100828
+ def new(self, slot: ActionSlot | None) -> ActionChannelBag:
100829
+ """Add a new channelbag to the strip, to contain animation channels for a specific slot
100830
+
100831
+ :param slot: Action Slot, The slot that should be animated by this channelbag
100832
+ :type slot: ActionSlot | None
100833
+ :return: Newly created channelbag
100834
+ :rtype: ActionChannelBag
100835
+ """
100836
+ ...
100837
+
100838
+ def remove(self, channelbag: ActionChannelBag | None):
100839
+ """Remove the channelbag from the strip
100840
+
100841
+ :param channelbag: The channelbag to remove
100842
+ :type channelbag: ActionChannelBag | None
100843
+ """
100844
+ ...
100845
+
100786
100846
  @classmethod
100787
100847
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
100788
100848
  """
@@ -111094,6 +111154,10 @@ class Action(ID, bpy_struct):
111094
111154
  :type: bool
111095
111155
  """
111096
111156
 
111157
+ def deselect_keys(self):
111158
+ """Deselects all keys of the Action. The selection status of F-Curves is unchanged"""
111159
+ ...
111160
+
111097
111161
  def flip_with_pose(self, object: Object):
111098
111162
  """Flip the action around the X axis using a pose
111099
111163
 
@@ -214,7 +214,6 @@ class PrincipledBSDFWrapper(ShaderWrapper):
214
214
 
215
215
  def metallic_texture_get(self): ...
216
216
  def node_normalmap_get(self): ...
217
- def node_texcoords_get(self): ...
218
217
  def normalmap_strength_get(self): ...
219
218
  def normalmap_strength_set(self, value):
220
219
  """
@@ -261,13 +260,6 @@ class PrincipledBSDFWrapper(ShaderWrapper):
261
260
 
262
261
  def transmission_texture_get(self): ...
263
262
  def update(self): ...
264
- def use_nodes_get(self): ...
265
- def use_nodes_set(self, val):
266
- """
267
-
268
- :param val:
269
- """
270
- ...
271
263
 
272
264
  def node_input_value_get(node, input, default_value=None): ...
273
265
  def node_input_value_set(node, input, value): ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240718
3
+ Version: 20240719
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com