fake-bpy-module 20250901__py3-none-any.whl → 20250903__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.

@@ -469,7 +469,7 @@ class NODE_OT_tree_path_parent(_bpy_types.Operator):
469
469
  """
470
470
 
471
471
  class NODE_OT_viewer_shortcut_get(_bpy_types.Operator):
472
- """Activate a specific compositor viewer node using 1,2,..,9 keys"""
472
+ """Activate a specific viewer node using 1,2,..,9 keys"""
473
473
 
474
474
  bl_idname: typing.Any
475
475
  bl_label: typing.Any
@@ -505,7 +505,7 @@ class NODE_OT_viewer_shortcut_get(_bpy_types.Operator):
505
505
  """
506
506
 
507
507
  class NODE_OT_viewer_shortcut_set(_bpy_types.Operator):
508
- """Create a compositor viewer shortcut for the selected node by pressing ctrl+1,2,..9"""
508
+ """Create a viewer shortcut for the selected node by pressing ctrl+1,2,..9"""
509
509
 
510
510
  bl_idname: typing.Any
511
511
  bl_label: typing.Any
@@ -4,7 +4,6 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import _bpy_types
6
6
  import bl_ui.properties_data_grease_pencil
7
- import bl_ui.utils
8
7
  import bpy.types
9
8
  import rna_prop_ui
10
9
 
@@ -747,29 +746,6 @@ class DOPESHEET_PT_grease_pencil_mode(
747
746
  :param context:
748
747
  """
749
748
 
750
- class DOPESHEET_PT_playhead_snapping(
751
- bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel
752
- ):
753
- bl_label: typing.Any
754
- bl_region_type: typing.Any
755
- bl_rna: typing.Any
756
- bl_space_type: typing.Any
757
- id_data: typing.Any
758
-
759
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
760
- """
761
-
762
- :return: The RNA type or default when not found.
763
- :rtype: bpy.types.Struct
764
- """
765
-
766
- def bl_rna_get_subclass_py(self) -> typing.Any:
767
- """
768
-
769
- :return: The class or default when not found.
770
- :rtype: typing.Any
771
- """
772
-
773
749
  class DOPESHEET_PT_proportional_edit(_bpy_types.Panel):
774
750
  bl_label: typing.Any
775
751
  bl_region_type: typing.Any
@@ -4,7 +4,6 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import _bpy_types
6
6
  import bl_ui.space_dopesheet
7
- import bl_ui.utils
8
7
  import bpy.types
9
8
 
10
9
  class GRAPH_HT_header(_bpy_types.Header):
@@ -517,27 +516,6 @@ class GRAPH_PT_filters(
517
516
  :param context:
518
517
  """
519
518
 
520
- class GRAPH_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel):
521
- bl_label: typing.Any
522
- bl_region_type: typing.Any
523
- bl_rna: typing.Any
524
- bl_space_type: typing.Any
525
- id_data: typing.Any
526
-
527
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
528
- """
529
-
530
- :return: The RNA type or default when not found.
531
- :rtype: bpy.types.Struct
532
- """
533
-
534
- def bl_rna_get_subclass_py(self) -> typing.Any:
535
- """
536
-
537
- :return: The class or default when not found.
538
- :rtype: typing.Any
539
- """
540
-
541
519
  class GRAPH_PT_proportional_edit(_bpy_types.Panel):
542
520
  bl_label: typing.Any
543
521
  bl_region_type: typing.Any
@@ -4,7 +4,6 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import _bpy_types
6
6
  import bl_ui.space_dopesheet
7
- import bl_ui.utils
8
7
  import bpy.types
9
8
 
10
9
  class NLA_HT_header(_bpy_types.Header):
