fake-bpy-module 20240528__py3-none-any.whl → 20240530__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 (92) hide show
  1. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  2. bl_operators/__init__.pyi +2 -0
  3. bl_operators/connect_to_output/__init__.pyi +325 -0
  4. bl_operators/image_as_planes/__init__.pyi +11 -5
  5. bl_operators/node_editor/__init__.pyi +6 -0
  6. bl_operators/node_editor/node_functions/__init__.pyi +23 -0
  7. bl_operators/presets/__init__.pyi +12 -12
  8. bl_operators/wm/__init__.pyi +24 -24
  9. bl_ui/__init__.pyi +12 -12
  10. bl_ui/anim/__init__.pyi +6 -6
  11. bl_ui/node_add_menu/__init__.pyi +6 -6
  12. bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  13. bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  14. bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  15. bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  16. bl_ui/properties_collection/__init__.pyi +6 -6
  17. bl_ui/properties_data_armature/__init__.pyi +12 -12
  18. bl_ui/properties_data_camera/__init__.pyi +12 -12
  19. bl_ui/properties_data_curves/__init__.pyi +6 -6
  20. bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  21. bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  22. bl_ui/properties_data_mesh/__init__.pyi +24 -24
  23. bl_ui/properties_data_modifier/__init__.pyi +42 -42
  24. bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  25. bl_ui/properties_freestyle/__init__.pyi +6 -6
  26. bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  27. bl_ui/properties_mask_common/__init__.pyi +36 -36
  28. bl_ui/properties_material/__init__.pyi +6 -6
  29. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  30. bl_ui/properties_object/__init__.pyi +6 -6
  31. bl_ui/properties_output/__init__.pyi +18 -18
  32. bl_ui/properties_paint_common/__init__.pyi +6 -6
  33. bl_ui/properties_particle/__init__.pyi +12 -12
  34. bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  35. bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  36. bl_ui/properties_render/__init__.pyi +6 -6
  37. bl_ui/properties_texture/__init__.pyi +6 -6
  38. bl_ui/properties_view_layer/__init__.pyi +6 -6
  39. bl_ui/space_clip/__init__.pyi +186 -186
  40. bl_ui/space_console/__init__.pyi +30 -30
  41. bl_ui/space_dopesheet/__init__.pyi +84 -84
  42. bl_ui/space_filebrowser/__init__.pyi +78 -78
  43. bl_ui/space_graph/__init__.pyi +96 -96
  44. bl_ui/space_image/__init__.pyi +138 -138
  45. bl_ui/space_info/__init__.pyi +30 -30
  46. bl_ui/space_nla/__init__.pyi +78 -78
  47. bl_ui/space_node/__init__.pyi +72 -72
  48. bl_ui/space_outliner/__init__.pyi +72 -72
  49. bl_ui/space_sequencer/__init__.pyi +204 -204
  50. bl_ui/space_text/__init__.pyi +72 -72
  51. bl_ui/space_time/__init__.pyi +24 -24
  52. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  53. bl_ui/space_topbar/__init__.pyi +114 -114
  54. bl_ui/space_userpref/__init__.pyi +36 -36
  55. bl_ui/space_view3d/__init__.pyi +1446 -1176
  56. bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  57. bl_ui/utils/__init__.pyi +6 -6
  58. bmesh/geometry/__init__.pyi +2 -2
  59. bmesh/ops/__init__.pyi +55 -54
  60. bmesh/types/__init__.pyi +171 -194
  61. bmesh/utils/__init__.pyi +2 -2
  62. bpy/app/handlers/__init__.pyi +37 -37
  63. bpy/app/icons/__init__.pyi +4 -4
  64. bpy/app/timers/__init__.pyi +6 -6
  65. bpy/ops/bl_pkg/__init__.pyi +4 -4
  66. bpy/ops/image/__init__.pyi +55 -55
  67. bpy/ops/node/__init__.pyi +18 -0
  68. bpy/ops/paint/__init__.pyi +66 -0
  69. bpy/ops/preferences/__init__.pyi +2 -2
  70. bpy/ops/sculpt/__init__.pyi +126 -0
  71. bpy/props/__init__.pyi +16 -14
  72. bpy/types/__init__.pyi +269 -54
  73. bpy/utils/__init__.pyi +2 -2
  74. bpy_extras/anim_utils/__init__.pyi +4 -4
  75. bpy_extras/io_utils/__init__.pyi +4 -4
  76. bpy_extras/mesh_utils/__init__.pyi +4 -4
  77. bpy_extras/object_utils/__init__.pyi +8 -8
  78. bpy_types/__init__.pyi +12 -12
  79. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/RECORD +92 -89
  81. freestyle/shaders/__init__.pyi +2 -2
  82. freestyle/types/__init__.pyi +64 -56
  83. gpu/matrix/__init__.pyi +6 -6
  84. gpu/types/__init__.pyi +10 -8
  85. imbuf/__init__.pyi +2 -2
  86. mathutils/__init__.pyi +176 -137
  87. mathutils/bvhtree/__init__.pyi +4 -4
  88. mathutils/geometry/__init__.pyi +139 -139
  89. mathutils/kdtree/__init__.pyi +14 -10
  90. mathutils/noise/__init__.pyi +26 -26
  91. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/WHEEL +0 -0
  92. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/top_level.txt +0 -0
