fake-bpy-module-latest 20251003__py3-none-any.whl → 20260113__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +42 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -3
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +29 -2
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +54 -0
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +54 -52
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +4 -1
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +7912 -3664
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +9 -0
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +3 -2
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
bpy/app/__init__.pyi
CHANGED
|
@@ -22,11 +22,13 @@ from . import icons as icons
|
|
|
22
22
|
from . import timers as timers
|
|
23
23
|
from . import translations as translations
|
|
24
24
|
|
|
25
|
-
def help_text(*, all: bool | None = False) ->
|
|
25
|
+
def help_text(*, all: bool | None = False) -> str:
|
|
26
26
|
"""Return the help text as a string.
|
|
27
27
|
|
|
28
28
|
:param all: Return all arguments, even those which arent available for the current platform.
|
|
29
29
|
:type all: bool | None
|
|
30
|
+
:return: Help text.
|
|
31
|
+
:rtype: str
|
|
30
32
|
"""
|
|
31
33
|
|
|
32
34
|
def is_job_running(job_type: bpy.stub_internal.rna_enums.WmJobTypeItems) -> bool:
|
|
@@ -49,19 +51,19 @@ alembic: typing.Any
|
|
|
49
51
|
""" Constant value bpy.app.alembic(supported=True, version=(1, 8, 3), version_string= 1, 8, 3)
|
|
50
52
|
"""
|
|
51
53
|
|
|
52
|
-
autoexec_fail:
|
|
53
|
-
"""
|
|
54
|
+
autoexec_fail: bool
|
|
55
|
+
""" Boolean, True when auto-execution of scripts failed (read-only).
|
|
54
56
|
"""
|
|
55
57
|
|
|
56
|
-
autoexec_fail_message:
|
|
57
|
-
"""
|
|
58
|
+
autoexec_fail_message: str
|
|
59
|
+
""" String, message describing the auto-execution failure (read-only).
|
|
58
60
|
"""
|
|
59
61
|
|
|
60
|
-
autoexec_fail_quiet:
|
|
61
|
-
"""
|
|
62
|
+
autoexec_fail_quiet: bool
|
|
63
|
+
""" Boolean, True when auto-execution failure should be quiet, set after the warning is shown once for the current blend file (read-only).
|
|
62
64
|
"""
|
|
63
65
|
|
|
64
|
-
background:
|
|
66
|
+
background: bool
|
|
65
67
|
""" Boolean, True when blender is running without a user interface (started with -b)
|
|
66
68
|
"""
|
|
67
69
|
|
|
@@ -69,39 +71,39 @@ binary_path: str
|
|
|
69
71
|
""" The location of Blenders executable, useful for utilities that open new instances. Read-only unless Blender is built as a Python module - in this case the value is an empty string which script authors may point to a Blender binary.
|
|
70
72
|
"""
|
|
71
73
|
|
|
72
|
-
build_branch:
|
|
74
|
+
build_branch: bytes
|
|
73
75
|
""" The branch this blender instance was built from
|
|
74
76
|
"""
|
|
75
77
|
|
|
76
|
-
build_cflags:
|
|
78
|
+
build_cflags: bytes
|
|
77
79
|
""" C compiler flags
|
|
78
80
|
"""
|
|
79
81
|
|
|
80
|
-
build_commit_date:
|
|
82
|
+
build_commit_date: bytes
|
|
81
83
|
""" The date of commit this blender instance was built
|
|
82
84
|
"""
|
|
83
85
|
|
|
84
|
-
build_commit_time:
|
|
86
|
+
build_commit_time: bytes
|
|
85
87
|
""" The time of commit this blender instance was built
|
|
86
88
|
"""
|
|
87
89
|
|
|
88
|
-
build_commit_timestamp:
|
|
90
|
+
build_commit_timestamp: int
|
|
89
91
|
""" The unix timestamp of commit this blender instance was built
|
|
90
92
|
"""
|
|
91
93
|
|
|
92
|
-
build_cxxflags:
|
|
94
|
+
build_cxxflags: bytes
|
|
93
95
|
""" C++ compiler flags
|
|
94
96
|
"""
|
|
95
97
|
|
|
96
|
-
build_date:
|
|
98
|
+
build_date: bytes
|
|
97
99
|
""" The date this blender instance was built
|
|
98
100
|
"""
|
|
99
101
|
|
|
100
|
-
build_hash:
|
|
102
|
+
build_hash: bytes
|
|
101
103
|
""" The commit hash this blender instance was built with
|
|
102
104
|
"""
|
|
103
105
|
|
|
104
|
-
build_linkflags:
|
|
106
|
+
build_linkflags: bytes
|
|
105
107
|
""" Binary linking flags
|
|
106
108
|
"""
|
|
107
109
|
|
|
@@ -109,95 +111,95 @@ build_options: typing.Any
|
|
|
109
111
|
""" Constant value bpy.app.build_options(bullet=True, codec_avi=False, codec_ffmpeg=True, codec_sndfile=True, compositor_cpu=True, cycles=True, cycles_osl=True, freestyle=True, image_cineon=True, image_dds=True, image_hdr=True, image_openexr=True, image_openjpeg=True, image_tiff=True, image_webp=True, input_ndof=True, audaspace=True, international=True, openal=True, opensubdiv=True, sdl=False, coreaudio=False, jack=False, pulseaudio=False, wasapi=False, libmv=True, mod_oceansim=True, mod_remesh=True, io_wavefront_obj=True, io_ply=True, io_stl=True, io_fbx=True, io_gpencil=True, opencolorio=True, openmp=False, openvdb=True, alembic=True, usd=True, fluid=True, xr_openxr=True, potrace=True, pugixml=True, haru=True, experimental_features=True)
|
|
110
112
|
"""
|
|
111
113
|
|
|
112
|
-
build_platform:
|
|
114
|
+
build_platform: bytes
|
|
113
115
|
""" The platform this blender instance was built for
|
|
114
116
|
"""
|
|
115
117
|
|
|
116
|
-
build_system:
|
|
118
|
+
build_system: bytes
|
|
117
119
|
""" Build system used
|
|
118
120
|
"""
|
|
119
121
|
|
|
120
|
-
build_time:
|
|
122
|
+
build_time: bytes
|
|
121
123
|
""" The time this blender instance was built
|
|
122
124
|
"""
|
|
123
125
|
|
|
124
|
-
build_type:
|
|
126
|
+
build_type: bytes
|
|
125
127
|
""" The type of build (Release, Debug)
|
|
126
128
|
"""
|
|
127
129
|
|
|
128
|
-
debug:
|
|
130
|
+
debug: bool
|
|
129
131
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
130
132
|
"""
|
|
131
133
|
|
|
132
|
-
debug_depsgraph:
|
|
134
|
+
debug_depsgraph: bool
|
|
133
135
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
134
136
|
"""
|
|
135
137
|
|
|
136
|
-
debug_depsgraph_build:
|
|
138
|
+
debug_depsgraph_build: bool
|
|
137
139
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
138
140
|
"""
|
|
139
141
|
|
|
140
|
-
debug_depsgraph_eval:
|
|
142
|
+
debug_depsgraph_eval: bool
|
|
141
143
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
142
144
|
"""
|
|
143
145
|
|
|
144
|
-
debug_depsgraph_pretty:
|
|
146
|
+
debug_depsgraph_pretty: bool
|
|
145
147
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
146
148
|
"""
|
|
147
149
|
|
|
148
|
-
debug_depsgraph_tag:
|
|
150
|
+
debug_depsgraph_tag: bool
|
|
149
151
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
150
152
|
"""
|
|
151
153
|
|
|
152
|
-
debug_depsgraph_time:
|
|
154
|
+
debug_depsgraph_time: bool
|
|
153
155
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
154
156
|
"""
|
|
155
157
|
|
|
156
|
-
debug_events:
|
|
158
|
+
debug_events: bool
|
|
157
159
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
158
160
|
"""
|
|
159
161
|
|
|
160
|
-
debug_freestyle:
|
|
162
|
+
debug_freestyle: bool
|
|
161
163
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
162
164
|
"""
|
|
163
165
|
|
|
164
|
-
debug_handlers:
|
|
166
|
+
debug_handlers: bool
|
|
165
167
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
166
168
|
"""
|
|
167
169
|
|
|
168
|
-
debug_io:
|
|
170
|
+
debug_io: bool
|
|
169
171
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
170
172
|
"""
|
|
171
173
|
|
|
172
|
-
debug_python:
|
|
174
|
+
debug_python: bool
|
|
173
175
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
174
176
|
"""
|
|
175
177
|
|
|
176
|
-
debug_simdata:
|
|
178
|
+
debug_simdata: bool
|
|
177
179
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
178
180
|
"""
|
|
179
181
|
|
|
180
|
-
debug_value:
|
|
182
|
+
debug_value: int
|
|
181
183
|
""" Short, number which can be set to non-zero values for testing purposes.
|
|
182
184
|
"""
|
|
183
185
|
|
|
184
|
-
debug_wm:
|
|
186
|
+
debug_wm: bool
|
|
185
187
|
""" Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
|
|
186
188
|
"""
|
|
187
189
|
|
|
188
|
-
driver_namespace: typing.Any
|
|
190
|
+
driver_namespace: dict[str, typing.Any]
|
|
189
191
|
""" Dictionary for drivers namespace, editable in-place, reset on file load (read-only).
|
|
190
192
|
"""
|
|
191
193
|
|
|
192
|
-
factory_startup:
|
|
193
|
-
""" Boolean, True when blender is running with --factory-startup
|
|
194
|
+
factory_startup: bool
|
|
195
|
+
""" Boolean, True when blender is running with --factory-startup
|
|
194
196
|
"""
|
|
195
197
|
|
|
196
198
|
ffmpeg: typing.Any
|
|
197
199
|
""" Constant value bpy.app.ffmpeg(supported=True, avcodec_version=(61, 19, 101), avcodec_version_string=61, 19, 101, avdevice_version=(61, 3, 100), avdevice_version_string=61, 3, 100, avformat_version=(61, 7, 100), avformat_version_string=61, 7, 100, avutil_version=(59, 39, 100), avutil_version_string=59, 39, 100, swscale_version=(8, 3, 100), swscale_version_string= 8, 3, 100)
|
|
198
200
|
"""
|
|
199
201
|
|
|
200
|
-
module:
|
|
202
|
+
module: bool
|
|
201
203
|
""" Boolean, True when running Blender as a python module
|
|
202
204
|
"""
|
|
203
205
|
|
|
@@ -209,11 +211,11 @@ oiio: typing.Any
|
|
|
209
211
|
""" Constant value bpy.app.oiio(supported=True, version=(3, 0, 9), version_string= 3, 0, 9)
|
|
210
212
|
"""
|
|
211
213
|
|
|
212
|
-
online_access:
|
|
214
|
+
online_access: bool
|
|
213
215
|
""" Boolean, true when internet access is allowed by Blender & 3rd party scripts (read-only).
|
|
214
216
|
"""
|
|
215
217
|
|
|
216
|
-
online_access_override:
|
|
218
|
+
online_access_override: bool
|
|
217
219
|
""" Boolean, true when internet access preference is overridden by the command line (read-only).
|
|
218
220
|
"""
|
|
219
221
|
|
|
@@ -225,19 +227,19 @@ openvdb: typing.Any
|
|
|
225
227
|
""" Constant value bpy.app.openvdb(supported=True, version=(12, 0, 0), version_string=12, 0, 0)
|
|
226
228
|
"""
|
|
227
229
|
|
|
228
|
-
portable:
|
|
230
|
+
portable: bool
|
|
229
231
|
""" Boolean, True unless blender was built to reference absolute paths (on UNIX).
|
|
230
232
|
"""
|
|
231
233
|
|
|
232
|
-
python_args:
|
|
234
|
+
python_args: tuple[str, ...]
|
|
233
235
|
""" Leading arguments to use when calling Python directly (via sys.executable). These arguments match settings Blender uses to ensure Python runs with a compatible environment (read-only).
|
|
234
236
|
"""
|
|
235
237
|
|
|
236
|
-
render_icon_size:
|
|
238
|
+
render_icon_size: int
|
|
237
239
|
""" Reference size for icon/preview renders (read-only).
|
|
238
240
|
"""
|
|
239
241
|
|
|
240
|
-
render_preview_size:
|
|
242
|
+
render_preview_size: int
|
|
241
243
|
""" Reference size for icon/preview renders (read-only).
|
|
242
244
|
"""
|
|
243
245
|
|
|
@@ -245,7 +247,7 @@ sdl: typing.Any
|
|
|
245
247
|
""" Constant value bpy.app.sdl(supported=False, version=(0, 0, 0), version_string=Unknown)
|
|
246
248
|
"""
|
|
247
249
|
|
|
248
|
-
tempdir:
|
|
250
|
+
tempdir: str
|
|
249
251
|
""" String, the temp directory used by blender (read-only).
|
|
250
252
|
"""
|
|
251
253
|
|
|
@@ -253,11 +255,11 @@ usd: typing.Any
|
|
|
253
255
|
""" Constant value bpy.app.usd(supported=True, version=(0, 25, 8), version_string= 0, 25, 8)
|
|
254
256
|
"""
|
|
255
257
|
|
|
256
|
-
use_event_simulate:
|
|
258
|
+
use_event_simulate: bool
|
|
257
259
|
""" Boolean, for application behavior (started with --enable-* matching this attribute name)
|
|
258
260
|
"""
|
|
259
261
|
|
|
260
|
-
use_userpref_skip_save_on_exit:
|
|
262
|
+
use_userpref_skip_save_on_exit: bool
|
|
261
263
|
""" Boolean, for application behavior (started with --enable-* matching this attribute name)
|
|
262
264
|
"""
|
|
263
265
|
|
|
@@ -265,14 +267,14 @@ version: tuple[int, int, int]
|
|
|
265
267
|
""" The Blender version as a tuple of 3 numbers (major, minor, micro). eg. (4, 3, 1)
|
|
266
268
|
"""
|
|
267
269
|
|
|
268
|
-
version_cycle:
|
|
270
|
+
version_cycle: str
|
|
269
271
|
""" The release status of this build alpha/beta/rc/release
|
|
270
272
|
"""
|
|
271
273
|
|
|
272
|
-
version_file:
|
|
274
|
+
version_file: tuple[int, int, int]
|
|
273
275
|
""" The Blender File version, as a tuple of 3 numbers (major, minor, file sub-version), that will be used to save a .blend file. The last item in this tuple indicates the file sub-version, which is different from the release micro version (the last item of the bpy.app.version tuple). The file sub-version can be incremented multiple times while a Blender version is under development. This value is, and should be, used for handling compatibility changes between Blender versions
|
|
274
276
|
"""
|
|
275
277
|
|
|
276
|
-
version_string:
|
|
278
|
+
version_string: str
|
|
277
279
|
""" The Blender version formatted as a string
|
|
278
280
|
"""
|
|
@@ -148,7 +148,7 @@ def unregister(module_name: str | None) -> None:
|
|
|
148
148
|
"""
|
|
149
149
|
|
|
150
150
|
contexts: typing.Any
|
|
151
|
-
""" Constant value bpy.app.translations.contexts(default_real=None, default=*, operator_default=Operator, ui_events_keymaps=UI_Events_KeyMaps, plural=Plural, id_action=Action, id_armature=Armature, no_translation=Do not translate, id_brush=Brush, id_cachefile=CacheFile, id_camera=Camera, id_collection=Collection, id_curves=Curves, id_curve=Curve, id_fs_linestyle=FreestyleLineStyle, id_gpencil=GPencil, id_id=ID, id_image=Image, id_lattice=Lattice, id_library=Library, id_light=Light, id_lightprobe=LightProbe, id_mask=Mask, id_material=Material, id_mesh=Mesh, id_metaball=Metaball, id_movieclip=MovieClip, id_nodetree=NodeTree, id_object=Object, id_paintcurve=PaintCurve, id_palette=Palette, id_particlesettings=ParticleSettings, id_pointcloud=PointCloud, id_scene=Scene, id_screen=Screen, id_sequence=Sequence, id_shapekey=Key, id_simulation=Simulation, id_sound=Sound, id_speaker=Speaker, id_text=Text, id_texture=Texture, id_vfont=VFont, id_volume=Volume, id_windowmanager=WindowManager, id_workspace=WorkSpace, id_world=World, editor_filebrowser=File browser, editor_python_console=Python console, editor_preferences=Preferences, editor_view3d=View3D, amount=Amount, color=Color, constraint=Constraint, modifier=Modifier, navigation=Navigation, render_layer=Render Layer, time=Time, unit=Unit)
|
|
151
|
+
""" Constant value bpy.app.translations.contexts(default_real=None, default=*, operator_default=Operator, ui_events_keymaps=UI_Events_KeyMaps, plural=Plural, countable=Countable, id_action=Action, id_armature=Armature, no_translation=Do not translate, id_brush=Brush, id_cachefile=CacheFile, id_camera=Camera, id_collection=Collection, id_curves=Curves, id_curve=Curve, id_fs_linestyle=FreestyleLineStyle, id_gpencil=GPencil, id_id=ID, id_image=Image, id_lattice=Lattice, id_library=Library, id_light=Light, id_lightprobe=LightProbe, id_mask=Mask, id_material=Material, id_mesh=Mesh, id_metaball=Metaball, id_movieclip=MovieClip, id_nodetree=NodeTree, id_object=Object, id_paintcurve=PaintCurve, id_palette=Palette, id_particlesettings=ParticleSettings, id_pointcloud=PointCloud, id_scene=Scene, id_screen=Screen, id_sequence=Sequence, id_shapekey=Key, id_simulation=Simulation, id_sound=Sound, id_speaker=Speaker, id_text=Text, id_texture=Texture, id_vfont=VFont, id_volume=Volume, id_windowmanager=WindowManager, id_workspace=WorkSpace, id_world=World, editor_filebrowser=File browser, editor_python_console=Python console, editor_preferences=Preferences, editor_view3d=View3D, amount=Amount, color=Color, constraint=Constraint, modifier=Modifier, navigation=Navigation, render_layer=Render Layer, time=Time, unit=Unit)
|
|
152
152
|
"""
|
|
153
153
|
|
|
154
154
|
contexts_C_to_py: typing.Any
|
bpy/ops/anim/__init__.pyi
CHANGED
|
@@ -11,6 +11,7 @@ def change_frame(
|
|
|
11
11
|
frame: float | None = 0.0,
|
|
12
12
|
snap: bool | None = False,
|
|
13
13
|
seq_solo_preview: bool | None = False,
|
|
14
|
+
pass_through_on_strip_handles: bool | None = False,
|
|
14
15
|
) -> None:
|
|
15
16
|
"""Interactively change the current frame number
|
|
16
17
|
|
|
@@ -22,6 +23,8 @@ def change_frame(
|
|
|
22
23
|
:type snap: bool | None
|
|
23
24
|
:param seq_solo_preview: Strip Preview
|
|
24
25
|
:type seq_solo_preview: bool | None
|
|
26
|
+
:param pass_through_on_strip_handles: Pass Through on Strip Handles, Allow another operator to operate on strip handles
|
|
27
|
+
:type pass_through_on_strip_handles: bool | None
|
|
25
28
|
"""
|
|
26
29
|
|
|
27
30
|
def channel_select_keys(
|
|
@@ -62,6 +65,7 @@ def channels_bake(
|
|
|
62
65
|
undo: bool | None = None,
|
|
63
66
|
/,
|
|
64
67
|
*,
|
|
68
|
+
use_scene_range: bool | None = True,
|
|
65
69
|
range: collections.abc.Iterable[int] | None = (0, 0),
|
|
66
70
|
step: float | None = 1.0,
|
|
67
71
|
remove_outside_range: bool | None = False,
|
|
@@ -72,7 +76,9 @@ def channels_bake(
|
|
|
72
76
|
|
|
73
77
|
:type execution_context: int | str | None
|
|
74
78
|
:type undo: bool | None
|
|
75
|
-
:param
|
|
79
|
+
:param use_scene_range: Use Scene Range, If enabled, the scene start and end frame will be used to determine the bake range
|
|
80
|
+
:type use_scene_range: bool | None
|
|
81
|
+
:param range: Frame Range, The custom range in which to create new keys. Only used when not using the scene range
|
|
76
82
|
:type range: collections.abc.Iterable[int] | None
|
|
77
83
|
:param step: Frame Step, At which interval to add keys
|
|
78
84
|
:type step: float | None
|
|
@@ -405,17 +411,6 @@ def clear_useless_actions(
|
|
|
405
411
|
:type only_unused: bool | None
|
|
406
412
|
"""
|
|
407
413
|
|
|
408
|
-
def convert_legacy_action(
|
|
409
|
-
execution_context: int | str | None = None,
|
|
410
|
-
undo: bool | None = None,
|
|
411
|
-
/,
|
|
412
|
-
) -> None:
|
|
413
|
-
"""Convert a legacy Action to a layered Action on the active object
|
|
414
|
-
|
|
415
|
-
:type execution_context: int | str | None
|
|
416
|
-
:type undo: bool | None
|
|
417
|
-
"""
|
|
418
|
-
|
|
419
414
|
def copy_driver_button(
|
|
420
415
|
execution_context: int | str | None = None,
|
|
421
416
|
undo: bool | None = None,
|
|
@@ -930,6 +925,17 @@ def update_animated_transform_constraints(
|
|
|
930
925
|
:type use_convert_to_radians: bool | None
|
|
931
926
|
"""
|
|
932
927
|
|
|
928
|
+
def version_bone_hide_property(
|
|
929
|
+
execution_context: int | str | None = None,
|
|
930
|
+
undo: bool | None = None,
|
|
931
|
+
/,
|
|
932
|
+
) -> None:
|
|
933
|
+
"""Moves any F-Curves for the hide property of selected armatures into the action of the object. This will only operate on the first layer and strip of the action
|
|
934
|
+
|
|
935
|
+
:type execution_context: int | str | None
|
|
936
|
+
:type undo: bool | None
|
|
937
|
+
"""
|
|
938
|
+
|
|
933
939
|
def view_curve_in_graph_editor(
|
|
934
940
|
execution_context: int | str | None = None,
|
|
935
941
|
undo: bool | None = None,
|
bpy/ops/armature/__init__.pyi
CHANGED
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -340,7 +340,7 @@ def pen(
|
|
|
340
340
|
select_point: bool | None = False,
|
|
341
341
|
move_point: bool | None = False,
|
|
342
342
|
cycle_handle_type: bool | None = False,
|
|
343
|
-
|
|
343
|
+
size: float | None = 0.01,
|
|
344
344
|
) -> None:
|
|
345
345
|
"""Construct and edit Bézier curves
|
|
346
346
|
|
|
@@ -372,8 +372,8 @@ def pen(
|
|
|
372
372
|
:type move_point: bool | None
|
|
373
373
|
:param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
|
|
374
374
|
:type cycle_handle_type: bool | None
|
|
375
|
-
:param
|
|
376
|
-
:type
|
|
375
|
+
:param size: Size, Diameter of new points
|
|
376
|
+
:type size: float | None
|
|
377
377
|
"""
|
|
378
378
|
|
|
379
379
|
def sculptmode_toggle(
|
bpy/ops/export_anim/__init__.pyi
CHANGED
|
@@ -17,6 +17,7 @@ def bvh(
|
|
|
17
17
|
rotate_mode: typing.Literal["NATIVE", "XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"]
|
|
18
18
|
| None = "NATIVE",
|
|
19
19
|
root_transform_only: bool | None = False,
|
|
20
|
+
sort_children_by_names: bool | None = False,
|
|
20
21
|
) -> None:
|
|
21
22
|
"""Save a BVH motion capture file from an armature
|
|
22
23
|
|
|
@@ -59,4 +60,6 @@ def bvh(
|
|
|
59
60
|
:type rotate_mode: typing.Literal['NATIVE','XYZ','XZY','YXZ','YZX','ZXY','ZYX'] | None
|
|
60
61
|
:param root_transform_only: Root Translation Only, Only write out translation channels for the root bone
|
|
61
62
|
:type root_transform_only: bool | None
|
|
63
|
+
:param sort_children_by_names: Sort Children By Name, Sort the children of each bone alphabetically
|
|
64
|
+
:type sort_children_by_names: bool | None
|
|
62
65
|
"""
|
|
@@ -120,7 +120,7 @@ def fbx(
|
|
|
120
120
|
Mesh.
|
|
121
121
|
|
|
122
122
|
OTHER
|
|
123
|
-
Other -- Other geometry types, like curve,
|
|
123
|
+
Other -- Other geometry types, like curve, meta-ball, etc. (converted to meshes).
|
|
124
124
|
:type object_types: set[typing.Literal['EMPTY','CAMERA','LIGHT','ARMATURE','MESH','OTHER']] | None
|
|
125
125
|
:param use_mesh_modifiers: Apply Modifiers, Apply modifiers to mesh objects (except Armature ones) - WARNING: prevents exporting shape keys
|
|
126
126
|
:type use_mesh_modifiers: bool | None
|
bpy/ops/geometry/__init__.pyi
CHANGED
|
@@ -138,89 +138,6 @@ def color_attribute_render_set(
|
|
|
138
138
|
:type name: str
|
|
139
139
|
"""
|
|
140
140
|
|
|
141
|
-
def execute_node_group(
|
|
142
|
-
execution_context: int | str | None = None,
|
|
143
|
-
undo: bool | None = None,
|
|
144
|
-
/,
|
|
145
|
-
*,
|
|
146
|
-
asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
|
|
147
|
-
| None = "LOCAL",
|
|
148
|
-
asset_library_identifier: str = "",
|
|
149
|
-
relative_asset_identifier: str = "",
|
|
150
|
-
name: str = "",
|
|
151
|
-
session_uid: int | None = 0,
|
|
152
|
-
mouse_position: collections.abc.Iterable[int] | None = (0, 0),
|
|
153
|
-
region_size: collections.abc.Iterable[int] | None = (0, 0),
|
|
154
|
-
cursor_position: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0),
|
|
155
|
-
cursor_rotation: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 0.0),
|
|
156
|
-
viewport_projection_matrix: collections.abc.Iterable[float] | None = (
|
|
157
|
-
0.0,
|
|
158
|
-
0.0,
|
|
159
|
-
0.0,
|
|
160
|
-
0.0,
|
|
161
|
-
0.0,
|
|
162
|
-
0.0,
|
|
163
|
-
0.0,
|
|
164
|
-
0.0,
|
|
165
|
-
0.0,
|
|
166
|
-
0.0,
|
|
167
|
-
0.0,
|
|
168
|
-
0.0,
|
|
169
|
-
0.0,
|
|
170
|
-
0.0,
|
|
171
|
-
0.0,
|
|
172
|
-
0.0,
|
|
173
|
-
),
|
|
174
|
-
viewport_view_matrix: collections.abc.Iterable[float] | None = (
|
|
175
|
-
0.0,
|
|
176
|
-
0.0,
|
|
177
|
-
0.0,
|
|
178
|
-
0.0,
|
|
179
|
-
0.0,
|
|
180
|
-
0.0,
|
|
181
|
-
0.0,
|
|
182
|
-
0.0,
|
|
183
|
-
0.0,
|
|
184
|
-
0.0,
|
|
185
|
-
0.0,
|
|
186
|
-
0.0,
|
|
187
|
-
0.0,
|
|
188
|
-
0.0,
|
|
189
|
-
0.0,
|
|
190
|
-
0.0,
|
|
191
|
-
),
|
|
192
|
-
viewport_is_perspective: bool | None = False,
|
|
193
|
-
) -> None:
|
|
194
|
-
"""Execute a node group on geometry
|
|
195
|
-
|
|
196
|
-
:type execution_context: int | str | None
|
|
197
|
-
:type undo: bool | None
|
|
198
|
-
:param asset_library_type: Asset Library Type
|
|
199
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
200
|
-
:param asset_library_identifier: Asset Library Identifier
|
|
201
|
-
:type asset_library_identifier: str
|
|
202
|
-
:param relative_asset_identifier: Relative Asset Identifier
|
|
203
|
-
:type relative_asset_identifier: str
|
|
204
|
-
:param name: Name, Name of the data-block to use by the operator
|
|
205
|
-
:type name: str
|
|
206
|
-
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
207
|
-
:type session_uid: int | None
|
|
208
|
-
:param mouse_position: Mouse Position, Mouse coordinates in region space
|
|
209
|
-
:type mouse_position: collections.abc.Iterable[int] | None
|
|
210
|
-
:param region_size: Region Size
|
|
211
|
-
:type region_size: collections.abc.Iterable[int] | None
|
|
212
|
-
:param cursor_position: 3D Cursor Position
|
|
213
|
-
:type cursor_position: collections.abc.Iterable[float] | None
|
|
214
|
-
:param cursor_rotation: 3D Cursor Rotation
|
|
215
|
-
:type cursor_rotation: collections.abc.Iterable[float] | None
|
|
216
|
-
:param viewport_projection_matrix: Viewport Projection Transform
|
|
217
|
-
:type viewport_projection_matrix: collections.abc.Iterable[float] | None
|
|
218
|
-
:param viewport_view_matrix: Viewport View Transform
|
|
219
|
-
:type viewport_view_matrix: collections.abc.Iterable[float] | None
|
|
220
|
-
:param viewport_is_perspective: Viewport Is Perspective
|
|
221
|
-
:type viewport_is_perspective: bool | None
|
|
222
|
-
"""
|
|
223
|
-
|
|
224
141
|
def geometry_randomization(
|
|
225
142
|
execution_context: int | str | None = None,
|
|
226
143
|
undo: bool | None = None,
|
|
@@ -1069,7 +1069,7 @@ def pen(
|
|
|
1069
1069
|
select_point: bool | None = False,
|
|
1070
1070
|
move_point: bool | None = False,
|
|
1071
1071
|
cycle_handle_type: bool | None = False,
|
|
1072
|
-
|
|
1072
|
+
size: float | None = 0.01,
|
|
1073
1073
|
) -> None:
|
|
1074
1074
|
"""Construct and edit splines
|
|
1075
1075
|
|
|
@@ -1101,8 +1101,8 @@ def pen(
|
|
|
1101
1101
|
:type move_point: bool | None
|
|
1102
1102
|
:param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
|
|
1103
1103
|
:type cycle_handle_type: bool | None
|
|
1104
|
-
:param
|
|
1105
|
-
:type
|
|
1104
|
+
:param size: Size, Diameter of new points
|
|
1105
|
+
:type size: float | None
|
|
1106
1106
|
"""
|
|
1107
1107
|
|
|
1108
1108
|
def primitive_arc(
|
bpy/ops/import_anim/__init__.pyi
CHANGED
|
@@ -38,9 +38,9 @@ def bvh(
|
|
|
38
38
|
:type global_scale: float | None
|
|
39
39
|
:param frame_start: Start Frame, Starting frame for the animation
|
|
40
40
|
:type frame_start: int | None
|
|
41
|
-
:param use_fps_scale: Scale FPS, Scale the
|
|
41
|
+
:param use_fps_scale: Scale FPS, Scale the frame-rate from the BVH to the current scenes, otherwise each BVH frame maps directly to a Blender frame
|
|
42
42
|
:type use_fps_scale: bool | None
|
|
43
|
-
:param update_scene_fps: Update Scene FPS, Set the scene
|
|
43
|
+
:param update_scene_fps: Update Scene FPS, Set the scene frame-rate to that of the BVH file (note that this nullifies the Scale FPS option, as the scale will be 1:1)
|
|
44
44
|
:type update_scene_fps: bool | None
|
|
45
45
|
:param update_scene_duration: Update Scene Duration, Extend the scenes duration to the BVH duration (never shortens the scene)
|
|
46
46
|
:type update_scene_duration: bool | None
|
bpy/ops/mesh/__init__.pyi
CHANGED
|
@@ -161,9 +161,9 @@ def bevel(
|
|
|
161
161
|
:type clamp_overlap: bool | None
|
|
162
162
|
:param loop_slide: Loop Slide, Prefer sliding along edges to even widths
|
|
163
163
|
:type loop_slide: bool | None
|
|
164
|
-
:param mark_seam: Mark Seams,
|
|
164
|
+
:param mark_seam: Mark Seams, Preserve seams along beveled edges
|
|
165
165
|
:type mark_seam: bool | None
|
|
166
|
-
:param mark_sharp: Mark Sharp,
|
|
166
|
+
:param mark_sharp: Mark Sharp, Preserve sharp edges along beveled edges
|
|
167
167
|
:type mark_sharp: bool | None
|
|
168
168
|
:param material: Material Index, Material for bevel faces (-1 means use adjacent faces)
|
|
169
169
|
:type material: int | None
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -110,7 +110,7 @@ def bake(
|
|
|
110
110
|
:type only_selected: bool | None
|
|
111
111
|
:param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
|
|
112
112
|
:type visual_keying: bool | None
|
|
113
|
-
:param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones. To get a correct bake with this setting Visual Keying should be enabled
|
|
113
|
+
:param clear_constraints: Clear Local Constraints, Remove all constraints from keyed object/bones. To get a correct bake with this setting Visual Keying should be enabled
|
|
114
114
|
:type clear_constraints: bool | None
|
|
115
115
|
:param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
|
|
116
116
|
:type clear_parents: bool | None
|
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -506,9 +506,9 @@ def add_zone(
|
|
|
506
506
|
:type use_transform: bool | None
|
|
507
507
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
508
508
|
:type offset: collections.abc.Iterable[float] | None
|
|
509
|
-
:param input_node_type: Input Node, Specifies the input node used the created zone
|
|
509
|
+
:param input_node_type: Input Node, Specifies the input node used by the created zone
|
|
510
510
|
:type input_node_type: str
|
|
511
|
-
:param output_node_type: Output Node, Specifies the output node used the created zone
|
|
511
|
+
:param output_node_type: Output Node, Specifies the output node used by the created zone
|
|
512
512
|
:type output_node_type: str
|
|
513
513
|
:param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
|
|
514
514
|
:type add_default_geometry_link: bool | None
|
|
@@ -992,6 +992,17 @@ def duplicate(
|
|
|
992
992
|
:type linked: bool | None
|
|
993
993
|
"""
|
|
994
994
|
|
|
995
|
+
def duplicate_compositing_modifier_node_group(
|
|
996
|
+
execution_context: int | str | None = None,
|
|
997
|
+
undo: bool | None = None,
|
|
998
|
+
/,
|
|
999
|
+
) -> None:
|
|
1000
|
+
"""Duplicate the currently assigned compositing node group.
|
|
1001
|
+
|
|
1002
|
+
:type execution_context: int | str | None
|
|
1003
|
+
:type undo: bool | None
|
|
1004
|
+
"""
|
|
1005
|
+
|
|
995
1006
|
def duplicate_compositing_node_group(
|
|
996
1007
|
execution_context: int | str | None = None,
|
|
997
1008
|
undo: bool | None = None,
|
|
@@ -1668,7 +1679,7 @@ def index_switch_item_add(
|
|
|
1668
1679
|
*,
|
|
1669
1680
|
node_identifier: int | None = 0,
|
|
1670
1681
|
) -> None:
|
|
1671
|
-
"""Add
|
|
1682
|
+
"""Add an item to the index switch
|
|
1672
1683
|
|
|
1673
1684
|
:type execution_context: int | str | None
|
|
1674
1685
|
:type undo: bool | None
|
|
@@ -1729,14 +1740,25 @@ def interface_item_new(
|
|
|
1729
1740
|
undo: bool | None = None,
|
|
1730
1741
|
/,
|
|
1731
1742
|
*,
|
|
1732
|
-
item_type:
|
|
1743
|
+
item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
|
|
1733
1744
|
) -> None:
|
|
1734
1745
|
"""Add a new item to the interface
|
|
1735
1746
|
|
|
1736
1747
|
:type execution_context: int | str | None
|
|
1737
1748
|
:type undo: bool | None
|
|
1738
1749
|
:param item_type: Item Type, Type of the item to create
|
|
1739
|
-
:type item_type:
|
|
1750
|
+
:type item_type: typing.Literal['INPUT','OUTPUT','PANEL'] | None
|
|
1751
|
+
"""
|
|
1752
|
+
|
|
1753
|
+
def interface_item_new_panel_toggle(
|
|
1754
|
+
execution_context: int | str | None = None,
|
|
1755
|
+
undo: bool | None = None,
|
|
1756
|
+
/,
|
|
1757
|
+
) -> None:
|
|
1758
|
+
"""Add a checkbox to the currently selected panel
|
|
1759
|
+
|
|
1760
|
+
:type execution_context: int | str | None
|
|
1761
|
+
:type undo: bool | None
|
|
1740
1762
|
"""
|
|
1741
1763
|
|
|
1742
1764
|
def interface_item_remove(
|
|
@@ -2639,9 +2661,9 @@ def swap_zone(
|
|
|
2639
2661
|
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
2640
2662
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
2641
2663
|
:type offset: collections.abc.Iterable[float] | None
|
|
2642
|
-
:param input_node_type: Input Node, Specifies the input node used the created zone
|
|
2664
|
+
:param input_node_type: Input Node, Specifies the input node used by the created zone
|
|
2643
2665
|
:type input_node_type: str
|
|
2644
|
-
:param output_node_type: Output Node, Specifies the output node used the created zone
|
|
2666
|
+
:param output_node_type: Output Node, Specifies the output node used by the created zone
|
|
2645
2667
|
:type output_node_type: str
|
|
2646
2668
|
:param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
|
|
2647
2669
|
:type add_default_geometry_link: bool | None
|