@@ -451,27 +450,6 @@ class NLA_PT_filters(
451
450
  :param context:
452
451
  """
453
452
 
454
- class NLA_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel):
455
- bl_label: typing.Any
456
- bl_region_type: typing.Any
457
- bl_rna: typing.Any
458
- bl_space_type: typing.Any
459
- id_data: typing.Any
460
-
461
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
462
- """
463
-
464
- :return: The RNA type or default when not found.
465
- :rtype: bpy.types.Struct
466
- """
467
-
468
- def bl_rna_get_subclass_py(self) -> typing.Any:
469
- """
470
-
471
- :return: The class or default when not found.
472
- :rtype: typing.Any
473
- """
474
-
475
453
  class NLA_PT_snapping(_bpy_types.Panel):
476
454
  bl_label: typing.Any
477
455
  bl_region_type: typing.Any
@@ -7,6 +7,7 @@ import bl_ui.properties_grease_pencil_common
7
7
  import bl_ui.space_toolsystem_common
8
8
  import bl_ui.utils
9
9
  import bpy.types
10
+ import rna_prop_ui
10
11
 
11
12
  class NODE_AST_compositor(_bpy_types.AssetShelf):
12
13
  bl_region_type: typing.Any
@@ -395,6 +396,36 @@ class NODE_PT_active_node_color(_bpy_types.Panel):
395
396
  :param context:
396
397
  """
397
398
 
399
+ class NODE_PT_active_node_custom_properties(
400
+ rna_prop_ui.PropertyPanel, _bpy_types.Panel
401
+ ):
402
+ """The subclass should have its own poll function
403
+ and the variable _context_path MUST be set.
404
+ """
405
+
406
+ bl_category: typing.Any
407
+ bl_label: typing.Any
408
+ bl_options: typing.Any
409
+ bl_order: typing.Any
410
+ bl_region_type: typing.Any
411
+ bl_rna: typing.Any
412
+ bl_space_type: typing.Any
413
+ id_data: typing.Any
414
+
415
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
416
+ """
417
+
418
+ :return: The RNA type or default when not found.
419
+ :rtype: bpy.types.Struct
420
+ """
421
+
422
+ def bl_rna_get_subclass_py(self) -> typing.Any:
423
+ """
424
+
425
+ :return: The class or default when not found.
426
+ :rtype: typing.Any
427
+ """
428
+
398
429
  class NODE_PT_active_node_generic(_bpy_types.Panel):
399
430
  bl_category: typing.Any
400
431
  bl_label: typing.Any
@@ -5,7 +5,6 @@ import numpy.typing as npt
5
5
  import _bpy_types
6
6
  import bl_ui.properties_grease_pencil_common
7
7
  import bl_ui.space_toolsystem_common
8
- import bl_ui.utils
9
8
  import bpy.types
10
9
  import rna_prop_ui
11
10
 
@@ -1978,29 +1977,6 @@ class SEQUENCER_PT_overlay(_bpy_types.Panel):
1978
1977
  :param _context:
1979
1978
  """
1980
1979
 
1981
- class SEQUENCER_PT_playhead_snapping(
1982
- bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel
1983
- ):
1984
- bl_label: typing.Any
1985
- bl_region_type: typing.Any
1986
- bl_rna: typing.Any
1987
- bl_space_type: typing.Any
1988
- id_data: typing.Any
1989
-
1990
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1991
- """
1992
-
1993
- :return: The RNA type or default when not found.
1994
- :rtype: bpy.types.Struct
1995
- """
1996
-
1997
- def bl_rna_get_subclass_py(self) -> typing.Any:
1998
- """
1999
-
2000
- :return: The class or default when not found.
2001
- :rtype: typing.Any
2002
- """
2003
-
2004
1980
  class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
2005
1981
  bl_category: typing.Any
2006
1982
  bl_label: typing.Any
@@ -166,6 +166,40 @@ class TIME_PT_playback(TimelinePanelButtons, _bpy_types.Panel):
166
166
  :param context:
167
167
  """
168
168
 
169
+ class TIME_PT_playhead_snapping(_bpy_types.Panel):
170
+ bl_label: typing.Any
171
+ bl_region_type: typing.Any
172
+ bl_rna: typing.Any
173
+ bl_space_type: typing.Any
174
+ id_data: typing.Any
175
+
176
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
177
+ """
178
+
179
+ :return: The RNA type or default when not found.
180
+ :rtype: bpy.types.Struct
181
+ """
182
+
183
+ def bl_rna_get_subclass_py(self) -> typing.Any:
184
+ """
185
+
186
+ :return: The class or default when not found.
187
+ :rtype: typing.Any
188
+ """
189
+
190
+ def draw(self, context) -> None:
191
+ """
192
+
193
+ :param context:
194
+ """
195
+
196
+ @classmethod
197
+ def poll(cls, context) -> None:
198
+ """
199
+
200
+ :param context:
201
+ """
202
+
169
203
  class TimelinePanelButtons:
170
204
  bl_region_type: typing.Any
171
205
  bl_space_type: typing.Any
bl_ui/utils/__init__.pyi CHANGED
@@ -3,23 +3,6 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- class PlayheadSnappingPanel:
7
- bl_label: typing.Any
8
- bl_region_type: typing.Any
9
-
10
- def draw(self, context) -> None:
11
- """
12
-
13
- :param context:
14
- """
15
-
16
- @classmethod
17
- def poll(cls, context) -> None:
18
- """
19
-
20
- :param context:
21
- """
22
-
23
6
  class PresetPanel:
24
7
  bl_label: typing.Any
25
8
  bl_region_type: typing.Any
bpy/ops/node/__init__.pyi CHANGED
@@ -2311,7 +2311,7 @@ def viewer_shortcut_get(
2311
2311
  *,
2312
2312
  viewer_index: int | None = 0,
2313
2313
  ) -> None:
2314
- """Activate a specific compositor viewer node using 1,2,..,9 keys
2314
+ """Activate a specific viewer node using 1,2,..,9 keys
2315
2315
 
2316
2316
  :type execution_context: int | str | None
2317
2317
  :type undo: bool | None
@@ -2326,7 +2326,7 @@ def viewer_shortcut_set(
2326
2326
  *,
2327
2327
  viewer_index: int | None = 0,
2328
2328
  ) -> None:
2329
- """Create a compositor viewer shortcut for the selected node by pressing ctrl+1,2,..9
2329
+ """Create a viewer shortcut for the selected node by pressing ctrl+1,2,..9
2330
2330
 
2331
2331
  :type execution_context: int | str | None
2332
2332
  :type undo: bool | None
bpy/props/__init__.pyi CHANGED
@@ -116,6 +116,12 @@ def BoolProperty(
116
116
  | None = None,
117
117
  get: collections.abc.Callable[[bpy.types.bpy_struct], bool] | None = None,
118
118
  set: collections.abc.Callable[[bpy.types.bpy_struct, bool], None] | None = None,
119
+ get_transform: collections.abc.Callable[[bpy.types.bpy_struct, bool, bool], bool]
120
+ | None = None,
121
+ set_transform: collections.abc.Callable[
122
+ [bpy.types.bpy_struct, bool, bool, bool], bool
123
+ ]
124
+ | None = None,
119
125
  ) -> None:
120
126
  """Returns a new boolean property definition.
121
127
 
@@ -136,12 +142,35 @@ def BoolProperty(
136
142
  This function must take 2 values (self, context) and return None.
137
143
  Warning there are no safety checks to avoid infinite recursion.
138
144
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
139
- :param get: Function to be called when this value is read,
145
+ :param get: Function to be called when this value is read, and the default,
146
+ system-defined storage is not used for this property.
140
147
  This function must take 1 value (self) and return the value of the property.
148
+
149
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
141
150
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], bool] | None
142
- :param set: Function to be called when this value is written,
151
+ :param set: Function to be called when this value is written, and the default,
152
+ system-defined storage is not used for this property.
143
153
  This function must take 2 values (self, value) and return None.
154
+
155
+ Defining this callback without a matching get one is invalid.
144
156
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, bool], None] | None
157
+ :param get_transform: Function to be called when this value is read,
158
+ if some additional processing must be performed on the stored value.
159
+ This function must take three arguments (self, the stored value,
160
+ and a boolean indicating if the property is currently set),
161
+ and return the final, transformed value of the property.
162
+
163
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
164
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, bool, bool], bool] | None
165
+ :param set_transform: Function to be called when this value is written,
166
+ if some additional processing must be performed on the given value before storing it.
167
+ This function must take four arguments (self, the given value to store,
168
+ the currently stored value (raw value, without any get_transform applied to it),
169
+ and a boolean indicating if the property is currently set),
170
+ and return the final, transformed value of the property.
171
+
172
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
173
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, bool, bool, bool], bool] | None
145
174
  """
146
175
 
147
176
  def BoolVectorProperty(
@@ -163,6 +192,21 @@ def BoolVectorProperty(
163
192
  | None = None,
164
193
  set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[bool, ...]], None]
165
194
  | None = None,
195
+ get_transform: collections.abc.Callable[
196
+ [bpy.types.bpy_struct, collections.abc.Sequence[bool], bool],
197
+ collections.abc.Sequence[bool],
198
+ ]
199
+ | None = None,
200
+ set_transform: collections.abc.Callable[
201
+ [
202
+ bpy.types.bpy_struct,
203
+ collections.abc.Sequence[bool],
204
+ collections.abc.Sequence[bool],
205
+ bool,
206
+ ],
207
+ collections.abc.Sequence[bool],
208
+ ]
209
+ | None = None,
166
210
  ) -> None:
167
211
  """Returns a new vector boolean property definition.
168
212
 
@@ -187,12 +231,35 @@ def BoolVectorProperty(
187
231
  This function must take 2 values (self, context) and return None.
188
232
  Warning there are no safety checks to avoid infinite recursion.
189
233
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
190
- :param get: Function to be called when this value is read,
234
+ :param get: Function to be called when this value is read, and the default,
235
+ system-defined storage is not used for this property.
191
236
  This function must take 1 value (self) and return the value of the property.
237
+
238
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
192
239
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[bool]] | None
193
- :param set: Function to be called when this value is written,
240
+ :param set: Function to be called when this value is written, and the default,
241
+ system-defined storage is not used for this property.
194
242
  This function must take 2 values (self, value) and return None.
243
+
244
+ Defining this callback without a matching get one is invalid.
195
245
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[bool, ...]], None] | None
246
+ :param get_transform: Function to be called when this value is read,
247
+ if some additional processing must be performed on the stored value.
248
+ This function must take three arguments (self, the stored value,
249
+ and a boolean indicating if the property is currently set),
250
+ and return the final, transformed value of the property.
251
+
252
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
253
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, collections.abc.Sequence[bool], bool], collections.abc.Sequence[bool]] | None
254
+ :param set_transform: Function to be called when this value is written,
255
+ if some additional processing must be performed on the given value before storing it.
256
+ This function must take four arguments (self, the given value to store,
257
+ the currently stored value (raw value, without any get_transform applied to it),
258
+ and a boolean indicating if the property is currently set),
259
+ and return the final, transformed value of the property.
260
+
261
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
262
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, collections.abc.Sequence[bool], collections.abc.Sequence[bool], bool], collections.abc.Sequence[bool]] | None
196
263
  """
