fake-bpy-module 20240224__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.
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 +36 -6
- aud/__init__.pyi +132 -125
- bgl/__init__.pyi +2545 -546
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +24 -2
- 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 +53 -6
- bl_i18n_utils/utils/__init__.pyi +332 -44
- 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 +171 -37
- bl_operators/anim/__init__.pyi +1065 -226
- bl_operators/assets/__init__.pyi +427 -92
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1342 -287
- bl_operators/console/__init__.pyi +647 -140
- bl_operators/constraint/__init__.pyi +524 -112
- bl_operators/file/__init__.pyi +396 -84
- bl_operators/freestyle/__init__.pyi +532 -113
- bl_operators/geometry_nodes/__init__.pyi +2412 -596
- bl_operators/image/__init__.pyi +380 -82
- bl_operators/mesh/__init__.pyi +401 -85
- bl_operators/node/__init__.pyi +1756 -384
- bl_operators/object/__init__.pyi +2022 -552
- bl_operators/object_align/__init__.pyi +145 -31
- bl_operators/object_quick_effects/__init__.pyi +555 -124
- bl_operators/object_randomize_transform/__init__.pyi +136 -32
- bl_operators/presets/__init__.pyi +3516 -708
- bl_operators/rigidbody/__init__.pyi +401 -85
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -29
- bl_operators/sequencer/__init__.pyi +731 -149
- bl_operators/spreadsheet/__init__.pyi +145 -30
- bl_operators/userpref/__init__.pyi +3416 -824
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -32
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -34
- bl_operators/uvcalc_transform/__init__.pyi +344 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -30
- bl_operators/view3d/__init__.pyi +697 -146
- bl_operators/wm/__init__.pyi +6287 -1533
- 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 +504 -106
- bl_ui/anim/__init__.pyi +164 -33
- bl_ui/asset_shelf/__init__.pyi +146 -31
- bl_ui/generic_ui_list/__init__.pyi +471 -99
- bl_ui/node_add_menu/__init__.pyi +196 -40
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -621
- bl_ui/node_add_menu_geometry/__init__.pyi +8060 -1625
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -348
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -305
- bl_ui/properties_animviz/__init__.pyi +32 -2
- bl_ui/properties_collection/__init__.pyi +787 -179
- bl_ui/properties_constraint/__init__.pyi +28635 -5523
- bl_ui/properties_data_armature/__init__.pyi +1905 -448
- bl_ui/properties_data_bone/__init__.pyi +1560 -336
- bl_ui/properties_data_camera/__init__.pyi +2269 -494
- bl_ui/properties_data_curve/__init__.pyi +2362 -534
- bl_ui/properties_data_curves/__init__.pyi +951 -203
- bl_ui/properties_data_empty/__init__.pyi +317 -69
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -734
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -188
- bl_ui/properties_data_lattice/__init__.pyi +472 -104
- bl_ui/properties_data_light/__init__.pyi +1570 -337
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -208
- bl_ui/properties_data_mesh/__init__.pyi +3205 -767
- bl_ui/properties_data_metaball/__init__.pyi +774 -170
- bl_ui/properties_data_modifier/__init__.pyi +1554 -328
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -194
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -34
- bl_ui/properties_data_speaker/__init__.pyi +782 -168
- bl_ui/properties_data_volume/__init__.pyi +1243 -281
- bl_ui/properties_freestyle/__init__.pyi +4071 -1030
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -483
- bl_ui/properties_mask_common/__init__.pyi +1256 -249
- bl_ui/properties_material/__init__.pyi +2351 -542
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -365
- bl_ui/properties_object/__init__.pyi +2179 -512
- bl_ui/properties_output/__init__.pyi +2956 -705
- bl_ui/properties_paint_common/__init__.pyi +947 -140
- bl_ui/properties_particle/__init__.pyi +8322 -1970
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -508
- bl_ui/properties_physics_common/__init__.pyi +200 -44
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -965
- bl_ui/properties_physics_field/__init__.pyi +1695 -364
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1280
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -32
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -278
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -483
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -542
- bl_ui/properties_render/__init__.pyi +8312 -1933
- bl_ui/properties_scene/__init__.pyi +2211 -539
- bl_ui/properties_texture/__init__.pyi +4185 -1013
- bl_ui/properties_view_layer/__init__.pyi +2803 -664
- bl_ui/properties_workspace/__init__.pyi +626 -148
- bl_ui/properties_world/__init__.pyi +1092 -234
- bl_ui/space_clip/__init__.pyi +11475 -2805
- bl_ui/space_console/__init__.pyi +967 -202
- bl_ui/space_dopesheet/__init__.pyi +4260 -966
- bl_ui/space_filebrowser/__init__.pyi +4852 -1187
- bl_ui/space_graph/__init__.pyi +3251 -702
- bl_ui/space_image/__init__.pyi +12219 -2968
- bl_ui/space_info/__init__.pyi +964 -200
- bl_ui/space_nla/__init__.pyi +2756 -584
- bl_ui/space_node/__init__.pyi +5661 -1265
- bl_ui/space_outliner/__init__.pyi +2294 -478
- bl_ui/space_properties/__init__.pyi +417 -92
- bl_ui/space_sequencer/__init__.pyi +12436 -3009
- bl_ui/space_spreadsheet/__init__.pyi +184 -36
- bl_ui/space_statusbar/__init__.pyi +135 -30
- bl_ui/space_text/__init__.pyi +2556 -542
- bl_ui/space_time/__init__.pyi +1151 -243
- bl_ui/space_toolsystem_common/__init__.pyi +368 -66
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -228
- bl_ui/space_topbar/__init__.pyi +4214 -887
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +43701 -10599
- bl_ui/space_view3d_toolbar/__init__.pyi +16380 -3860
- bl_ui/utils/__init__.pyi +42 -4
- 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 +268 -262
- bmesh/utils/__init__.pyi +55 -55
- 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 +350 -305
- bpy/ops/anim/__init__.pyi +464 -426
- bpy/ops/armature/__init__.pyi +392 -360
- bpy/ops/asset/__init__.pyi +166 -129
- bpy/ops/boid/__init__.pyi +64 -37
- bpy/ops/brush/__init__.pyi +78 -72
- bpy/ops/buttons/__init__.pyi +136 -122
- bpy/ops/cachefile/__init__.pyi +128 -123
- bpy/ops/camera/__init__.pyi +22 -24
- bpy/ops/clip/__init__.pyi +844 -735
- bpy/ops/cloth/__init__.pyi +10 -11
- bpy/ops/collection/__init__.pyi +38 -38
- bpy/ops/console/__init__.pyi +170 -141
- bpy/ops/constraint/__init__.pyi +156 -159
- bpy/ops/curve/__init__.pyi +518 -461
- bpy/ops/curves/__init__.pyi +188 -159
- bpy/ops/cycles/__init__.pyi +20 -18
- bpy/ops/dpaint/__init__.pyi +40 -30
- bpy/ops/ed/__init__.pyi +136 -107
- bpy/ops/export_anim/__init__.pyi +18 -19
- bpy/ops/export_mesh/__init__.pyi +26 -27
- bpy/ops/export_scene/__init__.pyi +313 -334
- bpy/ops/file/__init__.pyi +394 -304
- bpy/ops/fluid/__init__.pyi +114 -63
- bpy/ops/font/__init__.pyi +272 -245
- bpy/ops/geometry/__init__.pyi +92 -87
- bpy/ops/gizmogroup/__init__.pyi +24 -21
- bpy/ops/gpencil/__init__.pyi +1530 -1476
- bpy/ops/graph/__init__.pyi +680 -659
- bpy/ops/grease_pencil/__init__.pyi +510 -390
- bpy/ops/image/__init__.pyi +650 -603
- bpy/ops/import_anim/__init__.pyi +26 -27
- bpy/ops/import_curve/__init__.pyi +6 -7
- bpy/ops/import_mesh/__init__.pyi +18 -21
- bpy/ops/import_scene/__init__.pyi +86 -95
- bpy/ops/info/__init__.pyi +68 -55
- bpy/ops/lattice/__init__.pyi +70 -63
- bpy/ops/marker/__init__.pyi +110 -111
- bpy/ops/mask/__init__.pyi +352 -308
- bpy/ops/material/__init__.pyi +24 -12
- bpy/ops/mball/__init__.pyi +72 -75
- bpy/ops/mesh/__init__.pyi +2052 -2088
- bpy/ops/nla/__init__.pyi +369 -313
- bpy/ops/node/__init__.pyi +944 -805
- bpy/ops/object/__init__.pyi +2662 -2461
- bpy/ops/outliner/__init__.pyi +582 -431
- bpy/ops/paint/__init__.pyi +605 -516
- bpy/ops/paintcurve/__init__.pyi +72 -60
- bpy/ops/palette/__init__.pyi +54 -46
- bpy/ops/particle/__init__.pyi +302 -245
- bpy/ops/pose/__init__.pyi +366 -330
- bpy/ops/poselib/__init__.pyi +78 -64
- bpy/ops/preferences/__init__.pyi +361 -341
- bpy/ops/ptcache/__init__.pyi +56 -38
- bpy/ops/render/__init__.pyi +120 -117
- bpy/ops/rigidbody/__init__.pyi +114 -97
- bpy/ops/scene/__init__.pyi +302 -240
- bpy/ops/screen/__init__.pyi +414 -363
- bpy/ops/script/__init__.pyi +20 -18
- bpy/ops/sculpt/__init__.pyi +414 -452
- bpy/ops/sculpt_curves/__init__.pyi +42 -43
- bpy/ops/sequencer/__init__.pyi +1094 -1053
- bpy/ops/sound/__init__.pyi +214 -206
- bpy/ops/spreadsheet/__init__.pyi +34 -28
- bpy/ops/surface/__init__.pyi +108 -114
- bpy/ops/text/__init__.pyi +432 -350
- bpy/ops/text_editor/__init__.pyi +10 -11
- bpy/ops/texture/__init__.pyi +32 -21
- bpy/ops/transform/__init__.pyi +801 -854
- bpy/ops/ui/__init__.pyi +254 -185
- bpy/ops/uilist/__init__.pyi +20 -23
- bpy/ops/uv/__init__.pyi +618 -626
- bpy/ops/view2d/__init__.pyi +162 -161
- bpy/ops/view3d/__init__.pyi +669 -658
- bpy/ops/wm/__init__.pyi +2433 -2415
- bpy/ops/workspace/__init__.pyi +54 -31
- bpy/ops/world/__init__.pyi +8 -4
- bpy/path/__init__.pyi +111 -68
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86789 -85719
- bpy/utils/__init__.pyi +265 -123
- bpy/utils/previews/__init__.pyi +103 -17
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/__init__.pyi +0 -4
- bpy_extras/anim_utils/__init__.pyi +11 -46
- bpy_extras/asset_utils/__init__.pyi +3 -12
- bpy_extras/id_map_utils/__init__.pyi +0 -2
- 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 -3
- 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 +3873 -997
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- 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 +465 -472
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +28 -18
- gpu/capabilities/__init__.pyi +27 -19
- 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 +27 -5
- gpu_extras/presets/__init__.pyi +52 -14
- 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 +3149 -701
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +502 -427
- mathutils/bvhtree/__init__.pyi +28 -32
- mathutils/geometry/__init__.pyi +177 -186
- mathutils/kdtree/__init__.pyi +16 -18
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +50 -10
- nodeitems_utils/__init__.pyi +58 -10
- rna_info/__init__.pyi +230 -26
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +69 -12
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- bpy_extras/bmesh_utils/__init__.pyi +0 -6
- bpy_extras/extensions/__init__.pyi +0 -4
- bpy_extras/extensions/junction_module/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -131
- bpy_extras/wm_utils/__init__.pyi +0 -4
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -29
- fake_bpy_module-20240224.dist-info/RECORD +0 -349
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -3,35 +3,126 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class NODE_MT_category_texture_color(bpy_types.
|
|
6
|
+
class NODE_MT_category_texture_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
|
+
""" """
|
|
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
|
+
...
|
|
11
125
|
|
|
12
|
-
def append(self, draw_func): ...
|
|
13
|
-
def as_pointer(self): ...
|
|
14
|
-
def bl_rna_get_subclass(self): ...
|
|
15
|
-
def bl_rna_get_subclass_py(self): ...
|
|
16
|
-
def draw(self, _context): ...
|
|
17
|
-
def draw_collapsible(self, context, layout): ...
|
|
18
|
-
def draw_preset(self, _context): ...
|
|
19
|
-
def driver_add(self): ...
|
|
20
|
-
def driver_remove(self): ...
|
|
21
|
-
def get(self): ...
|
|
22
|
-
def id_properties_clear(self): ...
|
|
23
|
-
def id_properties_ensure(self): ...
|
|
24
|
-
def id_properties_ui(self): ...
|
|
25
|
-
def is_extended(self): ...
|
|
26
|
-
def is_property_hidden(self): ...
|
|
27
|
-
def is_property_overridable_library(self): ...
|
|
28
|
-
def is_property_readonly(self): ...
|
|
29
|
-
def is_property_set(self): ...
|
|
30
|
-
def items(self): ...
|
|
31
|
-
def keyframe_delete(self): ...
|
|
32
|
-
def keyframe_insert(self): ...
|
|
33
|
-
def keys(self): ...
|
|
34
|
-
def path_from_id(self): ...
|
|
35
126
|
def path_menu(
|
|
36
127
|
self,
|
|
37
128
|
searchpaths,
|
|
@@ -42,45 +133,178 @@ class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
42
133
|
filter_path,
|
|
43
134
|
display_name,
|
|
44
135
|
add_operator,
|
|
45
|
-
):
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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_texture_converter(bpy_types._GenericUI):
|
|
189
|
+
""" """
|
|
190
|
+
|
|
56
191
|
bl_idname: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
57
194
|
bl_label: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
58
197
|
bl_rna: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
59
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
|
+
...
|
|
60
307
|
|
|
61
|
-
def append(self, draw_func): ...
|
|
62
|
-
def as_pointer(self): ...
|
|
63
|
-
def bl_rna_get_subclass(self): ...
|
|
64
|
-
def bl_rna_get_subclass_py(self): ...
|
|
65
|
-
def draw(self, _context): ...
|
|
66
|
-
def draw_collapsible(self, context, layout): ...
|
|
67
|
-
def draw_preset(self, _context): ...
|
|
68
|
-
def driver_add(self): ...
|
|
69
|
-
def driver_remove(self): ...
|
|
70
|
-
def get(self): ...
|
|
71
|
-
def id_properties_clear(self): ...
|
|
72
|
-
def id_properties_ensure(self): ...
|
|
73
|
-
def id_properties_ui(self): ...
|
|
74
|
-
def is_extended(self): ...
|
|
75
|
-
def is_property_hidden(self): ...
|
|
76
|
-
def is_property_overridable_library(self): ...
|
|
77
|
-
def is_property_readonly(self): ...
|
|
78
|
-
def is_property_set(self): ...
|
|
79
|
-
def items(self): ...
|
|
80
|
-
def keyframe_delete(self): ...
|
|
81
|
-
def keyframe_insert(self): ...
|
|
82
|
-
def keys(self): ...
|
|
83
|
-
def path_from_id(self): ...
|
|
84
308
|
def path_menu(
|
|
85
309
|
self,
|
|
86
310
|
searchpaths,
|
|
@@ -91,45 +315,178 @@ class NODE_MT_category_texture_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
91
315
|
filter_path,
|
|
92
316
|
display_name,
|
|
93
317
|
add_operator,
|
|
94
|
-
):
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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_texture_distort(bpy_types._GenericUI):
|
|
371
|
+
""" """
|
|
372
|
+
|
|
105
373
|
bl_idname: typing.Any
|
|
374
|
+
""" """
|
|
375
|
+
|
|
106
376
|
bl_label: typing.Any
|
|
377
|
+
""" """
|
|
378
|
+
|
|
107
379
|
bl_rna: typing.Any
|
|
380
|
+
""" """
|
|
381
|
+
|
|
108
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
|
+
...
|
|
109
489
|
|
|
110
|
-
def append(self, draw_func): ...
|
|
111
|
-
def as_pointer(self): ...
|
|
112
|
-
def bl_rna_get_subclass(self): ...
|
|
113
|
-
def bl_rna_get_subclass_py(self): ...
|
|
114
|
-
def draw(self, _context): ...
|
|
115
|
-
def draw_collapsible(self, context, layout): ...
|
|
116
|
-
def draw_preset(self, _context): ...
|
|
117
|
-
def driver_add(self): ...
|
|
118
|
-
def driver_remove(self): ...
|
|
119
|
-
def get(self): ...
|
|
120
|
-
def id_properties_clear(self): ...
|
|
121
|
-
def id_properties_ensure(self): ...
|
|
122
|
-
def id_properties_ui(self): ...
|
|
123
|
-
def is_extended(self): ...
|
|
124
|
-
def is_property_hidden(self): ...
|
|
125
|
-
def is_property_overridable_library(self): ...
|
|
126
|
-
def is_property_readonly(self): ...
|
|
127
|
-
def is_property_set(self): ...
|
|
128
|
-
def items(self): ...
|
|
129
|
-
def keyframe_delete(self): ...
|
|
130
|
-
def keyframe_insert(self): ...
|
|
131
|
-
def keys(self): ...
|
|
132
|
-
def path_from_id(self): ...
|
|
133
490
|
def path_menu(
|
|
134
491
|
self,
|
|
135
492
|
searchpaths,
|
|
@@ -140,45 +497,178 @@ class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
140
497
|
filter_path,
|
|
141
498
|
display_name,
|
|
142
499
|
add_operator,
|
|
143
|
-
):
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
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_texture_group(bpy_types._GenericUI):
|
|
553
|
+
""" """
|
|
554
|
+
|
|
154
555
|
bl_idname: typing.Any
|
|
556
|
+
""" """
|
|
557
|
+
|
|
155
558
|
bl_label: typing.Any
|
|
559
|
+
""" """
|
|
560
|
+
|
|
156
561
|
bl_rna: typing.Any
|
|
562
|
+
""" """
|
|
563
|
+
|
|
157
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
|
+
...
|
|
158
671
|
|
|
159
|
-
def append(self, draw_func): ...
|
|
160
|
-
def as_pointer(self): ...
|
|
161
|
-
def bl_rna_get_subclass(self): ...
|
|
162
|
-
def bl_rna_get_subclass_py(self): ...
|
|
163
|
-
def draw(self, context): ...
|
|
164
|
-
def draw_collapsible(self, context, layout): ...
|
|
165
|
-
def draw_preset(self, _context): ...
|
|
166
|
-
def driver_add(self): ...
|
|
167
|
-
def driver_remove(self): ...
|
|
168
|
-
def get(self): ...
|
|
169
|
-
def id_properties_clear(self): ...
|
|
170
|
-
def id_properties_ensure(self): ...
|
|
171
|
-
def id_properties_ui(self): ...
|
|
172
|
-
def is_extended(self): ...
|
|
173
|
-
def is_property_hidden(self): ...
|
|
174
|
-
def is_property_overridable_library(self): ...
|
|
175
|
-
def is_property_readonly(self): ...
|
|
176
|
-
def is_property_set(self): ...
|
|
177
|
-
def items(self): ...
|
|
178
|
-
def keyframe_delete(self): ...
|
|
179
|
-
def keyframe_insert(self): ...
|
|
180
|
-
def keys(self): ...
|
|
181
|
-
def path_from_id(self): ...
|
|
182
672
|
def path_menu(
|
|
183
673
|
self,
|
|
184
674
|
searchpaths,
|
|
@@ -189,45 +679,178 @@ class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
189
679
|
filter_path,
|
|
190
680
|
display_name,
|
|
191
681
|
add_operator,
|
|
192
|
-
):
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
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_texture_input(bpy_types._GenericUI):
|
|
735
|
+
""" """
|
|
736
|
+
|
|
203
737
|
bl_idname: typing.Any
|
|
738
|
+
""" """
|
|
739
|
+
|
|
204
740
|
bl_label: typing.Any
|
|
741
|
+
""" """
|
|
742
|
+
|
|
205
743
|
bl_rna: typing.Any
|
|
744
|
+
""" """
|
|
745
|
+
|
|
206
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
|
+
...
|
|
207
853
|
|
|
208
|
-
def append(self, draw_func): ...
|
|
209
|
-
def as_pointer(self): ...
|
|
210
|
-
def bl_rna_get_subclass(self): ...
|
|
211
|
-
def bl_rna_get_subclass_py(self): ...
|
|
212
|
-
def draw(self, _context): ...
|
|
213
|
-
def draw_collapsible(self, context, layout): ...
|
|
214
|
-
def draw_preset(self, _context): ...
|
|
215
|
-
def driver_add(self): ...
|
|
216
|
-
def driver_remove(self): ...
|
|
217
|
-
def get(self): ...
|
|
218
|
-
def id_properties_clear(self): ...
|
|
219
|
-
def id_properties_ensure(self): ...
|
|
220
|
-
def id_properties_ui(self): ...
|
|
221
|
-
def is_extended(self): ...
|
|
222
|
-
def is_property_hidden(self): ...
|
|
223
|
-
def is_property_overridable_library(self): ...
|
|
224
|
-
def is_property_readonly(self): ...
|
|
225
|
-
def is_property_set(self): ...
|
|
226
|
-
def items(self): ...
|
|
227
|
-
def keyframe_delete(self): ...
|
|
228
|
-
def keyframe_insert(self): ...
|
|
229
|
-
def keys(self): ...
|
|
230
|
-
def path_from_id(self): ...
|
|
231
854
|
def path_menu(
|
|
232
855
|
self,
|
|
233
856
|
searchpaths,
|
|
@@ -238,45 +861,178 @@ class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
238
861
|
filter_path,
|
|
239
862
|
display_name,
|
|
240
863
|
add_operator,
|
|
241
|
-
):
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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_texture_output(bpy_types._GenericUI):
|
|
917
|
+
""" """
|
|
918
|
+
|
|
252
919
|
bl_idname: typing.Any
|
|
920
|
+
""" """
|
|
921
|
+
|
|
253
922
|
bl_label: typing.Any
|
|
923
|
+
""" """
|
|
924
|
+
|
|
254
925
|
bl_rna: typing.Any
|
|
926
|
+
""" """
|
|
927
|
+
|
|
255
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
|
+
...
|
|
256
1035
|
|
|
257
|
-
def append(self, draw_func): ...
|
|
258
|
-
def as_pointer(self): ...
|
|
259
|
-
def bl_rna_get_subclass(self): ...
|
|
260
|
-
def bl_rna_get_subclass_py(self): ...
|
|
261
|
-
def draw(self, _context): ...
|
|
262
|
-
def draw_collapsible(self, context, layout): ...
|
|
263
|
-
def draw_preset(self, _context): ...
|
|
264
|
-
def driver_add(self): ...
|
|
265
|
-
def driver_remove(self): ...
|
|
266
|
-
def get(self): ...
|
|
267
|
-
def id_properties_clear(self): ...
|
|
268
|
-
def id_properties_ensure(self): ...
|
|
269
|
-
def id_properties_ui(self): ...
|
|
270
|
-
def is_extended(self): ...
|
|
271
|
-
def is_property_hidden(self): ...
|
|
272
|
-
def is_property_overridable_library(self): ...
|
|
273
|
-
def is_property_readonly(self): ...
|
|
274
|
-
def is_property_set(self): ...
|
|
275
|
-
def items(self): ...
|
|
276
|
-
def keyframe_delete(self): ...
|
|
277
|
-
def keyframe_insert(self): ...
|
|
278
|
-
def keys(self): ...
|
|
279
|
-
def path_from_id(self): ...
|
|
280
1036
|
def path_menu(
|
|
281
1037
|
self,
|
|
282
1038
|
searchpaths,
|
|
@@ -287,45 +1043,178 @@ class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
287
1043
|
filter_path,
|
|
288
1044
|
display_name,
|
|
289
1045
|
add_operator,
|
|
290
|
-
):
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
1046
|
+
):
|
|
1047
|
+
"""
|
|
1048
|
+
|
|
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_texture_pattern(bpy_types._GenericUI):
|
|
1099
|
+
""" """
|
|
1100
|
+
|
|
301
1101
|
bl_idname: typing.Any
|
|
1102
|
+
""" """
|
|
1103
|
+
|
|
302
1104
|
bl_label: typing.Any
|
|
1105
|
+
""" """
|
|
1106
|
+
|
|
303
1107
|
bl_rna: typing.Any
|
|
1108
|
+
""" """
|
|
1109
|
+
|
|
304
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
|
+
...
|
|
305
1217
|
|
|
306
|
-
def append(self, draw_func): ...
|
|
307
|
-
def as_pointer(self): ...
|
|
308
|
-
def bl_rna_get_subclass(self): ...
|
|
309
|
-
def bl_rna_get_subclass_py(self): ...
|
|
310
|
-
def draw(self, _context): ...
|
|
311
|
-
def draw_collapsible(self, context, layout): ...
|
|
312
|
-
def draw_preset(self, _context): ...
|
|
313
|
-
def driver_add(self): ...
|
|
314
|
-
def driver_remove(self): ...
|
|
315
|
-
def get(self): ...
|
|
316
|
-
def id_properties_clear(self): ...
|
|
317
|
-
def id_properties_ensure(self): ...
|
|
318
|
-
def id_properties_ui(self): ...
|
|
319
|
-
def is_extended(self): ...
|
|
320
|
-
def is_property_hidden(self): ...
|
|
321
|
-
def is_property_overridable_library(self): ...
|
|
322
|
-
def is_property_readonly(self): ...
|
|
323
|
-
def is_property_set(self): ...
|
|
324
|
-
def items(self): ...
|
|
325
|
-
def keyframe_delete(self): ...
|
|
326
|
-
def keyframe_insert(self): ...
|
|
327
|
-
def keys(self): ...
|
|
328
|
-
def path_from_id(self): ...
|
|
329
1218
|
def path_menu(
|
|
330
1219
|
self,
|
|
331
1220
|
searchpaths,
|
|
@@ -336,45 +1225,178 @@ class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
336
1225
|
filter_path,
|
|
337
1226
|
display_name,
|
|
338
1227
|
add_operator,
|
|
339
|
-
):
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
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_texture_texture(bpy_types._GenericUI):
|
|
1281
|
+
""" """
|
|
1282
|
+
|
|
350
1283
|
bl_idname: typing.Any
|
|
1284
|
+
""" """
|
|
1285
|
+
|
|
351
1286
|
bl_label: typing.Any
|
|
1287
|
+
""" """
|
|
1288
|
+
|
|
352
1289
|
bl_rna: typing.Any
|
|
1290
|
+
""" """
|
|
1291
|
+
|
|
353
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
|
+
...
|
|
354
1399
|
|
|
355
|
-
def append(self, draw_func): ...
|
|
356
|
-
def as_pointer(self): ...
|
|
357
|
-
def bl_rna_get_subclass(self): ...
|
|
358
|
-
def bl_rna_get_subclass_py(self): ...
|
|
359
|
-
def draw(self, _context): ...
|
|
360
|
-
def draw_collapsible(self, context, layout): ...
|
|
361
|
-
def draw_preset(self, _context): ...
|
|
362
|
-
def driver_add(self): ...
|
|
363
|
-
def driver_remove(self): ...
|
|
364
|
-
def get(self): ...
|
|
365
|
-
def id_properties_clear(self): ...
|
|
366
|
-
def id_properties_ensure(self): ...
|
|
367
|
-
def id_properties_ui(self): ...
|
|
368
|
-
def is_extended(self): ...
|
|
369
|
-
def is_property_hidden(self): ...
|
|
370
|
-
def is_property_overridable_library(self): ...
|
|
371
|
-
def is_property_readonly(self): ...
|
|
372
|
-
def is_property_set(self): ...
|
|
373
|
-
def items(self): ...
|
|
374
|
-
def keyframe_delete(self): ...
|
|
375
|
-
def keyframe_insert(self): ...
|
|
376
|
-
def keys(self): ...
|
|
377
|
-
def path_from_id(self): ...
|
|
378
1400
|
def path_menu(
|
|
379
1401
|
self,
|
|
380
1402
|
searchpaths,
|
|
@@ -385,45 +1407,178 @@ class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
385
1407
|
filter_path,
|
|
386
1408
|
display_name,
|
|
387
1409
|
add_operator,
|
|
388
|
-
):
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
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_texture_node_add_all(bpy_types._GenericUI):
|
|
1463
|
+
""" """
|
|
1464
|
+
|
|
399
1465
|
bl_idname: typing.Any
|
|
1466
|
+
""" """
|
|
1467
|
+
|
|
400
1468
|
bl_label: typing.Any
|
|
1469
|
+
""" """
|
|
1470
|
+
|
|
401
1471
|
bl_rna: typing.Any
|
|
1472
|
+
""" """
|
|
1473
|
+
|
|
402
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
|
+
...
|
|
403
1581
|
|
|
404
|
-
def append(self, draw_func): ...
|
|
405
|
-
def as_pointer(self): ...
|
|
406
|
-
def bl_rna_get_subclass(self): ...
|
|
407
|
-
def bl_rna_get_subclass_py(self): ...
|
|
408
|
-
def draw(self, _context): ...
|
|
409
|
-
def draw_collapsible(self, context, layout): ...
|
|
410
|
-
def draw_preset(self, _context): ...
|
|
411
|
-
def driver_add(self): ...
|
|
412
|
-
def driver_remove(self): ...
|
|
413
|
-
def get(self): ...
|
|
414
|
-
def id_properties_clear(self): ...
|
|
415
|
-
def id_properties_ensure(self): ...
|
|
416
|
-
def id_properties_ui(self): ...
|
|
417
|
-
def is_extended(self): ...
|
|
418
|
-
def is_property_hidden(self): ...
|
|
419
|
-
def is_property_overridable_library(self): ...
|
|
420
|
-
def is_property_readonly(self): ...
|
|
421
|
-
def is_property_set(self): ...
|
|
422
|
-
def items(self): ...
|
|
423
|
-
def keyframe_delete(self): ...
|
|
424
|
-
def keyframe_insert(self): ...
|
|
425
|
-
def keys(self): ...
|
|
426
|
-
def path_from_id(self): ...
|
|
427
1582
|
def path_menu(
|
|
428
1583
|
self,
|
|
429
1584
|
searchpaths,
|
|
@@ -434,12 +1589,54 @@ class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
434
1589
|
filter_path,
|
|
435
1590
|
display_name,
|
|
436
1591
|
add_operator,
|
|
437
|
-
):
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
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
|
+
...
|