fake-bpy-module 20240320__py3-none-any.whl → 20240322__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86358 -87091
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240320.dist-info/RECORD +0 -343
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
|
@@ -3,30 +3,44 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class NODE_MT_category_shader_color(bpy_types.
|
|
6
|
+
class NODE_MT_category_shader_color(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
7
9
|
bl_idname: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
9
15
|
bl_rna: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
10
18
|
id_data: typing.Any
|
|
19
|
+
""" """
|
|
11
20
|
|
|
12
21
|
def append(self, draw_func):
|
|
13
22
|
"""
|
|
14
23
|
|
|
15
24
|
:param draw_func:
|
|
16
|
-
:type draw_func:
|
|
17
25
|
"""
|
|
18
26
|
...
|
|
19
27
|
|
|
20
|
-
def as_pointer(self):
|
|
21
|
-
|
|
22
|
-
|
|
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
|
+
|
|
23
40
|
def draw(self, _context):
|
|
24
41
|
"""
|
|
25
42
|
|
|
26
|
-
:param self:
|
|
27
|
-
:type self:
|
|
28
43
|
:param _context:
|
|
29
|
-
:type _context:
|
|
30
44
|
"""
|
|
31
45
|
...
|
|
32
46
|
|
|
@@ -34,38 +48,81 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
34
48
|
"""
|
|
35
49
|
|
|
36
50
|
:param context:
|
|
37
|
-
:type context:
|
|
38
51
|
:param layout:
|
|
39
|
-
:type layout:
|
|
40
52
|
"""
|
|
41
53
|
...
|
|
42
54
|
|
|
43
55
|
def draw_preset(self, _context):
|
|
44
56
|
"""
|
|
45
57
|
|
|
46
|
-
:param self:
|
|
47
|
-
:type self:
|
|
48
58
|
:param _context:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
def
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
def
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
def
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
def
|
|
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
|
+
...
|
|
125
|
+
|
|
69
126
|
def path_menu(
|
|
70
127
|
self,
|
|
71
128
|
searchpaths,
|
|
@@ -79,74 +136,93 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
79
136
|
):
|
|
80
137
|
"""
|
|
81
138
|
|
|
82
|
-
:param self:
|
|
83
|
-
:type self:
|
|
84
139
|
:param searchpaths:
|
|
85
|
-
:type searchpaths:
|
|
86
140
|
:param operator:
|
|
87
|
-
:type operator:
|
|
88
141
|
:param props_default:
|
|
89
|
-
:type props_default:
|
|
90
142
|
:param prop_filepath:
|
|
91
|
-
:type prop_filepath:
|
|
92
143
|
:param filter_ext:
|
|
93
|
-
:type filter_ext:
|
|
94
144
|
:param filter_path:
|
|
95
|
-
:type filter_path:
|
|
96
145
|
:param display_name:
|
|
97
|
-
:type display_name:
|
|
98
146
|
:param add_operator:
|
|
99
|
-
:type add_operator:
|
|
100
147
|
"""
|
|
101
148
|
...
|
|
102
149
|
|
|
103
|
-
def path_resolve(self):
|
|
104
|
-
|
|
150
|
+
def path_resolve(self):
|
|
151
|
+
""" """
|
|
152
|
+
...
|
|
153
|
+
|
|
154
|
+
def pop(self):
|
|
155
|
+
""" """
|
|
156
|
+
...
|
|
157
|
+
|
|
105
158
|
def prepend(self, draw_func):
|
|
106
159
|
"""
|
|
107
160
|
|
|
108
161
|
:param draw_func:
|
|
109
|
-
:type draw_func:
|
|
110
162
|
"""
|
|
111
163
|
...
|
|
112
164
|
|
|
113
|
-
def property_overridable_library_set(self):
|
|
114
|
-
|
|
165
|
+
def property_overridable_library_set(self):
|
|
166
|
+
""" """
|
|
167
|
+
...
|
|
168
|
+
|
|
169
|
+
def property_unset(self):
|
|
170
|
+
""" """
|
|
171
|
+
...
|
|
172
|
+
|
|
115
173
|
def remove(self, draw_func):
|
|
116
174
|
"""
|
|
117
175
|
|
|
118
176
|
:param draw_func:
|
|
119
|
-
:type draw_func:
|
|
120
177
|
"""
|
|
121
178
|
...
|
|
122
179
|
|
|
123
|
-
def type_recast(self):
|
|
124
|
-
|
|
180
|
+
def type_recast(self):
|
|
181
|
+
""" """
|
|
182
|
+
...
|
|
183
|
+
|
|
184
|
+
def values(self):
|
|
185
|
+
""" """
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
class NODE_MT_category_shader_converter(bpy_types._GenericUI):
|
|
189
|
+
""" """
|
|
125
190
|
|
|
126
|
-
class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
127
191
|
bl_idname: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
128
194
|
bl_label: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
129
197
|
bl_rna: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
130
200
|
id_data: typing.Any
|
|
201
|
+
""" """
|
|
131
202
|
|
|
132
203
|
def append(self, draw_func):
|
|
133
204
|
"""
|
|
134
205
|
|
|
135
206
|
:param draw_func:
|
|
136
|
-
:type draw_func:
|
|
137
207
|
"""
|
|
138
208
|
...
|
|
139
209
|
|
|
140
|
-
def as_pointer(self):
|
|
141
|
-
|
|
142
|
-
|
|
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
|
+
|
|
143
222
|
def draw(self, context):
|
|
144
223
|
"""
|
|
145
224
|
|
|
146
|
-
:param self:
|
|
147
|
-
:type self:
|
|
148
225
|
:param context:
|
|
149
|
-
:type context:
|
|
150
226
|
"""
|
|
151
227
|
...
|
|
152
228
|
|
|
@@ -154,38 +230,81 @@ class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
154
230
|
"""
|
|
155
231
|
|
|
156
232
|
:param context:
|
|
157
|
-
:type context:
|
|
158
233
|
:param layout:
|
|
159
|
-
:type layout:
|
|
160
234
|
"""
|
|
161
235
|
...
|
|
162
236
|
|
|
163
237
|
def draw_preset(self, _context):
|
|
164
238
|
"""
|
|
165
239
|
|
|
166
|
-
:param self:
|
|
167
|
-
:type self:
|
|
168
240
|
:param _context:
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
def
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
def
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
def
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
def
|
|
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
|
+
...
|
|
307
|
+
|
|
189
308
|
def path_menu(
|
|
190
309
|
self,
|
|
191
310
|
searchpaths,
|
|
@@ -199,74 +318,93 @@ class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
199
318
|
):
|
|
200
319
|
"""
|
|
201
320
|
|
|
202
|
-
:param self:
|
|
203
|
-
:type self:
|
|
204
321
|
:param searchpaths:
|
|
205
|
-
:type searchpaths:
|
|
206
322
|
:param operator:
|
|
207
|
-
:type operator:
|
|
208
323
|
:param props_default:
|
|
209
|
-
:type props_default:
|
|
210
324
|
:param prop_filepath:
|
|
211
|
-
:type prop_filepath:
|
|
212
325
|
:param filter_ext:
|
|
213
|
-
:type filter_ext:
|
|
214
326
|
:param filter_path:
|
|
215
|
-
:type filter_path:
|
|
216
327
|
:param display_name:
|
|
217
|
-
:type display_name:
|
|
218
328
|
:param add_operator:
|
|
219
|
-
:type add_operator:
|
|
220
329
|
"""
|
|
221
330
|
...
|
|
222
331
|
|
|
223
|
-
def path_resolve(self):
|
|
224
|
-
|
|
332
|
+
def path_resolve(self):
|
|
333
|
+
""" """
|
|
334
|
+
...
|
|
335
|
+
|
|
336
|
+
def pop(self):
|
|
337
|
+
""" """
|
|
338
|
+
...
|
|
339
|
+
|
|
225
340
|
def prepend(self, draw_func):
|
|
226
341
|
"""
|
|
227
342
|
|
|
228
343
|
:param draw_func:
|
|
229
|
-
:type draw_func:
|
|
230
344
|
"""
|
|
231
345
|
...
|
|
232
346
|
|
|
233
|
-
def property_overridable_library_set(self):
|
|
234
|
-
|
|
347
|
+
def property_overridable_library_set(self):
|
|
348
|
+
""" """
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
def property_unset(self):
|
|
352
|
+
""" """
|
|
353
|
+
...
|
|
354
|
+
|
|
235
355
|
def remove(self, draw_func):
|
|
236
356
|
"""
|
|
237
357
|
|
|
238
358
|
:param draw_func:
|
|
239
|
-
:type draw_func:
|
|
240
359
|
"""
|
|
241
360
|
...
|
|
242
361
|
|
|
243
|
-
def type_recast(self):
|
|
244
|
-
|
|
362
|
+
def type_recast(self):
|
|
363
|
+
""" """
|
|
364
|
+
...
|
|
365
|
+
|
|
366
|
+
def values(self):
|
|
367
|
+
""" """
|
|
368
|
+
...
|
|
369
|
+
|
|
370
|
+
class NODE_MT_category_shader_group(bpy_types._GenericUI):
|
|
371
|
+
""" """
|
|
245
372
|
|
|
246
|
-
class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
247
373
|
bl_idname: typing.Any
|
|
374
|
+
""" """
|
|
375
|
+
|
|
248
376
|
bl_label: typing.Any
|
|
377
|
+
""" """
|
|
378
|
+
|
|
249
379
|
bl_rna: typing.Any
|
|
380
|
+
""" """
|
|
381
|
+
|
|
250
382
|
id_data: typing.Any
|
|
383
|
+
""" """
|
|
251
384
|
|
|
252
385
|
def append(self, draw_func):
|
|
253
386
|
"""
|
|
254
387
|
|
|
255
388
|
:param draw_func:
|
|
256
|
-
:type draw_func:
|
|
257
389
|
"""
|
|
258
390
|
...
|
|
259
391
|
|
|
260
|
-
def as_pointer(self):
|
|
261
|
-
|
|
262
|
-
|
|
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
|
+
|
|
263
404
|
def draw(self, context):
|
|
264
405
|
"""
|
|
265
406
|
|
|
266
|
-
:param self:
|
|
267
|
-
:type self:
|
|
268
407
|
:param context:
|
|
269
|
-
:type context:
|
|
270
408
|
"""
|
|
271
409
|
...
|
|
272
410
|
|
|
@@ -274,38 +412,81 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
274
412
|
"""
|
|
275
413
|
|
|
276
414
|
:param context:
|
|
277
|
-
:type context:
|
|
278
415
|
:param layout:
|
|
279
|
-
:type layout:
|
|
280
416
|
"""
|
|
281
417
|
...
|
|
282
418
|
|
|
283
419
|
def draw_preset(self, _context):
|
|
284
420
|
"""
|
|
285
421
|
|
|
286
|
-
:param self:
|
|
287
|
-
:type self:
|
|
288
422
|
:param _context:
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
def
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
def
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
def
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
def
|
|
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
|
+
...
|
|
489
|
+
|
|
309
490
|
def path_menu(
|
|
310
491
|
self,
|
|
311
492
|
searchpaths,
|
|
@@ -319,74 +500,93 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
319
500
|
):
|
|
320
501
|
"""
|
|
321
502
|
|
|
322
|
-
:param self:
|
|
323
|
-
:type self:
|
|
324
503
|
:param searchpaths:
|
|
325
|
-
:type searchpaths:
|
|
326
504
|
:param operator:
|
|
327
|
-
:type operator:
|
|
328
505
|
:param props_default:
|
|
329
|
-
:type props_default:
|
|
330
506
|
:param prop_filepath:
|
|
331
|
-
:type prop_filepath:
|
|
332
507
|
:param filter_ext:
|
|
333
|
-
:type filter_ext:
|
|
334
508
|
:param filter_path:
|
|
335
|
-
:type filter_path:
|
|
336
509
|
:param display_name:
|
|
337
|
-
:type display_name:
|
|
338
510
|
:param add_operator:
|
|
339
|
-
:type add_operator:
|
|
340
511
|
"""
|
|
341
512
|
...
|
|
342
513
|
|
|
343
|
-
def path_resolve(self):
|
|
344
|
-
|
|
514
|
+
def path_resolve(self):
|
|
515
|
+
""" """
|
|
516
|
+
...
|
|
517
|
+
|
|
518
|
+
def pop(self):
|
|
519
|
+
""" """
|
|
520
|
+
...
|
|
521
|
+
|
|
345
522
|
def prepend(self, draw_func):
|
|
346
523
|
"""
|
|
347
524
|
|
|
348
525
|
:param draw_func:
|
|
349
|
-
:type draw_func:
|
|
350
526
|
"""
|
|
351
527
|
...
|
|
352
528
|
|
|
353
|
-
def property_overridable_library_set(self):
|
|
354
|
-
|
|
529
|
+
def property_overridable_library_set(self):
|
|
530
|
+
""" """
|
|
531
|
+
...
|
|
532
|
+
|
|
533
|
+
def property_unset(self):
|
|
534
|
+
""" """
|
|
535
|
+
...
|
|
536
|
+
|
|
355
537
|
def remove(self, draw_func):
|
|
356
538
|
"""
|
|
357
539
|
|
|
358
540
|
:param draw_func:
|
|
359
|
-
:type draw_func:
|
|
360
541
|
"""
|
|
361
542
|
...
|
|
362
543
|
|
|
363
|
-
def type_recast(self):
|
|
364
|
-
|
|
544
|
+
def type_recast(self):
|
|
545
|
+
""" """
|
|
546
|
+
...
|
|
547
|
+
|
|
548
|
+
def values(self):
|
|
549
|
+
""" """
|
|
550
|
+
...
|
|
551
|
+
|
|
552
|
+
class NODE_MT_category_shader_input(bpy_types._GenericUI):
|
|
553
|
+
""" """
|
|
365
554
|
|
|
366
|
-
class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
367
555
|
bl_idname: typing.Any
|
|
556
|
+
""" """
|
|
557
|
+
|
|
368
558
|
bl_label: typing.Any
|
|
559
|
+
""" """
|
|
560
|
+
|
|
369
561
|
bl_rna: typing.Any
|
|
562
|
+
""" """
|
|
563
|
+
|
|
370
564
|
id_data: typing.Any
|
|
565
|
+
""" """
|
|
371
566
|
|
|
372
567
|
def append(self, draw_func):
|
|
373
568
|
"""
|
|
374
569
|
|
|
375
570
|
:param draw_func:
|
|
376
|
-
:type draw_func:
|
|
377
571
|
"""
|
|
378
572
|
...
|
|
379
573
|
|
|
380
|
-
def as_pointer(self):
|
|
381
|
-
|
|
382
|
-
|
|
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
|
+
|
|
383
586
|
def draw(self, context):
|
|
384
587
|
"""
|
|
385
588
|
|
|
386
|
-
:param self:
|
|
387
|
-
:type self:
|
|
388
589
|
:param context:
|
|
389
|
-
:type context:
|
|
390
590
|
"""
|
|
391
591
|
...
|
|
392
592
|
|
|
@@ -394,38 +594,81 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
394
594
|
"""
|
|
395
595
|
|
|
396
596
|
:param context:
|
|
397
|
-
:type context:
|
|
398
597
|
:param layout:
|
|
399
|
-
:type layout:
|
|
400
598
|
"""
|
|
401
599
|
...
|
|
402
600
|
|
|
403
601
|
def draw_preset(self, _context):
|
|
404
602
|
"""
|
|
405
603
|
|
|
406
|
-
:param self:
|
|
407
|
-
:type self:
|
|
408
604
|
:param _context:
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
def
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
def
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
def
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
def
|
|
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
|
+
...
|
|
671
|
+
|
|
429
672
|
def path_menu(
|
|
430
673
|
self,
|
|
431
674
|
searchpaths,
|
|
@@ -439,74 +682,93 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
439
682
|
):
|
|
440
683
|
"""
|
|
441
684
|
|
|
442
|
-
:param self:
|
|
443
|
-
:type self:
|
|
444
685
|
:param searchpaths:
|
|
445
|
-
:type searchpaths:
|
|
446
686
|
:param operator:
|
|
447
|
-
:type operator:
|
|
448
687
|
:param props_default:
|
|
449
|
-
:type props_default:
|
|
450
688
|
:param prop_filepath:
|
|
451
|
-
:type prop_filepath:
|
|
452
689
|
:param filter_ext:
|
|
453
|
-
:type filter_ext:
|
|
454
690
|
:param filter_path:
|
|
455
|
-
:type filter_path:
|
|
456
691
|
:param display_name:
|
|
457
|
-
:type display_name:
|
|
458
692
|
:param add_operator:
|
|
459
|
-
:type add_operator:
|
|
460
693
|
"""
|
|
461
694
|
...
|
|
462
695
|
|
|
463
|
-
def path_resolve(self):
|
|
464
|
-
|
|
696
|
+
def path_resolve(self):
|
|
697
|
+
""" """
|
|
698
|
+
...
|
|
699
|
+
|
|
700
|
+
def pop(self):
|
|
701
|
+
""" """
|
|
702
|
+
...
|
|
703
|
+
|
|
465
704
|
def prepend(self, draw_func):
|
|
466
705
|
"""
|
|
467
706
|
|
|
468
707
|
:param draw_func:
|
|
469
|
-
:type draw_func:
|
|
470
708
|
"""
|
|
471
709
|
...
|
|
472
710
|
|
|
473
|
-
def property_overridable_library_set(self):
|
|
474
|
-
|
|
711
|
+
def property_overridable_library_set(self):
|
|
712
|
+
""" """
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
def property_unset(self):
|
|
716
|
+
""" """
|
|
717
|
+
...
|
|
718
|
+
|
|
475
719
|
def remove(self, draw_func):
|
|
476
720
|
"""
|
|
477
721
|
|
|
478
722
|
:param draw_func:
|
|
479
|
-
:type draw_func:
|
|
480
723
|
"""
|
|
481
724
|
...
|
|
482
725
|
|
|
483
|
-
def type_recast(self):
|
|
484
|
-
|
|
726
|
+
def type_recast(self):
|
|
727
|
+
""" """
|
|
728
|
+
...
|
|
729
|
+
|
|
730
|
+
def values(self):
|
|
731
|
+
""" """
|
|
732
|
+
...
|
|
733
|
+
|
|
734
|
+
class NODE_MT_category_shader_output(bpy_types._GenericUI):
|
|
735
|
+
""" """
|
|
485
736
|
|
|
486
|
-
class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
487
737
|
bl_idname: typing.Any
|
|
738
|
+
""" """
|
|
739
|
+
|
|
488
740
|
bl_label: typing.Any
|
|
741
|
+
""" """
|
|
742
|
+
|
|
489
743
|
bl_rna: typing.Any
|
|
744
|
+
""" """
|
|
745
|
+
|
|
490
746
|
id_data: typing.Any
|
|
747
|
+
""" """
|
|
491
748
|
|
|
492
749
|
def append(self, draw_func):
|
|
493
750
|
"""
|
|
494
751
|
|
|
495
752
|
:param draw_func:
|
|
496
|
-
:type draw_func:
|
|
497
753
|
"""
|
|
498
754
|
...
|
|
499
755
|
|
|
500
|
-
def as_pointer(self):
|
|
501
|
-
|
|
502
|
-
|
|
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
|
+
|
|
503
768
|
def draw(self, context):
|
|
504
769
|
"""
|
|
505
770
|
|
|
506
|
-
:param self:
|
|
507
|
-
:type self:
|
|
508
771
|
:param context:
|
|
509
|
-
:type context:
|
|
510
772
|
"""
|
|
511
773
|
...
|
|
512
774
|
|
|
@@ -514,38 +776,81 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
514
776
|
"""
|
|
515
777
|
|
|
516
778
|
:param context:
|
|
517
|
-
:type context:
|
|
518
779
|
:param layout:
|
|
519
|
-
:type layout:
|
|
520
780
|
"""
|
|
521
781
|
...
|
|
522
782
|
|
|
523
783
|
def draw_preset(self, _context):
|
|
524
784
|
"""
|
|
525
785
|
|
|
526
|
-
:param self:
|
|
527
|
-
:type self:
|
|
528
786
|
:param _context:
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
def
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
def
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
def
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
def
|
|
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
|
+
...
|
|
853
|
+
|
|
549
854
|
def path_menu(
|
|
550
855
|
self,
|
|
551
856
|
searchpaths,
|
|
@@ -559,74 +864,93 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
559
864
|
):
|
|
560
865
|
"""
|
|
561
866
|
|
|
562
|
-
:param self:
|
|
563
|
-
:type self:
|
|
564
867
|
:param searchpaths:
|
|
565
|
-
:type searchpaths:
|
|
566
868
|
:param operator:
|
|
567
|
-
:type operator:
|
|
568
869
|
:param props_default:
|
|
569
|
-
:type props_default:
|
|
570
870
|
:param prop_filepath:
|
|
571
|
-
:type prop_filepath:
|
|
572
871
|
:param filter_ext:
|
|
573
|
-
:type filter_ext:
|
|
574
872
|
:param filter_path:
|
|
575
|
-
:type filter_path:
|
|
576
873
|
:param display_name:
|
|
577
|
-
:type display_name:
|
|
578
874
|
:param add_operator:
|
|
579
|
-
:type add_operator:
|
|
580
875
|
"""
|
|
581
876
|
...
|
|
582
877
|
|
|
583
|
-
def path_resolve(self):
|
|
584
|
-
|
|
878
|
+
def path_resolve(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def pop(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
585
886
|
def prepend(self, draw_func):
|
|
586
887
|
"""
|
|
587
888
|
|
|
588
889
|
:param draw_func:
|
|
589
|
-
:type draw_func:
|
|
590
890
|
"""
|
|
591
891
|
...
|
|
592
892
|
|
|
593
|
-
def property_overridable_library_set(self):
|
|
594
|
-
|
|
893
|
+
def property_overridable_library_set(self):
|
|
894
|
+
""" """
|
|
895
|
+
...
|
|
896
|
+
|
|
897
|
+
def property_unset(self):
|
|
898
|
+
""" """
|
|
899
|
+
...
|
|
900
|
+
|
|
595
901
|
def remove(self, draw_func):
|
|
596
902
|
"""
|
|
597
903
|
|
|
598
904
|
:param draw_func:
|
|
599
|
-
:type draw_func:
|
|
600
905
|
"""
|
|
601
906
|
...
|
|
602
907
|
|
|
603
|
-
def type_recast(self):
|
|
604
|
-
|
|
908
|
+
def type_recast(self):
|
|
909
|
+
""" """
|
|
910
|
+
...
|
|
911
|
+
|
|
912
|
+
def values(self):
|
|
913
|
+
""" """
|
|
914
|
+
...
|
|
915
|
+
|
|
916
|
+
class NODE_MT_category_shader_script(bpy_types._GenericUI):
|
|
917
|
+
""" """
|
|
605
918
|
|
|
606
|
-
class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
607
919
|
bl_idname: typing.Any
|
|
920
|
+
""" """
|
|
921
|
+
|
|
608
922
|
bl_label: typing.Any
|
|
923
|
+
""" """
|
|
924
|
+
|
|
609
925
|
bl_rna: typing.Any
|
|
926
|
+
""" """
|
|
927
|
+
|
|
610
928
|
id_data: typing.Any
|
|
929
|
+
""" """
|
|
611
930
|
|
|
612
931
|
def append(self, draw_func):
|
|
613
932
|
"""
|
|
614
933
|
|
|
615
934
|
:param draw_func:
|
|
616
|
-
:type draw_func:
|
|
617
935
|
"""
|
|
618
936
|
...
|
|
619
937
|
|
|
620
|
-
def as_pointer(self):
|
|
621
|
-
|
|
622
|
-
|
|
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
|
+
|
|
623
950
|
def draw(self, _context):
|
|
624
951
|
"""
|
|
625
952
|
|
|
626
|
-
:param self:
|
|
627
|
-
:type self:
|
|
628
953
|
:param _context:
|
|
629
|
-
:type _context:
|
|
630
954
|
"""
|
|
631
955
|
...
|
|
632
956
|
|
|
@@ -634,38 +958,81 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
634
958
|
"""
|
|
635
959
|
|
|
636
960
|
:param context:
|
|
637
|
-
:type context:
|
|
638
961
|
:param layout:
|
|
639
|
-
:type layout:
|
|
640
962
|
"""
|
|
641
963
|
...
|
|
642
964
|
|
|
643
|
-
def draw_preset(self, _context):
|
|
644
|
-
"""
|
|
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
|
+
...
|
|
645
1035
|
|
|
646
|
-
:param self:
|
|
647
|
-
:type self:
|
|
648
|
-
:param _context:
|
|
649
|
-
:type _context:
|
|
650
|
-
"""
|
|
651
|
-
...
|
|
652
|
-
|
|
653
|
-
def driver_add(self): ...
|
|
654
|
-
def driver_remove(self): ...
|
|
655
|
-
def get(self): ...
|
|
656
|
-
def id_properties_clear(self): ...
|
|
657
|
-
def id_properties_ensure(self): ...
|
|
658
|
-
def id_properties_ui(self): ...
|
|
659
|
-
def is_extended(self): ...
|
|
660
|
-
def is_property_hidden(self): ...
|
|
661
|
-
def is_property_overridable_library(self): ...
|
|
662
|
-
def is_property_readonly(self): ...
|
|
663
|
-
def is_property_set(self): ...
|
|
664
|
-
def items(self): ...
|
|
665
|
-
def keyframe_delete(self): ...
|
|
666
|
-
def keyframe_insert(self): ...
|
|
667
|
-
def keys(self): ...
|
|
668
|
-
def path_from_id(self): ...
|
|
669
1036
|
def path_menu(
|
|
670
1037
|
self,
|
|
671
1038
|
searchpaths,
|
|
@@ -679,74 +1046,93 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
679
1046
|
):
|
|
680
1047
|
"""
|
|
681
1048
|
|
|
682
|
-
:param self:
|
|
683
|
-
:type self:
|
|
684
1049
|
:param searchpaths:
|
|
685
|
-
:type searchpaths:
|
|
686
1050
|
:param operator:
|
|
687
|
-
:type operator:
|
|
688
1051
|
:param props_default:
|
|
689
|
-
:type props_default:
|
|
690
1052
|
:param prop_filepath:
|
|
691
|
-
:type prop_filepath:
|
|
692
1053
|
:param filter_ext:
|
|
693
|
-
:type filter_ext:
|
|
694
1054
|
:param filter_path:
|
|
695
|
-
:type filter_path:
|
|
696
1055
|
:param display_name:
|
|
697
|
-
:type display_name:
|
|
698
1056
|
:param add_operator:
|
|
699
|
-
:type add_operator:
|
|
700
1057
|
"""
|
|
701
1058
|
...
|
|
702
1059
|
|
|
703
|
-
def path_resolve(self):
|
|
704
|
-
|
|
1060
|
+
def path_resolve(self):
|
|
1061
|
+
""" """
|
|
1062
|
+
...
|
|
1063
|
+
|
|
1064
|
+
def pop(self):
|
|
1065
|
+
""" """
|
|
1066
|
+
...
|
|
1067
|
+
|
|
705
1068
|
def prepend(self, draw_func):
|
|
706
1069
|
"""
|
|
707
1070
|
|
|
708
1071
|
:param draw_func:
|
|
709
|
-
:type draw_func:
|
|
710
1072
|
"""
|
|
711
1073
|
...
|
|
712
1074
|
|
|
713
|
-
def property_overridable_library_set(self):
|
|
714
|
-
|
|
1075
|
+
def property_overridable_library_set(self):
|
|
1076
|
+
""" """
|
|
1077
|
+
...
|
|
1078
|
+
|
|
1079
|
+
def property_unset(self):
|
|
1080
|
+
""" """
|
|
1081
|
+
...
|
|
1082
|
+
|
|
715
1083
|
def remove(self, draw_func):
|
|
716
1084
|
"""
|
|
717
1085
|
|
|
718
1086
|
:param draw_func:
|
|
719
|
-
:type draw_func:
|
|
720
1087
|
"""
|
|
721
1088
|
...
|
|
722
1089
|
|
|
723
|
-
def type_recast(self):
|
|
724
|
-
|
|
1090
|
+
def type_recast(self):
|
|
1091
|
+
""" """
|
|
1092
|
+
...
|
|
1093
|
+
|
|
1094
|
+
def values(self):
|
|
1095
|
+
""" """
|
|
1096
|
+
...
|
|
1097
|
+
|
|
1098
|
+
class NODE_MT_category_shader_shader(bpy_types._GenericUI):
|
|
1099
|
+
""" """
|
|
725
1100
|
|
|
726
|
-
class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
|
|
727
1101
|
bl_idname: typing.Any
|
|
1102
|
+
""" """
|
|
1103
|
+
|
|
728
1104
|
bl_label: typing.Any
|
|
1105
|
+
""" """
|
|
1106
|
+
|
|
729
1107
|
bl_rna: typing.Any
|
|
1108
|
+
""" """
|
|
1109
|
+
|
|
730
1110
|
id_data: typing.Any
|
|
1111
|
+
""" """
|
|
731
1112
|
|
|
732
1113
|
def append(self, draw_func):
|
|
733
1114
|
"""
|
|
734
1115
|
|
|
735
1116
|
:param draw_func:
|
|
736
|
-
:type draw_func:
|
|
737
1117
|
"""
|
|
738
1118
|
...
|
|
739
1119
|
|
|
740
|
-
def as_pointer(self):
|
|
741
|
-
|
|
742
|
-
|
|
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
|
+
|
|
743
1132
|
def draw(self, context):
|
|
744
1133
|
"""
|
|
745
1134
|
|
|
746
|
-
:param self:
|
|
747
|
-
:type self:
|
|
748
1135
|
:param context:
|
|
749
|
-
:type context:
|
|
750
1136
|
"""
|
|
751
1137
|
...
|
|
752
1138
|
|
|
@@ -754,38 +1140,81 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
754
1140
|
"""
|
|
755
1141
|
|
|
756
1142
|
:param context:
|
|
757
|
-
:type context:
|
|
758
1143
|
:param layout:
|
|
759
|
-
:type layout:
|
|
760
1144
|
"""
|
|
761
1145
|
...
|
|
762
1146
|
|
|
763
1147
|
def draw_preset(self, _context):
|
|
764
1148
|
"""
|
|
765
1149
|
|
|
766
|
-
:param self:
|
|
767
|
-
:type self:
|
|
768
1150
|
:param _context:
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
def
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
def
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
def
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
def
|
|
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
|
+
|
|
789
1218
|
def path_menu(
|
|
790
1219
|
self,
|
|
791
1220
|
searchpaths,
|
|
@@ -799,74 +1228,93 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
799
1228
|
):
|
|
800
1229
|
"""
|
|
801
1230
|
|
|
802
|
-
:param self:
|
|
803
|
-
:type self:
|
|
804
1231
|
:param searchpaths:
|
|
805
|
-
:type searchpaths:
|
|
806
1232
|
:param operator:
|
|
807
|
-
:type operator:
|
|
808
1233
|
:param props_default:
|
|
809
|
-
:type props_default:
|
|
810
1234
|
:param prop_filepath:
|
|
811
|
-
:type prop_filepath:
|
|
812
1235
|
:param filter_ext:
|
|
813
|
-
:type filter_ext:
|
|
814
1236
|
:param filter_path:
|
|
815
|
-
:type filter_path:
|
|
816
1237
|
:param display_name:
|
|
817
|
-
:type display_name:
|
|
818
1238
|
:param add_operator:
|
|
819
|
-
:type add_operator:
|
|
820
1239
|
"""
|
|
821
1240
|
...
|
|
822
1241
|
|
|
823
|
-
def path_resolve(self):
|
|
824
|
-
|
|
1242
|
+
def path_resolve(self):
|
|
1243
|
+
""" """
|
|
1244
|
+
...
|
|
1245
|
+
|
|
1246
|
+
def pop(self):
|
|
1247
|
+
""" """
|
|
1248
|
+
...
|
|
1249
|
+
|
|
825
1250
|
def prepend(self, draw_func):
|
|
826
1251
|
"""
|
|
827
1252
|
|
|
828
1253
|
:param draw_func:
|
|
829
|
-
:type draw_func:
|
|
830
1254
|
"""
|
|
831
1255
|
...
|
|
832
1256
|
|
|
833
|
-
def property_overridable_library_set(self):
|
|
834
|
-
|
|
1257
|
+
def property_overridable_library_set(self):
|
|
1258
|
+
""" """
|
|
1259
|
+
...
|
|
1260
|
+
|
|
1261
|
+
def property_unset(self):
|
|
1262
|
+
""" """
|
|
1263
|
+
...
|
|
1264
|
+
|
|
835
1265
|
def remove(self, draw_func):
|
|
836
1266
|
"""
|
|
837
1267
|
|
|
838
1268
|
:param draw_func:
|
|
839
|
-
:type draw_func:
|
|
840
1269
|
"""
|
|
841
1270
|
...
|
|
842
1271
|
|
|
843
|
-
def type_recast(self):
|
|
844
|
-
|
|
1272
|
+
def type_recast(self):
|
|
1273
|
+
""" """
|
|
1274
|
+
...
|
|
1275
|
+
|
|
1276
|
+
def values(self):
|
|
1277
|
+
""" """
|
|
1278
|
+
...
|
|
1279
|
+
|
|
1280
|
+
class NODE_MT_category_shader_texture(bpy_types._GenericUI):
|
|
1281
|
+
""" """
|
|
845
1282
|
|
|
846
|
-
class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
847
1283
|
bl_idname: typing.Any
|
|
1284
|
+
""" """
|
|
1285
|
+
|
|
848
1286
|
bl_label: typing.Any
|
|
1287
|
+
""" """
|
|
1288
|
+
|
|
849
1289
|
bl_rna: typing.Any
|
|
1290
|
+
""" """
|
|
1291
|
+
|
|
850
1292
|
id_data: typing.Any
|
|
1293
|
+
""" """
|
|
851
1294
|
|
|
852
1295
|
def append(self, draw_func):
|
|
853
1296
|
"""
|
|
854
1297
|
|
|
855
1298
|
:param draw_func:
|
|
856
|
-
:type draw_func:
|
|
857
1299
|
"""
|
|
858
1300
|
...
|
|
859
1301
|
|
|
860
|
-
def as_pointer(self):
|
|
861
|
-
|
|
862
|
-
|
|
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
|
+
|
|
863
1314
|
def draw(self, _context):
|
|
864
1315
|
"""
|
|
865
1316
|
|
|
866
|
-
:param self:
|
|
867
|
-
:type self:
|
|
868
1317
|
:param _context:
|
|
869
|
-
:type _context:
|
|
870
1318
|
"""
|
|
871
1319
|
...
|
|
872
1320
|
|
|
@@ -874,38 +1322,81 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
874
1322
|
"""
|
|
875
1323
|
|
|
876
1324
|
:param context:
|
|
877
|
-
:type context:
|
|
878
1325
|
:param layout:
|
|
879
|
-
:type layout:
|
|
880
1326
|
"""
|
|
881
1327
|
...
|
|
882
1328
|
|
|
883
1329
|
def draw_preset(self, _context):
|
|
884
1330
|
"""
|
|
885
1331
|
|
|
886
|
-
:param self:
|
|
887
|
-
:type self:
|
|
888
1332
|
:param _context:
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
def
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
def
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
def
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
def
|
|
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
|
+
...
|
|
1399
|
+
|
|
909
1400
|
def path_menu(
|
|
910
1401
|
self,
|
|
911
1402
|
searchpaths,
|
|
@@ -919,74 +1410,93 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
919
1410
|
):
|
|
920
1411
|
"""
|
|
921
1412
|
|
|
922
|
-
:param self:
|
|
923
|
-
:type self:
|
|
924
1413
|
:param searchpaths:
|
|
925
|
-
:type searchpaths:
|
|
926
1414
|
:param operator:
|
|
927
|
-
:type operator:
|
|
928
1415
|
:param props_default:
|
|
929
|
-
:type props_default:
|
|
930
1416
|
:param prop_filepath:
|
|
931
|
-
:type prop_filepath:
|
|
932
1417
|
:param filter_ext:
|
|
933
|
-
:type filter_ext:
|
|
934
1418
|
:param filter_path:
|
|
935
|
-
:type filter_path:
|
|
936
1419
|
:param display_name:
|
|
937
|
-
:type display_name:
|
|
938
1420
|
:param add_operator:
|
|
939
|
-
:type add_operator:
|
|
940
1421
|
"""
|
|
941
1422
|
...
|
|
942
1423
|
|
|
943
|
-
def path_resolve(self):
|
|
944
|
-
|
|
1424
|
+
def path_resolve(self):
|
|
1425
|
+
""" """
|
|
1426
|
+
...
|
|
1427
|
+
|
|
1428
|
+
def pop(self):
|
|
1429
|
+
""" """
|
|
1430
|
+
...
|
|
1431
|
+
|
|
945
1432
|
def prepend(self, draw_func):
|
|
946
1433
|
"""
|
|
947
1434
|
|
|
948
1435
|
:param draw_func:
|
|
949
|
-
:type draw_func:
|
|
950
1436
|
"""
|
|
951
1437
|
...
|
|
952
1438
|
|
|
953
|
-
def property_overridable_library_set(self):
|
|
954
|
-
|
|
1439
|
+
def property_overridable_library_set(self):
|
|
1440
|
+
""" """
|
|
1441
|
+
...
|
|
1442
|
+
|
|
1443
|
+
def property_unset(self):
|
|
1444
|
+
""" """
|
|
1445
|
+
...
|
|
1446
|
+
|
|
955
1447
|
def remove(self, draw_func):
|
|
956
1448
|
"""
|
|
957
1449
|
|
|
958
1450
|
:param draw_func:
|
|
959
|
-
:type draw_func:
|
|
960
1451
|
"""
|
|
961
1452
|
...
|
|
962
1453
|
|
|
963
|
-
def type_recast(self):
|
|
964
|
-
|
|
1454
|
+
def type_recast(self):
|
|
1455
|
+
""" """
|
|
1456
|
+
...
|
|
1457
|
+
|
|
1458
|
+
def values(self):
|
|
1459
|
+
""" """
|
|
1460
|
+
...
|
|
1461
|
+
|
|
1462
|
+
class NODE_MT_category_shader_vector(bpy_types._GenericUI):
|
|
1463
|
+
""" """
|
|
965
1464
|
|
|
966
|
-
class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
967
1465
|
bl_idname: typing.Any
|
|
1466
|
+
""" """
|
|
1467
|
+
|
|
968
1468
|
bl_label: typing.Any
|
|
1469
|
+
""" """
|
|
1470
|
+
|
|
969
1471
|
bl_rna: typing.Any
|
|
1472
|
+
""" """
|
|
1473
|
+
|
|
970
1474
|
id_data: typing.Any
|
|
1475
|
+
""" """
|
|
971
1476
|
|
|
972
1477
|
def append(self, draw_func):
|
|
973
1478
|
"""
|
|
974
1479
|
|
|
975
1480
|
:param draw_func:
|
|
976
|
-
:type draw_func:
|
|
977
1481
|
"""
|
|
978
1482
|
...
|
|
979
1483
|
|
|
980
|
-
def as_pointer(self):
|
|
981
|
-
|
|
982
|
-
|
|
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
|
+
|
|
983
1496
|
def draw(self, _context):
|
|
984
1497
|
"""
|
|
985
1498
|
|
|
986
|
-
:param self:
|
|
987
|
-
:type self:
|
|
988
1499
|
:param _context:
|
|
989
|
-
:type _context:
|
|
990
1500
|
"""
|
|
991
1501
|
...
|
|
992
1502
|
|
|
@@ -994,38 +1504,81 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
994
1504
|
"""
|
|
995
1505
|
|
|
996
1506
|
:param context:
|
|
997
|
-
:type context:
|
|
998
1507
|
:param layout:
|
|
999
|
-
:type layout:
|
|
1000
1508
|
"""
|
|
1001
1509
|
...
|
|
1002
1510
|
|
|
1003
1511
|
def draw_preset(self, _context):
|
|
1004
1512
|
"""
|
|
1005
1513
|
|
|
1006
|
-
:param self:
|
|
1007
|
-
:type self:
|
|
1008
1514
|
:param _context:
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
def
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
def
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
def
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
def
|
|
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
|
+
...
|
|
1581
|
+
|
|
1029
1582
|
def path_menu(
|
|
1030
1583
|
self,
|
|
1031
1584
|
searchpaths,
|
|
@@ -1039,74 +1592,93 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1039
1592
|
):
|
|
1040
1593
|
"""
|
|
1041
1594
|
|
|
1042
|
-
:param self:
|
|
1043
|
-
:type self:
|
|
1044
1595
|
:param searchpaths:
|
|
1045
|
-
:type searchpaths:
|
|
1046
1596
|
:param operator:
|
|
1047
|
-
:type operator:
|
|
1048
1597
|
:param props_default:
|
|
1049
|
-
:type props_default:
|
|
1050
1598
|
:param prop_filepath:
|
|
1051
|
-
:type prop_filepath:
|
|
1052
1599
|
:param filter_ext:
|
|
1053
|
-
:type filter_ext:
|
|
1054
1600
|
:param filter_path:
|
|
1055
|
-
:type filter_path:
|
|
1056
1601
|
:param display_name:
|
|
1057
|
-
:type display_name:
|
|
1058
1602
|
:param add_operator:
|
|
1059
|
-
:type add_operator:
|
|
1060
1603
|
"""
|
|
1061
1604
|
...
|
|
1062
1605
|
|
|
1063
|
-
def path_resolve(self):
|
|
1064
|
-
|
|
1606
|
+
def path_resolve(self):
|
|
1607
|
+
""" """
|
|
1608
|
+
...
|
|
1609
|
+
|
|
1610
|
+
def pop(self):
|
|
1611
|
+
""" """
|
|
1612
|
+
...
|
|
1613
|
+
|
|
1065
1614
|
def prepend(self, draw_func):
|
|
1066
1615
|
"""
|
|
1067
1616
|
|
|
1068
1617
|
:param draw_func:
|
|
1069
|
-
:type draw_func:
|
|
1070
1618
|
"""
|
|
1071
1619
|
...
|
|
1072
1620
|
|
|
1073
|
-
def property_overridable_library_set(self):
|
|
1074
|
-
|
|
1621
|
+
def property_overridable_library_set(self):
|
|
1622
|
+
""" """
|
|
1623
|
+
...
|
|
1624
|
+
|
|
1625
|
+
def property_unset(self):
|
|
1626
|
+
""" """
|
|
1627
|
+
...
|
|
1628
|
+
|
|
1075
1629
|
def remove(self, draw_func):
|
|
1076
1630
|
"""
|
|
1077
1631
|
|
|
1078
1632
|
:param draw_func:
|
|
1079
|
-
:type draw_func:
|
|
1080
1633
|
"""
|
|
1081
1634
|
...
|
|
1082
1635
|
|
|
1083
|
-
def type_recast(self):
|
|
1084
|
-
|
|
1636
|
+
def type_recast(self):
|
|
1637
|
+
""" """
|
|
1638
|
+
...
|
|
1639
|
+
|
|
1640
|
+
def values(self):
|
|
1641
|
+
""" """
|
|
1642
|
+
...
|
|
1643
|
+
|
|
1644
|
+
class NODE_MT_shader_node_add_all(bpy_types._GenericUI):
|
|
1645
|
+
""" """
|
|
1085
1646
|
|
|
1086
|
-
class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
1087
1647
|
bl_idname: typing.Any
|
|
1648
|
+
""" """
|
|
1649
|
+
|
|
1088
1650
|
bl_label: typing.Any
|
|
1651
|
+
""" """
|
|
1652
|
+
|
|
1089
1653
|
bl_rna: typing.Any
|
|
1654
|
+
""" """
|
|
1655
|
+
|
|
1090
1656
|
id_data: typing.Any
|
|
1657
|
+
""" """
|
|
1091
1658
|
|
|
1092
1659
|
def append(self, draw_func):
|
|
1093
1660
|
"""
|
|
1094
1661
|
|
|
1095
1662
|
:param draw_func:
|
|
1096
|
-
:type draw_func:
|
|
1097
1663
|
"""
|
|
1098
1664
|
...
|
|
1099
1665
|
|
|
1100
|
-
def as_pointer(self):
|
|
1101
|
-
|
|
1102
|
-
|
|
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
|
+
|
|
1103
1678
|
def draw(self, _context):
|
|
1104
1679
|
"""
|
|
1105
1680
|
|
|
1106
|
-
:param self:
|
|
1107
|
-
:type self:
|
|
1108
1681
|
:param _context:
|
|
1109
|
-
:type _context:
|
|
1110
1682
|
"""
|
|
1111
1683
|
...
|
|
1112
1684
|
|
|
@@ -1114,38 +1686,81 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1114
1686
|
"""
|
|
1115
1687
|
|
|
1116
1688
|
:param context:
|
|
1117
|
-
:type context:
|
|
1118
1689
|
:param layout:
|
|
1119
|
-
:type layout:
|
|
1120
1690
|
"""
|
|
1121
1691
|
...
|
|
1122
1692
|
|
|
1123
1693
|
def draw_preset(self, _context):
|
|
1124
1694
|
"""
|
|
1125
1695
|
|
|
1126
|
-
:param self:
|
|
1127
|
-
:type self:
|
|
1128
1696
|
:param _context:
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
def
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
def
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
def
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
def
|
|
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
|
+
...
|
|
1763
|
+
|
|
1149
1764
|
def path_menu(
|
|
1150
1765
|
self,
|
|
1151
1766
|
searchpaths,
|
|
@@ -1159,55 +1774,91 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1159
1774
|
):
|
|
1160
1775
|
"""
|
|
1161
1776
|
|
|
1162
|
-
:param self:
|
|
1163
|
-
:type self:
|
|
1164
1777
|
:param searchpaths:
|
|
1165
|
-
:type searchpaths:
|
|
1166
1778
|
:param operator:
|
|
1167
|
-
:type operator:
|
|
1168
1779
|
:param props_default:
|
|
1169
|
-
:type props_default:
|
|
1170
1780
|
:param prop_filepath:
|
|
1171
|
-
:type prop_filepath:
|
|
1172
1781
|
:param filter_ext:
|
|
1173
|
-
:type filter_ext:
|
|
1174
1782
|
:param filter_path:
|
|
1175
|
-
:type filter_path:
|
|
1176
1783
|
:param display_name:
|
|
1177
|
-
:type display_name:
|
|
1178
1784
|
:param add_operator:
|
|
1179
|
-
:type add_operator:
|
|
1180
1785
|
"""
|
|
1181
1786
|
...
|
|
1182
1787
|
|
|
1183
|
-
def path_resolve(self):
|
|
1184
|
-
|
|
1788
|
+
def path_resolve(self):
|
|
1789
|
+
""" """
|
|
1790
|
+
...
|
|
1791
|
+
|
|
1792
|
+
def pop(self):
|
|
1793
|
+
""" """
|
|
1794
|
+
...
|
|
1795
|
+
|
|
1185
1796
|
def prepend(self, draw_func):
|
|
1186
1797
|
"""
|
|
1187
1798
|
|
|
1188
1799
|
:param draw_func:
|
|
1189
|
-
:type draw_func:
|
|
1190
1800
|
"""
|
|
1191
1801
|
...
|
|
1192
1802
|
|
|
1193
|
-
def property_overridable_library_set(self):
|
|
1194
|
-
|
|
1803
|
+
def property_overridable_library_set(self):
|
|
1804
|
+
""" """
|
|
1805
|
+
...
|
|
1806
|
+
|
|
1807
|
+
def property_unset(self):
|
|
1808
|
+
""" """
|
|
1809
|
+
...
|
|
1810
|
+
|
|
1195
1811
|
def remove(self, draw_func):
|
|
1196
1812
|
"""
|
|
1197
1813
|
|
|
1198
1814
|
:param draw_func:
|
|
1199
|
-
:type draw_func:
|
|
1200
1815
|
"""
|
|
1201
1816
|
...
|
|
1202
1817
|
|
|
1203
|
-
def type_recast(self):
|
|
1204
|
-
|
|
1818
|
+
def type_recast(self):
|
|
1819
|
+
""" """
|
|
1820
|
+
...
|
|
1821
|
+
|
|
1822
|
+
def values(self):
|
|
1823
|
+
""" """
|
|
1824
|
+
...
|
|
1825
|
+
|
|
1826
|
+
def cycles_shader_nodes_poll(context):
|
|
1827
|
+
""" """
|
|
1828
|
+
|
|
1829
|
+
...
|
|
1830
|
+
|
|
1831
|
+
def eevee_shader_nodes_poll(context):
|
|
1832
|
+
""" """
|
|
1833
|
+
|
|
1834
|
+
...
|
|
1835
|
+
|
|
1836
|
+
def line_style_shader_nodes_poll(context):
|
|
1837
|
+
""" """
|
|
1838
|
+
|
|
1839
|
+
...
|
|
1840
|
+
|
|
1841
|
+
def object_cycles_shader_nodes_poll(context):
|
|
1842
|
+
""" """
|
|
1843
|
+
|
|
1844
|
+
...
|
|
1845
|
+
|
|
1846
|
+
def object_eevee_shader_nodes_poll(context):
|
|
1847
|
+
""" """
|
|
1848
|
+
|
|
1849
|
+
...
|
|
1850
|
+
|
|
1851
|
+
def object_not_eevee_shader_nodes_poll(context):
|
|
1852
|
+
""" """
|
|
1853
|
+
|
|
1854
|
+
...
|
|
1855
|
+
|
|
1856
|
+
def object_shader_nodes_poll(context):
|
|
1857
|
+
""" """
|
|
1858
|
+
|
|
1859
|
+
...
|
|
1860
|
+
|
|
1861
|
+
def world_shader_nodes_poll(context):
|
|
1862
|
+
""" """
|
|
1205
1863
|
|
|
1206
|
-
|
|
1207
|
-
def eevee_shader_nodes_poll(context): ...
|
|
1208
|
-
def line_style_shader_nodes_poll(context): ...
|
|
1209
|
-
def object_cycles_shader_nodes_poll(context): ...
|
|
1210
|
-
def object_eevee_shader_nodes_poll(context): ...
|
|
1211
|
-
def object_not_eevee_shader_nodes_poll(context): ...
|
|
1212
|
-
def object_shader_nodes_poll(context): ...
|
|
1213
|
-
def world_shader_nodes_poll(context): ...
|
|
1864
|
+
...
|