197
264
 
198
265
  def CollectionProperty(
@@ -252,6 +319,10 @@ def EnumProperty(
252
319
  | None = None,
253
320
  get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None = None,
254
321
  set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None = None,
322
+ get_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, bool], int]
323
+ | None = None,
324
+ set_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, int, bool], int]
325
+ | None = None,
255
326
  ) -> None:
256
327
  """Returns a new enumerator property definition.
257
328
 
@@ -317,12 +388,35 @@ def EnumProperty(
317
388
  This function must take 2 values (self, context) and return None.
318
389
  Warning there are no safety checks to avoid infinite recursion.
319
390
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
320
- :param get: Function to be called when this value is read,
391
+ :param get: Function to be called when this value is read, and the default,
392
+ system-defined storage is not used for this property.
321
393
  This function must take 1 value (self) and return the value of the property.
394
+
395
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
322
396
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None
323
- :param set: Function to be called when this value is written,
397
+ :param set: Function to be called when this value is written, and the default,
398
+ system-defined storage is not used for this property.
324
399
  This function must take 2 values (self, value) and return None.
400
+
401
+ Defining this callback without a matching get one is invalid.
325
402
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None
403
+ :param get_transform: Function to be called when this value is read,
404
+ if some additional processing must be performed on the stored value.
405
+ This function must take three arguments (self, the stored value,
406
+ and a boolean indicating if the property is currently set),
407
+ and return the final, transformed value of the property.
408
+
409
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
410
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, bool], int] | None
411
+ :param set_transform: Function to be called when this value is written,
412
+ if some additional processing must be performed on the given value before storing it.
413
+ This function must take four arguments (self, the given value to store,
414
+ the currently stored value (raw value, without any get_transform applied to it),
415
+ and a boolean indicating if the property is currently set),
416
+ and return the final, transformed value of the property.
417
+
418
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
419
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, int, bool], int] | None
326
420
  """
327
421
 
328
422
  def FloatProperty(
@@ -346,6 +440,12 @@ def FloatProperty(
346
440
  | None = None,
347
441
  get: collections.abc.Callable[[bpy.types.bpy_struct], float] | None = None,
348
442
  set: collections.abc.Callable[[bpy.types.bpy_struct, float], None] | None = None,
443
+ get_transform: collections.abc.Callable[[bpy.types.bpy_struct, float, bool], float]
444
+ | None = None,
445
+ set_transform: collections.abc.Callable[
446
+ [bpy.types.bpy_struct, float, float, bool], float
447
+ ]
448
+ | None = None,
349
449
  ) -> None:
350
450
  """Returns a new float (single precision) property definition.
351
451
 
@@ -380,12 +480,35 @@ def FloatProperty(
380
480
  This function must take 2 values (self, context) and return None.
381
481
  Warning there are no safety checks to avoid infinite recursion.
382
482
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
383
- :param get: Function to be called when this value is read,
483
+ :param get: Function to be called when this value is read, and the default,
484
+ system-defined storage is not used for this property.
384
485
  This function must take 1 value (self) and return the value of the property.
486
+
487
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
385
488
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], float] | None
386
- :param set: Function to be called when this value is written,
489
+ :param set: Function to be called when this value is written, and the default,
490
+ system-defined storage is not used for this property.
387
491
  This function must take 2 values (self, value) and return None.
492
+
493
+ Defining this callback without a matching get one is invalid.
388
494
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, float], None] | None
495
+ :param get_transform: Function to be called when this value is read,
496
+ if some additional processing must be performed on the stored value.
497
+ This function must take three arguments (self, the stored value,
498
+ and a boolean indicating if the property is currently set),
499
+ and return the final, transformed value of the property.
500
+
501
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
502
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, float, bool], float] | None
503
+ :param set_transform: Function to be called when this value is written,
504
+ if some additional processing must be performed on the given value before storing it.
505
+ This function must take four arguments (self, the given value to store,
506
+ the currently stored value (raw value, without any get_transform applied to it),
507
+ and a boolean indicating if the property is currently set),
508
+ and return the final, transformed value of the property.
509
+
510
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
511
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, float, float, bool], float] | None
389
512
  """
390
513
 
391
514
  def FloatVectorProperty(
@@ -452,11 +575,17 @@ def FloatVectorProperty(
452
575
  This function must take 2 values (self, context) and return None.
453
576
  Warning there are no safety checks to avoid infinite recursion.
454
577
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
455
- :param get: Function to be called when this value is read,
578
+ :param get: Function to be called when this value is read, and the default,
579
+ system-defined storage is not used for this property.
456
580
  This function must take 1 value (self) and return the value of the property.
581
+
582
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
457
583
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[float]] | None
458
- :param set: Function to be called when this value is written,
584
+ :param set: Function to be called when this value is written, and the default,
585
+ system-defined storage is not used for this property.
459
586
  This function must take 2 values (self, value) and return None.
587
+
588
+ Defining this callback without a matching get one is invalid.
460
589
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[float, ...]], None] | None
461
590
  """
462
591
 
@@ -479,6 +608,10 @@ def IntProperty(
479
608
  | None = None,
480
609
  get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None = None,
481
610
  set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None = None,
611
+ get_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, bool], int]
612
+ | None = None,
613
+ set_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, int, bool], int]
614
+ | None = None,
482
615
  ) -> None:
483
616
  """Returns a new int property definition.
484
617
 
@@ -509,12 +642,35 @@ def IntProperty(
509
642
  This function must take 2 values (self, context) and return None.
510
643
  Warning there are no safety checks to avoid infinite recursion.
511
644
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
512
- :param get: Function to be called when this value is read,
645
+ :param get: Function to be called when this value is read, and the default,
646
+ system-defined storage is not used for this property.
513
647
  This function must take 1 value (self) and return the value of the property.
648
+
649
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
514
650
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None
515
- :param set: Function to be called when this value is written,
651
+ :param set: Function to be called when this value is written, and the default,
652
+ system-defined storage is not used for this property.
516
653
  This function must take 2 values (self, value) and return None.
654
+
655
+ Defining this callback without a matching get one is invalid.
517
656
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None
657
+ :param get_transform: Function to be called when this value is read,
658
+ if some additional processing must be performed on the stored value.
659
+ This function must take three arguments (self, the stored value,
660
+ and a boolean indicating if the property is currently set),
661
+ and return the final, transformed value of the property.
662
+
663
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
664
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, bool], int] | None
665
+ :param set_transform: Function to be called when this value is written,
666
+ if some additional processing must be performed on the given value before storing it.
667
+ This function must take four arguments (self, the given value to store,
668
+ the currently stored value (raw value, without any get_transform applied to it),
669
+ and a boolean indicating if the property is currently set),
670
+ and return the final, transformed value of the property.
671
+
672
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
673
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, int, int, bool], int] | None
518
674
  """
519
675
 
520
676
  def IntVectorProperty(
@@ -539,6 +695,21 @@ def IntVectorProperty(
539
695
  | None = None,
540
696
  set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[int, ...]], None]
541
697
  | None = None,
698
+ get_transform: collections.abc.Callable[
699
+ [bpy.types.bpy_struct, collections.abc.Sequence[int], bool],
700
+ collections.abc.Sequence[int],
701
+ ]
702
+ | None = None,
703
+ set_transform: collections.abc.Callable[
704
+ [
705
+ bpy.types.bpy_struct,
706
+ collections.abc.Sequence[int],
707
+ collections.abc.Sequence[int],
708
+ bool,
709
+ ],
710
+ collections.abc.Sequence[int],
711
+ ]
712
+ | None = None,
542
713
  ) -> None:
543
714
  """Returns a new vector int property definition.
