fake-bpy-module 20250926__py3-none-any.whl → 20250927__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.
- bl_operators/node/__init__.pyi +0 -9
- bl_ui/node_add_menu/__init__.pyi +16 -15
- bl_ui/node_add_menu_compositor/__init__.pyi +17 -17
- 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_render/__init__.pyi +31 -0
- bl_ui/space_node/__init__.pyi +2 -2
- bpy/ops/action/__init__.pyi +3 -0
- bpy/ops/file/__init__.pyi +3 -0
- bpy/ops/graph/__init__.pyi +3 -0
- bpy/ops/marker/__init__.pyi +3 -0
- bpy/ops/nla/__init__.pyi +3 -0
- bpy/ops/node/__init__.pyi +15 -0
- bpy/ops/sequencer/__init__.pyi +6 -0
- bpy/ops/ui/__init__.pyi +12 -0
- bpy/stub_internal/rna_enums/__init__.pyi +2 -0
- bpy/types/__init__.pyi +260 -30
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/RECORD +23 -23
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ import bl_ui.node_add_menu
|
|
|
6
6
|
import bpy.types
|
|
7
7
|
|
|
8
8
|
class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
|
|
9
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
9
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
10
10
|
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -34,7 +34,7 @@ class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
34
34
|
"""
|
|
35
35
|
|
|
36
36
|
class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
|
|
37
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
37
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
38
38
|
|
|
39
39
|
bl_label: typing.Any
|
|
40
40
|
bl_rna: typing.Any
|
|
@@ -62,7 +62,7 @@ class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
64
|
class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
65
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
65
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
66
66
|
|
|
67
67
|
bl_label: typing.Any
|
|
68
68
|
bl_rna: typing.Any
|
|
@@ -90,7 +90,7 @@ class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
90
90
|
"""
|
|
91
91
|
|
|
92
92
|
class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
|
|
93
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
93
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
94
94
|
|
|
95
95
|
bl_label: typing.Any
|
|
96
96
|
bl_rna: typing.Any
|
|
@@ -117,7 +117,7 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
117
117
|
"""
|
|
118
118
|
|
|
119
119
|
class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
|
|
120
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
120
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
121
121
|
|
|
122
122
|
bl_label: typing.Any
|
|
123
123
|
bl_rna: typing.Any
|
|
@@ -144,7 +144,7 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
147
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
147
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
148
148
|
|
|
149
149
|
bl_label: typing.Any
|
|
150
150
|
bl_rna: typing.Any
|
|
@@ -172,7 +172,7 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
172
172
|
"""
|
|
173
173
|
|
|
174
174
|
class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
175
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
175
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
176
176
|
|
|
177
177
|
bl_label: typing.Any
|
|
178
178
|
bl_rna: typing.Any
|
|
@@ -200,7 +200,7 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
200
200
|
"""
|
|
201
201
|
|
|
202
202
|
class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
203
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
203
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
204
204
|
|
|
205
205
|
bl_label: typing.Any
|
|
206
206
|
bl_rna: typing.Any
|
|
@@ -228,7 +228,7 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
228
228
|
"""
|
|
229
229
|
|
|
230
230
|
class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
231
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
231
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
232
232
|
|
|
233
233
|
bl_label: typing.Any
|
|
234
234
|
bl_rna: typing.Any
|
|
@@ -256,7 +256,7 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
256
256
|
"""
|
|
257
257
|
|
|
258
258
|
class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
259
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
259
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
260
260
|
|
|
261
261
|
bl_label: typing.Any
|
|
262
262
|
bl_rna: typing.Any
|
|
@@ -284,7 +284,7 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
284
284
|
"""
|
|
285
285
|
|
|
286
286
|
class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
287
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
287
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
288
288
|
|
|
289
289
|
bl_label: typing.Any
|
|
290
290
|
bl_rna: typing.Any
|
|
@@ -312,7 +312,7 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
312
312
|
"""
|
|
313
313
|
|
|
314
314
|
class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
|
|
315
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
315
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
316
316
|
|
|
317
317
|
bl_label: typing.Any
|
|
318
318
|
bl_rna: typing.Any
|
|
@@ -339,7 +339,7 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
339
339
|
"""
|
|
340
340
|
|
|
341
341
|
class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
342
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
342
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
343
343
|
|
|
344
344
|
bl_label: typing.Any
|
|
345
345
|
bl_rna: typing.Any
|
|
@@ -367,7 +367,7 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
367
367
|
"""
|
|
368
368
|
|
|
369
369
|
class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
370
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
370
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
371
371
|
|
|
372
372
|
bl_label: typing.Any
|
|
373
373
|
bl_rna: typing.Any
|
|
@@ -395,7 +395,7 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
395
395
|
"""
|
|
396
396
|
|
|
397
397
|
class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
398
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
398
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
399
399
|
|
|
400
400
|
bl_label: typing.Any
|
|
401
401
|
bl_rna: typing.Any
|
|
@@ -423,7 +423,7 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
423
423
|
"""
|
|
424
424
|
|
|
425
425
|
class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
426
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
426
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
427
427
|
|
|
428
428
|
bl_label: typing.Any
|
|
429
429
|
bl_rna: typing.Any
|
|
@@ -451,7 +451,7 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
451
451
|
"""
|
|
452
452
|
|
|
453
453
|
class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
|
|
454
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
454
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
455
455
|
|
|
456
456
|
bl_label: typing.Any
|
|
457
457
|
bl_rna: typing.Any
|
|
@@ -478,7 +478,7 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
478
478
|
"""
|
|
479
479
|
|
|
480
480
|
class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
481
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
481
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
482
482
|
|
|
483
483
|
bl_label: typing.Any
|
|
484
484
|
bl_rna: typing.Any
|
|
@@ -506,7 +506,7 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
506
506
|
"""
|
|
507
507
|
|
|
508
508
|
class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
509
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
509
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
510
510
|
|
|
511
511
|
bl_label: typing.Any
|
|
512
512
|
bl_rna: typing.Any
|
|
@@ -534,7 +534,7 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
534
534
|
"""
|
|
535
535
|
|
|
536
536
|
class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
537
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
537
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
538
538
|
|
|
539
539
|
bl_label: typing.Any
|
|
540
540
|
bl_rna: typing.Any
|
|
@@ -562,7 +562,7 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
562
562
|
"""
|
|
563
563
|
|
|
564
564
|
class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
565
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
565
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
566
566
|
|
|
567
567
|
bl_label: typing.Any
|
|
568
568
|
bl_rna: typing.Any
|
|
@@ -589,7 +589,7 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
589
589
|
"""
|
|
590
590
|
|
|
591
591
|
class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
|
|
592
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
592
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
593
593
|
|
|
594
594
|
bl_label: typing.Any
|
|
595
595
|
bl_rna: typing.Any
|
|
@@ -618,7 +618,7 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
618
618
|
"""
|
|
619
619
|
|
|
620
620
|
class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
|
|
621
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
621
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
622
622
|
|
|
623
623
|
bl_label: typing.Any
|
|
624
624
|
bl_rna: typing.Any
|
|
@@ -646,7 +646,7 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
646
646
|
"""
|
|
647
647
|
|
|
648
648
|
class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
|
|
649
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
649
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
650
650
|
|
|
651
651
|
bl_label: typing.Any
|
|
652
652
|
bl_rna: typing.Any
|
|
@@ -674,7 +674,7 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
674
674
|
"""
|
|
675
675
|
|
|
676
676
|
class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
|
|
677
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
677
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
678
678
|
|
|
679
679
|
bl_label: typing.Any
|
|
680
680
|
bl_rna: typing.Any
|
|
@@ -702,7 +702,7 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
702
702
|
"""
|
|
703
703
|
|
|
704
704
|
class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
|
|
705
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
705
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
706
706
|
|
|
707
707
|
bl_label: typing.Any
|
|
708
708
|
bl_rna: typing.Any
|
|
@@ -730,7 +730,7 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
730
730
|
"""
|
|
731
731
|
|
|
732
732
|
class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
|
|
733
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
733
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
734
734
|
|
|
735
735
|
bl_label: typing.Any
|
|
736
736
|
bl_rna: typing.Any
|
|
@@ -757,7 +757,7 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
757
757
|
"""
|
|
758
758
|
|
|
759
759
|
class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
|
|
760
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
760
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
761
761
|
|
|
762
762
|
bl_label: typing.Any
|
|
763
763
|
bl_rna: typing.Any
|
|
@@ -784,7 +784,7 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
784
784
|
"""
|
|
785
785
|
|
|
786
786
|
class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
|
|
787
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
787
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
788
788
|
|
|
789
789
|
bl_label: typing.Any
|
|
790
790
|
bl_rna: typing.Any
|
|
@@ -811,7 +811,7 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
811
811
|
"""
|
|
812
812
|
|
|
813
813
|
class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
814
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
814
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
815
815
|
|
|
816
816
|
bl_label: typing.Any
|
|
817
817
|
bl_rna: typing.Any
|
|
@@ -839,7 +839,7 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
839
839
|
"""
|
|
840
840
|
|
|
841
841
|
class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
842
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
842
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
843
843
|
|
|
844
844
|
bl_label: typing.Any
|
|
845
845
|
bl_rna: typing.Any
|
|
@@ -867,7 +867,7 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
867
867
|
"""
|
|
868
868
|
|
|
869
869
|
class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
870
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
870
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
871
871
|
|
|
872
872
|
bl_label: typing.Any
|
|
873
873
|
bl_rna: typing.Any
|
|
@@ -895,7 +895,7 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
895
895
|
"""
|
|
896
896
|
|
|
897
897
|
class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
898
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
898
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
899
899
|
|
|
900
900
|
bl_label: typing.Any
|
|
901
901
|
bl_rna: typing.Any
|
|
@@ -923,7 +923,7 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
923
923
|
"""
|
|
924
924
|
|
|
925
925
|
class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
926
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
926
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
927
927
|
|
|
928
928
|
bl_label: typing.Any
|
|
929
929
|
bl_rna: typing.Any
|
|
@@ -951,7 +951,7 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
951
951
|
"""
|
|
952
952
|
|
|
953
953
|
class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
|
|
954
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
954
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
955
955
|
|
|
956
956
|
bl_label: typing.Any
|
|
957
957
|
bl_rna: typing.Any
|
|
@@ -979,7 +979,7 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
979
979
|
"""
|
|
980
980
|
|
|
981
981
|
class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
982
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
982
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
983
983
|
|
|
984
984
|
bl_label: typing.Any
|
|
985
985
|
bl_rna: typing.Any
|
|
@@ -1007,7 +1007,7 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1007
1007
|
"""
|
|
1008
1008
|
|
|
1009
1009
|
class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
1010
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1010
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1011
1011
|
|
|
1012
1012
|
bl_label: typing.Any
|
|
1013
1013
|
bl_rna: typing.Any
|
|
@@ -1034,7 +1034,7 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1034
1034
|
"""
|
|
1035
1035
|
|
|
1036
1036
|
class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
|
|
1037
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1037
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1038
1038
|
|
|
1039
1039
|
bl_label: typing.Any
|
|
1040
1040
|
bl_rna: typing.Any
|
|
@@ -1061,7 +1061,7 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1061
1061
|
"""
|
|
1062
1062
|
|
|
1063
1063
|
class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
|
|
1064
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1064
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1065
1065
|
|
|
1066
1066
|
bl_label: typing.Any
|
|
1067
1067
|
bl_rna: typing.Any
|
|
@@ -1088,7 +1088,7 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1088
1088
|
"""
|
|
1089
1089
|
|
|
1090
1090
|
class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
1091
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1091
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1092
1092
|
|
|
1093
1093
|
bl_label: typing.Any
|
|
1094
1094
|
bl_rna: typing.Any
|
|
@@ -1115,7 +1115,7 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1115
1115
|
"""
|
|
1116
1116
|
|
|
1117
1117
|
class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
1118
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1118
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1119
1119
|
|
|
1120
1120
|
bl_label: typing.Any
|
|
1121
1121
|
bl_rna: typing.Any
|
|
@@ -1142,7 +1142,7 @@ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1142
1142
|
"""
|
|
1143
1143
|
|
|
1144
1144
|
class NODE_MT_gn_utilities_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
1145
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1145
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1146
1146
|
|
|
1147
1147
|
bl_label: typing.Any
|
|
1148
1148
|
bl_rna: typing.Any
|
|
@@ -1170,7 +1170,7 @@ class NODE_MT_gn_utilities_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1170
1170
|
"""
|
|
1171
1171
|
|
|
1172
1172
|
class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
|
|
1173
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1173
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1174
1174
|
|
|
1175
1175
|
bl_label: typing.Any
|
|
1176
1176
|
bl_rna: typing.Any
|
|
@@ -1198,7 +1198,7 @@ class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1198
1198
|
"""
|
|
1199
1199
|
|
|
1200
1200
|
class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
|
|
1201
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1201
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1202
1202
|
|
|
1203
1203
|
bl_label: typing.Any
|
|
1204
1204
|
bl_rna: typing.Any
|
|
@@ -1226,7 +1226,7 @@ class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1226
1226
|
"""
|
|
1227
1227
|
|
|
1228
1228
|
class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
|
|
1229
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1229
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1230
1230
|
|
|
1231
1231
|
bl_label: typing.Any
|
|
1232
1232
|
bl_rna: typing.Any
|
|
@@ -1254,7 +1254,7 @@ class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1254
1254
|
"""
|
|
1255
1255
|
|
|
1256
1256
|
class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
1257
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1257
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1258
1258
|
|
|
1259
1259
|
bl_label: typing.Any
|
|
1260
1260
|
bl_rna: typing.Any
|
|
@@ -1282,7 +1282,7 @@ class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1282
1282
|
"""
|
|
1283
1283
|
|
|
1284
1284
|
class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
|
|
1285
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1285
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1286
1286
|
|
|
1287
1287
|
bl_label: typing.Any
|
|
1288
1288
|
bl_rna: typing.Any
|
|
@@ -1310,7 +1310,7 @@ class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1310
1310
|
"""
|
|
1311
1311
|
|
|
1312
1312
|
class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
|
|
1313
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1313
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1314
1314
|
|
|
1315
1315
|
bl_label: typing.Any
|
|
1316
1316
|
bl_rna: typing.Any
|
|
@@ -1338,7 +1338,7 @@ class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1338
1338
|
"""
|
|
1339
1339
|
|
|
1340
1340
|
class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
|
|
1341
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1341
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1342
1342
|
|
|
1343
1343
|
bl_label: typing.Any
|
|
1344
1344
|
bl_rna: typing.Any
|
|
@@ -1366,7 +1366,7 @@ class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1366
1366
|
"""
|
|
1367
1367
|
|
|
1368
1368
|
class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
1369
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1369
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1370
1370
|
|
|
1371
1371
|
bl_label: typing.Any
|
|
1372
1372
|
bl_rna: typing.Any
|
|
@@ -1394,7 +1394,7 @@ class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1394
1394
|
"""
|
|
1395
1395
|
|
|
1396
1396
|
class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
|
|
1397
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1397
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1398
1398
|
|
|
1399
1399
|
bl_label: typing.Any
|
|
1400
1400
|
bl_rna: typing.Any
|
|
@@ -1422,7 +1422,7 @@ class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1422
1422
|
"""
|
|
1423
1423
|
|
|
1424
1424
|
class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
1425
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1425
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1426
1426
|
|
|
1427
1427
|
bl_label: typing.Any
|
|
1428
1428
|
bl_rna: typing.Any
|
|
@@ -1450,7 +1450,7 @@ class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1450
1450
|
"""
|
|
1451
1451
|
|
|
1452
1452
|
class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
1453
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1453
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1454
1454
|
|
|
1455
1455
|
bl_label: typing.Any
|
|
1456
1456
|
bl_rna: typing.Any
|
|
@@ -1478,7 +1478,7 @@ class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1478
1478
|
"""
|
|
1479
1479
|
|
|
1480
1480
|
class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
1481
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1481
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1482
1482
|
|
|
1483
1483
|
bl_label: typing.Any
|
|
1484
1484
|
bl_rna: typing.Any
|
|
@@ -1506,7 +1506,7 @@ class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1506
1506
|
"""
|
|
1507
1507
|
|
|
1508
1508
|
class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
1509
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1509
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1510
1510
|
|
|
1511
1511
|
bl_label: typing.Any
|
|
1512
1512
|
bl_rna: typing.Any
|
|
@@ -1534,7 +1534,7 @@ class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1534
1534
|
"""
|
|
1535
1535
|
|
|
1536
1536
|
class NODE_MT_gn_volume_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
1537
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
1537
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1538
1538
|
|
|
1539
1539
|
bl_label: typing.Any
|
|
1540
1540
|
bl_rna: typing.Any
|
|
@@ -6,7 +6,7 @@ import bl_ui.node_add_menu
|
|
|
6
6
|
import bpy.types
|
|
7
7
|
|
|
8
8
|
class NODE_MT_shader_node_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
9
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
9
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
10
10
|
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -35,7 +35,7 @@ class NODE_MT_shader_node_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
class NODE_MT_shader_node_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
38
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
38
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
39
39
|
|
|
40
40
|
bl_label: typing.Any
|
|
41
41
|
bl_rna: typing.Any
|
|
@@ -62,7 +62,7 @@ class NODE_MT_shader_node_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
64
|
class NODE_MT_shader_node_converter_base(bl_ui.node_add_menu.NodeMenu):
|
|
65
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
65
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
66
66
|
|
|
67
67
|
bl_label: typing.Any
|
|
68
68
|
bl_rna: typing.Any
|
|
@@ -89,7 +89,7 @@ class NODE_MT_shader_node_converter_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
89
89
|
"""
|
|
90
90
|
|
|
91
91
|
class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
92
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
92
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
93
93
|
|
|
94
94
|
bl_label: typing.Any
|
|
95
95
|
bl_rna: typing.Any
|
|
@@ -116,7 +116,7 @@ class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
116
116
|
"""
|
|
117
117
|
|
|
118
118
|
class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
119
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
119
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
120
120
|
|
|
121
121
|
bl_label: typing.Any
|
|
122
122
|
bl_rna: typing.Any
|
|
@@ -143,7 +143,7 @@ class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
143
143
|
"""
|
|
144
144
|
|
|
145
145
|
class NODE_MT_shader_node_script_base(bl_ui.node_add_menu.NodeMenu):
|
|
146
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
146
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
147
147
|
|
|
148
148
|
bl_label: typing.Any
|
|
149
149
|
bl_rna: typing.Any
|
|
@@ -170,7 +170,7 @@ class NODE_MT_shader_node_script_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
170
170
|
"""
|
|
171
171
|
|
|
172
172
|
class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
|
|
173
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
173
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
174
174
|
|
|
175
175
|
bl_label: typing.Any
|
|
176
176
|
bl_rna: typing.Any
|
|
@@ -197,7 +197,7 @@ class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
197
197
|
"""
|
|
198
198
|
|
|
199
199
|
class NODE_MT_shader_node_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
200
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
200
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
201
201
|
|
|
202
202
|
bl_label: typing.Any
|
|
203
203
|
bl_rna: typing.Any
|
|
@@ -224,7 +224,7 @@ class NODE_MT_shader_node_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
224
224
|
"""
|
|
225
225
|
|
|
226
226
|
class NODE_MT_shader_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
227
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
227
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
228
228
|
|
|
229
229
|
bl_label: typing.Any
|
|
230
230
|
bl_rna: typing.Any
|
|
@@ -251,7 +251,7 @@ class NODE_MT_shader_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
251
251
|
"""
|
|
252
252
|
|
|
253
253
|
class NODE_MT_shader_node_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
254
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
254
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
255
255
|
|
|
256
256
|
bl_label: typing.Any
|
|
257
257
|
bl_rna: typing.Any
|
|
@@ -7,7 +7,7 @@ import bl_ui.node_add_menu
|
|
|
7
7
|
import bpy.types
|
|
8
8
|
|
|
9
9
|
class NODE_MT_texture_node_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
10
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
10
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
11
11
|
|
|
12
12
|
bl_label: typing.Any
|
|
13
13
|
bl_rna: typing.Any
|
|
@@ -56,6 +56,37 @@ class RENDER_PT_color_management(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
56
56
|
:param context:
|
|
57
57
|
"""
|
|
58
58
|
|
|
59
|
+
class RENDER_PT_color_management_advanced(RenderButtonsPanel, _bpy_types.Panel):
|
|
60
|
+
COMPAT_ENGINES: typing.Any
|
|
61
|
+
bl_context: typing.Any
|
|
62
|
+
bl_label: typing.Any
|
|
63
|
+
bl_options: typing.Any
|
|
64
|
+
bl_parent_id: typing.Any
|
|
65
|
+
bl_region_type: typing.Any
|
|
66
|
+
bl_rna: typing.Any
|
|
67
|
+
bl_space_type: typing.Any
|
|
68
|
+
id_data: typing.Any
|
|
69
|
+
|
|
70
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
:return: The RNA type or default when not found.
|
|
74
|
+
:rtype: bpy.types.Struct
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
78
|
+
"""
|
|
79
|
+
|
|
80
|
+
:return: The class or default when not found.
|
|
81
|
+
:rtype: typing.Any
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
def draw(self, context) -> None:
|
|
85
|
+
"""
|
|
86
|
+
|
|
87
|
+
:param context:
|
|
88
|
+
"""
|
|
89
|
+
|
|
59
90
|
class RENDER_PT_color_management_curves(RenderButtonsPanel, _bpy_types.Panel):
|
|
60
91
|
COMPAT_ENGINES: typing.Any
|
|
61
92
|
bl_context: typing.Any
|
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -70,7 +70,7 @@ class NODE_HT_header(_bpy_types.Header):
|
|
|
70
70
|
"""
|
|
71
71
|
|
|
72
72
|
class NODE_MT_add(bl_ui.node_add_menu.AddNodeMenu):
|
|
73
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
73
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
74
74
|
|
|
75
75
|
bl_label: typing.Any
|
|
76
76
|
bl_options: typing.Any
|
|
@@ -307,7 +307,7 @@ class NODE_MT_select(_bpy_types.Menu):
|
|
|
307
307
|
"""
|
|
308
308
|
|
|
309
309
|
class NODE_MT_swap(bl_ui.node_add_menu.SwapNodeMenu):
|
|
310
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
|
|
310
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
311
311
|
|
|
312
312
|
bl_label: typing.Any
|
|
313
313
|
bl_options: typing.Any
|
bpy/ops/action/__init__.pyi
CHANGED
|
@@ -41,6 +41,7 @@ def clickselect(
|
|
|
41
41
|
/,
|
|
42
42
|
*,
|
|
43
43
|
wait_to_deselect_others: bool | None = False,
|
|
44
|
+
use_select_on_click: bool | None = False,
|
|
44
45
|
mouse_x: int | None = 0,
|
|
45
46
|
mouse_y: int | None = 0,
|
|
46
47
|
extend: bool | None = False,
|
|
@@ -54,6 +55,8 @@ def clickselect(
|
|
|
54
55
|
:type undo: bool | None
|
|
55
56
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
56
57
|
:type wait_to_deselect_others: bool | None
|
|
58
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
59
|
+
:type use_select_on_click: bool | None
|
|
57
60
|
:param mouse_x: Mouse X
|
|
58
61
|
:type mouse_x: int | None
|
|
59
62
|
:param mouse_y: Mouse Y
|