fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -1,38 +1,128 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy_types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
|
-
class NODE_MT_category_compositor_LAYOUT(bpy_types.
|
|
6
|
+
class NODE_MT_category_compositor_LAYOUT(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
8
9
|
bl_idname: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
9
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
10
15
|
bl_rna: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
11
18
|
id_data: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
21
|
+
def append(self, draw_func):
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
:param draw_func:
|
|
25
|
+
"""
|
|
26
|
+
...
|
|
27
|
+
|
|
28
|
+
def as_pointer(self):
|
|
29
|
+
""" """
|
|
30
|
+
...
|
|
31
|
+
|
|
32
|
+
def bl_rna_get_subclass(self):
|
|
33
|
+
""" """
|
|
34
|
+
...
|
|
35
|
+
|
|
36
|
+
def bl_rna_get_subclass_py(self):
|
|
37
|
+
""" """
|
|
38
|
+
...
|
|
39
|
+
|
|
40
|
+
def draw(self, _context):
|
|
41
|
+
"""
|
|
42
|
+
|
|
43
|
+
:param _context:
|
|
44
|
+
"""
|
|
45
|
+
...
|
|
46
|
+
|
|
47
|
+
def draw_collapsible(self, context, layout):
|
|
48
|
+
"""
|
|
49
|
+
|
|
50
|
+
:param context:
|
|
51
|
+
:param layout:
|
|
52
|
+
"""
|
|
53
|
+
...
|
|
54
|
+
|
|
55
|
+
def draw_preset(self, _context):
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
:param _context:
|
|
59
|
+
"""
|
|
60
|
+
...
|
|
61
|
+
|
|
62
|
+
def driver_add(self):
|
|
63
|
+
""" """
|
|
64
|
+
...
|
|
65
|
+
|
|
66
|
+
def driver_remove(self):
|
|
67
|
+
""" """
|
|
68
|
+
...
|
|
69
|
+
|
|
70
|
+
def get(self):
|
|
71
|
+
""" """
|
|
72
|
+
...
|
|
73
|
+
|
|
74
|
+
def id_properties_clear(self):
|
|
75
|
+
""" """
|
|
76
|
+
...
|
|
77
|
+
|
|
78
|
+
def id_properties_ensure(self):
|
|
79
|
+
""" """
|
|
80
|
+
...
|
|
81
|
+
|
|
82
|
+
def id_properties_ui(self):
|
|
83
|
+
""" """
|
|
84
|
+
...
|
|
85
|
+
|
|
86
|
+
def is_extended(self):
|
|
87
|
+
""" """
|
|
88
|
+
...
|
|
89
|
+
|
|
90
|
+
def is_property_hidden(self):
|
|
91
|
+
""" """
|
|
92
|
+
...
|
|
93
|
+
|
|
94
|
+
def is_property_overridable_library(self):
|
|
95
|
+
""" """
|
|
96
|
+
...
|
|
97
|
+
|
|
98
|
+
def is_property_readonly(self):
|
|
99
|
+
""" """
|
|
100
|
+
...
|
|
101
|
+
|
|
102
|
+
def is_property_set(self):
|
|
103
|
+
""" """
|
|
104
|
+
...
|
|
105
|
+
|
|
106
|
+
def items(self):
|
|
107
|
+
""" """
|
|
108
|
+
...
|
|
109
|
+
|
|
110
|
+
def keyframe_delete(self):
|
|
111
|
+
""" """
|
|
112
|
+
...
|
|
113
|
+
|
|
114
|
+
def keyframe_insert(self):
|
|
115
|
+
""" """
|
|
116
|
+
...
|
|
117
|
+
|
|
118
|
+
def keys(self):
|
|
119
|
+
""" """
|
|
120
|
+
...
|
|
121
|
+
|
|
122
|
+
def path_from_id(self):
|
|
123
|
+
""" """
|
|
124
|
+
...
|
|
12
125
|
|
|
13
|
-
def append(self, draw_func): ...
|
|
14
|
-
def as_pointer(self): ...
|
|
15
|
-
def bl_rna_get_subclass(self): ...
|
|
16
|
-
def bl_rna_get_subclass_py(self): ...
|
|
17
|
-
def draw(self, _context): ...
|
|
18
|
-
def draw_collapsible(self, context, layout): ...
|
|
19
|
-
def draw_preset(self, _context): ...
|
|
20
|
-
def driver_add(self): ...
|
|
21
|
-
def driver_remove(self): ...
|
|
22
|
-
def get(self): ...
|
|
23
|
-
def id_properties_clear(self): ...
|
|
24
|
-
def id_properties_ensure(self): ...
|
|
25
|
-
def id_properties_ui(self): ...
|
|
26
|
-
def is_extended(self): ...
|
|
27
|
-
def is_property_hidden(self): ...
|
|
28
|
-
def is_property_overridable_library(self): ...
|
|
29
|
-
def is_property_readonly(self): ...
|
|
30
|
-
def is_property_set(self): ...
|
|
31
|
-
def items(self): ...
|
|
32
|
-
def keyframe_delete(self): ...
|
|
33
|
-
def keyframe_insert(self): ...
|
|
34
|
-
def keys(self): ...
|
|
35
|
-
def path_from_id(self): ...
|
|
36
126
|
def path_menu(
|
|
37
127
|
self,
|
|
38
128
|
searchpaths,
|
|
@@ -43,45 +133,178 @@ class NODE_MT_category_compositor_LAYOUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
43
133
|
filter_path,
|
|
44
134
|
display_name,
|
|
45
135
|
add_operator,
|
|
46
|
-
):
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
136
|
+
):
|
|
137
|
+
"""
|
|
138
|
+
|
|
139
|
+
:param searchpaths:
|
|
140
|
+
:param operator:
|
|
141
|
+
:param props_default:
|
|
142
|
+
:param prop_filepath:
|
|
143
|
+
:param filter_ext:
|
|
144
|
+
:param filter_path:
|
|
145
|
+
:param display_name:
|
|
146
|
+
:param add_operator:
|
|
147
|
+
"""
|
|
148
|
+
...
|
|
149
|
+
|
|
150
|
+
def path_resolve(self):
|
|
151
|
+
""" """
|
|
152
|
+
...
|
|
153
|
+
|
|
154
|
+
def pop(self):
|
|
155
|
+
""" """
|
|
156
|
+
...
|
|
157
|
+
|
|
158
|
+
def prepend(self, draw_func):
|
|
159
|
+
"""
|
|
160
|
+
|
|
161
|
+
:param draw_func:
|
|
162
|
+
"""
|
|
163
|
+
...
|
|
164
|
+
|
|
165
|
+
def property_overridable_library_set(self):
|
|
166
|
+
""" """
|
|
167
|
+
...
|
|
168
|
+
|
|
169
|
+
def property_unset(self):
|
|
170
|
+
""" """
|
|
171
|
+
...
|
|
172
|
+
|
|
173
|
+
def remove(self, draw_func):
|
|
174
|
+
"""
|
|
175
|
+
|
|
176
|
+
:param draw_func:
|
|
177
|
+
"""
|
|
178
|
+
...
|
|
179
|
+
|
|
180
|
+
def type_recast(self):
|
|
181
|
+
""" """
|
|
182
|
+
...
|
|
183
|
+
|
|
184
|
+
def values(self):
|
|
185
|
+
""" """
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
class NODE_MT_category_compositor_color(bpy_types._GenericUI):
|
|
189
|
+
""" """
|
|
190
|
+
|
|
57
191
|
bl_idname: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
58
194
|
bl_label: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
59
197
|
bl_rna: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
60
200
|
id_data: typing.Any
|
|
201
|
+
""" """
|
|
202
|
+
|
|
203
|
+
def append(self, draw_func):
|
|
204
|
+
"""
|
|
205
|
+
|
|
206
|
+
:param draw_func:
|
|
207
|
+
"""
|
|
208
|
+
...
|
|
209
|
+
|
|
210
|
+
def as_pointer(self):
|
|
211
|
+
""" """
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
def bl_rna_get_subclass(self):
|
|
215
|
+
""" """
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
def bl_rna_get_subclass_py(self):
|
|
219
|
+
""" """
|
|
220
|
+
...
|
|
221
|
+
|
|
222
|
+
def draw(self, _context):
|
|
223
|
+
"""
|
|
224
|
+
|
|
225
|
+
:param _context:
|
|
226
|
+
"""
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
def draw_collapsible(self, context, layout):
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
:param context:
|
|
233
|
+
:param layout:
|
|
234
|
+
"""
|
|
235
|
+
...
|
|
236
|
+
|
|
237
|
+
def draw_preset(self, _context):
|
|
238
|
+
"""
|
|
239
|
+
|
|
240
|
+
:param _context:
|
|
241
|
+
"""
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def driver_add(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
def driver_remove(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
def get(self):
|
|
253
|
+
""" """
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
def id_properties_clear(self):
|
|
257
|
+
""" """
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
def id_properties_ensure(self):
|
|
261
|
+
""" """
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def id_properties_ui(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def is_extended(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
def is_property_hidden(self):
|
|
273
|
+
""" """
|
|
274
|
+
...
|
|
275
|
+
|
|
276
|
+
def is_property_overridable_library(self):
|
|
277
|
+
""" """
|
|
278
|
+
...
|
|
279
|
+
|
|
280
|
+
def is_property_readonly(self):
|
|
281
|
+
""" """
|
|
282
|
+
...
|
|
283
|
+
|
|
284
|
+
def is_property_set(self):
|
|
285
|
+
""" """
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
def items(self):
|
|
289
|
+
""" """
|
|
290
|
+
...
|
|
291
|
+
|
|
292
|
+
def keyframe_delete(self):
|
|
293
|
+
""" """
|
|
294
|
+
...
|
|
295
|
+
|
|
296
|
+
def keyframe_insert(self):
|
|
297
|
+
""" """
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
def keys(self):
|
|
301
|
+
""" """
|
|
302
|
+
...
|
|
303
|
+
|
|
304
|
+
def path_from_id(self):
|
|
305
|
+
""" """
|
|
306
|
+
...
|
|
61
307
|
|
|
62
|
-
def append(self, draw_func): ...
|
|
63
|
-
def as_pointer(self): ...
|
|
64
|
-
def bl_rna_get_subclass(self): ...
|
|
65
|
-
def bl_rna_get_subclass_py(self): ...
|
|
66
|
-
def draw(self, _context): ...
|
|
67
|
-
def draw_collapsible(self, context, layout): ...
|
|
68
|
-
def draw_preset(self, _context): ...
|
|
69
|
-
def driver_add(self): ...
|
|
70
|
-
def driver_remove(self): ...
|
|
71
|
-
def get(self): ...
|
|
72
|
-
def id_properties_clear(self): ...
|
|
73
|
-
def id_properties_ensure(self): ...
|
|
74
|
-
def id_properties_ui(self): ...
|
|
75
|
-
def is_extended(self): ...
|
|
76
|
-
def is_property_hidden(self): ...
|
|
77
|
-
def is_property_overridable_library(self): ...
|
|
78
|
-
def is_property_readonly(self): ...
|
|
79
|
-
def is_property_set(self): ...
|
|
80
|
-
def items(self): ...
|
|
81
|
-
def keyframe_delete(self): ...
|
|
82
|
-
def keyframe_insert(self): ...
|
|
83
|
-
def keys(self): ...
|
|
84
|
-
def path_from_id(self): ...
|
|
85
308
|
def path_menu(
|
|
86
309
|
self,
|
|
87
310
|
searchpaths,
|
|
@@ -92,45 +315,178 @@ class NODE_MT_category_compositor_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
92
315
|
filter_path,
|
|
93
316
|
display_name,
|
|
94
317
|
add_operator,
|
|
95
|
-
):
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
318
|
+
):
|
|
319
|
+
"""
|
|
320
|
+
|
|
321
|
+
:param searchpaths:
|
|
322
|
+
:param operator:
|
|
323
|
+
:param props_default:
|
|
324
|
+
:param prop_filepath:
|
|
325
|
+
:param filter_ext:
|
|
326
|
+
:param filter_path:
|
|
327
|
+
:param display_name:
|
|
328
|
+
:param add_operator:
|
|
329
|
+
"""
|
|
330
|
+
...
|
|
331
|
+
|
|
332
|
+
def path_resolve(self):
|
|
333
|
+
""" """
|
|
334
|
+
...
|
|
335
|
+
|
|
336
|
+
def pop(self):
|
|
337
|
+
""" """
|
|
338
|
+
...
|
|
339
|
+
|
|
340
|
+
def prepend(self, draw_func):
|
|
341
|
+
"""
|
|
342
|
+
|
|
343
|
+
:param draw_func:
|
|
344
|
+
"""
|
|
345
|
+
...
|
|
346
|
+
|
|
347
|
+
def property_overridable_library_set(self):
|
|
348
|
+
""" """
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
def property_unset(self):
|
|
352
|
+
""" """
|
|
353
|
+
...
|
|
354
|
+
|
|
355
|
+
def remove(self, draw_func):
|
|
356
|
+
"""
|
|
357
|
+
|
|
358
|
+
:param draw_func:
|
|
359
|
+
"""
|
|
360
|
+
...
|
|
361
|
+
|
|
362
|
+
def type_recast(self):
|
|
363
|
+
""" """
|
|
364
|
+
...
|
|
365
|
+
|
|
366
|
+
def values(self):
|
|
367
|
+
""" """
|
|
368
|
+
...
|
|
369
|
+
|
|
370
|
+
class NODE_MT_category_compositor_color_adjust(bpy_types._GenericUI):
|
|
371
|
+
""" """
|
|
372
|
+
|
|
106
373
|
bl_idname: typing.Any
|
|
374
|
+
""" """
|
|
375
|
+
|
|
107
376
|
bl_label: typing.Any
|
|
377
|
+
""" """
|
|
378
|
+
|
|
108
379
|
bl_rna: typing.Any
|
|
380
|
+
""" """
|
|
381
|
+
|
|
109
382
|
id_data: typing.Any
|
|
383
|
+
""" """
|
|
384
|
+
|
|
385
|
+
def append(self, draw_func):
|
|
386
|
+
"""
|
|
387
|
+
|
|
388
|
+
:param draw_func:
|
|
389
|
+
"""
|
|
390
|
+
...
|
|
391
|
+
|
|
392
|
+
def as_pointer(self):
|
|
393
|
+
""" """
|
|
394
|
+
...
|
|
395
|
+
|
|
396
|
+
def bl_rna_get_subclass(self):
|
|
397
|
+
""" """
|
|
398
|
+
...
|
|
399
|
+
|
|
400
|
+
def bl_rna_get_subclass_py(self):
|
|
401
|
+
""" """
|
|
402
|
+
...
|
|
403
|
+
|
|
404
|
+
def draw(self, _context):
|
|
405
|
+
"""
|
|
406
|
+
|
|
407
|
+
:param _context:
|
|
408
|
+
"""
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def draw_collapsible(self, context, layout):
|
|
412
|
+
"""
|
|
413
|
+
|
|
414
|
+
:param context:
|
|
415
|
+
:param layout:
|
|
416
|
+
"""
|
|
417
|
+
...
|
|
418
|
+
|
|
419
|
+
def draw_preset(self, _context):
|
|
420
|
+
"""
|
|
421
|
+
|
|
422
|
+
:param _context:
|
|
423
|
+
"""
|
|
424
|
+
...
|
|
425
|
+
|
|
426
|
+
def driver_add(self):
|
|
427
|
+
""" """
|
|
428
|
+
...
|
|
429
|
+
|
|
430
|
+
def driver_remove(self):
|
|
431
|
+
""" """
|
|
432
|
+
...
|
|
433
|
+
|
|
434
|
+
def get(self):
|
|
435
|
+
""" """
|
|
436
|
+
...
|
|
437
|
+
|
|
438
|
+
def id_properties_clear(self):
|
|
439
|
+
""" """
|
|
440
|
+
...
|
|
441
|
+
|
|
442
|
+
def id_properties_ensure(self):
|
|
443
|
+
""" """
|
|
444
|
+
...
|
|
445
|
+
|
|
446
|
+
def id_properties_ui(self):
|
|
447
|
+
""" """
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def is_extended(self):
|
|
451
|
+
""" """
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def is_property_hidden(self):
|
|
455
|
+
""" """
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
def is_property_overridable_library(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
462
|
+
def is_property_readonly(self):
|
|
463
|
+
""" """
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def is_property_set(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def items(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
def keyframe_delete(self):
|
|
475
|
+
""" """
|
|
476
|
+
...
|
|
477
|
+
|
|
478
|
+
def keyframe_insert(self):
|
|
479
|
+
""" """
|
|
480
|
+
...
|
|
481
|
+
|
|
482
|
+
def keys(self):
|
|
483
|
+
""" """
|
|
484
|
+
...
|
|
485
|
+
|
|
486
|
+
def path_from_id(self):
|
|
487
|
+
""" """
|
|
488
|
+
...
|
|
110
489
|
|
|
111
|
-
def append(self, draw_func): ...
|
|
112
|
-
def as_pointer(self): ...
|
|
113
|
-
def bl_rna_get_subclass(self): ...
|
|
114
|
-
def bl_rna_get_subclass_py(self): ...
|
|
115
|
-
def draw(self, _context): ...
|
|
116
|
-
def draw_collapsible(self, context, layout): ...
|
|
117
|
-
def draw_preset(self, _context): ...
|
|
118
|
-
def driver_add(self): ...
|
|
119
|
-
def driver_remove(self): ...
|
|
120
|
-
def get(self): ...
|
|
121
|
-
def id_properties_clear(self): ...
|
|
122
|
-
def id_properties_ensure(self): ...
|
|
123
|
-
def id_properties_ui(self): ...
|
|
124
|
-
def is_extended(self): ...
|
|
125
|
-
def is_property_hidden(self): ...
|
|
126
|
-
def is_property_overridable_library(self): ...
|
|
127
|
-
def is_property_readonly(self): ...
|
|
128
|
-
def is_property_set(self): ...
|
|
129
|
-
def items(self): ...
|
|
130
|
-
def keyframe_delete(self): ...
|
|
131
|
-
def keyframe_insert(self): ...
|
|
132
|
-
def keys(self): ...
|
|
133
|
-
def path_from_id(self): ...
|
|
134
490
|
def path_menu(
|
|
135
491
|
self,
|
|
136
492
|
searchpaths,
|
|
@@ -141,45 +497,178 @@ class NODE_MT_category_compositor_color_adjust(bpy_types.Menu, bpy_types._Generi
|
|
|
141
497
|
filter_path,
|
|
142
498
|
display_name,
|
|
143
499
|
add_operator,
|
|
144
|
-
):
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
500
|
+
):
|
|
501
|
+
"""
|
|
502
|
+
|
|
503
|
+
:param searchpaths:
|
|
504
|
+
:param operator:
|
|
505
|
+
:param props_default:
|
|
506
|
+
:param prop_filepath:
|
|
507
|
+
:param filter_ext:
|
|
508
|
+
:param filter_path:
|
|
509
|
+
:param display_name:
|
|
510
|
+
:param add_operator:
|
|
511
|
+
"""
|
|
512
|
+
...
|
|
513
|
+
|
|
514
|
+
def path_resolve(self):
|
|
515
|
+
""" """
|
|
516
|
+
...
|
|
517
|
+
|
|
518
|
+
def pop(self):
|
|
519
|
+
""" """
|
|
520
|
+
...
|
|
521
|
+
|
|
522
|
+
def prepend(self, draw_func):
|
|
523
|
+
"""
|
|
524
|
+
|
|
525
|
+
:param draw_func:
|
|
526
|
+
"""
|
|
527
|
+
...
|
|
528
|
+
|
|
529
|
+
def property_overridable_library_set(self):
|
|
530
|
+
""" """
|
|
531
|
+
...
|
|
532
|
+
|
|
533
|
+
def property_unset(self):
|
|
534
|
+
""" """
|
|
535
|
+
...
|
|
536
|
+
|
|
537
|
+
def remove(self, draw_func):
|
|
538
|
+
"""
|
|
539
|
+
|
|
540
|
+
:param draw_func:
|
|
541
|
+
"""
|
|
542
|
+
...
|
|
543
|
+
|
|
544
|
+
def type_recast(self):
|
|
545
|
+
""" """
|
|
546
|
+
...
|
|
547
|
+
|
|
548
|
+
def values(self):
|
|
549
|
+
""" """
|
|
550
|
+
...
|
|
551
|
+
|
|
552
|
+
class NODE_MT_category_compositor_color_mix(bpy_types._GenericUI):
|
|
553
|
+
""" """
|
|
554
|
+
|
|
155
555
|
bl_idname: typing.Any
|
|
556
|
+
""" """
|
|
557
|
+
|
|
156
558
|
bl_label: typing.Any
|
|
559
|
+
""" """
|
|
560
|
+
|
|
157
561
|
bl_rna: typing.Any
|
|
562
|
+
""" """
|
|
563
|
+
|
|
158
564
|
id_data: typing.Any
|
|
565
|
+
""" """
|
|
566
|
+
|
|
567
|
+
def append(self, draw_func):
|
|
568
|
+
"""
|
|
569
|
+
|
|
570
|
+
:param draw_func:
|
|
571
|
+
"""
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def as_pointer(self):
|
|
575
|
+
""" """
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
def bl_rna_get_subclass(self):
|
|
579
|
+
""" """
|
|
580
|
+
...
|
|
581
|
+
|
|
582
|
+
def bl_rna_get_subclass_py(self):
|
|
583
|
+
""" """
|
|
584
|
+
...
|
|
585
|
+
|
|
586
|
+
def draw(self, _context):
|
|
587
|
+
"""
|
|
588
|
+
|
|
589
|
+
:param _context:
|
|
590
|
+
"""
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
def draw_collapsible(self, context, layout):
|
|
594
|
+
"""
|
|
595
|
+
|
|
596
|
+
:param context:
|
|
597
|
+
:param layout:
|
|
598
|
+
"""
|
|
599
|
+
...
|
|
600
|
+
|
|
601
|
+
def draw_preset(self, _context):
|
|
602
|
+
"""
|
|
603
|
+
|
|
604
|
+
:param _context:
|
|
605
|
+
"""
|
|
606
|
+
...
|
|
607
|
+
|
|
608
|
+
def driver_add(self):
|
|
609
|
+
""" """
|
|
610
|
+
...
|
|
611
|
+
|
|
612
|
+
def driver_remove(self):
|
|
613
|
+
""" """
|
|
614
|
+
...
|
|
615
|
+
|
|
616
|
+
def get(self):
|
|
617
|
+
""" """
|
|
618
|
+
...
|
|
619
|
+
|
|
620
|
+
def id_properties_clear(self):
|
|
621
|
+
""" """
|
|
622
|
+
...
|
|
623
|
+
|
|
624
|
+
def id_properties_ensure(self):
|
|
625
|
+
""" """
|
|
626
|
+
...
|
|
627
|
+
|
|
628
|
+
def id_properties_ui(self):
|
|
629
|
+
""" """
|
|
630
|
+
...
|
|
631
|
+
|
|
632
|
+
def is_extended(self):
|
|
633
|
+
""" """
|
|
634
|
+
...
|
|
635
|
+
|
|
636
|
+
def is_property_hidden(self):
|
|
637
|
+
""" """
|
|
638
|
+
...
|
|
639
|
+
|
|
640
|
+
def is_property_overridable_library(self):
|
|
641
|
+
""" """
|
|
642
|
+
...
|
|
643
|
+
|
|
644
|
+
def is_property_readonly(self):
|
|
645
|
+
""" """
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
def is_property_set(self):
|
|
649
|
+
""" """
|
|
650
|
+
...
|
|
651
|
+
|
|
652
|
+
def items(self):
|
|
653
|
+
""" """
|
|
654
|
+
...
|
|
655
|
+
|
|
656
|
+
def keyframe_delete(self):
|
|
657
|
+
""" """
|
|
658
|
+
...
|
|
659
|
+
|
|
660
|
+
def keyframe_insert(self):
|
|
661
|
+
""" """
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def keys(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
def path_from_id(self):
|
|
669
|
+
""" """
|
|
670
|
+
...
|
|
159
671
|
|
|
160
|
-
def append(self, draw_func): ...
|
|
161
|
-
def as_pointer(self): ...
|
|
162
|
-
def bl_rna_get_subclass(self): ...
|
|
163
|
-
def bl_rna_get_subclass_py(self): ...
|
|
164
|
-
def draw(self, _context): ...
|
|
165
|
-
def draw_collapsible(self, context, layout): ...
|
|
166
|
-
def draw_preset(self, _context): ...
|
|
167
|
-
def driver_add(self): ...
|
|
168
|
-
def driver_remove(self): ...
|
|
169
|
-
def get(self): ...
|
|
170
|
-
def id_properties_clear(self): ...
|
|
171
|
-
def id_properties_ensure(self): ...
|
|
172
|
-
def id_properties_ui(self): ...
|
|
173
|
-
def is_extended(self): ...
|
|
174
|
-
def is_property_hidden(self): ...
|
|
175
|
-
def is_property_overridable_library(self): ...
|
|
176
|
-
def is_property_readonly(self): ...
|
|
177
|
-
def is_property_set(self): ...
|
|
178
|
-
def items(self): ...
|
|
179
|
-
def keyframe_delete(self): ...
|
|
180
|
-
def keyframe_insert(self): ...
|
|
181
|
-
def keys(self): ...
|
|
182
|
-
def path_from_id(self): ...
|
|
183
672
|
def path_menu(
|
|
184
673
|
self,
|
|
185
674
|
searchpaths,
|
|
@@ -190,45 +679,178 @@ class NODE_MT_category_compositor_color_mix(bpy_types.Menu, bpy_types._GenericUI
|
|
|
190
679
|
filter_path,
|
|
191
680
|
display_name,
|
|
192
681
|
add_operator,
|
|
193
|
-
):
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
682
|
+
):
|
|
683
|
+
"""
|
|
684
|
+
|
|
685
|
+
:param searchpaths:
|
|
686
|
+
:param operator:
|
|
687
|
+
:param props_default:
|
|
688
|
+
:param prop_filepath:
|
|
689
|
+
:param filter_ext:
|
|
690
|
+
:param filter_path:
|
|
691
|
+
:param display_name:
|
|
692
|
+
:param add_operator:
|
|
693
|
+
"""
|
|
694
|
+
...
|
|
695
|
+
|
|
696
|
+
def path_resolve(self):
|
|
697
|
+
""" """
|
|
698
|
+
...
|
|
699
|
+
|
|
700
|
+
def pop(self):
|
|
701
|
+
""" """
|
|
702
|
+
...
|
|
703
|
+
|
|
704
|
+
def prepend(self, draw_func):
|
|
705
|
+
"""
|
|
706
|
+
|
|
707
|
+
:param draw_func:
|
|
708
|
+
"""
|
|
709
|
+
...
|
|
710
|
+
|
|
711
|
+
def property_overridable_library_set(self):
|
|
712
|
+
""" """
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
def property_unset(self):
|
|
716
|
+
""" """
|
|
717
|
+
...
|
|
718
|
+
|
|
719
|
+
def remove(self, draw_func):
|
|
720
|
+
"""
|
|
721
|
+
|
|
722
|
+
:param draw_func:
|
|
723
|
+
"""
|
|
724
|
+
...
|
|
725
|
+
|
|
726
|
+
def type_recast(self):
|
|
727
|
+
""" """
|
|
728
|
+
...
|
|
729
|
+
|
|
730
|
+
def values(self):
|
|
731
|
+
""" """
|
|
732
|
+
...
|
|
733
|
+
|
|
734
|
+
class NODE_MT_category_compositor_filter(bpy_types._GenericUI):
|
|
735
|
+
""" """
|
|
736
|
+
|
|
204
737
|
bl_idname: typing.Any
|
|
738
|
+
""" """
|
|
739
|
+
|
|
205
740
|
bl_label: typing.Any
|
|
741
|
+
""" """
|
|
742
|
+
|
|
206
743
|
bl_rna: typing.Any
|
|
744
|
+
""" """
|
|
745
|
+
|
|
207
746
|
id_data: typing.Any
|
|
747
|
+
""" """
|
|
748
|
+
|
|
749
|
+
def append(self, draw_func):
|
|
750
|
+
"""
|
|
751
|
+
|
|
752
|
+
:param draw_func:
|
|
753
|
+
"""
|
|
754
|
+
...
|
|
755
|
+
|
|
756
|
+
def as_pointer(self):
|
|
757
|
+
""" """
|
|
758
|
+
...
|
|
759
|
+
|
|
760
|
+
def bl_rna_get_subclass(self):
|
|
761
|
+
""" """
|
|
762
|
+
...
|
|
763
|
+
|
|
764
|
+
def bl_rna_get_subclass_py(self):
|
|
765
|
+
""" """
|
|
766
|
+
...
|
|
767
|
+
|
|
768
|
+
def draw(self, _context):
|
|
769
|
+
"""
|
|
770
|
+
|
|
771
|
+
:param _context:
|
|
772
|
+
"""
|
|
773
|
+
...
|
|
774
|
+
|
|
775
|
+
def draw_collapsible(self, context, layout):
|
|
776
|
+
"""
|
|
777
|
+
|
|
778
|
+
:param context:
|
|
779
|
+
:param layout:
|
|
780
|
+
"""
|
|
781
|
+
...
|
|
782
|
+
|
|
783
|
+
def draw_preset(self, _context):
|
|
784
|
+
"""
|
|
785
|
+
|
|
786
|
+
:param _context:
|
|
787
|
+
"""
|
|
788
|
+
...
|
|
789
|
+
|
|
790
|
+
def driver_add(self):
|
|
791
|
+
""" """
|
|
792
|
+
...
|
|
793
|
+
|
|
794
|
+
def driver_remove(self):
|
|
795
|
+
""" """
|
|
796
|
+
...
|
|
797
|
+
|
|
798
|
+
def get(self):
|
|
799
|
+
""" """
|
|
800
|
+
...
|
|
801
|
+
|
|
802
|
+
def id_properties_clear(self):
|
|
803
|
+
""" """
|
|
804
|
+
...
|
|
805
|
+
|
|
806
|
+
def id_properties_ensure(self):
|
|
807
|
+
""" """
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
def id_properties_ui(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
813
|
+
|
|
814
|
+
def is_extended(self):
|
|
815
|
+
""" """
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
def is_property_hidden(self):
|
|
819
|
+
""" """
|
|
820
|
+
...
|
|
821
|
+
|
|
822
|
+
def is_property_overridable_library(self):
|
|
823
|
+
""" """
|
|
824
|
+
...
|
|
825
|
+
|
|
826
|
+
def is_property_readonly(self):
|
|
827
|
+
""" """
|
|
828
|
+
...
|
|
829
|
+
|
|
830
|
+
def is_property_set(self):
|
|
831
|
+
""" """
|
|
832
|
+
...
|
|
833
|
+
|
|
834
|
+
def items(self):
|
|
835
|
+
""" """
|
|
836
|
+
...
|
|
837
|
+
|
|
838
|
+
def keyframe_delete(self):
|
|
839
|
+
""" """
|
|
840
|
+
...
|
|
841
|
+
|
|
842
|
+
def keyframe_insert(self):
|
|
843
|
+
""" """
|
|
844
|
+
...
|
|
845
|
+
|
|
846
|
+
def keys(self):
|
|
847
|
+
""" """
|
|
848
|
+
...
|
|
849
|
+
|
|
850
|
+
def path_from_id(self):
|
|
851
|
+
""" """
|
|
852
|
+
...
|
|
208
853
|
|
|
209
|
-
def append(self, draw_func): ...
|
|
210
|
-
def as_pointer(self): ...
|
|
211
|
-
def bl_rna_get_subclass(self): ...
|
|
212
|
-
def bl_rna_get_subclass_py(self): ...
|
|
213
|
-
def draw(self, _context): ...
|
|
214
|
-
def draw_collapsible(self, context, layout): ...
|
|
215
|
-
def draw_preset(self, _context): ...
|
|
216
|
-
def driver_add(self): ...
|
|
217
|
-
def driver_remove(self): ...
|
|
218
|
-
def get(self): ...
|
|
219
|
-
def id_properties_clear(self): ...
|
|
220
|
-
def id_properties_ensure(self): ...
|
|
221
|
-
def id_properties_ui(self): ...
|
|
222
|
-
def is_extended(self): ...
|
|
223
|
-
def is_property_hidden(self): ...
|
|
224
|
-
def is_property_overridable_library(self): ...
|
|
225
|
-
def is_property_readonly(self): ...
|
|
226
|
-
def is_property_set(self): ...
|
|
227
|
-
def items(self): ...
|
|
228
|
-
def keyframe_delete(self): ...
|
|
229
|
-
def keyframe_insert(self): ...
|
|
230
|
-
def keys(self): ...
|
|
231
|
-
def path_from_id(self): ...
|
|
232
854
|
def path_menu(
|
|
233
855
|
self,
|
|
234
856
|
searchpaths,
|
|
@@ -239,45 +861,178 @@ class NODE_MT_category_compositor_filter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
239
861
|
filter_path,
|
|
240
862
|
display_name,
|
|
241
863
|
add_operator,
|
|
242
|
-
):
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
864
|
+
):
|
|
865
|
+
"""
|
|
866
|
+
|
|
867
|
+
:param searchpaths:
|
|
868
|
+
:param operator:
|
|
869
|
+
:param props_default:
|
|
870
|
+
:param prop_filepath:
|
|
871
|
+
:param filter_ext:
|
|
872
|
+
:param filter_path:
|
|
873
|
+
:param display_name:
|
|
874
|
+
:param add_operator:
|
|
875
|
+
"""
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
def path_resolve(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def pop(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def prepend(self, draw_func):
|
|
887
|
+
"""
|
|
888
|
+
|
|
889
|
+
:param draw_func:
|
|
890
|
+
"""
|
|
891
|
+
...
|
|
892
|
+
|
|
893
|
+
def property_overridable_library_set(self):
|
|
894
|
+
""" """
|
|
895
|
+
...
|
|
896
|
+
|
|
897
|
+
def property_unset(self):
|
|
898
|
+
""" """
|
|
899
|
+
...
|
|
900
|
+
|
|
901
|
+
def remove(self, draw_func):
|
|
902
|
+
"""
|
|
903
|
+
|
|
904
|
+
:param draw_func:
|
|
905
|
+
"""
|
|
906
|
+
...
|
|
907
|
+
|
|
908
|
+
def type_recast(self):
|
|
909
|
+
""" """
|
|
910
|
+
...
|
|
911
|
+
|
|
912
|
+
def values(self):
|
|
913
|
+
""" """
|
|
914
|
+
...
|
|
915
|
+
|
|
916
|
+
class NODE_MT_category_compositor_filter_blur(bpy_types._GenericUI):
|
|
917
|
+
""" """
|
|
918
|
+
|
|
253
919
|
bl_idname: typing.Any
|
|
920
|
+
""" """
|
|
921
|
+
|
|
254
922
|
bl_label: typing.Any
|
|
923
|
+
""" """
|
|
924
|
+
|
|
255
925
|
bl_rna: typing.Any
|
|
926
|
+
""" """
|
|
927
|
+
|
|
256
928
|
id_data: typing.Any
|
|
929
|
+
""" """
|
|
930
|
+
|
|
931
|
+
def append(self, draw_func):
|
|
932
|
+
"""
|
|
933
|
+
|
|
934
|
+
:param draw_func:
|
|
935
|
+
"""
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def as_pointer(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def bl_rna_get_subclass(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def bl_rna_get_subclass_py(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def draw(self, _context):
|
|
951
|
+
"""
|
|
952
|
+
|
|
953
|
+
:param _context:
|
|
954
|
+
"""
|
|
955
|
+
...
|
|
956
|
+
|
|
957
|
+
def draw_collapsible(self, context, layout):
|
|
958
|
+
"""
|
|
959
|
+
|
|
960
|
+
:param context:
|
|
961
|
+
:param layout:
|
|
962
|
+
"""
|
|
963
|
+
...
|
|
964
|
+
|
|
965
|
+
def draw_preset(self, _context):
|
|
966
|
+
"""
|
|
967
|
+
|
|
968
|
+
:param _context:
|
|
969
|
+
"""
|
|
970
|
+
...
|
|
971
|
+
|
|
972
|
+
def driver_add(self):
|
|
973
|
+
""" """
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
def driver_remove(self):
|
|
977
|
+
""" """
|
|
978
|
+
...
|
|
979
|
+
|
|
980
|
+
def get(self):
|
|
981
|
+
""" """
|
|
982
|
+
...
|
|
983
|
+
|
|
984
|
+
def id_properties_clear(self):
|
|
985
|
+
""" """
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
def id_properties_ensure(self):
|
|
989
|
+
""" """
|
|
990
|
+
...
|
|
991
|
+
|
|
992
|
+
def id_properties_ui(self):
|
|
993
|
+
""" """
|
|
994
|
+
...
|
|
995
|
+
|
|
996
|
+
def is_extended(self):
|
|
997
|
+
""" """
|
|
998
|
+
...
|
|
999
|
+
|
|
1000
|
+
def is_property_hidden(self):
|
|
1001
|
+
""" """
|
|
1002
|
+
...
|
|
1003
|
+
|
|
1004
|
+
def is_property_overridable_library(self):
|
|
1005
|
+
""" """
|
|
1006
|
+
...
|
|
1007
|
+
|
|
1008
|
+
def is_property_readonly(self):
|
|
1009
|
+
""" """
|
|
1010
|
+
...
|
|
1011
|
+
|
|
1012
|
+
def is_property_set(self):
|
|
1013
|
+
""" """
|
|
1014
|
+
...
|
|
1015
|
+
|
|
1016
|
+
def items(self):
|
|
1017
|
+
""" """
|
|
1018
|
+
...
|
|
1019
|
+
|
|
1020
|
+
def keyframe_delete(self):
|
|
1021
|
+
""" """
|
|
1022
|
+
...
|
|
1023
|
+
|
|
1024
|
+
def keyframe_insert(self):
|
|
1025
|
+
""" """
|
|
1026
|
+
...
|
|
1027
|
+
|
|
1028
|
+
def keys(self):
|
|
1029
|
+
""" """
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
def path_from_id(self):
|
|
1033
|
+
""" """
|
|
1034
|
+
...
|
|
257
1035
|
|
|
258
|
-
def append(self, draw_func): ...
|
|
259
|
-
def as_pointer(self): ...
|
|
260
|
-
def bl_rna_get_subclass(self): ...
|
|
261
|
-
def bl_rna_get_subclass_py(self): ...
|
|
262
|
-
def draw(self, _context): ...
|
|
263
|
-
def draw_collapsible(self, context, layout): ...
|
|
264
|
-
def draw_preset(self, _context): ...
|
|
265
|
-
def driver_add(self): ...
|
|
266
|
-
def driver_remove(self): ...
|
|
267
|
-
def get(self): ...
|
|
268
|
-
def id_properties_clear(self): ...
|
|
269
|
-
def id_properties_ensure(self): ...
|
|
270
|
-
def id_properties_ui(self): ...
|
|
271
|
-
def is_extended(self): ...
|
|
272
|
-
def is_property_hidden(self): ...
|
|
273
|
-
def is_property_overridable_library(self): ...
|
|
274
|
-
def is_property_readonly(self): ...
|
|
275
|
-
def is_property_set(self): ...
|
|
276
|
-
def items(self): ...
|
|
277
|
-
def keyframe_delete(self): ...
|
|
278
|
-
def keyframe_insert(self): ...
|
|
279
|
-
def keys(self): ...
|
|
280
|
-
def path_from_id(self): ...
|
|
281
1036
|
def path_menu(
|
|
282
1037
|
self,
|
|
283
1038
|
searchpaths,
|
|
@@ -288,94 +1043,360 @@ class NODE_MT_category_compositor_filter_blur(bpy_types.Menu, bpy_types._Generic
|
|
|
288
1043
|
filter_path,
|
|
289
1044
|
display_name,
|
|
290
1045
|
add_operator,
|
|
291
|
-
):
|
|
292
|
-
|
|
293
|
-
def pop(self): ...
|
|
294
|
-
def prepend(self, draw_func): ...
|
|
295
|
-
def property_overridable_library_set(self): ...
|
|
296
|
-
def property_unset(self): ...
|
|
297
|
-
def remove(self, draw_func): ...
|
|
298
|
-
def type_recast(self): ...
|
|
299
|
-
def values(self): ...
|
|
300
|
-
|
|
301
|
-
class NODE_MT_category_compositor_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
302
|
-
bl_idname: typing.Any
|
|
303
|
-
bl_label: typing.Any
|
|
304
|
-
bl_rna: typing.Any
|
|
305
|
-
id_data: typing.Any
|
|
1046
|
+
):
|
|
1047
|
+
"""
|
|
306
1048
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
def
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
def
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
def
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
1049
|
+
:param searchpaths:
|
|
1050
|
+
:param operator:
|
|
1051
|
+
:param props_default:
|
|
1052
|
+
:param prop_filepath:
|
|
1053
|
+
:param filter_ext:
|
|
1054
|
+
:param filter_path:
|
|
1055
|
+
:param display_name:
|
|
1056
|
+
:param add_operator:
|
|
1057
|
+
"""
|
|
1058
|
+
...
|
|
1059
|
+
|
|
1060
|
+
def path_resolve(self):
|
|
1061
|
+
""" """
|
|
1062
|
+
...
|
|
1063
|
+
|
|
1064
|
+
def pop(self):
|
|
1065
|
+
""" """
|
|
1066
|
+
...
|
|
1067
|
+
|
|
1068
|
+
def prepend(self, draw_func):
|
|
1069
|
+
"""
|
|
1070
|
+
|
|
1071
|
+
:param draw_func:
|
|
1072
|
+
"""
|
|
1073
|
+
...
|
|
1074
|
+
|
|
1075
|
+
def property_overridable_library_set(self):
|
|
1076
|
+
""" """
|
|
1077
|
+
...
|
|
1078
|
+
|
|
1079
|
+
def property_unset(self):
|
|
1080
|
+
""" """
|
|
1081
|
+
...
|
|
1082
|
+
|
|
1083
|
+
def remove(self, draw_func):
|
|
1084
|
+
"""
|
|
1085
|
+
|
|
1086
|
+
:param draw_func:
|
|
1087
|
+
"""
|
|
1088
|
+
...
|
|
1089
|
+
|
|
1090
|
+
def type_recast(self):
|
|
1091
|
+
""" """
|
|
1092
|
+
...
|
|
1093
|
+
|
|
1094
|
+
def values(self):
|
|
1095
|
+
""" """
|
|
1096
|
+
...
|
|
1097
|
+
|
|
1098
|
+
class NODE_MT_category_compositor_group(bpy_types._GenericUI):
|
|
1099
|
+
""" """
|
|
1100
|
+
|
|
1101
|
+
bl_idname: typing.Any
|
|
1102
|
+
""" """
|
|
1103
|
+
|
|
1104
|
+
bl_label: typing.Any
|
|
1105
|
+
""" """
|
|
1106
|
+
|
|
1107
|
+
bl_rna: typing.Any
|
|
1108
|
+
""" """
|
|
1109
|
+
|
|
1110
|
+
id_data: typing.Any
|
|
1111
|
+
""" """
|
|
1112
|
+
|
|
1113
|
+
def append(self, draw_func):
|
|
1114
|
+
"""
|
|
1115
|
+
|
|
1116
|
+
:param draw_func:
|
|
1117
|
+
"""
|
|
1118
|
+
...
|
|
1119
|
+
|
|
1120
|
+
def as_pointer(self):
|
|
1121
|
+
""" """
|
|
1122
|
+
...
|
|
1123
|
+
|
|
1124
|
+
def bl_rna_get_subclass(self):
|
|
1125
|
+
""" """
|
|
1126
|
+
...
|
|
1127
|
+
|
|
1128
|
+
def bl_rna_get_subclass_py(self):
|
|
1129
|
+
""" """
|
|
1130
|
+
...
|
|
1131
|
+
|
|
1132
|
+
def draw(self, context):
|
|
1133
|
+
"""
|
|
1134
|
+
|
|
1135
|
+
:param context:
|
|
1136
|
+
"""
|
|
1137
|
+
...
|
|
1138
|
+
|
|
1139
|
+
def draw_collapsible(self, context, layout):
|
|
1140
|
+
"""
|
|
1141
|
+
|
|
1142
|
+
:param context:
|
|
1143
|
+
:param layout:
|
|
1144
|
+
"""
|
|
1145
|
+
...
|
|
1146
|
+
|
|
1147
|
+
def draw_preset(self, _context):
|
|
1148
|
+
"""
|
|
1149
|
+
|
|
1150
|
+
:param _context:
|
|
1151
|
+
"""
|
|
1152
|
+
...
|
|
1153
|
+
|
|
1154
|
+
def driver_add(self):
|
|
1155
|
+
""" """
|
|
1156
|
+
...
|
|
1157
|
+
|
|
1158
|
+
def driver_remove(self):
|
|
1159
|
+
""" """
|
|
1160
|
+
...
|
|
1161
|
+
|
|
1162
|
+
def get(self):
|
|
1163
|
+
""" """
|
|
1164
|
+
...
|
|
1165
|
+
|
|
1166
|
+
def id_properties_clear(self):
|
|
1167
|
+
""" """
|
|
1168
|
+
...
|
|
1169
|
+
|
|
1170
|
+
def id_properties_ensure(self):
|
|
1171
|
+
""" """
|
|
1172
|
+
...
|
|
1173
|
+
|
|
1174
|
+
def id_properties_ui(self):
|
|
1175
|
+
""" """
|
|
1176
|
+
...
|
|
1177
|
+
|
|
1178
|
+
def is_extended(self):
|
|
1179
|
+
""" """
|
|
1180
|
+
...
|
|
1181
|
+
|
|
1182
|
+
def is_property_hidden(self):
|
|
1183
|
+
""" """
|
|
1184
|
+
...
|
|
1185
|
+
|
|
1186
|
+
def is_property_overridable_library(self):
|
|
1187
|
+
""" """
|
|
1188
|
+
...
|
|
1189
|
+
|
|
1190
|
+
def is_property_readonly(self):
|
|
1191
|
+
""" """
|
|
1192
|
+
...
|
|
1193
|
+
|
|
1194
|
+
def is_property_set(self):
|
|
1195
|
+
""" """
|
|
1196
|
+
...
|
|
1197
|
+
|
|
1198
|
+
def items(self):
|
|
1199
|
+
""" """
|
|
1200
|
+
...
|
|
1201
|
+
|
|
1202
|
+
def keyframe_delete(self):
|
|
1203
|
+
""" """
|
|
1204
|
+
...
|
|
1205
|
+
|
|
1206
|
+
def keyframe_insert(self):
|
|
1207
|
+
""" """
|
|
1208
|
+
...
|
|
1209
|
+
|
|
1210
|
+
def keys(self):
|
|
1211
|
+
""" """
|
|
1212
|
+
...
|
|
1213
|
+
|
|
1214
|
+
def path_from_id(self):
|
|
1215
|
+
""" """
|
|
1216
|
+
...
|
|
1217
|
+
|
|
1218
|
+
def path_menu(
|
|
1219
|
+
self,
|
|
1220
|
+
searchpaths,
|
|
1221
|
+
operator,
|
|
1222
|
+
props_default,
|
|
1223
|
+
prop_filepath,
|
|
336
1224
|
filter_ext,
|
|
337
1225
|
filter_path,
|
|
338
1226
|
display_name,
|
|
339
1227
|
add_operator,
|
|
340
|
-
):
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
1228
|
+
):
|
|
1229
|
+
"""
|
|
1230
|
+
|
|
1231
|
+
:param searchpaths:
|
|
1232
|
+
:param operator:
|
|
1233
|
+
:param props_default:
|
|
1234
|
+
:param prop_filepath:
|
|
1235
|
+
:param filter_ext:
|
|
1236
|
+
:param filter_path:
|
|
1237
|
+
:param display_name:
|
|
1238
|
+
:param add_operator:
|
|
1239
|
+
"""
|
|
1240
|
+
...
|
|
1241
|
+
|
|
1242
|
+
def path_resolve(self):
|
|
1243
|
+
""" """
|
|
1244
|
+
...
|
|
1245
|
+
|
|
1246
|
+
def pop(self):
|
|
1247
|
+
""" """
|
|
1248
|
+
...
|
|
1249
|
+
|
|
1250
|
+
def prepend(self, draw_func):
|
|
1251
|
+
"""
|
|
1252
|
+
|
|
1253
|
+
:param draw_func:
|
|
1254
|
+
"""
|
|
1255
|
+
...
|
|
1256
|
+
|
|
1257
|
+
def property_overridable_library_set(self):
|
|
1258
|
+
""" """
|
|
1259
|
+
...
|
|
1260
|
+
|
|
1261
|
+
def property_unset(self):
|
|
1262
|
+
""" """
|
|
1263
|
+
...
|
|
1264
|
+
|
|
1265
|
+
def remove(self, draw_func):
|
|
1266
|
+
"""
|
|
1267
|
+
|
|
1268
|
+
:param draw_func:
|
|
1269
|
+
"""
|
|
1270
|
+
...
|
|
1271
|
+
|
|
1272
|
+
def type_recast(self):
|
|
1273
|
+
""" """
|
|
1274
|
+
...
|
|
1275
|
+
|
|
1276
|
+
def values(self):
|
|
1277
|
+
""" """
|
|
1278
|
+
...
|
|
1279
|
+
|
|
1280
|
+
class NODE_MT_category_compositor_input(bpy_types._GenericUI):
|
|
1281
|
+
""" """
|
|
1282
|
+
|
|
351
1283
|
bl_idname: typing.Any
|
|
1284
|
+
""" """
|
|
1285
|
+
|
|
352
1286
|
bl_label: typing.Any
|
|
1287
|
+
""" """
|
|
1288
|
+
|
|
353
1289
|
bl_rna: typing.Any
|
|
1290
|
+
""" """
|
|
1291
|
+
|
|
354
1292
|
id_data: typing.Any
|
|
1293
|
+
""" """
|
|
1294
|
+
|
|
1295
|
+
def append(self, draw_func):
|
|
1296
|
+
"""
|
|
1297
|
+
|
|
1298
|
+
:param draw_func:
|
|
1299
|
+
"""
|
|
1300
|
+
...
|
|
1301
|
+
|
|
1302
|
+
def as_pointer(self):
|
|
1303
|
+
""" """
|
|
1304
|
+
...
|
|
1305
|
+
|
|
1306
|
+
def bl_rna_get_subclass(self):
|
|
1307
|
+
""" """
|
|
1308
|
+
...
|
|
1309
|
+
|
|
1310
|
+
def bl_rna_get_subclass_py(self):
|
|
1311
|
+
""" """
|
|
1312
|
+
...
|
|
1313
|
+
|
|
1314
|
+
def draw(self, context):
|
|
1315
|
+
"""
|
|
1316
|
+
|
|
1317
|
+
:param context:
|
|
1318
|
+
"""
|
|
1319
|
+
...
|
|
1320
|
+
|
|
1321
|
+
def draw_collapsible(self, context, layout):
|
|
1322
|
+
"""
|
|
1323
|
+
|
|
1324
|
+
:param context:
|
|
1325
|
+
:param layout:
|
|
1326
|
+
"""
|
|
1327
|
+
...
|
|
1328
|
+
|
|
1329
|
+
def draw_preset(self, _context):
|
|
1330
|
+
"""
|
|
1331
|
+
|
|
1332
|
+
:param _context:
|
|
1333
|
+
"""
|
|
1334
|
+
...
|
|
1335
|
+
|
|
1336
|
+
def driver_add(self):
|
|
1337
|
+
""" """
|
|
1338
|
+
...
|
|
1339
|
+
|
|
1340
|
+
def driver_remove(self):
|
|
1341
|
+
""" """
|
|
1342
|
+
...
|
|
1343
|
+
|
|
1344
|
+
def get(self):
|
|
1345
|
+
""" """
|
|
1346
|
+
...
|
|
1347
|
+
|
|
1348
|
+
def id_properties_clear(self):
|
|
1349
|
+
""" """
|
|
1350
|
+
...
|
|
1351
|
+
|
|
1352
|
+
def id_properties_ensure(self):
|
|
1353
|
+
""" """
|
|
1354
|
+
...
|
|
1355
|
+
|
|
1356
|
+
def id_properties_ui(self):
|
|
1357
|
+
""" """
|
|
1358
|
+
...
|
|
1359
|
+
|
|
1360
|
+
def is_extended(self):
|
|
1361
|
+
""" """
|
|
1362
|
+
...
|
|
1363
|
+
|
|
1364
|
+
def is_property_hidden(self):
|
|
1365
|
+
""" """
|
|
1366
|
+
...
|
|
1367
|
+
|
|
1368
|
+
def is_property_overridable_library(self):
|
|
1369
|
+
""" """
|
|
1370
|
+
...
|
|
1371
|
+
|
|
1372
|
+
def is_property_readonly(self):
|
|
1373
|
+
""" """
|
|
1374
|
+
...
|
|
1375
|
+
|
|
1376
|
+
def is_property_set(self):
|
|
1377
|
+
""" """
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def items(self):
|
|
1381
|
+
""" """
|
|
1382
|
+
...
|
|
1383
|
+
|
|
1384
|
+
def keyframe_delete(self):
|
|
1385
|
+
""" """
|
|
1386
|
+
...
|
|
1387
|
+
|
|
1388
|
+
def keyframe_insert(self):
|
|
1389
|
+
""" """
|
|
1390
|
+
...
|
|
1391
|
+
|
|
1392
|
+
def keys(self):
|
|
1393
|
+
""" """
|
|
1394
|
+
...
|
|
1395
|
+
|
|
1396
|
+
def path_from_id(self):
|
|
1397
|
+
""" """
|
|
1398
|
+
...
|
|
355
1399
|
|
|
356
|
-
def append(self, draw_func): ...
|
|
357
|
-
def as_pointer(self): ...
|
|
358
|
-
def bl_rna_get_subclass(self): ...
|
|
359
|
-
def bl_rna_get_subclass_py(self): ...
|
|
360
|
-
def draw(self, context): ...
|
|
361
|
-
def draw_collapsible(self, context, layout): ...
|
|
362
|
-
def draw_preset(self, _context): ...
|
|
363
|
-
def driver_add(self): ...
|
|
364
|
-
def driver_remove(self): ...
|
|
365
|
-
def get(self): ...
|
|
366
|
-
def id_properties_clear(self): ...
|
|
367
|
-
def id_properties_ensure(self): ...
|
|
368
|
-
def id_properties_ui(self): ...
|
|
369
|
-
def is_extended(self): ...
|
|
370
|
-
def is_property_hidden(self): ...
|
|
371
|
-
def is_property_overridable_library(self): ...
|
|
372
|
-
def is_property_readonly(self): ...
|
|
373
|
-
def is_property_set(self): ...
|
|
374
|
-
def items(self): ...
|
|
375
|
-
def keyframe_delete(self): ...
|
|
376
|
-
def keyframe_insert(self): ...
|
|
377
|
-
def keys(self): ...
|
|
378
|
-
def path_from_id(self): ...
|
|
379
1400
|
def path_menu(
|
|
380
1401
|
self,
|
|
381
1402
|
searchpaths,
|
|
@@ -386,45 +1407,178 @@ class NODE_MT_category_compositor_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
386
1407
|
filter_path,
|
|
387
1408
|
display_name,
|
|
388
1409
|
add_operator,
|
|
389
|
-
):
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
1410
|
+
):
|
|
1411
|
+
"""
|
|
1412
|
+
|
|
1413
|
+
:param searchpaths:
|
|
1414
|
+
:param operator:
|
|
1415
|
+
:param props_default:
|
|
1416
|
+
:param prop_filepath:
|
|
1417
|
+
:param filter_ext:
|
|
1418
|
+
:param filter_path:
|
|
1419
|
+
:param display_name:
|
|
1420
|
+
:param add_operator:
|
|
1421
|
+
"""
|
|
1422
|
+
...
|
|
1423
|
+
|
|
1424
|
+
def path_resolve(self):
|
|
1425
|
+
""" """
|
|
1426
|
+
...
|
|
1427
|
+
|
|
1428
|
+
def pop(self):
|
|
1429
|
+
""" """
|
|
1430
|
+
...
|
|
1431
|
+
|
|
1432
|
+
def prepend(self, draw_func):
|
|
1433
|
+
"""
|
|
1434
|
+
|
|
1435
|
+
:param draw_func:
|
|
1436
|
+
"""
|
|
1437
|
+
...
|
|
1438
|
+
|
|
1439
|
+
def property_overridable_library_set(self):
|
|
1440
|
+
""" """
|
|
1441
|
+
...
|
|
1442
|
+
|
|
1443
|
+
def property_unset(self):
|
|
1444
|
+
""" """
|
|
1445
|
+
...
|
|
1446
|
+
|
|
1447
|
+
def remove(self, draw_func):
|
|
1448
|
+
"""
|
|
1449
|
+
|
|
1450
|
+
:param draw_func:
|
|
1451
|
+
"""
|
|
1452
|
+
...
|
|
1453
|
+
|
|
1454
|
+
def type_recast(self):
|
|
1455
|
+
""" """
|
|
1456
|
+
...
|
|
1457
|
+
|
|
1458
|
+
def values(self):
|
|
1459
|
+
""" """
|
|
1460
|
+
...
|
|
1461
|
+
|
|
1462
|
+
class NODE_MT_category_compositor_input_constant(bpy_types._GenericUI):
|
|
1463
|
+
""" """
|
|
1464
|
+
|
|
400
1465
|
bl_idname: typing.Any
|
|
1466
|
+
""" """
|
|
1467
|
+
|
|
401
1468
|
bl_label: typing.Any
|
|
1469
|
+
""" """
|
|
1470
|
+
|
|
402
1471
|
bl_rna: typing.Any
|
|
1472
|
+
""" """
|
|
1473
|
+
|
|
403
1474
|
id_data: typing.Any
|
|
1475
|
+
""" """
|
|
1476
|
+
|
|
1477
|
+
def append(self, draw_func):
|
|
1478
|
+
"""
|
|
1479
|
+
|
|
1480
|
+
:param draw_func:
|
|
1481
|
+
"""
|
|
1482
|
+
...
|
|
1483
|
+
|
|
1484
|
+
def as_pointer(self):
|
|
1485
|
+
""" """
|
|
1486
|
+
...
|
|
1487
|
+
|
|
1488
|
+
def bl_rna_get_subclass(self):
|
|
1489
|
+
""" """
|
|
1490
|
+
...
|
|
1491
|
+
|
|
1492
|
+
def bl_rna_get_subclass_py(self):
|
|
1493
|
+
""" """
|
|
1494
|
+
...
|
|
1495
|
+
|
|
1496
|
+
def draw(self, _context):
|
|
1497
|
+
"""
|
|
1498
|
+
|
|
1499
|
+
:param _context:
|
|
1500
|
+
"""
|
|
1501
|
+
...
|
|
1502
|
+
|
|
1503
|
+
def draw_collapsible(self, context, layout):
|
|
1504
|
+
"""
|
|
1505
|
+
|
|
1506
|
+
:param context:
|
|
1507
|
+
:param layout:
|
|
1508
|
+
"""
|
|
1509
|
+
...
|
|
1510
|
+
|
|
1511
|
+
def draw_preset(self, _context):
|
|
1512
|
+
"""
|
|
1513
|
+
|
|
1514
|
+
:param _context:
|
|
1515
|
+
"""
|
|
1516
|
+
...
|
|
1517
|
+
|
|
1518
|
+
def driver_add(self):
|
|
1519
|
+
""" """
|
|
1520
|
+
...
|
|
1521
|
+
|
|
1522
|
+
def driver_remove(self):
|
|
1523
|
+
""" """
|
|
1524
|
+
...
|
|
1525
|
+
|
|
1526
|
+
def get(self):
|
|
1527
|
+
""" """
|
|
1528
|
+
...
|
|
1529
|
+
|
|
1530
|
+
def id_properties_clear(self):
|
|
1531
|
+
""" """
|
|
1532
|
+
...
|
|
1533
|
+
|
|
1534
|
+
def id_properties_ensure(self):
|
|
1535
|
+
""" """
|
|
1536
|
+
...
|
|
1537
|
+
|
|
1538
|
+
def id_properties_ui(self):
|
|
1539
|
+
""" """
|
|
1540
|
+
...
|
|
1541
|
+
|
|
1542
|
+
def is_extended(self):
|
|
1543
|
+
""" """
|
|
1544
|
+
...
|
|
1545
|
+
|
|
1546
|
+
def is_property_hidden(self):
|
|
1547
|
+
""" """
|
|
1548
|
+
...
|
|
1549
|
+
|
|
1550
|
+
def is_property_overridable_library(self):
|
|
1551
|
+
""" """
|
|
1552
|
+
...
|
|
1553
|
+
|
|
1554
|
+
def is_property_readonly(self):
|
|
1555
|
+
""" """
|
|
1556
|
+
...
|
|
1557
|
+
|
|
1558
|
+
def is_property_set(self):
|
|
1559
|
+
""" """
|
|
1560
|
+
...
|
|
1561
|
+
|
|
1562
|
+
def items(self):
|
|
1563
|
+
""" """
|
|
1564
|
+
...
|
|
1565
|
+
|
|
1566
|
+
def keyframe_delete(self):
|
|
1567
|
+
""" """
|
|
1568
|
+
...
|
|
1569
|
+
|
|
1570
|
+
def keyframe_insert(self):
|
|
1571
|
+
""" """
|
|
1572
|
+
...
|
|
1573
|
+
|
|
1574
|
+
def keys(self):
|
|
1575
|
+
""" """
|
|
1576
|
+
...
|
|
1577
|
+
|
|
1578
|
+
def path_from_id(self):
|
|
1579
|
+
""" """
|
|
1580
|
+
...
|
|
404
1581
|
|
|
405
|
-
def append(self, draw_func): ...
|
|
406
|
-
def as_pointer(self): ...
|
|
407
|
-
def bl_rna_get_subclass(self): ...
|
|
408
|
-
def bl_rna_get_subclass_py(self): ...
|
|
409
|
-
def draw(self, _context): ...
|
|
410
|
-
def draw_collapsible(self, context, layout): ...
|
|
411
|
-
def draw_preset(self, _context): ...
|
|
412
|
-
def driver_add(self): ...
|
|
413
|
-
def driver_remove(self): ...
|
|
414
|
-
def get(self): ...
|
|
415
|
-
def id_properties_clear(self): ...
|
|
416
|
-
def id_properties_ensure(self): ...
|
|
417
|
-
def id_properties_ui(self): ...
|
|
418
|
-
def is_extended(self): ...
|
|
419
|
-
def is_property_hidden(self): ...
|
|
420
|
-
def is_property_overridable_library(self): ...
|
|
421
|
-
def is_property_readonly(self): ...
|
|
422
|
-
def is_property_set(self): ...
|
|
423
|
-
def items(self): ...
|
|
424
|
-
def keyframe_delete(self): ...
|
|
425
|
-
def keyframe_insert(self): ...
|
|
426
|
-
def keys(self): ...
|
|
427
|
-
def path_from_id(self): ...
|
|
428
1582
|
def path_menu(
|
|
429
1583
|
self,
|
|
430
1584
|
searchpaths,
|
|
@@ -435,45 +1589,178 @@ class NODE_MT_category_compositor_input_constant(bpy_types.Menu, bpy_types._Gene
|
|
|
435
1589
|
filter_path,
|
|
436
1590
|
display_name,
|
|
437
1591
|
add_operator,
|
|
438
|
-
):
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
1592
|
+
):
|
|
1593
|
+
"""
|
|
1594
|
+
|
|
1595
|
+
:param searchpaths:
|
|
1596
|
+
:param operator:
|
|
1597
|
+
:param props_default:
|
|
1598
|
+
:param prop_filepath:
|
|
1599
|
+
:param filter_ext:
|
|
1600
|
+
:param filter_path:
|
|
1601
|
+
:param display_name:
|
|
1602
|
+
:param add_operator:
|
|
1603
|
+
"""
|
|
1604
|
+
...
|
|
1605
|
+
|
|
1606
|
+
def path_resolve(self):
|
|
1607
|
+
""" """
|
|
1608
|
+
...
|
|
1609
|
+
|
|
1610
|
+
def pop(self):
|
|
1611
|
+
""" """
|
|
1612
|
+
...
|
|
1613
|
+
|
|
1614
|
+
def prepend(self, draw_func):
|
|
1615
|
+
"""
|
|
1616
|
+
|
|
1617
|
+
:param draw_func:
|
|
1618
|
+
"""
|
|
1619
|
+
...
|
|
1620
|
+
|
|
1621
|
+
def property_overridable_library_set(self):
|
|
1622
|
+
""" """
|
|
1623
|
+
...
|
|
1624
|
+
|
|
1625
|
+
def property_unset(self):
|
|
1626
|
+
""" """
|
|
1627
|
+
...
|
|
1628
|
+
|
|
1629
|
+
def remove(self, draw_func):
|
|
1630
|
+
"""
|
|
1631
|
+
|
|
1632
|
+
:param draw_func:
|
|
1633
|
+
"""
|
|
1634
|
+
...
|
|
1635
|
+
|
|
1636
|
+
def type_recast(self):
|
|
1637
|
+
""" """
|
|
1638
|
+
...
|
|
1639
|
+
|
|
1640
|
+
def values(self):
|
|
1641
|
+
""" """
|
|
1642
|
+
...
|
|
1643
|
+
|
|
1644
|
+
class NODE_MT_category_compositor_input_scene(bpy_types._GenericUI):
|
|
1645
|
+
""" """
|
|
1646
|
+
|
|
449
1647
|
bl_idname: typing.Any
|
|
1648
|
+
""" """
|
|
1649
|
+
|
|
450
1650
|
bl_label: typing.Any
|
|
1651
|
+
""" """
|
|
1652
|
+
|
|
451
1653
|
bl_rna: typing.Any
|
|
1654
|
+
""" """
|
|
1655
|
+
|
|
452
1656
|
id_data: typing.Any
|
|
1657
|
+
""" """
|
|
1658
|
+
|
|
1659
|
+
def append(self, draw_func):
|
|
1660
|
+
"""
|
|
1661
|
+
|
|
1662
|
+
:param draw_func:
|
|
1663
|
+
"""
|
|
1664
|
+
...
|
|
1665
|
+
|
|
1666
|
+
def as_pointer(self):
|
|
1667
|
+
""" """
|
|
1668
|
+
...
|
|
1669
|
+
|
|
1670
|
+
def bl_rna_get_subclass(self):
|
|
1671
|
+
""" """
|
|
1672
|
+
...
|
|
1673
|
+
|
|
1674
|
+
def bl_rna_get_subclass_py(self):
|
|
1675
|
+
""" """
|
|
1676
|
+
...
|
|
1677
|
+
|
|
1678
|
+
def draw(self, _context):
|
|
1679
|
+
"""
|
|
1680
|
+
|
|
1681
|
+
:param _context:
|
|
1682
|
+
"""
|
|
1683
|
+
...
|
|
1684
|
+
|
|
1685
|
+
def draw_collapsible(self, context, layout):
|
|
1686
|
+
"""
|
|
1687
|
+
|
|
1688
|
+
:param context:
|
|
1689
|
+
:param layout:
|
|
1690
|
+
"""
|
|
1691
|
+
...
|
|
1692
|
+
|
|
1693
|
+
def draw_preset(self, _context):
|
|
1694
|
+
"""
|
|
1695
|
+
|
|
1696
|
+
:param _context:
|
|
1697
|
+
"""
|
|
1698
|
+
...
|
|
1699
|
+
|
|
1700
|
+
def driver_add(self):
|
|
1701
|
+
""" """
|
|
1702
|
+
...
|
|
1703
|
+
|
|
1704
|
+
def driver_remove(self):
|
|
1705
|
+
""" """
|
|
1706
|
+
...
|
|
1707
|
+
|
|
1708
|
+
def get(self):
|
|
1709
|
+
""" """
|
|
1710
|
+
...
|
|
1711
|
+
|
|
1712
|
+
def id_properties_clear(self):
|
|
1713
|
+
""" """
|
|
1714
|
+
...
|
|
1715
|
+
|
|
1716
|
+
def id_properties_ensure(self):
|
|
1717
|
+
""" """
|
|
1718
|
+
...
|
|
1719
|
+
|
|
1720
|
+
def id_properties_ui(self):
|
|
1721
|
+
""" """
|
|
1722
|
+
...
|
|
1723
|
+
|
|
1724
|
+
def is_extended(self):
|
|
1725
|
+
""" """
|
|
1726
|
+
...
|
|
1727
|
+
|
|
1728
|
+
def is_property_hidden(self):
|
|
1729
|
+
""" """
|
|
1730
|
+
...
|
|
1731
|
+
|
|
1732
|
+
def is_property_overridable_library(self):
|
|
1733
|
+
""" """
|
|
1734
|
+
...
|
|
1735
|
+
|
|
1736
|
+
def is_property_readonly(self):
|
|
1737
|
+
""" """
|
|
1738
|
+
...
|
|
1739
|
+
|
|
1740
|
+
def is_property_set(self):
|
|
1741
|
+
""" """
|
|
1742
|
+
...
|
|
1743
|
+
|
|
1744
|
+
def items(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
1747
|
+
|
|
1748
|
+
def keyframe_delete(self):
|
|
1749
|
+
""" """
|
|
1750
|
+
...
|
|
1751
|
+
|
|
1752
|
+
def keyframe_insert(self):
|
|
1753
|
+
""" """
|
|
1754
|
+
...
|
|
1755
|
+
|
|
1756
|
+
def keys(self):
|
|
1757
|
+
""" """
|
|
1758
|
+
...
|
|
1759
|
+
|
|
1760
|
+
def path_from_id(self):
|
|
1761
|
+
""" """
|
|
1762
|
+
...
|
|
453
1763
|
|
|
454
|
-
def append(self, draw_func): ...
|
|
455
|
-
def as_pointer(self): ...
|
|
456
|
-
def bl_rna_get_subclass(self): ...
|
|
457
|
-
def bl_rna_get_subclass_py(self): ...
|
|
458
|
-
def draw(self, _context): ...
|
|
459
|
-
def draw_collapsible(self, context, layout): ...
|
|
460
|
-
def draw_preset(self, _context): ...
|
|
461
|
-
def driver_add(self): ...
|
|
462
|
-
def driver_remove(self): ...
|
|
463
|
-
def get(self): ...
|
|
464
|
-
def id_properties_clear(self): ...
|
|
465
|
-
def id_properties_ensure(self): ...
|
|
466
|
-
def id_properties_ui(self): ...
|
|
467
|
-
def is_extended(self): ...
|
|
468
|
-
def is_property_hidden(self): ...
|
|
469
|
-
def is_property_overridable_library(self): ...
|
|
470
|
-
def is_property_readonly(self): ...
|
|
471
|
-
def is_property_set(self): ...
|
|
472
|
-
def items(self): ...
|
|
473
|
-
def keyframe_delete(self): ...
|
|
474
|
-
def keyframe_insert(self): ...
|
|
475
|
-
def keys(self): ...
|
|
476
|
-
def path_from_id(self): ...
|
|
477
1764
|
def path_menu(
|
|
478
1765
|
self,
|
|
479
1766
|
searchpaths,
|
|
@@ -484,45 +1771,178 @@ class NODE_MT_category_compositor_input_scene(bpy_types.Menu, bpy_types._Generic
|
|
|
484
1771
|
filter_path,
|
|
485
1772
|
display_name,
|
|
486
1773
|
add_operator,
|
|
487
|
-
):
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
1774
|
+
):
|
|
1775
|
+
"""
|
|
1776
|
+
|
|
1777
|
+
:param searchpaths:
|
|
1778
|
+
:param operator:
|
|
1779
|
+
:param props_default:
|
|
1780
|
+
:param prop_filepath:
|
|
1781
|
+
:param filter_ext:
|
|
1782
|
+
:param filter_path:
|
|
1783
|
+
:param display_name:
|
|
1784
|
+
:param add_operator:
|
|
1785
|
+
"""
|
|
1786
|
+
...
|
|
1787
|
+
|
|
1788
|
+
def path_resolve(self):
|
|
1789
|
+
""" """
|
|
1790
|
+
...
|
|
1791
|
+
|
|
1792
|
+
def pop(self):
|
|
1793
|
+
""" """
|
|
1794
|
+
...
|
|
1795
|
+
|
|
1796
|
+
def prepend(self, draw_func):
|
|
1797
|
+
"""
|
|
1798
|
+
|
|
1799
|
+
:param draw_func:
|
|
1800
|
+
"""
|
|
1801
|
+
...
|
|
1802
|
+
|
|
1803
|
+
def property_overridable_library_set(self):
|
|
1804
|
+
""" """
|
|
1805
|
+
...
|
|
1806
|
+
|
|
1807
|
+
def property_unset(self):
|
|
1808
|
+
""" """
|
|
1809
|
+
...
|
|
1810
|
+
|
|
1811
|
+
def remove(self, draw_func):
|
|
1812
|
+
"""
|
|
1813
|
+
|
|
1814
|
+
:param draw_func:
|
|
1815
|
+
"""
|
|
1816
|
+
...
|
|
1817
|
+
|
|
1818
|
+
def type_recast(self):
|
|
1819
|
+
""" """
|
|
1820
|
+
...
|
|
1821
|
+
|
|
1822
|
+
def values(self):
|
|
1823
|
+
""" """
|
|
1824
|
+
...
|
|
1825
|
+
|
|
1826
|
+
class NODE_MT_category_compositor_keying(bpy_types._GenericUI):
|
|
1827
|
+
""" """
|
|
1828
|
+
|
|
498
1829
|
bl_idname: typing.Any
|
|
1830
|
+
""" """
|
|
1831
|
+
|
|
499
1832
|
bl_label: typing.Any
|
|
1833
|
+
""" """
|
|
1834
|
+
|
|
500
1835
|
bl_rna: typing.Any
|
|
1836
|
+
""" """
|
|
1837
|
+
|
|
501
1838
|
id_data: typing.Any
|
|
1839
|
+
""" """
|
|
1840
|
+
|
|
1841
|
+
def append(self, draw_func):
|
|
1842
|
+
"""
|
|
1843
|
+
|
|
1844
|
+
:param draw_func:
|
|
1845
|
+
"""
|
|
1846
|
+
...
|
|
1847
|
+
|
|
1848
|
+
def as_pointer(self):
|
|
1849
|
+
""" """
|
|
1850
|
+
...
|
|
1851
|
+
|
|
1852
|
+
def bl_rna_get_subclass(self):
|
|
1853
|
+
""" """
|
|
1854
|
+
...
|
|
1855
|
+
|
|
1856
|
+
def bl_rna_get_subclass_py(self):
|
|
1857
|
+
""" """
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
def draw(self, _context):
|
|
1861
|
+
"""
|
|
1862
|
+
|
|
1863
|
+
:param _context:
|
|
1864
|
+
"""
|
|
1865
|
+
...
|
|
1866
|
+
|
|
1867
|
+
def draw_collapsible(self, context, layout):
|
|
1868
|
+
"""
|
|
1869
|
+
|
|
1870
|
+
:param context:
|
|
1871
|
+
:param layout:
|
|
1872
|
+
"""
|
|
1873
|
+
...
|
|
1874
|
+
|
|
1875
|
+
def draw_preset(self, _context):
|
|
1876
|
+
"""
|
|
1877
|
+
|
|
1878
|
+
:param _context:
|
|
1879
|
+
"""
|
|
1880
|
+
...
|
|
1881
|
+
|
|
1882
|
+
def driver_add(self):
|
|
1883
|
+
""" """
|
|
1884
|
+
...
|
|
1885
|
+
|
|
1886
|
+
def driver_remove(self):
|
|
1887
|
+
""" """
|
|
1888
|
+
...
|
|
1889
|
+
|
|
1890
|
+
def get(self):
|
|
1891
|
+
""" """
|
|
1892
|
+
...
|
|
1893
|
+
|
|
1894
|
+
def id_properties_clear(self):
|
|
1895
|
+
""" """
|
|
1896
|
+
...
|
|
1897
|
+
|
|
1898
|
+
def id_properties_ensure(self):
|
|
1899
|
+
""" """
|
|
1900
|
+
...
|
|
1901
|
+
|
|
1902
|
+
def id_properties_ui(self):
|
|
1903
|
+
""" """
|
|
1904
|
+
...
|
|
1905
|
+
|
|
1906
|
+
def is_extended(self):
|
|
1907
|
+
""" """
|
|
1908
|
+
...
|
|
1909
|
+
|
|
1910
|
+
def is_property_hidden(self):
|
|
1911
|
+
""" """
|
|
1912
|
+
...
|
|
1913
|
+
|
|
1914
|
+
def is_property_overridable_library(self):
|
|
1915
|
+
""" """
|
|
1916
|
+
...
|
|
1917
|
+
|
|
1918
|
+
def is_property_readonly(self):
|
|
1919
|
+
""" """
|
|
1920
|
+
...
|
|
1921
|
+
|
|
1922
|
+
def is_property_set(self):
|
|
1923
|
+
""" """
|
|
1924
|
+
...
|
|
1925
|
+
|
|
1926
|
+
def items(self):
|
|
1927
|
+
""" """
|
|
1928
|
+
...
|
|
1929
|
+
|
|
1930
|
+
def keyframe_delete(self):
|
|
1931
|
+
""" """
|
|
1932
|
+
...
|
|
1933
|
+
|
|
1934
|
+
def keyframe_insert(self):
|
|
1935
|
+
""" """
|
|
1936
|
+
...
|
|
1937
|
+
|
|
1938
|
+
def keys(self):
|
|
1939
|
+
""" """
|
|
1940
|
+
...
|
|
1941
|
+
|
|
1942
|
+
def path_from_id(self):
|
|
1943
|
+
""" """
|
|
1944
|
+
...
|
|
502
1945
|
|
|
503
|
-
def append(self, draw_func): ...
|
|
504
|
-
def as_pointer(self): ...
|
|
505
|
-
def bl_rna_get_subclass(self): ...
|
|
506
|
-
def bl_rna_get_subclass_py(self): ...
|
|
507
|
-
def draw(self, _context): ...
|
|
508
|
-
def draw_collapsible(self, context, layout): ...
|
|
509
|
-
def draw_preset(self, _context): ...
|
|
510
|
-
def driver_add(self): ...
|
|
511
|
-
def driver_remove(self): ...
|
|
512
|
-
def get(self): ...
|
|
513
|
-
def id_properties_clear(self): ...
|
|
514
|
-
def id_properties_ensure(self): ...
|
|
515
|
-
def id_properties_ui(self): ...
|
|
516
|
-
def is_extended(self): ...
|
|
517
|
-
def is_property_hidden(self): ...
|
|
518
|
-
def is_property_overridable_library(self): ...
|
|
519
|
-
def is_property_readonly(self): ...
|
|
520
|
-
def is_property_set(self): ...
|
|
521
|
-
def items(self): ...
|
|
522
|
-
def keyframe_delete(self): ...
|
|
523
|
-
def keyframe_insert(self): ...
|
|
524
|
-
def keys(self): ...
|
|
525
|
-
def path_from_id(self): ...
|
|
526
1946
|
def path_menu(
|
|
527
1947
|
self,
|
|
528
1948
|
searchpaths,
|
|
@@ -533,45 +1953,178 @@ class NODE_MT_category_compositor_keying(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
533
1953
|
filter_path,
|
|
534
1954
|
display_name,
|
|
535
1955
|
add_operator,
|
|
536
|
-
):
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
1956
|
+
):
|
|
1957
|
+
"""
|
|
1958
|
+
|
|
1959
|
+
:param searchpaths:
|
|
1960
|
+
:param operator:
|
|
1961
|
+
:param props_default:
|
|
1962
|
+
:param prop_filepath:
|
|
1963
|
+
:param filter_ext:
|
|
1964
|
+
:param filter_path:
|
|
1965
|
+
:param display_name:
|
|
1966
|
+
:param add_operator:
|
|
1967
|
+
"""
|
|
1968
|
+
...
|
|
1969
|
+
|
|
1970
|
+
def path_resolve(self):
|
|
1971
|
+
""" """
|
|
1972
|
+
...
|
|
1973
|
+
|
|
1974
|
+
def pop(self):
|
|
1975
|
+
""" """
|
|
1976
|
+
...
|
|
1977
|
+
|
|
1978
|
+
def prepend(self, draw_func):
|
|
1979
|
+
"""
|
|
1980
|
+
|
|
1981
|
+
:param draw_func:
|
|
1982
|
+
"""
|
|
1983
|
+
...
|
|
1984
|
+
|
|
1985
|
+
def property_overridable_library_set(self):
|
|
1986
|
+
""" """
|
|
1987
|
+
...
|
|
1988
|
+
|
|
1989
|
+
def property_unset(self):
|
|
1990
|
+
""" """
|
|
1991
|
+
...
|
|
1992
|
+
|
|
1993
|
+
def remove(self, draw_func):
|
|
1994
|
+
"""
|
|
1995
|
+
|
|
1996
|
+
:param draw_func:
|
|
1997
|
+
"""
|
|
1998
|
+
...
|
|
1999
|
+
|
|
2000
|
+
def type_recast(self):
|
|
2001
|
+
""" """
|
|
2002
|
+
...
|
|
2003
|
+
|
|
2004
|
+
def values(self):
|
|
2005
|
+
""" """
|
|
2006
|
+
...
|
|
2007
|
+
|
|
2008
|
+
class NODE_MT_category_compositor_mask(bpy_types._GenericUI):
|
|
2009
|
+
""" """
|
|
2010
|
+
|
|
547
2011
|
bl_idname: typing.Any
|
|
2012
|
+
""" """
|
|
2013
|
+
|
|
548
2014
|
bl_label: typing.Any
|
|
2015
|
+
""" """
|
|
2016
|
+
|
|
549
2017
|
bl_rna: typing.Any
|
|
2018
|
+
""" """
|
|
2019
|
+
|
|
550
2020
|
id_data: typing.Any
|
|
2021
|
+
""" """
|
|
2022
|
+
|
|
2023
|
+
def append(self, draw_func):
|
|
2024
|
+
"""
|
|
2025
|
+
|
|
2026
|
+
:param draw_func:
|
|
2027
|
+
"""
|
|
2028
|
+
...
|
|
2029
|
+
|
|
2030
|
+
def as_pointer(self):
|
|
2031
|
+
""" """
|
|
2032
|
+
...
|
|
2033
|
+
|
|
2034
|
+
def bl_rna_get_subclass(self):
|
|
2035
|
+
""" """
|
|
2036
|
+
...
|
|
2037
|
+
|
|
2038
|
+
def bl_rna_get_subclass_py(self):
|
|
2039
|
+
""" """
|
|
2040
|
+
...
|
|
2041
|
+
|
|
2042
|
+
def draw(self, _context):
|
|
2043
|
+
"""
|
|
2044
|
+
|
|
2045
|
+
:param _context:
|
|
2046
|
+
"""
|
|
2047
|
+
...
|
|
2048
|
+
|
|
2049
|
+
def draw_collapsible(self, context, layout):
|
|
2050
|
+
"""
|
|
2051
|
+
|
|
2052
|
+
:param context:
|
|
2053
|
+
:param layout:
|
|
2054
|
+
"""
|
|
2055
|
+
...
|
|
2056
|
+
|
|
2057
|
+
def draw_preset(self, _context):
|
|
2058
|
+
"""
|
|
2059
|
+
|
|
2060
|
+
:param _context:
|
|
2061
|
+
"""
|
|
2062
|
+
...
|
|
2063
|
+
|
|
2064
|
+
def driver_add(self):
|
|
2065
|
+
""" """
|
|
2066
|
+
...
|
|
2067
|
+
|
|
2068
|
+
def driver_remove(self):
|
|
2069
|
+
""" """
|
|
2070
|
+
...
|
|
2071
|
+
|
|
2072
|
+
def get(self):
|
|
2073
|
+
""" """
|
|
2074
|
+
...
|
|
2075
|
+
|
|
2076
|
+
def id_properties_clear(self):
|
|
2077
|
+
""" """
|
|
2078
|
+
...
|
|
2079
|
+
|
|
2080
|
+
def id_properties_ensure(self):
|
|
2081
|
+
""" """
|
|
2082
|
+
...
|
|
2083
|
+
|
|
2084
|
+
def id_properties_ui(self):
|
|
2085
|
+
""" """
|
|
2086
|
+
...
|
|
2087
|
+
|
|
2088
|
+
def is_extended(self):
|
|
2089
|
+
""" """
|
|
2090
|
+
...
|
|
2091
|
+
|
|
2092
|
+
def is_property_hidden(self):
|
|
2093
|
+
""" """
|
|
2094
|
+
...
|
|
2095
|
+
|
|
2096
|
+
def is_property_overridable_library(self):
|
|
2097
|
+
""" """
|
|
2098
|
+
...
|
|
2099
|
+
|
|
2100
|
+
def is_property_readonly(self):
|
|
2101
|
+
""" """
|
|
2102
|
+
...
|
|
2103
|
+
|
|
2104
|
+
def is_property_set(self):
|
|
2105
|
+
""" """
|
|
2106
|
+
...
|
|
2107
|
+
|
|
2108
|
+
def items(self):
|
|
2109
|
+
""" """
|
|
2110
|
+
...
|
|
2111
|
+
|
|
2112
|
+
def keyframe_delete(self):
|
|
2113
|
+
""" """
|
|
2114
|
+
...
|
|
2115
|
+
|
|
2116
|
+
def keyframe_insert(self):
|
|
2117
|
+
""" """
|
|
2118
|
+
...
|
|
2119
|
+
|
|
2120
|
+
def keys(self):
|
|
2121
|
+
""" """
|
|
2122
|
+
...
|
|
2123
|
+
|
|
2124
|
+
def path_from_id(self):
|
|
2125
|
+
""" """
|
|
2126
|
+
...
|
|
551
2127
|
|
|
552
|
-
def append(self, draw_func): ...
|
|
553
|
-
def as_pointer(self): ...
|
|
554
|
-
def bl_rna_get_subclass(self): ...
|
|
555
|
-
def bl_rna_get_subclass_py(self): ...
|
|
556
|
-
def draw(self, _context): ...
|
|
557
|
-
def draw_collapsible(self, context, layout): ...
|
|
558
|
-
def draw_preset(self, _context): ...
|
|
559
|
-
def driver_add(self): ...
|
|
560
|
-
def driver_remove(self): ...
|
|
561
|
-
def get(self): ...
|
|
562
|
-
def id_properties_clear(self): ...
|
|
563
|
-
def id_properties_ensure(self): ...
|
|
564
|
-
def id_properties_ui(self): ...
|
|
565
|
-
def is_extended(self): ...
|
|
566
|
-
def is_property_hidden(self): ...
|
|
567
|
-
def is_property_overridable_library(self): ...
|
|
568
|
-
def is_property_readonly(self): ...
|
|
569
|
-
def is_property_set(self): ...
|
|
570
|
-
def items(self): ...
|
|
571
|
-
def keyframe_delete(self): ...
|
|
572
|
-
def keyframe_insert(self): ...
|
|
573
|
-
def keys(self): ...
|
|
574
|
-
def path_from_id(self): ...
|
|
575
2128
|
def path_menu(
|
|
576
2129
|
self,
|
|
577
2130
|
searchpaths,
|
|
@@ -582,45 +2135,178 @@ class NODE_MT_category_compositor_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
582
2135
|
filter_path,
|
|
583
2136
|
display_name,
|
|
584
2137
|
add_operator,
|
|
585
|
-
):
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
2138
|
+
):
|
|
2139
|
+
"""
|
|
2140
|
+
|
|
2141
|
+
:param searchpaths:
|
|
2142
|
+
:param operator:
|
|
2143
|
+
:param props_default:
|
|
2144
|
+
:param prop_filepath:
|
|
2145
|
+
:param filter_ext:
|
|
2146
|
+
:param filter_path:
|
|
2147
|
+
:param display_name:
|
|
2148
|
+
:param add_operator:
|
|
2149
|
+
"""
|
|
2150
|
+
...
|
|
2151
|
+
|
|
2152
|
+
def path_resolve(self):
|
|
2153
|
+
""" """
|
|
2154
|
+
...
|
|
2155
|
+
|
|
2156
|
+
def pop(self):
|
|
2157
|
+
""" """
|
|
2158
|
+
...
|
|
2159
|
+
|
|
2160
|
+
def prepend(self, draw_func):
|
|
2161
|
+
"""
|
|
2162
|
+
|
|
2163
|
+
:param draw_func:
|
|
2164
|
+
"""
|
|
2165
|
+
...
|
|
2166
|
+
|
|
2167
|
+
def property_overridable_library_set(self):
|
|
2168
|
+
""" """
|
|
2169
|
+
...
|
|
2170
|
+
|
|
2171
|
+
def property_unset(self):
|
|
2172
|
+
""" """
|
|
2173
|
+
...
|
|
2174
|
+
|
|
2175
|
+
def remove(self, draw_func):
|
|
2176
|
+
"""
|
|
2177
|
+
|
|
2178
|
+
:param draw_func:
|
|
2179
|
+
"""
|
|
2180
|
+
...
|
|
2181
|
+
|
|
2182
|
+
def type_recast(self):
|
|
2183
|
+
""" """
|
|
2184
|
+
...
|
|
2185
|
+
|
|
2186
|
+
def values(self):
|
|
2187
|
+
""" """
|
|
2188
|
+
...
|
|
2189
|
+
|
|
2190
|
+
class NODE_MT_category_compositor_output(bpy_types._GenericUI):
|
|
2191
|
+
""" """
|
|
2192
|
+
|
|
596
2193
|
bl_idname: typing.Any
|
|
2194
|
+
""" """
|
|
2195
|
+
|
|
597
2196
|
bl_label: typing.Any
|
|
2197
|
+
""" """
|
|
2198
|
+
|
|
598
2199
|
bl_rna: typing.Any
|
|
2200
|
+
""" """
|
|
2201
|
+
|
|
599
2202
|
id_data: typing.Any
|
|
2203
|
+
""" """
|
|
2204
|
+
|
|
2205
|
+
def append(self, draw_func):
|
|
2206
|
+
"""
|
|
2207
|
+
|
|
2208
|
+
:param draw_func:
|
|
2209
|
+
"""
|
|
2210
|
+
...
|
|
2211
|
+
|
|
2212
|
+
def as_pointer(self):
|
|
2213
|
+
""" """
|
|
2214
|
+
...
|
|
2215
|
+
|
|
2216
|
+
def bl_rna_get_subclass(self):
|
|
2217
|
+
""" """
|
|
2218
|
+
...
|
|
2219
|
+
|
|
2220
|
+
def bl_rna_get_subclass_py(self):
|
|
2221
|
+
""" """
|
|
2222
|
+
...
|
|
2223
|
+
|
|
2224
|
+
def draw(self, context):
|
|
2225
|
+
"""
|
|
2226
|
+
|
|
2227
|
+
:param context:
|
|
2228
|
+
"""
|
|
2229
|
+
...
|
|
2230
|
+
|
|
2231
|
+
def draw_collapsible(self, context, layout):
|
|
2232
|
+
"""
|
|
2233
|
+
|
|
2234
|
+
:param context:
|
|
2235
|
+
:param layout:
|
|
2236
|
+
"""
|
|
2237
|
+
...
|
|
2238
|
+
|
|
2239
|
+
def draw_preset(self, _context):
|
|
2240
|
+
"""
|
|
2241
|
+
|
|
2242
|
+
:param _context:
|
|
2243
|
+
"""
|
|
2244
|
+
...
|
|
2245
|
+
|
|
2246
|
+
def driver_add(self):
|
|
2247
|
+
""" """
|
|
2248
|
+
...
|
|
2249
|
+
|
|
2250
|
+
def driver_remove(self):
|
|
2251
|
+
""" """
|
|
2252
|
+
...
|
|
2253
|
+
|
|
2254
|
+
def get(self):
|
|
2255
|
+
""" """
|
|
2256
|
+
...
|
|
2257
|
+
|
|
2258
|
+
def id_properties_clear(self):
|
|
2259
|
+
""" """
|
|
2260
|
+
...
|
|
2261
|
+
|
|
2262
|
+
def id_properties_ensure(self):
|
|
2263
|
+
""" """
|
|
2264
|
+
...
|
|
2265
|
+
|
|
2266
|
+
def id_properties_ui(self):
|
|
2267
|
+
""" """
|
|
2268
|
+
...
|
|
2269
|
+
|
|
2270
|
+
def is_extended(self):
|
|
2271
|
+
""" """
|
|
2272
|
+
...
|
|
2273
|
+
|
|
2274
|
+
def is_property_hidden(self):
|
|
2275
|
+
""" """
|
|
2276
|
+
...
|
|
2277
|
+
|
|
2278
|
+
def is_property_overridable_library(self):
|
|
2279
|
+
""" """
|
|
2280
|
+
...
|
|
2281
|
+
|
|
2282
|
+
def is_property_readonly(self):
|
|
2283
|
+
""" """
|
|
2284
|
+
...
|
|
2285
|
+
|
|
2286
|
+
def is_property_set(self):
|
|
2287
|
+
""" """
|
|
2288
|
+
...
|
|
2289
|
+
|
|
2290
|
+
def items(self):
|
|
2291
|
+
""" """
|
|
2292
|
+
...
|
|
2293
|
+
|
|
2294
|
+
def keyframe_delete(self):
|
|
2295
|
+
""" """
|
|
2296
|
+
...
|
|
2297
|
+
|
|
2298
|
+
def keyframe_insert(self):
|
|
2299
|
+
""" """
|
|
2300
|
+
...
|
|
2301
|
+
|
|
2302
|
+
def keys(self):
|
|
2303
|
+
""" """
|
|
2304
|
+
...
|
|
2305
|
+
|
|
2306
|
+
def path_from_id(self):
|
|
2307
|
+
""" """
|
|
2308
|
+
...
|
|
600
2309
|
|
|
601
|
-
def append(self, draw_func): ...
|
|
602
|
-
def as_pointer(self): ...
|
|
603
|
-
def bl_rna_get_subclass(self): ...
|
|
604
|
-
def bl_rna_get_subclass_py(self): ...
|
|
605
|
-
def draw(self, context): ...
|
|
606
|
-
def draw_collapsible(self, context, layout): ...
|
|
607
|
-
def draw_preset(self, _context): ...
|
|
608
|
-
def driver_add(self): ...
|
|
609
|
-
def driver_remove(self): ...
|
|
610
|
-
def get(self): ...
|
|
611
|
-
def id_properties_clear(self): ...
|
|
612
|
-
def id_properties_ensure(self): ...
|
|
613
|
-
def id_properties_ui(self): ...
|
|
614
|
-
def is_extended(self): ...
|
|
615
|
-
def is_property_hidden(self): ...
|
|
616
|
-
def is_property_overridable_library(self): ...
|
|
617
|
-
def is_property_readonly(self): ...
|
|
618
|
-
def is_property_set(self): ...
|
|
619
|
-
def items(self): ...
|
|
620
|
-
def keyframe_delete(self): ...
|
|
621
|
-
def keyframe_insert(self): ...
|
|
622
|
-
def keys(self): ...
|
|
623
|
-
def path_from_id(self): ...
|
|
624
2310
|
def path_menu(
|
|
625
2311
|
self,
|
|
626
2312
|
searchpaths,
|
|
@@ -631,46 +2317,181 @@ class NODE_MT_category_compositor_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
631
2317
|
filter_path,
|
|
632
2318
|
display_name,
|
|
633
2319
|
add_operator,
|
|
634
|
-
):
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
2320
|
+
):
|
|
2321
|
+
"""
|
|
2322
|
+
|
|
2323
|
+
:param searchpaths:
|
|
2324
|
+
:param operator:
|
|
2325
|
+
:param props_default:
|
|
2326
|
+
:param prop_filepath:
|
|
2327
|
+
:param filter_ext:
|
|
2328
|
+
:param filter_path:
|
|
2329
|
+
:param display_name:
|
|
2330
|
+
:param add_operator:
|
|
2331
|
+
"""
|
|
2332
|
+
...
|
|
2333
|
+
|
|
2334
|
+
def path_resolve(self):
|
|
2335
|
+
""" """
|
|
2336
|
+
...
|
|
2337
|
+
|
|
2338
|
+
def pop(self):
|
|
2339
|
+
""" """
|
|
2340
|
+
...
|
|
2341
|
+
|
|
2342
|
+
def prepend(self, draw_func):
|
|
2343
|
+
"""
|
|
2344
|
+
|
|
2345
|
+
:param draw_func:
|
|
2346
|
+
"""
|
|
2347
|
+
...
|
|
2348
|
+
|
|
2349
|
+
def property_overridable_library_set(self):
|
|
2350
|
+
""" """
|
|
2351
|
+
...
|
|
2352
|
+
|
|
2353
|
+
def property_unset(self):
|
|
2354
|
+
""" """
|
|
2355
|
+
...
|
|
2356
|
+
|
|
2357
|
+
def remove(self, draw_func):
|
|
2358
|
+
"""
|
|
2359
|
+
|
|
2360
|
+
:param draw_func:
|
|
2361
|
+
"""
|
|
2362
|
+
...
|
|
2363
|
+
|
|
2364
|
+
def type_recast(self):
|
|
2365
|
+
""" """
|
|
2366
|
+
...
|
|
2367
|
+
|
|
2368
|
+
def values(self):
|
|
2369
|
+
""" """
|
|
2370
|
+
...
|
|
2371
|
+
|
|
2372
|
+
class NODE_MT_category_compositor_tracking(bpy_types._GenericUI):
|
|
2373
|
+
""" """
|
|
2374
|
+
|
|
645
2375
|
bl_idname: typing.Any
|
|
2376
|
+
""" """
|
|
2377
|
+
|
|
646
2378
|
bl_label: typing.Any
|
|
2379
|
+
""" """
|
|
2380
|
+
|
|
647
2381
|
bl_rna: typing.Any
|
|
2382
|
+
""" """
|
|
2383
|
+
|
|
648
2384
|
bl_translation_context: typing.Any
|
|
2385
|
+
""" """
|
|
2386
|
+
|
|
649
2387
|
id_data: typing.Any
|
|
2388
|
+
""" """
|
|
2389
|
+
|
|
2390
|
+
def append(self, draw_func):
|
|
2391
|
+
"""
|
|
2392
|
+
|
|
2393
|
+
:param draw_func:
|
|
2394
|
+
"""
|
|
2395
|
+
...
|
|
2396
|
+
|
|
2397
|
+
def as_pointer(self):
|
|
2398
|
+
""" """
|
|
2399
|
+
...
|
|
2400
|
+
|
|
2401
|
+
def bl_rna_get_subclass(self):
|
|
2402
|
+
""" """
|
|
2403
|
+
...
|
|
2404
|
+
|
|
2405
|
+
def bl_rna_get_subclass_py(self):
|
|
2406
|
+
""" """
|
|
2407
|
+
...
|
|
2408
|
+
|
|
2409
|
+
def draw(self, _context):
|
|
2410
|
+
"""
|
|
2411
|
+
|
|
2412
|
+
:param _context:
|
|
2413
|
+
"""
|
|
2414
|
+
...
|
|
2415
|
+
|
|
2416
|
+
def draw_collapsible(self, context, layout):
|
|
2417
|
+
"""
|
|
2418
|
+
|
|
2419
|
+
:param context:
|
|
2420
|
+
:param layout:
|
|
2421
|
+
"""
|
|
2422
|
+
...
|
|
2423
|
+
|
|
2424
|
+
def draw_preset(self, _context):
|
|
2425
|
+
"""
|
|
2426
|
+
|
|
2427
|
+
:param _context:
|
|
2428
|
+
"""
|
|
2429
|
+
...
|
|
2430
|
+
|
|
2431
|
+
def driver_add(self):
|
|
2432
|
+
""" """
|
|
2433
|
+
...
|
|
2434
|
+
|
|
2435
|
+
def driver_remove(self):
|
|
2436
|
+
""" """
|
|
2437
|
+
...
|
|
2438
|
+
|
|
2439
|
+
def get(self):
|
|
2440
|
+
""" """
|
|
2441
|
+
...
|
|
2442
|
+
|
|
2443
|
+
def id_properties_clear(self):
|
|
2444
|
+
""" """
|
|
2445
|
+
...
|
|
2446
|
+
|
|
2447
|
+
def id_properties_ensure(self):
|
|
2448
|
+
""" """
|
|
2449
|
+
...
|
|
2450
|
+
|
|
2451
|
+
def id_properties_ui(self):
|
|
2452
|
+
""" """
|
|
2453
|
+
...
|
|
2454
|
+
|
|
2455
|
+
def is_extended(self):
|
|
2456
|
+
""" """
|
|
2457
|
+
...
|
|
2458
|
+
|
|
2459
|
+
def is_property_hidden(self):
|
|
2460
|
+
""" """
|
|
2461
|
+
...
|
|
2462
|
+
|
|
2463
|
+
def is_property_overridable_library(self):
|
|
2464
|
+
""" """
|
|
2465
|
+
...
|
|
2466
|
+
|
|
2467
|
+
def is_property_readonly(self):
|
|
2468
|
+
""" """
|
|
2469
|
+
...
|
|
2470
|
+
|
|
2471
|
+
def is_property_set(self):
|
|
2472
|
+
""" """
|
|
2473
|
+
...
|
|
2474
|
+
|
|
2475
|
+
def items(self):
|
|
2476
|
+
""" """
|
|
2477
|
+
...
|
|
2478
|
+
|
|
2479
|
+
def keyframe_delete(self):
|
|
2480
|
+
""" """
|
|
2481
|
+
...
|
|
2482
|
+
|
|
2483
|
+
def keyframe_insert(self):
|
|
2484
|
+
""" """
|
|
2485
|
+
...
|
|
2486
|
+
|
|
2487
|
+
def keys(self):
|
|
2488
|
+
""" """
|
|
2489
|
+
...
|
|
2490
|
+
|
|
2491
|
+
def path_from_id(self):
|
|
2492
|
+
""" """
|
|
2493
|
+
...
|
|
650
2494
|
|
|
651
|
-
def append(self, draw_func): ...
|
|
652
|
-
def as_pointer(self): ...
|
|
653
|
-
def bl_rna_get_subclass(self): ...
|
|
654
|
-
def bl_rna_get_subclass_py(self): ...
|
|
655
|
-
def draw(self, _context): ...
|
|
656
|
-
def draw_collapsible(self, context, layout): ...
|
|
657
|
-
def draw_preset(self, _context): ...
|
|
658
|
-
def driver_add(self): ...
|
|
659
|
-
def driver_remove(self): ...
|
|
660
|
-
def get(self): ...
|
|
661
|
-
def id_properties_clear(self): ...
|
|
662
|
-
def id_properties_ensure(self): ...
|
|
663
|
-
def id_properties_ui(self): ...
|
|
664
|
-
def is_extended(self): ...
|
|
665
|
-
def is_property_hidden(self): ...
|
|
666
|
-
def is_property_overridable_library(self): ...
|
|
667
|
-
def is_property_readonly(self): ...
|
|
668
|
-
def is_property_set(self): ...
|
|
669
|
-
def items(self): ...
|
|
670
|
-
def keyframe_delete(self): ...
|
|
671
|
-
def keyframe_insert(self): ...
|
|
672
|
-
def keys(self): ...
|
|
673
|
-
def path_from_id(self): ...
|
|
674
2495
|
def path_menu(
|
|
675
2496
|
self,
|
|
676
2497
|
searchpaths,
|
|
@@ -681,45 +2502,178 @@ class NODE_MT_category_compositor_tracking(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
681
2502
|
filter_path,
|
|
682
2503
|
display_name,
|
|
683
2504
|
add_operator,
|
|
684
|
-
):
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
2505
|
+
):
|
|
2506
|
+
"""
|
|
2507
|
+
|
|
2508
|
+
:param searchpaths:
|
|
2509
|
+
:param operator:
|
|
2510
|
+
:param props_default:
|
|
2511
|
+
:param prop_filepath:
|
|
2512
|
+
:param filter_ext:
|
|
2513
|
+
:param filter_path:
|
|
2514
|
+
:param display_name:
|
|
2515
|
+
:param add_operator:
|
|
2516
|
+
"""
|
|
2517
|
+
...
|
|
2518
|
+
|
|
2519
|
+
def path_resolve(self):
|
|
2520
|
+
""" """
|
|
2521
|
+
...
|
|
2522
|
+
|
|
2523
|
+
def pop(self):
|
|
2524
|
+
""" """
|
|
2525
|
+
...
|
|
2526
|
+
|
|
2527
|
+
def prepend(self, draw_func):
|
|
2528
|
+
"""
|
|
2529
|
+
|
|
2530
|
+
:param draw_func:
|
|
2531
|
+
"""
|
|
2532
|
+
...
|
|
2533
|
+
|
|
2534
|
+
def property_overridable_library_set(self):
|
|
2535
|
+
""" """
|
|
2536
|
+
...
|
|
2537
|
+
|
|
2538
|
+
def property_unset(self):
|
|
2539
|
+
""" """
|
|
2540
|
+
...
|
|
2541
|
+
|
|
2542
|
+
def remove(self, draw_func):
|
|
2543
|
+
"""
|
|
2544
|
+
|
|
2545
|
+
:param draw_func:
|
|
2546
|
+
"""
|
|
2547
|
+
...
|
|
2548
|
+
|
|
2549
|
+
def type_recast(self):
|
|
2550
|
+
""" """
|
|
2551
|
+
...
|
|
2552
|
+
|
|
2553
|
+
def values(self):
|
|
2554
|
+
""" """
|
|
2555
|
+
...
|
|
2556
|
+
|
|
2557
|
+
class NODE_MT_category_compositor_transform(bpy_types._GenericUI):
|
|
2558
|
+
""" """
|
|
2559
|
+
|
|
695
2560
|
bl_idname: typing.Any
|
|
2561
|
+
""" """
|
|
2562
|
+
|
|
696
2563
|
bl_label: typing.Any
|
|
2564
|
+
""" """
|
|
2565
|
+
|
|
697
2566
|
bl_rna: typing.Any
|
|
2567
|
+
""" """
|
|
2568
|
+
|
|
698
2569
|
id_data: typing.Any
|
|
2570
|
+
""" """
|
|
2571
|
+
|
|
2572
|
+
def append(self, draw_func):
|
|
2573
|
+
"""
|
|
2574
|
+
|
|
2575
|
+
:param draw_func:
|
|
2576
|
+
"""
|
|
2577
|
+
...
|
|
2578
|
+
|
|
2579
|
+
def as_pointer(self):
|
|
2580
|
+
""" """
|
|
2581
|
+
...
|
|
2582
|
+
|
|
2583
|
+
def bl_rna_get_subclass(self):
|
|
2584
|
+
""" """
|
|
2585
|
+
...
|
|
2586
|
+
|
|
2587
|
+
def bl_rna_get_subclass_py(self):
|
|
2588
|
+
""" """
|
|
2589
|
+
...
|
|
2590
|
+
|
|
2591
|
+
def draw(self, _context):
|
|
2592
|
+
"""
|
|
2593
|
+
|
|
2594
|
+
:param _context:
|
|
2595
|
+
"""
|
|
2596
|
+
...
|
|
2597
|
+
|
|
2598
|
+
def draw_collapsible(self, context, layout):
|
|
2599
|
+
"""
|
|
2600
|
+
|
|
2601
|
+
:param context:
|
|
2602
|
+
:param layout:
|
|
2603
|
+
"""
|
|
2604
|
+
...
|
|
2605
|
+
|
|
2606
|
+
def draw_preset(self, _context):
|
|
2607
|
+
"""
|
|
2608
|
+
|
|
2609
|
+
:param _context:
|
|
2610
|
+
"""
|
|
2611
|
+
...
|
|
2612
|
+
|
|
2613
|
+
def driver_add(self):
|
|
2614
|
+
""" """
|
|
2615
|
+
...
|
|
2616
|
+
|
|
2617
|
+
def driver_remove(self):
|
|
2618
|
+
""" """
|
|
2619
|
+
...
|
|
2620
|
+
|
|
2621
|
+
def get(self):
|
|
2622
|
+
""" """
|
|
2623
|
+
...
|
|
2624
|
+
|
|
2625
|
+
def id_properties_clear(self):
|
|
2626
|
+
""" """
|
|
2627
|
+
...
|
|
2628
|
+
|
|
2629
|
+
def id_properties_ensure(self):
|
|
2630
|
+
""" """
|
|
2631
|
+
...
|
|
2632
|
+
|
|
2633
|
+
def id_properties_ui(self):
|
|
2634
|
+
""" """
|
|
2635
|
+
...
|
|
2636
|
+
|
|
2637
|
+
def is_extended(self):
|
|
2638
|
+
""" """
|
|
2639
|
+
...
|
|
2640
|
+
|
|
2641
|
+
def is_property_hidden(self):
|
|
2642
|
+
""" """
|
|
2643
|
+
...
|
|
2644
|
+
|
|
2645
|
+
def is_property_overridable_library(self):
|
|
2646
|
+
""" """
|
|
2647
|
+
...
|
|
2648
|
+
|
|
2649
|
+
def is_property_readonly(self):
|
|
2650
|
+
""" """
|
|
2651
|
+
...
|
|
2652
|
+
|
|
2653
|
+
def is_property_set(self):
|
|
2654
|
+
""" """
|
|
2655
|
+
...
|
|
2656
|
+
|
|
2657
|
+
def items(self):
|
|
2658
|
+
""" """
|
|
2659
|
+
...
|
|
2660
|
+
|
|
2661
|
+
def keyframe_delete(self):
|
|
2662
|
+
""" """
|
|
2663
|
+
...
|
|
2664
|
+
|
|
2665
|
+
def keyframe_insert(self):
|
|
2666
|
+
""" """
|
|
2667
|
+
...
|
|
2668
|
+
|
|
2669
|
+
def keys(self):
|
|
2670
|
+
""" """
|
|
2671
|
+
...
|
|
2672
|
+
|
|
2673
|
+
def path_from_id(self):
|
|
2674
|
+
""" """
|
|
2675
|
+
...
|
|
699
2676
|
|
|
700
|
-
def append(self, draw_func): ...
|
|
701
|
-
def as_pointer(self): ...
|
|
702
|
-
def bl_rna_get_subclass(self): ...
|
|
703
|
-
def bl_rna_get_subclass_py(self): ...
|
|
704
|
-
def draw(self, _context): ...
|
|
705
|
-
def draw_collapsible(self, context, layout): ...
|
|
706
|
-
def draw_preset(self, _context): ...
|
|
707
|
-
def driver_add(self): ...
|
|
708
|
-
def driver_remove(self): ...
|
|
709
|
-
def get(self): ...
|
|
710
|
-
def id_properties_clear(self): ...
|
|
711
|
-
def id_properties_ensure(self): ...
|
|
712
|
-
def id_properties_ui(self): ...
|
|
713
|
-
def is_extended(self): ...
|
|
714
|
-
def is_property_hidden(self): ...
|
|
715
|
-
def is_property_overridable_library(self): ...
|
|
716
|
-
def is_property_readonly(self): ...
|
|
717
|
-
def is_property_set(self): ...
|
|
718
|
-
def items(self): ...
|
|
719
|
-
def keyframe_delete(self): ...
|
|
720
|
-
def keyframe_insert(self): ...
|
|
721
|
-
def keys(self): ...
|
|
722
|
-
def path_from_id(self): ...
|
|
723
2677
|
def path_menu(
|
|
724
2678
|
self,
|
|
725
2679
|
searchpaths,
|
|
@@ -730,45 +2684,178 @@ class NODE_MT_category_compositor_transform(bpy_types.Menu, bpy_types._GenericUI
|
|
|
730
2684
|
filter_path,
|
|
731
2685
|
display_name,
|
|
732
2686
|
add_operator,
|
|
733
|
-
):
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
2687
|
+
):
|
|
2688
|
+
"""
|
|
2689
|
+
|
|
2690
|
+
:param searchpaths:
|
|
2691
|
+
:param operator:
|
|
2692
|
+
:param props_default:
|
|
2693
|
+
:param prop_filepath:
|
|
2694
|
+
:param filter_ext:
|
|
2695
|
+
:param filter_path:
|
|
2696
|
+
:param display_name:
|
|
2697
|
+
:param add_operator:
|
|
2698
|
+
"""
|
|
2699
|
+
...
|
|
2700
|
+
|
|
2701
|
+
def path_resolve(self):
|
|
2702
|
+
""" """
|
|
2703
|
+
...
|
|
2704
|
+
|
|
2705
|
+
def pop(self):
|
|
2706
|
+
""" """
|
|
2707
|
+
...
|
|
2708
|
+
|
|
2709
|
+
def prepend(self, draw_func):
|
|
2710
|
+
"""
|
|
2711
|
+
|
|
2712
|
+
:param draw_func:
|
|
2713
|
+
"""
|
|
2714
|
+
...
|
|
2715
|
+
|
|
2716
|
+
def property_overridable_library_set(self):
|
|
2717
|
+
""" """
|
|
2718
|
+
...
|
|
2719
|
+
|
|
2720
|
+
def property_unset(self):
|
|
2721
|
+
""" """
|
|
2722
|
+
...
|
|
2723
|
+
|
|
2724
|
+
def remove(self, draw_func):
|
|
2725
|
+
"""
|
|
2726
|
+
|
|
2727
|
+
:param draw_func:
|
|
2728
|
+
"""
|
|
2729
|
+
...
|
|
2730
|
+
|
|
2731
|
+
def type_recast(self):
|
|
2732
|
+
""" """
|
|
2733
|
+
...
|
|
2734
|
+
|
|
2735
|
+
def values(self):
|
|
2736
|
+
""" """
|
|
2737
|
+
...
|
|
2738
|
+
|
|
2739
|
+
class NODE_MT_category_compositor_utilities(bpy_types._GenericUI):
|
|
2740
|
+
""" """
|
|
2741
|
+
|
|
744
2742
|
bl_idname: typing.Any
|
|
2743
|
+
""" """
|
|
2744
|
+
|
|
745
2745
|
bl_label: typing.Any
|
|
2746
|
+
""" """
|
|
2747
|
+
|
|
746
2748
|
bl_rna: typing.Any
|
|
2749
|
+
""" """
|
|
2750
|
+
|
|
747
2751
|
id_data: typing.Any
|
|
2752
|
+
""" """
|
|
2753
|
+
|
|
2754
|
+
def append(self, draw_func):
|
|
2755
|
+
"""
|
|
2756
|
+
|
|
2757
|
+
:param draw_func:
|
|
2758
|
+
"""
|
|
2759
|
+
...
|
|
2760
|
+
|
|
2761
|
+
def as_pointer(self):
|
|
2762
|
+
""" """
|
|
2763
|
+
...
|
|
2764
|
+
|
|
2765
|
+
def bl_rna_get_subclass(self):
|
|
2766
|
+
""" """
|
|
2767
|
+
...
|
|
2768
|
+
|
|
2769
|
+
def bl_rna_get_subclass_py(self):
|
|
2770
|
+
""" """
|
|
2771
|
+
...
|
|
2772
|
+
|
|
2773
|
+
def draw(self, _context):
|
|
2774
|
+
"""
|
|
2775
|
+
|
|
2776
|
+
:param _context:
|
|
2777
|
+
"""
|
|
2778
|
+
...
|
|
2779
|
+
|
|
2780
|
+
def draw_collapsible(self, context, layout):
|
|
2781
|
+
"""
|
|
2782
|
+
|
|
2783
|
+
:param context:
|
|
2784
|
+
:param layout:
|
|
2785
|
+
"""
|
|
2786
|
+
...
|
|
2787
|
+
|
|
2788
|
+
def draw_preset(self, _context):
|
|
2789
|
+
"""
|
|
2790
|
+
|
|
2791
|
+
:param _context:
|
|
2792
|
+
"""
|
|
2793
|
+
...
|
|
2794
|
+
|
|
2795
|
+
def driver_add(self):
|
|
2796
|
+
""" """
|
|
2797
|
+
...
|
|
2798
|
+
|
|
2799
|
+
def driver_remove(self):
|
|
2800
|
+
""" """
|
|
2801
|
+
...
|
|
2802
|
+
|
|
2803
|
+
def get(self):
|
|
2804
|
+
""" """
|
|
2805
|
+
...
|
|
2806
|
+
|
|
2807
|
+
def id_properties_clear(self):
|
|
2808
|
+
""" """
|
|
2809
|
+
...
|
|
2810
|
+
|
|
2811
|
+
def id_properties_ensure(self):
|
|
2812
|
+
""" """
|
|
2813
|
+
...
|
|
2814
|
+
|
|
2815
|
+
def id_properties_ui(self):
|
|
2816
|
+
""" """
|
|
2817
|
+
...
|
|
2818
|
+
|
|
2819
|
+
def is_extended(self):
|
|
2820
|
+
""" """
|
|
2821
|
+
...
|
|
2822
|
+
|
|
2823
|
+
def is_property_hidden(self):
|
|
2824
|
+
""" """
|
|
2825
|
+
...
|
|
2826
|
+
|
|
2827
|
+
def is_property_overridable_library(self):
|
|
2828
|
+
""" """
|
|
2829
|
+
...
|
|
2830
|
+
|
|
2831
|
+
def is_property_readonly(self):
|
|
2832
|
+
""" """
|
|
2833
|
+
...
|
|
2834
|
+
|
|
2835
|
+
def is_property_set(self):
|
|
2836
|
+
""" """
|
|
2837
|
+
...
|
|
2838
|
+
|
|
2839
|
+
def items(self):
|
|
2840
|
+
""" """
|
|
2841
|
+
...
|
|
2842
|
+
|
|
2843
|
+
def keyframe_delete(self):
|
|
2844
|
+
""" """
|
|
2845
|
+
...
|
|
2846
|
+
|
|
2847
|
+
def keyframe_insert(self):
|
|
2848
|
+
""" """
|
|
2849
|
+
...
|
|
2850
|
+
|
|
2851
|
+
def keys(self):
|
|
2852
|
+
""" """
|
|
2853
|
+
...
|
|
2854
|
+
|
|
2855
|
+
def path_from_id(self):
|
|
2856
|
+
""" """
|
|
2857
|
+
...
|
|
748
2858
|
|
|
749
|
-
def append(self, draw_func): ...
|
|
750
|
-
def as_pointer(self): ...
|
|
751
|
-
def bl_rna_get_subclass(self): ...
|
|
752
|
-
def bl_rna_get_subclass_py(self): ...
|
|
753
|
-
def draw(self, _context): ...
|
|
754
|
-
def draw_collapsible(self, context, layout): ...
|
|
755
|
-
def draw_preset(self, _context): ...
|
|
756
|
-
def driver_add(self): ...
|
|
757
|
-
def driver_remove(self): ...
|
|
758
|
-
def get(self): ...
|
|
759
|
-
def id_properties_clear(self): ...
|
|
760
|
-
def id_properties_ensure(self): ...
|
|
761
|
-
def id_properties_ui(self): ...
|
|
762
|
-
def is_extended(self): ...
|
|
763
|
-
def is_property_hidden(self): ...
|
|
764
|
-
def is_property_overridable_library(self): ...
|
|
765
|
-
def is_property_readonly(self): ...
|
|
766
|
-
def is_property_set(self): ...
|
|
767
|
-
def items(self): ...
|
|
768
|
-
def keyframe_delete(self): ...
|
|
769
|
-
def keyframe_insert(self): ...
|
|
770
|
-
def keys(self): ...
|
|
771
|
-
def path_from_id(self): ...
|
|
772
2859
|
def path_menu(
|
|
773
2860
|
self,
|
|
774
2861
|
searchpaths,
|
|
@@ -779,45 +2866,178 @@ class NODE_MT_category_compositor_utilities(bpy_types.Menu, bpy_types._GenericUI
|
|
|
779
2866
|
filter_path,
|
|
780
2867
|
display_name,
|
|
781
2868
|
add_operator,
|
|
782
|
-
):
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
2869
|
+
):
|
|
2870
|
+
"""
|
|
2871
|
+
|
|
2872
|
+
:param searchpaths:
|
|
2873
|
+
:param operator:
|
|
2874
|
+
:param props_default:
|
|
2875
|
+
:param prop_filepath:
|
|
2876
|
+
:param filter_ext:
|
|
2877
|
+
:param filter_path:
|
|
2878
|
+
:param display_name:
|
|
2879
|
+
:param add_operator:
|
|
2880
|
+
"""
|
|
2881
|
+
...
|
|
2882
|
+
|
|
2883
|
+
def path_resolve(self):
|
|
2884
|
+
""" """
|
|
2885
|
+
...
|
|
2886
|
+
|
|
2887
|
+
def pop(self):
|
|
2888
|
+
""" """
|
|
2889
|
+
...
|
|
2890
|
+
|
|
2891
|
+
def prepend(self, draw_func):
|
|
2892
|
+
"""
|
|
2893
|
+
|
|
2894
|
+
:param draw_func:
|
|
2895
|
+
"""
|
|
2896
|
+
...
|
|
2897
|
+
|
|
2898
|
+
def property_overridable_library_set(self):
|
|
2899
|
+
""" """
|
|
2900
|
+
...
|
|
2901
|
+
|
|
2902
|
+
def property_unset(self):
|
|
2903
|
+
""" """
|
|
2904
|
+
...
|
|
2905
|
+
|
|
2906
|
+
def remove(self, draw_func):
|
|
2907
|
+
"""
|
|
2908
|
+
|
|
2909
|
+
:param draw_func:
|
|
2910
|
+
"""
|
|
2911
|
+
...
|
|
2912
|
+
|
|
2913
|
+
def type_recast(self):
|
|
2914
|
+
""" """
|
|
2915
|
+
...
|
|
2916
|
+
|
|
2917
|
+
def values(self):
|
|
2918
|
+
""" """
|
|
2919
|
+
...
|
|
2920
|
+
|
|
2921
|
+
class NODE_MT_category_compositor_vector(bpy_types._GenericUI):
|
|
2922
|
+
""" """
|
|
2923
|
+
|
|
793
2924
|
bl_idname: typing.Any
|
|
2925
|
+
""" """
|
|
2926
|
+
|
|
794
2927
|
bl_label: typing.Any
|
|
2928
|
+
""" """
|
|
2929
|
+
|
|
795
2930
|
bl_rna: typing.Any
|
|
2931
|
+
""" """
|
|
2932
|
+
|
|
796
2933
|
id_data: typing.Any
|
|
2934
|
+
""" """
|
|
2935
|
+
|
|
2936
|
+
def append(self, draw_func):
|
|
2937
|
+
"""
|
|
2938
|
+
|
|
2939
|
+
:param draw_func:
|
|
2940
|
+
"""
|
|
2941
|
+
...
|
|
2942
|
+
|
|
2943
|
+
def as_pointer(self):
|
|
2944
|
+
""" """
|
|
2945
|
+
...
|
|
2946
|
+
|
|
2947
|
+
def bl_rna_get_subclass(self):
|
|
2948
|
+
""" """
|
|
2949
|
+
...
|
|
2950
|
+
|
|
2951
|
+
def bl_rna_get_subclass_py(self):
|
|
2952
|
+
""" """
|
|
2953
|
+
...
|
|
2954
|
+
|
|
2955
|
+
def draw(self, _context):
|
|
2956
|
+
"""
|
|
2957
|
+
|
|
2958
|
+
:param _context:
|
|
2959
|
+
"""
|
|
2960
|
+
...
|
|
2961
|
+
|
|
2962
|
+
def draw_collapsible(self, context, layout):
|
|
2963
|
+
"""
|
|
2964
|
+
|
|
2965
|
+
:param context:
|
|
2966
|
+
:param layout:
|
|
2967
|
+
"""
|
|
2968
|
+
...
|
|
2969
|
+
|
|
2970
|
+
def draw_preset(self, _context):
|
|
2971
|
+
"""
|
|
2972
|
+
|
|
2973
|
+
:param _context:
|
|
2974
|
+
"""
|
|
2975
|
+
...
|
|
2976
|
+
|
|
2977
|
+
def driver_add(self):
|
|
2978
|
+
""" """
|
|
2979
|
+
...
|
|
2980
|
+
|
|
2981
|
+
def driver_remove(self):
|
|
2982
|
+
""" """
|
|
2983
|
+
...
|
|
2984
|
+
|
|
2985
|
+
def get(self):
|
|
2986
|
+
""" """
|
|
2987
|
+
...
|
|
2988
|
+
|
|
2989
|
+
def id_properties_clear(self):
|
|
2990
|
+
""" """
|
|
2991
|
+
...
|
|
2992
|
+
|
|
2993
|
+
def id_properties_ensure(self):
|
|
2994
|
+
""" """
|
|
2995
|
+
...
|
|
2996
|
+
|
|
2997
|
+
def id_properties_ui(self):
|
|
2998
|
+
""" """
|
|
2999
|
+
...
|
|
3000
|
+
|
|
3001
|
+
def is_extended(self):
|
|
3002
|
+
""" """
|
|
3003
|
+
...
|
|
3004
|
+
|
|
3005
|
+
def is_property_hidden(self):
|
|
3006
|
+
""" """
|
|
3007
|
+
...
|
|
3008
|
+
|
|
3009
|
+
def is_property_overridable_library(self):
|
|
3010
|
+
""" """
|
|
3011
|
+
...
|
|
3012
|
+
|
|
3013
|
+
def is_property_readonly(self):
|
|
3014
|
+
""" """
|
|
3015
|
+
...
|
|
3016
|
+
|
|
3017
|
+
def is_property_set(self):
|
|
3018
|
+
""" """
|
|
3019
|
+
...
|
|
3020
|
+
|
|
3021
|
+
def items(self):
|
|
3022
|
+
""" """
|
|
3023
|
+
...
|
|
3024
|
+
|
|
3025
|
+
def keyframe_delete(self):
|
|
3026
|
+
""" """
|
|
3027
|
+
...
|
|
3028
|
+
|
|
3029
|
+
def keyframe_insert(self):
|
|
3030
|
+
""" """
|
|
3031
|
+
...
|
|
3032
|
+
|
|
3033
|
+
def keys(self):
|
|
3034
|
+
""" """
|
|
3035
|
+
...
|
|
3036
|
+
|
|
3037
|
+
def path_from_id(self):
|
|
3038
|
+
""" """
|
|
3039
|
+
...
|
|
797
3040
|
|
|
798
|
-
def append(self, draw_func): ...
|
|
799
|
-
def as_pointer(self): ...
|
|
800
|
-
def bl_rna_get_subclass(self): ...
|
|
801
|
-
def bl_rna_get_subclass_py(self): ...
|
|
802
|
-
def draw(self, _context): ...
|
|
803
|
-
def draw_collapsible(self, context, layout): ...
|
|
804
|
-
def draw_preset(self, _context): ...
|
|
805
|
-
def driver_add(self): ...
|
|
806
|
-
def driver_remove(self): ...
|
|
807
|
-
def get(self): ...
|
|
808
|
-
def id_properties_clear(self): ...
|
|
809
|
-
def id_properties_ensure(self): ...
|
|
810
|
-
def id_properties_ui(self): ...
|
|
811
|
-
def is_extended(self): ...
|
|
812
|
-
def is_property_hidden(self): ...
|
|
813
|
-
def is_property_overridable_library(self): ...
|
|
814
|
-
def is_property_readonly(self): ...
|
|
815
|
-
def is_property_set(self): ...
|
|
816
|
-
def items(self): ...
|
|
817
|
-
def keyframe_delete(self): ...
|
|
818
|
-
def keyframe_insert(self): ...
|
|
819
|
-
def keys(self): ...
|
|
820
|
-
def path_from_id(self): ...
|
|
821
3041
|
def path_menu(
|
|
822
3042
|
self,
|
|
823
3043
|
searchpaths,
|
|
@@ -828,45 +3048,178 @@ class NODE_MT_category_compositor_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
828
3048
|
filter_path,
|
|
829
3049
|
display_name,
|
|
830
3050
|
add_operator,
|
|
831
|
-
):
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
3051
|
+
):
|
|
3052
|
+
"""
|
|
3053
|
+
|
|
3054
|
+
:param searchpaths:
|
|
3055
|
+
:param operator:
|
|
3056
|
+
:param props_default:
|
|
3057
|
+
:param prop_filepath:
|
|
3058
|
+
:param filter_ext:
|
|
3059
|
+
:param filter_path:
|
|
3060
|
+
:param display_name:
|
|
3061
|
+
:param add_operator:
|
|
3062
|
+
"""
|
|
3063
|
+
...
|
|
3064
|
+
|
|
3065
|
+
def path_resolve(self):
|
|
3066
|
+
""" """
|
|
3067
|
+
...
|
|
3068
|
+
|
|
3069
|
+
def pop(self):
|
|
3070
|
+
""" """
|
|
3071
|
+
...
|
|
3072
|
+
|
|
3073
|
+
def prepend(self, draw_func):
|
|
3074
|
+
"""
|
|
3075
|
+
|
|
3076
|
+
:param draw_func:
|
|
3077
|
+
"""
|
|
3078
|
+
...
|
|
3079
|
+
|
|
3080
|
+
def property_overridable_library_set(self):
|
|
3081
|
+
""" """
|
|
3082
|
+
...
|
|
3083
|
+
|
|
3084
|
+
def property_unset(self):
|
|
3085
|
+
""" """
|
|
3086
|
+
...
|
|
3087
|
+
|
|
3088
|
+
def remove(self, draw_func):
|
|
3089
|
+
"""
|
|
3090
|
+
|
|
3091
|
+
:param draw_func:
|
|
3092
|
+
"""
|
|
3093
|
+
...
|
|
3094
|
+
|
|
3095
|
+
def type_recast(self):
|
|
3096
|
+
""" """
|
|
3097
|
+
...
|
|
3098
|
+
|
|
3099
|
+
def values(self):
|
|
3100
|
+
""" """
|
|
3101
|
+
...
|
|
3102
|
+
|
|
3103
|
+
class NODE_MT_compositor_node_add_all(bpy_types._GenericUI):
|
|
3104
|
+
""" """
|
|
3105
|
+
|
|
842
3106
|
bl_idname: typing.Any
|
|
3107
|
+
""" """
|
|
3108
|
+
|
|
843
3109
|
bl_label: typing.Any
|
|
3110
|
+
""" """
|
|
3111
|
+
|
|
844
3112
|
bl_rna: typing.Any
|
|
3113
|
+
""" """
|
|
3114
|
+
|
|
845
3115
|
id_data: typing.Any
|
|
3116
|
+
""" """
|
|
3117
|
+
|
|
3118
|
+
def append(self, draw_func):
|
|
3119
|
+
"""
|
|
3120
|
+
|
|
3121
|
+
:param draw_func:
|
|
3122
|
+
"""
|
|
3123
|
+
...
|
|
3124
|
+
|
|
3125
|
+
def as_pointer(self):
|
|
3126
|
+
""" """
|
|
3127
|
+
...
|
|
3128
|
+
|
|
3129
|
+
def bl_rna_get_subclass(self):
|
|
3130
|
+
""" """
|
|
3131
|
+
...
|
|
3132
|
+
|
|
3133
|
+
def bl_rna_get_subclass_py(self):
|
|
3134
|
+
""" """
|
|
3135
|
+
...
|
|
3136
|
+
|
|
3137
|
+
def draw(self, context):
|
|
3138
|
+
"""
|
|
3139
|
+
|
|
3140
|
+
:param context:
|
|
3141
|
+
"""
|
|
3142
|
+
...
|
|
3143
|
+
|
|
3144
|
+
def draw_collapsible(self, context, layout):
|
|
3145
|
+
"""
|
|
3146
|
+
|
|
3147
|
+
:param context:
|
|
3148
|
+
:param layout:
|
|
3149
|
+
"""
|
|
3150
|
+
...
|
|
3151
|
+
|
|
3152
|
+
def draw_preset(self, _context):
|
|
3153
|
+
"""
|
|
3154
|
+
|
|
3155
|
+
:param _context:
|
|
3156
|
+
"""
|
|
3157
|
+
...
|
|
3158
|
+
|
|
3159
|
+
def driver_add(self):
|
|
3160
|
+
""" """
|
|
3161
|
+
...
|
|
3162
|
+
|
|
3163
|
+
def driver_remove(self):
|
|
3164
|
+
""" """
|
|
3165
|
+
...
|
|
3166
|
+
|
|
3167
|
+
def get(self):
|
|
3168
|
+
""" """
|
|
3169
|
+
...
|
|
3170
|
+
|
|
3171
|
+
def id_properties_clear(self):
|
|
3172
|
+
""" """
|
|
3173
|
+
...
|
|
3174
|
+
|
|
3175
|
+
def id_properties_ensure(self):
|
|
3176
|
+
""" """
|
|
3177
|
+
...
|
|
3178
|
+
|
|
3179
|
+
def id_properties_ui(self):
|
|
3180
|
+
""" """
|
|
3181
|
+
...
|
|
3182
|
+
|
|
3183
|
+
def is_extended(self):
|
|
3184
|
+
""" """
|
|
3185
|
+
...
|
|
3186
|
+
|
|
3187
|
+
def is_property_hidden(self):
|
|
3188
|
+
""" """
|
|
3189
|
+
...
|
|
3190
|
+
|
|
3191
|
+
def is_property_overridable_library(self):
|
|
3192
|
+
""" """
|
|
3193
|
+
...
|
|
3194
|
+
|
|
3195
|
+
def is_property_readonly(self):
|
|
3196
|
+
""" """
|
|
3197
|
+
...
|
|
3198
|
+
|
|
3199
|
+
def is_property_set(self):
|
|
3200
|
+
""" """
|
|
3201
|
+
...
|
|
3202
|
+
|
|
3203
|
+
def items(self):
|
|
3204
|
+
""" """
|
|
3205
|
+
...
|
|
3206
|
+
|
|
3207
|
+
def keyframe_delete(self):
|
|
3208
|
+
""" """
|
|
3209
|
+
...
|
|
3210
|
+
|
|
3211
|
+
def keyframe_insert(self):
|
|
3212
|
+
""" """
|
|
3213
|
+
...
|
|
3214
|
+
|
|
3215
|
+
def keys(self):
|
|
3216
|
+
""" """
|
|
3217
|
+
...
|
|
3218
|
+
|
|
3219
|
+
def path_from_id(self):
|
|
3220
|
+
""" """
|
|
3221
|
+
...
|
|
846
3222
|
|
|
847
|
-
def append(self, draw_func): ...
|
|
848
|
-
def as_pointer(self): ...
|
|
849
|
-
def bl_rna_get_subclass(self): ...
|
|
850
|
-
def bl_rna_get_subclass_py(self): ...
|
|
851
|
-
def draw(self, context): ...
|
|
852
|
-
def draw_collapsible(self, context, layout): ...
|
|
853
|
-
def draw_preset(self, _context): ...
|
|
854
|
-
def driver_add(self): ...
|
|
855
|
-
def driver_remove(self): ...
|
|
856
|
-
def get(self): ...
|
|
857
|
-
def id_properties_clear(self): ...
|
|
858
|
-
def id_properties_ensure(self): ...
|
|
859
|
-
def id_properties_ui(self): ...
|
|
860
|
-
def is_extended(self): ...
|
|
861
|
-
def is_property_hidden(self): ...
|
|
862
|
-
def is_property_overridable_library(self): ...
|
|
863
|
-
def is_property_readonly(self): ...
|
|
864
|
-
def is_property_set(self): ...
|
|
865
|
-
def items(self): ...
|
|
866
|
-
def keyframe_delete(self): ...
|
|
867
|
-
def keyframe_insert(self): ...
|
|
868
|
-
def keys(self): ...
|
|
869
|
-
def path_from_id(self): ...
|
|
870
3223
|
def path_menu(
|
|
871
3224
|
self,
|
|
872
3225
|
searchpaths,
|
|
@@ -877,12 +3230,54 @@ class NODE_MT_compositor_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
877
3230
|
filter_path,
|
|
878
3231
|
display_name,
|
|
879
3232
|
add_operator,
|
|
880
|
-
):
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
3233
|
+
):
|
|
3234
|
+
"""
|
|
3235
|
+
|
|
3236
|
+
:param searchpaths:
|
|
3237
|
+
:param operator:
|
|
3238
|
+
:param props_default:
|
|
3239
|
+
:param prop_filepath:
|
|
3240
|
+
:param filter_ext:
|
|
3241
|
+
:param filter_path:
|
|
3242
|
+
:param display_name:
|
|
3243
|
+
:param add_operator:
|
|
3244
|
+
"""
|
|
3245
|
+
...
|
|
3246
|
+
|
|
3247
|
+
def path_resolve(self):
|
|
3248
|
+
""" """
|
|
3249
|
+
...
|
|
3250
|
+
|
|
3251
|
+
def pop(self):
|
|
3252
|
+
""" """
|
|
3253
|
+
...
|
|
3254
|
+
|
|
3255
|
+
def prepend(self, draw_func):
|
|
3256
|
+
"""
|
|
3257
|
+
|
|
3258
|
+
:param draw_func:
|
|
3259
|
+
"""
|
|
3260
|
+
...
|
|
3261
|
+
|
|
3262
|
+
def property_overridable_library_set(self):
|
|
3263
|
+
""" """
|
|
3264
|
+
...
|
|
3265
|
+
|
|
3266
|
+
def property_unset(self):
|
|
3267
|
+
""" """
|
|
3268
|
+
...
|
|
3269
|
+
|
|
3270
|
+
def remove(self, draw_func):
|
|
3271
|
+
"""
|
|
3272
|
+
|
|
3273
|
+
:param draw_func:
|
|
3274
|
+
"""
|
|
3275
|
+
...
|
|
3276
|
+
|
|
3277
|
+
def type_recast(self):
|
|
3278
|
+
""" """
|
|
3279
|
+
...
|
|
3280
|
+
|
|
3281
|
+
def values(self):
|
|
3282
|
+
""" """
|
|
3283
|
+
...
|