544
715
 
@@ -573,12 +744,35 @@ def IntVectorProperty(
573
744
  This function must take 2 values (self, context) and return None.
574
745
  Warning there are no safety checks to avoid infinite recursion.
575
746
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
576
- :param get: Function to be called when this value is read,
747
+ :param get: Function to be called when this value is read, and the default,
748
+ system-defined storage is not used for this property.
577
749
  This function must take 1 value (self) and return the value of the property.
750
+
751
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
578
752
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[int]] | None
579
- :param set: Function to be called when this value is written,
753
+ :param set: Function to be called when this value is written, and the default,
754
+ system-defined storage is not used for this property.
580
755
  This function must take 2 values (self, value) and return None.
756
+
757
+ Defining this callback without a matching get one is invalid.
581
758
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[int, ...]], None] | None
759
+ :param get_transform: Function to be called when this value is read,
760
+ if some additional processing must be performed on the stored value.
761
+ This function must take three arguments (self, the stored value,
762
+ and a boolean indicating if the property is currently set),
763
+ and return the final, transformed value of the property.
764
+
765
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
766
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, collections.abc.Sequence[int], bool], collections.abc.Sequence[int]] | None
767
+ :param set_transform: Function to be called when this value is written,
768
+ if some additional processing must be performed on the given value before storing it.
769
+ This function must take four arguments (self, the given value to store,
770
+ the currently stored value (raw value, without any get_transform applied to it),
771
+ and a boolean indicating if the property is currently set),
772
+ and return the final, transformed value of the property.
773
+
774
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
775
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, collections.abc.Sequence[int], collections.abc.Sequence[int], bool], collections.abc.Sequence[int]] | None
582
776
  """
583
777
 
584
778
  def PointerProperty(
@@ -645,6 +839,10 @@ def StringProperty(
645
839
  | None = None,
646
840
  get: collections.abc.Callable[[bpy.types.bpy_struct], str] | None = None,
647
841
  set: collections.abc.Callable[[bpy.types.bpy_struct, str], None] | None = None,
842
+ get_transform: collections.abc.Callable[[bpy.types.bpy_struct, str, bool], str]
843
+ | None = None,
844
+ set_transform: collections.abc.Callable[[bpy.types.bpy_struct, str, str, bool], str]
845
+ | None = None,
648
846
  search: collections.abc.Callable[
649
847
  [bpy.types.bpy_struct, bpy.types.Context, str],
650
848
  collections.abc.Iterable[str | tuple[str, str]],
@@ -675,12 +873,35 @@ def StringProperty(
675
873
  This function must take 2 values (self, context) and return None.
676
874
  Warning there are no safety checks to avoid infinite recursion.
677
875
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
678
- :param get: Function to be called when this value is read,
876
+ :param get: Function to be called when this value is read, and the default,
877
+ system-defined storage is not used for this property.
679
878
  This function must take 1 value (self) and return the value of the property.
879
+
880
+ Defining this callback without a matching set one will make the property read-only (even if READ_ONLY option is not set).
680
881
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], str] | None
681
- :param set: Function to be called when this value is written,
882
+ :param set: Function to be called when this value is written, and the default,
883
+ system-defined storage is not used for this property.
682
884
  This function must take 2 values (self, value) and return None.
885
+
886
+ Defining this callback without a matching get one is invalid.
683
887
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, str], None] | None
888
+ :param get_transform: Function to be called when this value is read,
889
+ if some additional processing must be performed on the stored value.
890
+ This function must take three arguments (self, the stored value,
891
+ and a boolean indicating if the property is currently set),
892
+ and return the final, transformed value of the property.
893
+
894
+ The callback is responsible to ensure that value limits of the property (min/max, length...) are respected. Otherwise a ValueError exception is raised.
895
+ :type get_transform: collections.abc.Callable[[bpy.types.bpy_struct, str, bool], str] | None
896
+ :param set_transform: Function to be called when this value is written,
897
+ if some additional processing must be performed on the given value before storing it.
898
+ This function must take four arguments (self, the given value to store,
899
+ the currently stored value (raw value, without any get_transform applied to it),
900
+ and a boolean indicating if the property is currently set),
901
+ and return the final, transformed value of the property.
902
+
903
+ The callback is responsible to ensure that value limits (min/max, length...) are respected. Otherwise a ValueError exception is raised.
904
+ :type set_transform: collections.abc.Callable[[bpy.types.bpy_struct, str, str, bool], str] | None
684
905
  :param search: Function to be called to show candidates for this string (shown in the UI).
685
906
  This function must take 3 values (self, context, edit_text)
686
907
  and return a sequence, iterator or generator where each item must be:
@@ -2533,6 +2533,7 @@ type PropDynamicpaintTypeItems = typing.Literal[
2533
2533
  "BRUSH", # Brush.
2534
2534
  ]
2535
2535
  type PropertyFlagEnumItems = typing.Literal[
2536
+ "READ_ONLY", # Read Only.When set, the property cannot be edited.
2536
2537
  "HIDDEN", # Hidden.For operators: hide from places in the user interface where Blender would add the property automatically, like Adjust Last Operation. Also this property is not written to presets..
2537
2538
  "SKIP_SAVE", # Skip Save.For operators: the value of this property will not be remembered between invocations of the operator; instead, each invocation will start by using the default value. Also this property is not written to presets..
2538
2539
  "ANIMATABLE", # Animatable.
@@ -2540,6 +2541,7 @@ type PropertyFlagEnumItems = typing.Literal[
2540
2541
  "ENUM_FLAG", # Enum Flag.
2541
2542
  ]
2542
2543
  type PropertyFlagItems = typing.Literal[
2544
+ "READ_ONLY", # Read Only.When set, the property cannot be edited.
2543
2545
  "HIDDEN", # Hidden.For operators: hide from places in the user interface where Blender would add the property automatically, like Adjust Last Operation. Also this property is not written to presets..
2544
2546
  "SKIP_SAVE", # Skip Save.For operators: the value of this property will not be remembered between invocations of the operator; instead, each invocation will start by using the default value. Also this property is not written to presets..
2545
2547
  "SKIP_PRESET", # Skip Preset.Do not write in presets.
bpy/types/__init__.pyi CHANGED
@@ -18455,6 +18455,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
18455
18455
 
18456
18456
  --------------------
18457
18457
 
18458
+ * CompositorNodeConvertToDisplay.view_settings
18458
18459
  * ImageFormatSettings.view_settings
18459
18460
  * Scene.view_settings
18460
18461
 
@@ -58968,6 +58969,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
58968
58969
  * CompositorNodeCombineColor.output_template
58969
58970
  * CompositorNodeConvertColorSpace.input_template
58970
58971
  * CompositorNodeConvertColorSpace.output_template
58972
+ * CompositorNodeConvertToDisplay.input_template
58973
+ * CompositorNodeConvertToDisplay.output_template
58971
58974
  * CompositorNodeConvolve.input_template
58972
58975
  * CompositorNodeConvolve.output_template
58973
58976
  * CompositorNodeCornerPin.input_template
@@ -104650,6 +104653,105 @@ database.
104650
104653
  :columns: 2
104651
104654
 
104652
104655
 
104656
+ --------------------
104657
+
104658
+ * bpy_struct.id_data
104659
+ * Node.type
104660
+ * Node.location
104661
+ * Node.location_absolute
104662
+ * Node.width
104663
+ * Node.height
104664
+ * Node.dimensions
104665
+ * Node.name
104666
+ * Node.label
104667
+ * Node.inputs
104668
+ * Node.outputs
104669
+ * Node.internal_links
104670
+ * Node.parent
104671
+ * Node.warning_propagation
104672
+ * Node.use_custom_color
104673
+ * Node.color
104674
+ * Node.color_tag
104675
+ * Node.select
104676
+ * Node.show_options
104677
+ * Node.show_preview
104678
+ * Node.hide
104679
+ * Node.mute
104680
+ * Node.show_texture
104681
+ * Node.bl_idname
104682
+ * Node.bl_label
104683
+ * Node.bl_description
104684
+ * Node.bl_icon
104685
+ * Node.bl_static_type
104686
+ * Node.bl_width_default
104687
+ * Node.bl_width_min
104688
+ * Node.bl_width_max
104689
+ * Node.bl_height_default
104690
+ * Node.bl_height_min
104691
+ * Node.bl_height_max
104692
+
104693
+ :columns: 2
104694
+
104695
+
104696
+ --------------------
104697
+
104698
+ * bpy_struct.as_pointer
104699
+ * bpy_struct.driver_add
104700
+ * bpy_struct.driver_remove
104701
+ * bpy_struct.get
104702
+ * bpy_struct.id_properties_clear
104703
+ * bpy_struct.id_properties_ensure
104704
+ * bpy_struct.id_properties_ui
104705
+ * bpy_struct.is_property_hidden
104706
+ * bpy_struct.is_property_overridable_library
104707
+ * bpy_struct.is_property_readonly
104708
+ * bpy_struct.is_property_set
104709
+ * bpy_struct.items
104710
+ * bpy_struct.keyframe_delete
104711
+ * bpy_struct.keyframe_insert
104712
+ * bpy_struct.keys
104713
+ * bpy_struct.path_from_id
104714
+ * bpy_struct.path_resolve
104715
+ * bpy_struct.pop
104716
+ * bpy_struct.property_overridable_library_set
104717
+ * bpy_struct.property_unset
104718
+ * bpy_struct.rna_ancestors
104719
+ * bpy_struct.type_recast
104720
+ * bpy_struct.values
104721
+ * Node.bl_system_properties_get
104722
+ * Node.socket_value_update
104723
+ * Node.is_registered_node_type
104724
+ * Node.poll
104725
+ * Node.poll_instance
104726
+ * Node.update
104727
+ * Node.insert_link
104728
+ * Node.init
104729
+ * Node.copy
104730
+ * Node.free
104731
+ * Node.draw_buttons
104732
+ * Node.draw_buttons_ext
104733
+ * Node.draw_label
104734
+ * Node.debug_zone_body_lazy_function_graph
104735
+ * Node.debug_zone_lazy_function_graph
104736
+ * Node.poll
104737
+ * Node.bl_rna_get_subclass
104738
+ * Node.bl_rna_get_subclass_py
104739
+ * NodeInternal.poll
104740
+ * NodeInternal.poll_instance
104741
+ * NodeInternal.update
104742
+ * NodeInternal.draw_buttons
104743
+ * NodeInternal.draw_buttons_ext
104744
+ * NodeInternal.bl_rna_get_subclass
104745
+ * NodeInternal.bl_rna_get_subclass_py
104746
+ * CompositorNode.tag_need_exec
104747
+ * CompositorNode.poll
104748
+ * CompositorNode.update
104749
+ * CompositorNode.bl_rna_get_subclass
104750
+ * CompositorNode.bl_rna_get_subclass_py
104751
+
104752
+ :columns: 2
104753
+
104754
+
104653
104755
  --------------------
104654
104756
 
104655
104757
  * bpy_struct.id_data
@@ -105746,6 +105848,7 @@ database.
105746
105848
 
105747
105849
  --------------------
105748
105850
 
105851
+ * CompositorNodeConvertToDisplay.display_settings
105749
105852
  * ImageFormatSettings.display_settings
105750
105853
  * Scene.display_settings
105751
105854
 
@@ -122880,14 +122983,14 @@ class StripModifiers(bpy_prop_collection[StripModifier], bpy_struct):
122880
122983
  """