bmesh/utils/__init__.pyi CHANGED
@@ -61,7 +61,7 @@ def face_split(
61
61
  face: bmesh.types.BMFace,
62
62
  vert_a: bmesh.types.BMVert,
63
63
  vert_b: bmesh.types.BMVert,
64
- coords: list[float] = (),
64
+ coords: list[float] | None = (),
65
65
  use_exist: bool = True,
66
66
  example: bmesh.types.BMEdge = None,
67
67
  ) -> tuple[bmesh.types.BMFace, bmesh.types.BMLoop]:
@@ -74,7 +74,7 @@ def face_split(
74
74
  :param vert_b: Second vertex to cut in the face (face must contain the vert).
75
75
  :type vert_b: bmesh.types.BMVert
76
76
  :param coords: Optional argument to define points in between vert_a and vert_b.
77
- :type coords: list[float]
77
+ :type coords: list[float] | None
78
78
  :param use_exist: .Use an existing edge if it exists (Only used when coords argument is empty or omitted)
79
79
  :type use_exist: bool
80
80
  :param example: Newly created edge will copy settings from this one.
@@ -45,79 +45,79 @@ import bpy.types
45
45
 
46
46
  GenericType1 = typing.TypeVar("GenericType1")
47
47
  GenericType2 = typing.TypeVar("GenericType2")
48
- animation_playback_post: list[typing.Callable[[bpy.types.Scene, None]]]
48
+ animation_playback_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
49
49
  """ on ending animation playback
50
50
  """
51
51
 
52
- animation_playback_pre: list[typing.Callable[[bpy.types.Scene, None]]]
52
+ animation_playback_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
53
53
  """ on starting animation playback
54
54
  """
55
55
 
56
- annotation_post: list[typing.Callable[[bpy.types.Scene, None]]]
56
+ annotation_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
57
57
  """ on drawing an annotation (after)
58
58
  """
59
59
 
60
- annotation_pre: list[typing.Callable[[bpy.types.Scene, None]]]
60
+ annotation_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
61
61
  """ on drawing an annotation (before)
62
62
  """
63
63
 
64
- composite_cancel: list[typing.Callable[[bpy.types.Scene, None]]]
64
+ composite_cancel: list[collections.abc.Callable[[bpy.types.Scene, None]]]
65
65
  """ on a compositing background job (cancel)
66
66
  """
67
67
 
68
- composite_post: list[typing.Callable[[bpy.types.Scene, None]]]
68
+ composite_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
69
69
  """ on a compositing background job (after)
70
70
  """
71
71
 
72
- composite_pre: list[typing.Callable[[bpy.types.Scene, None]]]
72
+ composite_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
73
73
  """ on a compositing background job (before)
74
74
  """
75
75
 
76
- depsgraph_update_post: list[typing.Callable[[bpy.types.Scene, None]]]
76
+ depsgraph_update_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
77
77
  """ on depsgraph update (post)
78
78
  """
79
79
 
80
- depsgraph_update_pre: list[typing.Callable[[bpy.types.Scene, None]]]
80
+ depsgraph_update_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
81
81
  """ on depsgraph update (pre)
82
82
  """
83
83
 
84
- frame_change_post: list[typing.Callable[[bpy.types.Scene, None]]]
84
+ frame_change_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
85
85
  """ Called after frame change for playback and rendering, after the data has been evaluated for the new frame.
86
86
  """
87
87
 
88
- frame_change_pre: list[typing.Callable[[bpy.types.Scene, None]]]
88
+ frame_change_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
89
89
  """ Called after frame change for playback and rendering, before any data is evaluated for the new frame. This makes it possible to change data and relations (for example swap an object to another mesh) for the new frame. Note that this handler is not to be used as 'before the frame changes' event. The dependency graph is not available in this handler, as data and relations may have been altered and the dependency graph has not yet been updated for that.
90
90
  """
91
91
 
92
- load_factory_preferences_post: list[typing.Callable[[bpy.types.Scene, None]]]
92
+ load_factory_preferences_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
93
93
  """ on loading factory preferences (after)
94
94
  """
95
95
 
96
- load_factory_startup_post: list[typing.Callable[[bpy.types.Scene, None]]]
96
+ load_factory_startup_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
97
97
  """ on loading factory startup (after)
98
98
  """
99
99
 
100
- load_post: list[typing.Callable[[bpy.types.Scene, None]]]
100
+ load_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
101
101
  """ on loading a new blend file (after). Accepts one argument: the file being loaded, an empty string for the startup-file.
102
102
  """
103
103
 
104
- load_post_fail: list[typing.Callable[[bpy.types.Scene, None]]]
104
+ load_post_fail: list[collections.abc.Callable[[bpy.types.Scene, None]]]
105
105
  """ on failure to load a new blend file (after). Accepts one argument: the file being loaded, an empty string for the startup-file.
106
106
  """
107
107
 
108
- load_pre: list[typing.Callable[[bpy.types.Scene, None]]]
108
+ load_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
109
109
  """ on loading a new blend file (before).Accepts one argument: the file being loaded, an empty string for the startup-file.
110
110
  """
111
111
 
112
- object_bake_cancel: list[typing.Callable[[bpy.types.Scene, None]]]
112
+ object_bake_cancel: list[collections.abc.Callable[[bpy.types.Scene, None]]]
113
113
  """ on canceling a bake job; will be called in the main thread
114
114
  """
115
115
 
116
- object_bake_complete: list[typing.Callable[[bpy.types.Scene, None]]]
116
+ object_bake_complete: list[collections.abc.Callable[[bpy.types.Scene, None]]]
117
117
  """ on completing a bake job; will be called in the main thread
118
118
  """
119
119
 
120
- object_bake_pre: list[typing.Callable[[bpy.types.Scene, None]]]
120
+ object_bake_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
121
121
  """ before starting a bake job
122
122
  """
123
123
 
@@ -125,70 +125,70 @@ persistent: typing.Any
125
125
  """ Function decorator for callback functions not to be removed when loading new files
126
126
  """
127
127
 
128
- redo_post: list[typing.Callable[[bpy.types.Scene, None]]]
128
+ redo_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
129
129
  """ on loading a redo step (after)
130
130
  """
131
131
 
132
- redo_pre: list[typing.Callable[[bpy.types.Scene, None]]]
132
+ redo_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
133
133
  """ on loading a redo step (before)
134
134
  """
135
135
 
136
- render_cancel: list[typing.Callable[[bpy.types.Scene, None]]]
136
+ render_cancel: list[collections.abc.Callable[[bpy.types.Scene, None]]]
137
137
  """ on canceling a render job
138
138
  """
139
139
 
140
- render_complete: list[typing.Callable[[bpy.types.Scene, None]]]
140
+ render_complete: list[collections.abc.Callable[[bpy.types.Scene, None]]]
141
141
  """ on completion of render job
142
142
  """
143
143
 
144
- render_init: list[typing.Callable[[bpy.types.Scene, None]]]
144
+ render_init: list[collections.abc.Callable[[bpy.types.Scene, None]]]
145
145
  """ on initialization of a render job
146
146
  """
147
147
 
148
- render_post: list[typing.Callable[[bpy.types.Scene, None]]]
148
+ render_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
149
149
  """ on render (after)
150
150
  """
151
151
 
152
- render_pre: list[typing.Callable[[bpy.types.Scene, None]]]
152
+ render_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
153
153
  """ on render (before)
154
154
  """
155
155
 
156
- render_stats: list[typing.Callable[[bpy.types.Scene, None]]]
157
- """ on printing render statistics
156
+ render_stats: list[collections.abc.Callable[[bpy.types.Scene, None]]]
157
+ """ on printing render statistics. Accepts one argument: the render stats (render/saving time plus in background mode frame/used [peak] memory).
158
158
  """
159
159
 
160
- render_write: list[typing.Callable[[bpy.types.Scene, None]]]
160
+ render_write: list[collections.abc.Callable[[bpy.types.Scene, None]]]
161
161
  """ on writing a render frame (directly after the frame is written)
162
162
  """
163
163
 
164
- save_post: list[typing.Callable[[bpy.types.Scene, None]]]
164
+ save_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
165
165
  """ on saving a blend file (after). Accepts one argument: the file being saved, an empty string for the startup-file.
166
166
  """
167
167
 
168
- save_post_fail: list[typing.Callable[[bpy.types.Scene, None]]]
168
+ save_post_fail: list[collections.abc.Callable[[bpy.types.Scene, None]]]
169
169
  """ on failure to save a blend file (after). Accepts one argument: the file being saved, an empty string for the startup-file.
170
170
  """
171
171
 
172
- save_pre: list[typing.Callable[[bpy.types.Scene, None]]]
172
+ save_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
173
173
  """ on saving a blend file (before). Accepts one argument: the file being saved, an empty string for the startup-file.
174
174
  """
175
175
 
176
- translation_update_post: list[typing.Callable[[bpy.types.Scene, None]]]
176
+ translation_update_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
177
177
  """ on translation settings update
178
178
  """
179
179
 
180
- undo_post: list[typing.Callable[[bpy.types.Scene, None]]]
180
+ undo_post: list[collections.abc.Callable[[bpy.types.Scene, None]]]
181
181
  """ on loading an undo step (after)
182
182
  """
183
183
 
184
- undo_pre: list[typing.Callable[[bpy.types.Scene, None]]]
184
+ undo_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
185
185
  """ on loading an undo step (before)
186
186
  """
187
187
 
188
- version_update: list[typing.Callable[[bpy.types.Scene, None]]]
188
+ version_update: list[collections.abc.Callable[[bpy.types.Scene, None]]]
189
189
  """ on ending the versioning code
190
190
  """
191
191
 
192
- xr_session_start_pre: list[typing.Callable[[bpy.types.Scene, None]]]
192
+ xr_session_start_pre: list[collections.abc.Callable[[bpy.types.Scene, None]]]
193
193
  """ on starting an xr session (before)
194
194
  """
@@ -6,17 +6,17 @@ GenericType2 = typing.TypeVar("GenericType2")
6
6
 
7
7
  def new_triangles(
8
8
  range: tuple | None,
9
- coords: typing.Sequence[bytes] | None,
10
- colors: typing.Sequence[bytes] | None,
9
+ coords: collections.abc.Sequence[bytes] | None,
10
+ colors: collections.abc.Sequence[bytes] | None,
11
11
  ) -> int:
12
12
  """Create a new icon from triangle geometry.
13
13
 
14
14
  :param range: Pair of ints.
15
15
  :type range: tuple | None
16
16
  :param coords: Sequence of bytes (6 floats for one triangle) for (X, Y) coordinates.
17
- :type coords: typing.Sequence[bytes] | None
17
+ :type coords: collections.abc.Sequence[bytes] | None
18
18
  :param colors: Sequence of ints (12 for one triangles) for RGBA.
19
- :type colors: typing.Sequence[bytes] | None
19
+ :type colors: collections.abc.Sequence[bytes] | None
20
20
  :return: Unique icon value (pass to interface icon_value argument).
21
21
  :rtype: int
22
22
  """
@@ -36,18 +36,18 @@ import collections.abc
36
36
  GenericType1 = typing.TypeVar("GenericType1")
37
37
  GenericType2 = typing.TypeVar("GenericType2")
38
38
 
39
- def is_registered(function: typing.Callable[[], float]) -> bool:
39
+ def is_registered(function: collections.abc.Callable[[], float]) -> bool:
40
40
  """Check if this function is registered as a timer.
41
41
 
42
42
  :param function: Function to check.
43
- :type function: typing.Callable[[], float]
43
+ :type function: collections.abc.Callable[[], float]
44
44
  :return: True when this function is registered, otherwise False.
45
45
  :rtype: bool
46
46
  """
47
47
 
48
48
  ...
49
49
 
50
- def register(function: typing.Callable[[], float]):
50
+ def register(function: collections.abc.Callable[[], float]):
51
51
  """Add a new function that will be called after the specified amount of seconds.
52
52
  The function gets no arguments and is expected to return either None or a float.
53
53
  If None is returned, the timer will be unregistered.
@@ -55,16 +55,16 @@ def register(function: typing.Callable[[], float]):
55
55
  functools.partial can be used to assign some parameters.
56
56
 
57
57
  :param function: The function that should called.
58
- :type function: typing.Callable[[], float]
58
+ :type function: collections.abc.Callable[[], float]
59
59
  """
60
60
 
61
61
  ...
62
62
 
63
- def unregister(function: typing.Callable[[], float]):
63
+ def unregister(function: collections.abc.Callable[[], float]):
64
64
  """Unregister timer.
65
65
 
66
66
  :param function: Function to unregister.
67
- :type function: typing.Callable[[], float]
67
+ :type function: collections.abc.Callable[[], float]
68
68
  """
69
69
 
70
70
  ...
@@ -94,7 +94,7 @@ def extensions_show_for_update(
94
94
  execution_context: str | int | None = None,
95
95
  undo: bool | None = None,
96
96
  ):
97
- """Show add-on preferences
97
+ """Open extensions preferences
98
98
 
99
99
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
100
100
  :type execution_context: str | int | None
@@ -156,7 +156,7 @@ def pkg_install(
156
156
  enable_on_install: bool | typing.Any | None = True,
157
157
  url: str | typing.Any = "",
158
158
  ):
159
- """Undocumented, consider contributing.
159
+ """Download and install the extension
160
160
 
161
161
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
162
162
  :type execution_context: str | int | None
@@ -394,7 +394,7 @@ def pkg_upgrade_all(
394
394
  *,
395
395
  use_active_only: bool | typing.Any | None = False,
396
396
  ):
397
- """Undocumented, consider contributing.
397
+ """Upgrade all the extensions to their latest version for all the remote repositories
398
398
 
399
399
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
400
400
  :type execution_context: str | int | None
@@ -447,7 +447,7 @@ def repo_sync_all(
447
447
  *,
448
448
  use_active_only: bool | typing.Any | None = False,
449
449
  ):
450
- """Undocumented, consider contributing.
450
+ """Refresh the list of extensions for all the remote repositories
451
451
 
452
452
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
453
453
  :type execution_context: str | int | None
@@ -294,7 +294,7 @@ def import_as_mesh_planes(
294
294
  force_reload: bool | typing.Any | None = False,
295
295
  image_sequence: bool | typing.Any | None = False,
296
296
  offset: bool | typing.Any | None = True,
297
- offset_axis: str | None = "X+",
297
+ offset_axis: str | None = "+X",
298
298
  offset_amount: typing.Any | None = 0.1,
299
299
  align_axis: str | None = "CAM_AX",
300
300
  prev_align_axis: str | None = "NONE",
@@ -349,106 +349,106 @@ def import_as_mesh_planes(
349
349
  :type filter_movie: bool | typing.Any | None
350
350
  :param filter_folder: filter_folder
351
351
  :type filter_folder: bool | typing.Any | None
352
- :param force_reload: Force Reload, Force reloading of the image if already opened elsewhere in Blender
352
+ :param force_reload: Force Reload, Force reload the image if it is already opened elsewhere in Blender
353
353
  :type force_reload: bool | typing.Any | None
354
- :param image_sequence: Animate Image Sequences, Import sequentially numbered images as an animated image sequence instead of separate planes
354
+ :param image_sequence: Detect Image Sequences, Import sequentially numbered images as an animated image sequence instead of separate planes
355
355
  :type image_sequence: bool | typing.Any | None
356
- :param offset: Offset Planes, Offset Planes From Each Other
356
+ :param offset: Offset Planes, Offset planes from each other. If disabled, multiple planes will be created at the same location
357
357
  :type offset: bool | typing.Any | None
358
- :param offset_axis: Orientation, How planes are oriented relative to each others' local axis
358
+ :param offset_axis: Offset Direction, How planes are oriented relative to each others' local axis
359
359
 
360
- X+
361
- X+ -- Side by Side to the Left.
360
+ +X
361
+ +X -- Side by Side to the Left.
362
362
 
363
- Y+
364
- Y+ -- Side by Side, Downward.
363
+ +Y
364
+ +Y -- Side by Side, Downward.
365
365
 
366
- Z+
367
- Z+ -- Stacked Above.
366
+ +Z
367
+ +Z -- Stacked Above.
368
368
 
369
- X-
370
- X- -- Side by Side to the Right.
369
+ -X
370
+ -X -- Side by Side to the Right.
371
371
 
372
- Y-
373
- Y- -- Side by Side, Upward.
372
+ -Y
373
+ -Y -- Side by Side, Upward.
374
374
 
375
- Z-
376
- Z- -- Stacked Below.
375
+ -Z
376
+ -Z -- Stacked Below.
377
377
  :type offset_axis: str | None
378
- :param offset_amount: Offset, Space between planes
378
+ :param offset_amount: Offset Distance, Set distance between each plane
379
379
  :type offset_amount: typing.Any | None
380
380
  :param align_axis: Align, How to align the planes
381
381
 
382
- X+
383
- X+ -- Facing Positive X.
382
+ +X
383
+ +X -- Facing positive X.
384
384
 
385
- Y+
386
- Y+ -- Facing Positive Y.
385
+ +Y
386
+ +Y -- Facing positive Y.
387
387
 
388
- Z+
389
- Z+ (Up) -- Facing Positive Z.
388
+ +Z
389
+ +Z -- Facing positive Z.
390
390
 
391
- X-
392
- X- -- Facing Negative X.
391
+ -X
392
+ -X -- Facing negative X.
393
393
 
394
- Y-
395
- Y- -- Facing Negative Y.
394
+ -Y
395
+ -Y -- Facing negative Y.
396
396
 
397
- Z-
398
- Z- (Down) -- Facing Negative Z.
397
+ -Z
398
+ -Z -- Facing negative Z.
399
399
 
400
400
  CAM
401
- Face Camera -- Facing Camera.
401
+ Face Camera -- Facing camera.
402
402
 
403
403
  CAM_AX
404
- Main Axis -- Facing the Camera's dominant axis.
404
+ Camera's Main Axis -- Facing the camera's dominant axis.
405
405
  :type align_axis: str | None
406
406
  :param prev_align_axis: prev_align_axis
407
407
 
408
- X+
409
- X+ -- Facing Positive X.
408
+ +X
409
+ +X -- Facing positive X.
410
410
 
411
- Y+
412
- Y+ -- Facing Positive Y.
411
+ +Y
412
+ +Y -- Facing positive Y.
413
413
 
414
- Z+
415
- Z+ (Up) -- Facing Positive Z.
414
+ +Z
415
+ +Z -- Facing positive Z.
416
416
 
417
- X-
418
- X- -- Facing Negative X.
417
+ -X
418
+ -X -- Facing negative X.
419
419
 
420
- Y-
421
- Y- -- Facing Negative Y.
420
+ -Y
421
+ -Y -- Facing negative Y.
422
422
 
423
- Z-
424
- Z- (Down) -- Facing Negative Z.
423
+ -Z
424
+ -Z -- Facing negative Z.
425
425
 
426
426
  CAM
427
- Face Camera -- Facing Camera.
427
+ Face Camera -- Facing camera.
428
428
 
429
429
  CAM_AX
430
- Main Axis -- Facing the Camera's dominant axis.
430
+ Camera's Main Axis -- Facing the camera's dominant axis.
431
431
 
432
432
  NONE
433
433
  Undocumented.
434
434
  :type prev_align_axis: str | None
435
- :param align_track: Track Camera, Always face the camera
435
+ :param align_track: Track Camera, Add a constraint to make the planes track the camera
436
436
  :type align_track: bool | typing.Any | None
437
- :param size_mode: Size Mode, How the size of the plane is computed
437
+ :param size_mode: Size Mode, Method for computing the plane size
438
438
 
439
439
  ABSOLUTE
440
440
  Absolute -- Use absolute size.
441
441
 
442
442
  CAMERA
443
- Camera Relative -- Scale to the camera frame.
443
+ Scale to Camera Frame -- Scale to fit or fill the camera frame.
444
444
 
445
445
  DPI
446
- Dpi -- Use definition of the image as dots per inch.
446
+ Pixels per Inch -- Scale based on pixels per inch.
447
447
 
448
448
  DPBU
449
- Dots/BU -- Use definition of the image as dots per Blender Unit.
449
+ Pixels per Blender Unit -- Scale based on pixels per Blender Unit.
450
450
  :type size_mode: str | None
451
- :param fill_mode: Scale, How large in the camera frame is the plane
451
+ :param fill_mode: Scale, Method to scale the plane with the camera frame
452
452
 
453
453
  FILL
454
454
  Fill -- Fill camera frame, spilling outside the frame.
@@ -471,7 +471,7 @@ def import_as_mesh_planes(
471
471
  EMISSION
472
472
  Emit -- Emission Shader.
473
473
  :type shader: str | None
474
- :param emit_strength: Strength, Brightness of Emission Texture
474
+ :param emit_strength: Emission Strength, Strength of emission
475
475
  :type emit_strength: typing.Any | None
476
476
  :param use_transparency: Use Alpha, Use alpha channel for transparency
477
477
  :type use_transparency: bool | typing.Any | None
@@ -503,11 +503,11 @@ def import_as_mesh_planes(
503
503
  NONE
504
504
  None -- Material will cast no shadow.
505
505
  :type shadow_method: str | None
506
- :param use_backface_culling: Backface Culling, Use back face culling to hide the back side of faces
506
+ :param use_backface_culling: Backface Culling, Use backface culling to hide the back side of faces
507
507
  :type use_backface_culling: bool | typing.Any | None
508
508
  :param show_transparent_back: Show Backface, Render multiple transparent layers (may introduce transparency sorting problems)
509
509
  :type show_transparent_back: bool | typing.Any | None
510
- :param overwrite_material: Overwrite Material, Overwrite existing Material (based on material name)
510
+ :param overwrite_material: Overwrite Material, Overwrite existing material with the same name
511
511
  :type overwrite_material: bool | typing.Any | None
512
512
  :param interpolation: Interpolation, Texture interpolation
513
513
 
bpy/ops/node/__init__.pyi CHANGED
@@ -548,6 +548,24 @@ def collapse_hide_unused_toggle(
548
548
 
549
549
  ...
550
550
 
551
+ def connect_to_output(
552
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
553
+ execution_context: str | int | None = None,
554
+ undo: bool | None = None,
555
+ *,
556
+ run_in_geometry_nodes: bool | typing.Any | None = True,
557
+ ):
558
+ """Connect active node to the active output node of the node tree
559
+
560
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
561
+ :type execution_context: str | int | None
562
+ :type undo: bool | None
563
+ :param run_in_geometry_nodes: Run in Geometry Nodes Editor
564
+ :type run_in_geometry_nodes: bool | typing.Any | None
565
+ """
566
+
567
+ ...
568
+
551
569
  def cryptomatte_layer_add(
552
570
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
553
571
  execution_context: str | int | None = None,
@@ -753,6 +753,42 @@ def mask_line_gesture(
753
753
 
754
754
  ...
755
755
 
756
+ def mask_polyline_gesture(
757
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
758
+ execution_context: str | int | None = None,
759
+ undo: bool | None = None,
760
+ *,
761
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
762
+ use_front_faces_only: bool | typing.Any | None = False,
763
+ mode: str | None = "VALUE",
764
+ value: typing.Any | None = 1.0,
765
+ ):
766
+ """Mask within a shape defined by the cursor
767
+
768
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
769
+ :type execution_context: str | int | None
770
+ :type undo: bool | None
771
+ :param path: Path
772
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
773
+ :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
774
+ :type use_front_faces_only: bool | typing.Any | None
775
+ :param mode: Mode
776
+
777
+ VALUE
778
+ Value -- Set mask to the level specified by the 'value' property.
779
+
780
+ VALUE_INVERSE
781
+ Value Inverted -- Set mask to the level specified by the inverted 'value' property.
782
+
783
+ INVERT
784
+ Invert -- Invert the mask.
785
+ :type mode: str | None
786
+ :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
787
+ :type value: typing.Any | None
788
+ """
789
+
790
+ ...
791
+
756
792
  def project_image(
757
793
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
758
794
  execution_context: str | int | None = None,
@@ -1147,6 +1183,36 @@ def vertex_paint_toggle(
1147
1183
 
1148
1184
  ...
1149
1185
 
1186
+ def visibility_filter(
1187
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1188
+ execution_context: str | int | None = None,
1189
+ undo: bool | None = None,
1190
+ *,
1191
+ action: str | None = "GROW",
1192
+ iterations: typing.Any | None = 1,
1193
+ auto_iteration_count: bool | typing.Any | None = True,
1194
+ ):
1195
+ """Edit the visibility of the current mesh
1196
+
1197
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1198
+ :type execution_context: str | int | None
1199
+ :type undo: bool | None
1200
+ :param action: Action
1201
+
1202
+ GROW
1203
+ Grow Visibility -- Grow the visibility by one face based on mesh topology.
1204
+
1205
+ SHRINK
1206
+ Shrink Visibility -- Shrink the visibility by one face based on mesh topology.
1207
+ :type action: str | None
1208
+ :param iterations: Iterations, Number of times that the filter is going to be applied
1209
+ :type iterations: typing.Any | None
1210
+ :param auto_iteration_count: Auto Iteration Count, Use an automatic number of iterations based on the number of vertices of the sculpt
1211
+ :type auto_iteration_count: bool | typing.Any | None
1212
+ """
1213
+
1214
+ ...
1215
+
1150
1216
  def visibility_invert(
1151
1217
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1152
1218
  execution_context: str | int | None = None,
@@ -420,7 +420,7 @@ def extension_repo_sync(
420
420
  execution_context: str | int | None = None,
421
421
  undo: bool | None = None,
422
422
  ):
423
- """Synchronize the active extension repository with its remote URL
423
+ """Refresh the list of extensions for the active repository
424
424
 
425
425
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
426
  :type execution_context: str | int | None
@@ -434,7 +434,7 @@ def extension_repo_upgrade(
434
434
  execution_context: str | int | None = None,
435
435
  undo: bool | None = None,
436
436
  ):
437
- """Update any outdated extensions for the active extension repository
437
+ """Upgrade all the extensions to their latest version for the active repository
438
438
 
439
439
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
440
440
  :type execution_context: str | int | None