122881
122984
 
122882
122985
  def remove(self, modifier: StripModifier) -> None:
122883
- """Remove an existing modifier from the sequence
122986
+ """Remove an existing modifier from the strip
122884
122987
 
122885
122988
  :param modifier: Modifier to remove
122886
122989
  :type modifier: StripModifier
122887
122990
  """
122888
122991
 
122889
122992
  def clear(self) -> None:
122890
- """Remove all modifiers from the sequence"""
122993
+ """Remove all modifiers from the strip"""
122891
122994
 
122892
122995
  @classmethod
122893
122996
  def bl_rna_get_subclass(
@@ -137974,6 +138077,82 @@ class CompositorNodeConvertColorSpace(CompositorNode, NodeInternal, Node, bpy_st
137974
138077
  :rtype: typing.Any
137975
138078
  """
137976
138079
 
138080
+ class CompositorNodeConvertToDisplay(CompositorNode, NodeInternal, Node, bpy_struct):
138081
+ """Convert from scene linear to display color space, with a view transform and look for tone mapping"""
138082
+
138083
+ display_settings: ColorManagedDisplaySettings | None
138084
+ """ Color management display device settings
138085
+
138086
+ :type: ColorManagedDisplaySettings | None
138087
+ """
138088
+
138089
+ view_settings: ColorManagedViewSettings | None
138090
+ """ Color management view transform settings
138091
+
138092
+ :type: ColorManagedViewSettings | None
138093
+ """
138094
+
138095
+ @classmethod
138096
+ def is_registered_node_type(cls) -> bool:
138097
+ """True if a registered node type
138098
+
138099
+ :return: Result
138100
+ :rtype: bool
138101
+ """
138102
+
138103
+ @classmethod
138104
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
138105
+ """Input socket template
138106
+
138107
+ :param index: Index
138108
+ :type index: int | None
138109
+ :return: result
138110
+ :rtype: NodeInternalSocketTemplate
138111
+ """
138112
+
138113
+ @classmethod
138114
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
138115
+ """Output socket template
138116
+
138117
+ :param index: Index
138118
+ :type index: int | None
138119
+ :return: result
138120
+ :rtype: NodeInternalSocketTemplate
138121
+ """
138122
+
138123
+ def update(self) -> None: ...
138124
+ @classmethod
138125
+ def bl_rna_get_subclass(
138126
+ cls,
138127
+ id: str | None,
138128
+ default=None,
138129
+ /,
138130
+ ) -> Struct:
138131
+ """
138132
+
138133
+ :param id: The RNA type identifier.
138134
+ :type id: str | None
138135
+ :param default:
138136
+ :return: The RNA type or default when not found.
138137
+ :rtype: Struct
138138
+ """
138139
+
138140
+ @classmethod
138141
+ def bl_rna_get_subclass_py(
138142
+ cls,
138143
+ id: str | None,
138144
+ default=None,
138145
+ /,
138146
+ ) -> typing.Any:
138147
+ """
138148
+
138149
+ :param id: The RNA type identifier.
138150
+ :type id: str | None
138151
+ :param default:
138152
+ :return: The class or default when not found.
138153
+ :rtype: typing.Any
138154
+ """
138155
+
137977
138156
  class CompositorNodeConvolve(CompositorNode, NodeInternal, Node, bpy_struct):
137978
138157
  """Convolves an image with a kernel"""
137979
138158
 
@@ -191304,7 +191483,7 @@ class MaskStrip(Strip, bpy_struct):
191304
191483
  """
191305
191484
 
191306
191485
  mask: Mask | None
191307
- """ Mask that this sequence uses
191486
+ """ Mask that this strip uses
191308
191487
 
191309
191488
  :type: Mask | None
191310
191489
  """
@@ -195064,7 +195243,7 @@ class MovieClipStrip(Strip, bpy_struct):
195064
195243
  """
195065
195244
 
195066
195245
  clip: MovieClip | None
195067
- """ Movie clip that this sequence uses
195246
+ """ Movie clip that this strip uses
195068
195247
 
195069
195248
  :type: MovieClip | None
195070
195249
  """
@@ -222922,7 +223101,7 @@ class SceneStrip(Strip, bpy_struct):
222922
223101
  """
222923
223102
 
222924
223103
  scene: Scene | None
222925
- """ Scene that this sequence uses
223104
+ """ Scene that this strip uses
222926
223105
 
222927
223106
  :type: Scene | None
222928
223107
  """
@@ -233855,7 +234034,7 @@ class SoundStrip(Strip, bpy_struct):
233855
234034
  """
233856
234035
 
233857
234036
  sound: Sound | None
233858
- """ Sound data-block used by this sequence
234037
+ """ Sound data-block used by this strip
233859
234038
 
233860
234039
  :type: Sound | None
233861
234040
  """
@@ -238091,7 +238270,7 @@ class SpeedControlStrip(EffectStrip, Strip, bpy_struct):
238091
238270
  """
238092
238271
 
238093
238272
  speed_factor: float
238094
- """ Multiply the current speed of the sequence with this number or remap current frame to this frame
238273
+ """ Multiply the current speed of the strip with this number or remap current frame to this frame
238095
238274
 
238096
238275
  :type: float
238097
238276
  """
@@ -261282,8 +261461,6 @@ DOPESHEET_PT_grease_pencil_layer_transform: bl_ui.space_dopesheet.DOPESHEET_PT_g
261282
261461
 
261283
261462
  DOPESHEET_PT_grease_pencil_mode: bl_ui.space_dopesheet.DOPESHEET_PT_grease_pencil_mode
261284
261463
 
261285
- DOPESHEET_PT_playhead_snapping: bl_ui.space_dopesheet.DOPESHEET_PT_playhead_snapping
261286
-
261287
261464
  DOPESHEET_PT_proportional_edit: bl_ui.space_dopesheet.DOPESHEET_PT_proportional_edit
261288
261465
 
261289
261466
  DOPESHEET_PT_snapping: bl_ui.space_dopesheet.DOPESHEET_PT_snapping
@@ -261406,8 +261583,6 @@ GRAPH_PT_driver_snapping: bl_ui.space_graph.GRAPH_PT_driver_snapping
261406
261583
 
261407
261584
  GRAPH_PT_filters: bl_ui.space_graph.GRAPH_PT_filters
261408
261585
 
261409
- GRAPH_PT_playhead_snapping: bl_ui.space_graph.GRAPH_PT_playhead_snapping
261410
-
261411
261586
  GRAPH_PT_proportional_edit: bl_ui.space_graph.GRAPH_PT_proportional_edit
261412
261587
 
261413
261588
  GRAPH_PT_snapping: bl_ui.space_graph.GRAPH_PT_snapping
@@ -261706,8 +261881,6 @@ NLA_PT_action: bl_ui.space_nla.NLA_PT_action
261706
261881
 
261707
261882
  NLA_PT_filters: bl_ui.space_nla.NLA_PT_filters
261708
261883
 
261709
- NLA_PT_playhead_snapping: bl_ui.space_nla.NLA_PT_playhead_snapping
261710
-
261711
261884
  NLA_PT_snapping: bl_ui.space_nla.NLA_PT_snapping
261712
261885
 
261713
261886
  NODE_AST_compositor: bl_ui.space_node.NODE_AST_compositor
@@ -261962,6 +262135,8 @@ NODE_OT_viewer_shortcut_set: bl_operators.node.NODE_OT_viewer_shortcut_set
261962
262135
 
261963
262136
  NODE_PT_active_node_color: bl_ui.space_node.NODE_PT_active_node_color
261964
262137
 
262138
+ NODE_PT_active_node_custom_properties: bl_ui.space_node.NODE_PT_active_node_custom_properties
262139
+
261965
262140
  NODE_PT_active_node_generic: bl_ui.space_node.NODE_PT_active_node_generic
261966
262141
 
261967
262142
  NODE_PT_active_node_properties: bl_ui.space_node.NODE_PT_active_node_properties
@@ -262892,8 +263067,6 @@ SEQUENCER_PT_movie_clip: bl_ui.space_sequencer.SEQUENCER_PT_movie_clip
262892
263067
 
262893
263068
  SEQUENCER_PT_overlay: bl_ui.space_sequencer.SEQUENCER_PT_overlay
262894
263069
 
262895
- SEQUENCER_PT_playhead_snapping: bl_ui.space_sequencer.SEQUENCER_PT_playhead_snapping
262896
-
262897
263070
  SEQUENCER_PT_preview: bl_ui.space_sequencer.SEQUENCER_PT_preview
262898
263071
 
262899
263072
  SEQUENCER_PT_preview_overlay: bl_ui.space_sequencer.SEQUENCER_PT_preview_overlay
@@ -263044,6 +263217,8 @@ TIME_PT_keyframing_settings: bl_ui.space_time.TIME_PT_keyframing_settings
263044
263217
 
263045
263218
  TIME_PT_playback: bl_ui.space_time.TIME_PT_playback
263046
263219
 
263220
+ TIME_PT_playhead_snapping: bl_ui.space_time.TIME_PT_playhead_snapping
263221
+
263047
263222
  TOPBAR_HT_upper_bar: bl_ui.space_topbar.TOPBAR_HT_upper_bar
263048
263223
 
263049
263224
  TOPBAR_MT_blender: bl_ui.space_topbar.TOPBAR_MT_blender
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module
3
- Version: 20250901
3
+ Version: 20250903
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
@@ -75,7 +75,7 @@ bl_operators/grease_pencil/__init__.pyi,sha256=ppgkc4ZatqPEHJNhjKbEy1sBzJg9zo0sb
75
75
  bl_operators/image/__init__.pyi,sha256=p_Pc5Za8ZGt_7ApR-NiQA94kOBvBdR8uqKiFKZgGMIk,3542
76
76
  bl_operators/image_as_planes/__init__.pyi,sha256=G_h1gkxx6INE8lUl7M0MR9luywsJUraY6T39rVehEio,4804
77
77
  bl_operators/mesh/__init__.pyi,sha256=LOcnRM3n2V8BeJa49XYer6b71eInogViGk2ohLQuOqw,2516
78
- bl_operators/node/__init__.pyi,sha256=ruN0pYSMnZySTu9XOJ9JpnpTRSDV6WWKwI4xaZrKprE,13733
78
+ bl_operators/node/__init__.pyi,sha256=YMxYh5k42rr0QXTPvfcOZ-dov5uZUMwhCkR00fz8vSQ,13711
79
79
  bl_operators/node_editor/__init__.pyi,sha256=nXKuGcFgA7viFPwVoXogOT1iClUnXhtrK_rZTTXJ2Go,136
80
80
  bl_operators/node_editor/node_functions/__init__.pyi,sha256=lvnouyugGqmyzgLR8aRsLj823dK3wC22vEu8lucNhJI,626
81
81
  bl_operators/object/__init__.pyi,sha256=WL-2d1wfdQWpEW5HLAoydXAZ-hTS1XNuCvvBbBZkeL0,11823
@@ -160,27 +160,27 @@ bl_ui/properties_workspace/__init__.pyi,sha256=xUC1dYR6Eep5MbB1_-UTa77u4DE2bSH5s
160
160
  bl_ui/properties_world/__init__.pyi,sha256=CY-sQhTOWWkq1NOgQ9jYRn4V4GLKveXVQu4T92f8sRY,9341
161
161
  bl_ui/space_clip/__init__.pyi,sha256=y5bb9k6jgD_VHS020AKAOs_IL6sqNPCbqr0NAaUGYKo,47031
162
162
  bl_ui/space_console/__init__.pyi,sha256=b7zy0mFsO542Mtd_KyFh-NjG_YFb__4-bW_C9vlB-8g,3372
163
- bl_ui/space_dopesheet/__init__.pyi,sha256=d8aN_u6SJkjqGIdtJks8ucBDP1919DIohoUw7EJ2GcU,20092
163
+ bl_ui/space_dopesheet/__init__.pyi,sha256=5x17A8fHhT78tmDcBRM5Zlh3bXs8Do1Ur_2m-xYjHxs,19512
164
164
  bl_ui/space_filebrowser/__init__.pyi,sha256=JwXlj3tu-WKX6IpHHa4dEitmPamqeu2LR_pbcpTJsPo,20637
165
- bl_ui/space_graph/__init__.pyi,sha256=HTKIVHD0KJlSa73aJeCCALaWnGd_19lFswbelpMs4I4,13019
165
+ bl_ui/space_graph/__init__.pyi,sha256=TIljcrouLfS7ICU4fUZaRP5ybcUfd81xiOONIRGbyzE,12449
166
166
  bl_ui/space_image/__init__.pyi,sha256=umZnS9mizGdWOCO0EwXuDzB1zt-Qu5RPqJGOPftV88M,46869
167
167
  bl_ui/space_info/__init__.pyi,sha256=xS8fd5VIJX3mvOvrjgftzsHAx3ZbNggmUGyJIRv6Pcs,3384
168
- bl_ui/space_nla/__init__.pyi,sha256=nKpRYIPf5cfY_CYylpXGmQerRSu54s36kIAc7iTlHlI,10892
169
- bl_ui/space_node/__init__.pyi,sha256=3w7b_e8gtGQmX8mUbPfOxz2sZeMNSbp7hivcjIq9MEQ,21226
168
+ bl_ui/space_nla/__init__.pyi,sha256=qogAgjcs_TFfi4eoTjkVsPi8GkXRA7s4cO9xip2N-Ss,10324
169
+ bl_ui/space_node/__init__.pyi,sha256=tLdl7p5j7C08r_07WCOfmyx2-yLYPKF-lweXPJm1GVI,21996
170
170
  bl_ui/space_outliner/__init__.pyi,sha256=1N93UIu-iU2UkqM7tQxeaxob3PRnnUjqY6rKdnT_sAE,8938
171
171
  bl_ui/space_properties/__init__.pyi,sha256=KJdc80dXfvxv5XYmO8CRmheQxff_jLYiS_6zzRG_xwg,2802
172
- bl_ui/space_sequencer/__init__.pyi,sha256=xTyg7lcQHrWagdzQmNMbQgl8OQdD6355zQbLD5ZU-Dc,59146
172
+ bl_ui/space_sequencer/__init__.pyi,sha256=fXPyQ_mXWmo9U0VFpjDHD5t5oGqQBJP3hqCJjuGRXD0,58566
173
173
  bl_ui/space_spreadsheet/__init__.pyi,sha256=qoO65GoJn8WObsqXqRzdEq2Zq1AZQEDWVpli-4lXOow,1769
174
174
  bl_ui/space_statusbar/__init__.pyi,sha256=V-oUoxSsgIpi-jzqct_gz2vjFYkIqOffmuI4W7xlsbw,667
175
175
  bl_ui/space_text/__init__.pyi,sha256=k864SRJgY7mgqqsu8KAhNGilMHMgMzjew1aeEHTtiYo,8996
176
- bl_ui/space_time/__init__.pyi,sha256=MY_bnR7hLFKXVa4_yT4rExuhrB8XXqlOJvLDZnbqulM,3915
176
+ bl_ui/space_time/__init__.pyi,sha256=VwvieO14tuq0m-kYHJXz6maKEmQRAD7J2tQUrdNqI9E,4620
177
177
  bl_ui/space_toolsystem_common/__init__.pyi,sha256=0wapsLJDJuc7K6B5kjWvB9_dWN5e3_6WNWf_ZEChlmk,3436
178
178
  bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=a9wGqRUBYBWI3k0BzC9kgKR8ApI_nnjj1QlR-aLZvt0,10637
179
179
  bl_ui/space_topbar/__init__.pyi,sha256=9MO703ewWr9Av2UGhd_tTQK8Okq8N3qw2SXOhZodeTk,15642
180
180
  bl_ui/space_userpref/__init__.pyi,sha256=Ufcof6bgkrkvdWC-LjB5PnFo2Yzmu-HLYjBxweYLaFk,80834
181
181
  bl_ui/space_view3d/__init__.pyi,sha256=4imWBsm8pkRorSjEMoaiih_vszcPlJ_d_CZ33SmoGf8,159655
182
182
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=h6H868OMgIS3a1jgcOucUb9_EPzCFsR33fKPu_duUig,78464
183
- bl_ui/utils/__init__.pyi,sha256=ppvhh_gnI0HP7Z6Y7Mpn9No5eGvsnSqXmNlzWdXop0M,810
183
+ bl_ui/utils/__init__.pyi,sha256=ljnA9UEJuHjOECvmj0JrqHBYqtd8GGy7IaBhwV_pIns,534
184
184
  bl_ui_utils/__init__.pyi,sha256=6yinHCNictVwPqgqerb5zXorsqM0cqPLmz_r8ms1XeE,89
185
185
  bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
186
186
  bl_ui_utils/layout/__init__.pyi,sha256=diIx4fYNx0-cCb582pWqI4VWUb1zl5--IG-OXvtCdd0,215
@@ -245,7 +245,7 @@ bpy/ops/material/__init__.pyi,sha256=7yA8XRBaeLm-2IGqQqXcDGNctp3amhdmBMTPoWHw5G8
245
245
  bpy/ops/mball/__init__.pyi,sha256=3avjhyGC4WLxkWeTp16xJjaN3dp05ecbIXJnc2EtXVs,4258
246
246
  bpy/ops/mesh/__init__.pyi,sha256=jOS4UBLsZrHh24SJH5hJgFl-GDV6HM1PCVSQSjUK8Sw,132537
247
247
  bpy/ops/nla/__init__.pyi,sha256=xj5WdhNuTLCf0XbePE1XPiPfS78Ea45lA28gOntmOFI,18812
248
- bpy/ops/node/__init__.pyi,sha256=vNTAkzgEqnxfQUAFJT7z_gg2GvEvEI-FQYMw0v7yRdw,66613
248
+ bpy/ops/node/__init__.pyi,sha256=wz_5UIzSRm3AsL9LMAQGvOrVdx7vemAZDlhR76brKYA,66591
249
249
  bpy/ops/object/__init__.pyi,sha256=Xx2R7ntvpsIAZ4lDFxPENe3mXEsOGCvWrI-S85v5qRI,172971
250
250
  bpy/ops/outliner/__init__.pyi,sha256=ynP3AYcSIvRaROgjkuUMwL2F5P085Q_VVOZjhVC4VeY,29325
251
251
  bpy/ops/paint/__init__.pyi,sha256=14ik0wFRdTfSOMWb-ZQBc5FLHtq8xFeGiLMqrmtj374,38326
@@ -281,10 +281,10 @@ bpy/ops/wm/__init__.pyi,sha256=NHThI1FPMgAriNL3Y1h-S9viVTP0x9zDa0fsvmbhC9g,20982
281
281
  bpy/ops/workspace/__init__.pyi,sha256=Yfe-bzDigcZkkMulfyDa0wbwqzHBrfp5mn0u_sCN7wo,2418
282
282
  bpy/ops/world/__init__.pyi,sha256=VTCqEUTLL6yJroZCNcMYQgEKVmjwkIwIy70vB78rdOM,673
283
283
  bpy/path/__init__.pyi,sha256=Phd8a6fB3496L7_LUhdwPNwkh3qy_4O-MS5br9RMfO0,5536
284
- bpy/props/__init__.pyi,sha256=d7F7M1mGB4fsDBgn3fzNBoOLuVSfcyvxDdiNUygjIpo,35774
284
+ bpy/props/__init__.pyi,sha256=K7csdjjAhvWfJXYjDkAA0U6NJv27ct-c5HKQdHhgJyk,49936
285
285
  bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
286
- bpy/stub_internal/rna_enums/__init__.pyi,sha256=2ycTHKYyQKGdrO8O-9AtaOL6yMXjILZkPxRjbPVrIDc,143072
287
- bpy/types/__init__.pyi,sha256=76TRLzooqadpFYv5bJZEcz05wgiXwFQX7lUxXY9vKn0,5903724
286
+ bpy/stub_internal/rna_enums/__init__.pyi,sha256=cccGqmWM38q4vdyIjUmKbaXWFJayGAyZJAq5EOdVZBc,143214
287
+ bpy/types/__init__.pyi,sha256=dvSgMFn9H86WK-QXpl2m_RvLiAWiZcoFrnYK6OFixTU,5907763
288
288
  bpy/utils/__init__.pyi,sha256=GGYp2g381aOdE7tWXvRGVbmhijbfgt4wGAtJGgbvyJg,15526
289
289
  bpy/utils/previews/__init__.pyi,sha256=iSZemSCPu1S2BjAQO83Z-FqEo1nGHRCEIEduXB6hQhc,2357
290
290
  bpy/utils/units/__init__.pyi,sha256=cpE9IZPkYPBexru7R9HQ_c0931d7R7Dvib2Uf7V0JJs,2645
@@ -317,7 +317,7 @@ freestyle/functions/__init__.pyi,sha256=dGcOMrCayIE_OXrHIm36aQUAsCyNwvX63DjLjJw6
317
317
  freestyle/predicates/__init__.pyi,sha256=3Y8x157YP6udskhuFb_UZYvGyZjjEhGIJWQoj0BMLsw,13550
318
318
  freestyle/shaders/__init__.pyi,sha256=SUbnzfs9aX629SUz1vacJUkTQS2F8-E4TS1SetN0yFs,24630
319
319
  freestyle/types/__init__.pyi,sha256=kKYLqZdjpwVRBGzW02O_LUX_RkL8b0M1Op-49xfMbGk,101293
320
- freestyle/utils/__init__.pyi,sha256=I5thoI3sH_4ZEpx_7KK1Tl76DjREB7C-8g7A_IdQunQ,5328
320
+ freestyle/utils/__init__.pyi,sha256=vrxmLboZoETh1_GfhS4xYZ7vzW6Oh3vElX7y16Ftw0c,5328
321
321
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=IKNZD__52vYS5eT32F_WZwW1dco_6G2kZC_1IVCAwLs,3486
322
322
  gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
323
323
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -364,7 +364,7 @@ rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
364
364
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
365
  rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
366
366
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
- fake_bpy_module-20250901.dist-info/METADATA,sha256=cbk1J0IxjAGmlIJr0zZr7XRhmy4dN3456CpYmFEIkL0,7429
368
- fake_bpy_module-20250901.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
- fake_bpy_module-20250901.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
- fake_bpy_module-20250901.dist-info/RECORD,,
367
+ fake_bpy_module-20250903.dist-info/METADATA,sha256=DJyuUfbjn5ayk9547Xmw9o_9mZuQpvj0qaA4aw8plAg,7429
368
+ fake_bpy_module-20250903.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
+ fake_bpy_module-20250903.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
+ fake_bpy_module-20250903.dist-info/RECORD,,
@@ -125,7 +125,7 @@ def material_from_fedge(fe) -> None:
125
125
  """get the diffuse RGBA color from an FEdge"""
126
126
 
127
127
  def normal_at_I0D(it) -> None: ...
128
- def pairwise(iterable, types={StrokeVertexIterator, Stroke}) -> None:
128
+ def pairwise(iterable, types={Stroke, StrokeVertexIterator}) -> None:
129
129
  """Yields a tuple containing the previous and current object"""
130
130
 
131
131
  def rgb_to_bw(r, g, b) -> None: