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
|
@@ -1,665 +1,1309 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
-
import rna_prop_ui
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
|
-
class
|
|
6
|
+
class DATA_PT_context_volume(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
COMPAT_ENGINES: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_context: typing.Any
|
|
9
|
-
|
|
10
|
-
bl_space_type: typing.Any
|
|
13
|
+
""" """
|
|
11
14
|
|
|
12
|
-
|
|
13
|
-
|
|
15
|
+
bl_label: typing.Any
|
|
16
|
+
""" """
|
|
14
17
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
bl_options: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
21
|
+
bl_region_type: typing.Any
|
|
22
|
+
""" """
|
|
19
23
|
|
|
20
|
-
class VOLUME_UL_grids(bpy_types.UIList, bpy_types._GenericUI):
|
|
21
24
|
bl_rna: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
27
|
+
bl_space_type: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
22
30
|
id_data: typing.Any
|
|
31
|
+
""" """
|
|
23
32
|
|
|
24
33
|
def append(self, draw_func):
|
|
25
34
|
"""
|
|
26
35
|
|
|
27
36
|
:param draw_func:
|
|
28
|
-
:type draw_func:
|
|
29
37
|
"""
|
|
30
38
|
...
|
|
31
39
|
|
|
32
|
-
def as_pointer(self):
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
def draw_item(
|
|
36
|
-
self,
|
|
37
|
-
_context,
|
|
38
|
-
layout,
|
|
39
|
-
_data,
|
|
40
|
-
grid,
|
|
41
|
-
_icon,
|
|
42
|
-
_active_data,
|
|
43
|
-
_active_propname,
|
|
44
|
-
_index,
|
|
45
|
-
):
|
|
46
|
-
"""
|
|
40
|
+
def as_pointer(self):
|
|
41
|
+
""" """
|
|
42
|
+
...
|
|
47
43
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
:type _context:
|
|
52
|
-
:param layout:
|
|
53
|
-
:type layout:
|
|
54
|
-
:param _data:
|
|
55
|
-
:type _data:
|
|
56
|
-
:param grid:
|
|
57
|
-
:type grid:
|
|
58
|
-
:param _icon:
|
|
59
|
-
:type _icon:
|
|
60
|
-
:param _active_data:
|
|
61
|
-
:type _active_data:
|
|
62
|
-
:param _active_propname:
|
|
63
|
-
:type _active_propname:
|
|
64
|
-
:param _index:
|
|
65
|
-
:type _index:
|
|
66
|
-
"""
|
|
67
|
-
...
|
|
68
|
-
|
|
69
|
-
def driver_add(self): ...
|
|
70
|
-
def driver_remove(self): ...
|
|
71
|
-
def get(self): ...
|
|
72
|
-
def id_properties_clear(self): ...
|
|
73
|
-
def id_properties_ensure(self): ...
|
|
74
|
-
def id_properties_ui(self): ...
|
|
75
|
-
def is_extended(self): ...
|
|
76
|
-
def is_property_hidden(self): ...
|
|
77
|
-
def is_property_overridable_library(self): ...
|
|
78
|
-
def is_property_readonly(self): ...
|
|
79
|
-
def is_property_set(self): ...
|
|
80
|
-
def items(self): ...
|
|
81
|
-
def keyframe_delete(self): ...
|
|
82
|
-
def keyframe_insert(self): ...
|
|
83
|
-
def keys(self): ...
|
|
84
|
-
def path_from_id(self): ...
|
|
85
|
-
def path_resolve(self): ...
|
|
86
|
-
def pop(self): ...
|
|
87
|
-
def prepend(self, draw_func):
|
|
88
|
-
"""
|
|
44
|
+
def bl_rna_get_subclass(self):
|
|
45
|
+
""" """
|
|
46
|
+
...
|
|
89
47
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"""
|
|
48
|
+
def bl_rna_get_subclass_py(self):
|
|
49
|
+
""" """
|
|
93
50
|
...
|
|
94
51
|
|
|
95
|
-
def
|
|
96
|
-
def property_unset(self): ...
|
|
97
|
-
def remove(self, draw_func):
|
|
52
|
+
def draw(self, context):
|
|
98
53
|
"""
|
|
99
54
|
|
|
100
|
-
:param
|
|
101
|
-
:type draw_func:
|
|
55
|
+
:param context:
|
|
102
56
|
"""
|
|
103
57
|
...
|
|
104
58
|
|
|
105
|
-
def
|
|
106
|
-
|
|
59
|
+
def driver_add(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
107
62
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
bl_label: typing.Any
|
|
112
|
-
bl_options: typing.Any
|
|
113
|
-
bl_region_type: typing.Any
|
|
114
|
-
bl_rna: typing.Any
|
|
115
|
-
bl_space_type: typing.Any
|
|
116
|
-
id_data: typing.Any
|
|
63
|
+
def driver_remove(self):
|
|
64
|
+
""" """
|
|
65
|
+
...
|
|
117
66
|
|
|
118
|
-
def
|
|
119
|
-
"""
|
|
67
|
+
def get(self):
|
|
68
|
+
""" """
|
|
69
|
+
...
|
|
120
70
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"""
|
|
71
|
+
def id_properties_clear(self):
|
|
72
|
+
""" """
|
|
124
73
|
...
|
|
125
74
|
|
|
126
|
-
def
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
75
|
+
def id_properties_ensure(self):
|
|
76
|
+
""" """
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def id_properties_ui(self):
|
|
80
|
+
""" """
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
def is_extended(self):
|
|
84
|
+
""" """
|
|
85
|
+
...
|
|
86
|
+
|
|
87
|
+
def is_property_hidden(self):
|
|
88
|
+
""" """
|
|
89
|
+
...
|
|
90
|
+
|
|
91
|
+
def is_property_overridable_library(self):
|
|
92
|
+
""" """
|
|
93
|
+
...
|
|
94
|
+
|
|
95
|
+
def is_property_readonly(self):
|
|
96
|
+
""" """
|
|
97
|
+
...
|
|
98
|
+
|
|
99
|
+
def is_property_set(self):
|
|
100
|
+
""" """
|
|
101
|
+
...
|
|
102
|
+
|
|
103
|
+
def items(self):
|
|
104
|
+
""" """
|
|
105
|
+
...
|
|
106
|
+
|
|
107
|
+
def keyframe_delete(self):
|
|
108
|
+
""" """
|
|
109
|
+
...
|
|
110
|
+
|
|
111
|
+
def keyframe_insert(self):
|
|
112
|
+
""" """
|
|
113
|
+
...
|
|
114
|
+
|
|
115
|
+
def keys(self):
|
|
116
|
+
""" """
|
|
117
|
+
...
|
|
118
|
+
|
|
119
|
+
def path_from_id(self):
|
|
120
|
+
""" """
|
|
121
|
+
...
|
|
122
|
+
|
|
123
|
+
def path_resolve(self):
|
|
124
|
+
""" """
|
|
125
|
+
...
|
|
131
126
|
|
|
132
|
-
:param self:
|
|
133
|
-
:type self:
|
|
134
|
-
:param context:
|
|
135
|
-
:type context:
|
|
136
|
-
"""
|
|
137
|
-
...
|
|
138
|
-
|
|
139
|
-
def driver_add(self): ...
|
|
140
|
-
def driver_remove(self): ...
|
|
141
|
-
def get(self): ...
|
|
142
|
-
def id_properties_clear(self): ...
|
|
143
|
-
def id_properties_ensure(self): ...
|
|
144
|
-
def id_properties_ui(self): ...
|
|
145
|
-
def is_extended(self): ...
|
|
146
|
-
def is_property_hidden(self): ...
|
|
147
|
-
def is_property_overridable_library(self): ...
|
|
148
|
-
def is_property_readonly(self): ...
|
|
149
|
-
def is_property_set(self): ...
|
|
150
|
-
def items(self): ...
|
|
151
|
-
def keyframe_delete(self): ...
|
|
152
|
-
def keyframe_insert(self): ...
|
|
153
|
-
def keys(self): ...
|
|
154
|
-
def path_from_id(self): ...
|
|
155
|
-
def path_resolve(self): ...
|
|
156
127
|
def poll(self, context):
|
|
157
128
|
"""
|
|
158
129
|
|
|
159
130
|
:param context:
|
|
160
|
-
:type context:
|
|
161
131
|
"""
|
|
162
132
|
...
|
|
163
133
|
|
|
164
|
-
def pop(self):
|
|
134
|
+
def pop(self):
|
|
135
|
+
""" """
|
|
136
|
+
...
|
|
137
|
+
|
|
165
138
|
def prepend(self, draw_func):
|
|
166
139
|
"""
|
|
167
140
|
|
|
168
141
|
:param draw_func:
|
|
169
|
-
:type draw_func:
|
|
170
142
|
"""
|
|
171
143
|
...
|
|
172
144
|
|
|
173
|
-
def property_overridable_library_set(self):
|
|
174
|
-
|
|
145
|
+
def property_overridable_library_set(self):
|
|
146
|
+
""" """
|
|
147
|
+
...
|
|
148
|
+
|
|
149
|
+
def property_unset(self):
|
|
150
|
+
""" """
|
|
151
|
+
...
|
|
152
|
+
|
|
175
153
|
def remove(self, draw_func):
|
|
176
154
|
"""
|
|
177
155
|
|
|
178
156
|
:param draw_func:
|
|
179
|
-
:type draw_func:
|
|
180
157
|
"""
|
|
181
158
|
...
|
|
182
159
|
|
|
183
|
-
def type_recast(self):
|
|
184
|
-
|
|
160
|
+
def type_recast(self):
|
|
161
|
+
""" """
|
|
162
|
+
...
|
|
163
|
+
|
|
164
|
+
def values(self):
|
|
165
|
+
""" """
|
|
166
|
+
...
|
|
167
|
+
|
|
168
|
+
class DATA_PT_custom_props_volume(bpy_types._GenericUI):
|
|
169
|
+
""" """
|
|
185
170
|
|
|
186
|
-
class DATA_PT_custom_props_volume(
|
|
187
|
-
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
188
|
-
):
|
|
189
171
|
COMPAT_ENGINES: typing.Any
|
|
172
|
+
""" """
|
|
173
|
+
|
|
190
174
|
bl_context: typing.Any
|
|
175
|
+
""" """
|
|
176
|
+
|
|
191
177
|
bl_label: typing.Any
|
|
178
|
+
""" """
|
|
179
|
+
|
|
192
180
|
bl_options: typing.Any
|
|
181
|
+
""" """
|
|
182
|
+
|
|
193
183
|
bl_order: typing.Any
|
|
184
|
+
""" """
|
|
185
|
+
|
|
194
186
|
bl_region_type: typing.Any
|
|
187
|
+
""" """
|
|
188
|
+
|
|
195
189
|
bl_rna: typing.Any
|
|
190
|
+
""" """
|
|
191
|
+
|
|
196
192
|
bl_space_type: typing.Any
|
|
193
|
+
""" """
|
|
194
|
+
|
|
197
195
|
id_data: typing.Any
|
|
196
|
+
""" """
|
|
198
197
|
|
|
199
198
|
def append(self, draw_func):
|
|
200
199
|
"""
|
|
201
200
|
|
|
202
201
|
:param draw_func:
|
|
203
|
-
:type draw_func:
|
|
204
202
|
"""
|
|
205
203
|
...
|
|
206
204
|
|
|
207
|
-
def as_pointer(self):
|
|
208
|
-
|
|
209
|
-
|
|
205
|
+
def as_pointer(self):
|
|
206
|
+
""" """
|
|
207
|
+
...
|
|
208
|
+
|
|
209
|
+
def bl_rna_get_subclass(self):
|
|
210
|
+
""" """
|
|
211
|
+
...
|
|
212
|
+
|
|
213
|
+
def bl_rna_get_subclass_py(self):
|
|
214
|
+
""" """
|
|
215
|
+
...
|
|
216
|
+
|
|
210
217
|
def draw(self, context):
|
|
211
218
|
"""
|
|
212
219
|
|
|
213
|
-
:param self:
|
|
214
|
-
:type self:
|
|
215
220
|
:param context:
|
|
216
|
-
:type context:
|
|
217
|
-
"""
|
|
218
|
-
...
|
|
219
|
-
|
|
220
|
-
def driver_add(self): ...
|
|
221
|
-
def driver_remove(self): ...
|
|
222
|
-
def get(self): ...
|
|
223
|
-
def id_properties_clear(self): ...
|
|
224
|
-
def id_properties_ensure(self): ...
|
|
225
|
-
def id_properties_ui(self): ...
|
|
226
|
-
def is_extended(self): ...
|
|
227
|
-
def is_property_hidden(self): ...
|
|
228
|
-
def is_property_overridable_library(self): ...
|
|
229
|
-
def is_property_readonly(self): ...
|
|
230
|
-
def is_property_set(self): ...
|
|
231
|
-
def items(self): ...
|
|
232
|
-
def keyframe_delete(self): ...
|
|
233
|
-
def keyframe_insert(self): ...
|
|
234
|
-
def keys(self): ...
|
|
235
|
-
def path_from_id(self): ...
|
|
236
|
-
def path_resolve(self): ...
|
|
237
|
-
def poll(self, context):
|
|
238
221
|
"""
|
|
222
|
+
...
|
|
239
223
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
"""
|
|
224
|
+
def driver_add(self):
|
|
225
|
+
""" """
|
|
243
226
|
...
|
|
244
227
|
|
|
245
|
-
def
|
|
246
|
-
|
|
247
|
-
|
|
228
|
+
def driver_remove(self):
|
|
229
|
+
""" """
|
|
230
|
+
...
|
|
248
231
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
"""
|
|
232
|
+
def get(self):
|
|
233
|
+
""" """
|
|
252
234
|
...
|
|
253
235
|
|
|
254
|
-
def
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"""
|
|
236
|
+
def id_properties_clear(self):
|
|
237
|
+
""" """
|
|
238
|
+
...
|
|
258
239
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
"""
|
|
240
|
+
def id_properties_ensure(self):
|
|
241
|
+
""" """
|
|
262
242
|
...
|
|
263
243
|
|
|
264
|
-
def
|
|
265
|
-
|
|
244
|
+
def id_properties_ui(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
266
247
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
bl_label: typing.Any
|
|
271
|
-
bl_region_type: typing.Any
|
|
272
|
-
bl_rna: typing.Any
|
|
273
|
-
bl_space_type: typing.Any
|
|
274
|
-
id_data: typing.Any
|
|
248
|
+
def is_extended(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
275
251
|
|
|
276
|
-
def
|
|
277
|
-
"""
|
|
252
|
+
def is_property_hidden(self):
|
|
253
|
+
""" """
|
|
254
|
+
...
|
|
278
255
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
"""
|
|
256
|
+
def is_property_overridable_library(self):
|
|
257
|
+
""" """
|
|
282
258
|
...
|
|
283
259
|
|
|
284
|
-
def
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
260
|
+
def is_property_readonly(self):
|
|
261
|
+
""" """
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def is_property_set(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def items(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
def keyframe_delete(self):
|
|
273
|
+
""" """
|
|
274
|
+
...
|
|
275
|
+
|
|
276
|
+
def keyframe_insert(self):
|
|
277
|
+
""" """
|
|
278
|
+
...
|
|
279
|
+
|
|
280
|
+
def keys(self):
|
|
281
|
+
""" """
|
|
282
|
+
...
|
|
283
|
+
|
|
284
|
+
def path_from_id(self):
|
|
285
|
+
""" """
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
def path_resolve(self):
|
|
289
|
+
""" """
|
|
290
|
+
...
|
|
289
291
|
|
|
290
|
-
:param self:
|
|
291
|
-
:type self:
|
|
292
|
-
:param context:
|
|
293
|
-
:type context:
|
|
294
|
-
"""
|
|
295
|
-
...
|
|
296
|
-
|
|
297
|
-
def driver_add(self): ...
|
|
298
|
-
def driver_remove(self): ...
|
|
299
|
-
def get(self): ...
|
|
300
|
-
def id_properties_clear(self): ...
|
|
301
|
-
def id_properties_ensure(self): ...
|
|
302
|
-
def id_properties_ui(self): ...
|
|
303
|
-
def is_extended(self): ...
|
|
304
|
-
def is_property_hidden(self): ...
|
|
305
|
-
def is_property_overridable_library(self): ...
|
|
306
|
-
def is_property_readonly(self): ...
|
|
307
|
-
def is_property_set(self): ...
|
|
308
|
-
def items(self): ...
|
|
309
|
-
def keyframe_delete(self): ...
|
|
310
|
-
def keyframe_insert(self): ...
|
|
311
|
-
def keys(self): ...
|
|
312
|
-
def path_from_id(self): ...
|
|
313
|
-
def path_resolve(self): ...
|
|
314
292
|
def poll(self, context):
|
|
315
293
|
"""
|
|
316
294
|
|
|
317
295
|
:param context:
|
|
318
|
-
:type context:
|
|
319
296
|
"""
|
|
320
297
|
...
|
|
321
298
|
|
|
322
|
-
def pop(self):
|
|
299
|
+
def pop(self):
|
|
300
|
+
""" """
|
|
301
|
+
...
|
|
302
|
+
|
|
323
303
|
def prepend(self, draw_func):
|
|
324
304
|
"""
|
|
325
305
|
|
|
326
306
|
:param draw_func:
|
|
327
|
-
:type draw_func:
|
|
328
307
|
"""
|
|
329
308
|
...
|
|
330
309
|
|
|
331
|
-
def property_overridable_library_set(self):
|
|
332
|
-
|
|
310
|
+
def property_overridable_library_set(self):
|
|
311
|
+
""" """
|
|
312
|
+
...
|
|
313
|
+
|
|
314
|
+
def property_unset(self):
|
|
315
|
+
""" """
|
|
316
|
+
...
|
|
317
|
+
|
|
333
318
|
def remove(self, draw_func):
|
|
334
319
|
"""
|
|
335
320
|
|
|
336
321
|
:param draw_func:
|
|
337
|
-
:type draw_func:
|
|
338
322
|
"""
|
|
339
323
|
...
|
|
340
324
|
|
|
341
|
-
def type_recast(self):
|
|
342
|
-
|
|
325
|
+
def type_recast(self):
|
|
326
|
+
""" """
|
|
327
|
+
...
|
|
328
|
+
|
|
329
|
+
def values(self):
|
|
330
|
+
""" """
|
|
331
|
+
...
|
|
332
|
+
|
|
333
|
+
class DATA_PT_volume_file(bpy_types._GenericUI):
|
|
334
|
+
""" """
|
|
343
335
|
|
|
344
|
-
class DATA_PT_volume_grids(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
345
336
|
COMPAT_ENGINES: typing.Any
|
|
337
|
+
""" """
|
|
338
|
+
|
|
346
339
|
bl_context: typing.Any
|
|
340
|
+
""" """
|
|
341
|
+
|
|
347
342
|
bl_label: typing.Any
|
|
343
|
+
""" """
|
|
344
|
+
|
|
348
345
|
bl_region_type: typing.Any
|
|
346
|
+
""" """
|
|
347
|
+
|
|
349
348
|
bl_rna: typing.Any
|
|
349
|
+
""" """
|
|
350
|
+
|
|
350
351
|
bl_space_type: typing.Any
|
|
352
|
+
""" """
|
|
353
|
+
|
|
351
354
|
id_data: typing.Any
|
|
355
|
+
""" """
|
|
352
356
|
|
|
353
357
|
def append(self, draw_func):
|
|
354
358
|
"""
|
|
355
359
|
|
|
356
360
|
:param draw_func:
|
|
357
|
-
:type draw_func:
|
|
358
361
|
"""
|
|
359
362
|
...
|
|
360
363
|
|
|
361
|
-
def as_pointer(self):
|
|
362
|
-
|
|
363
|
-
|
|
364
|
+
def as_pointer(self):
|
|
365
|
+
""" """
|
|
366
|
+
...
|
|
367
|
+
|
|
368
|
+
def bl_rna_get_subclass(self):
|
|
369
|
+
""" """
|
|
370
|
+
...
|
|
371
|
+
|
|
372
|
+
def bl_rna_get_subclass_py(self):
|
|
373
|
+
""" """
|
|
374
|
+
...
|
|
375
|
+
|
|
364
376
|
def draw(self, context):
|
|
365
377
|
"""
|
|
366
378
|
|
|
367
|
-
:param self:
|
|
368
|
-
:type self:
|
|
369
379
|
:param context:
|
|
370
|
-
:type context:
|
|
371
|
-
"""
|
|
372
|
-
...
|
|
373
|
-
|
|
374
|
-
def driver_add(self): ...
|
|
375
|
-
def driver_remove(self): ...
|
|
376
|
-
def get(self): ...
|
|
377
|
-
def id_properties_clear(self): ...
|
|
378
|
-
def id_properties_ensure(self): ...
|
|
379
|
-
def id_properties_ui(self): ...
|
|
380
|
-
def is_extended(self): ...
|
|
381
|
-
def is_property_hidden(self): ...
|
|
382
|
-
def is_property_overridable_library(self): ...
|
|
383
|
-
def is_property_readonly(self): ...
|
|
384
|
-
def is_property_set(self): ...
|
|
385
|
-
def items(self): ...
|
|
386
|
-
def keyframe_delete(self): ...
|
|
387
|
-
def keyframe_insert(self): ...
|
|
388
|
-
def keys(self): ...
|
|
389
|
-
def path_from_id(self): ...
|
|
390
|
-
def path_resolve(self): ...
|
|
391
|
-
def poll(self, context):
|
|
392
380
|
"""
|
|
381
|
+
...
|
|
393
382
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
"""
|
|
383
|
+
def driver_add(self):
|
|
384
|
+
""" """
|
|
397
385
|
...
|
|
398
386
|
|
|
399
|
-
def
|
|
400
|
-
|
|
401
|
-
|
|
387
|
+
def driver_remove(self):
|
|
388
|
+
""" """
|
|
389
|
+
...
|
|
402
390
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
"""
|
|
391
|
+
def get(self):
|
|
392
|
+
""" """
|
|
406
393
|
...
|
|
407
394
|
|
|
408
|
-
def
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
"""
|
|
395
|
+
def id_properties_clear(self):
|
|
396
|
+
""" """
|
|
397
|
+
...
|
|
412
398
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"""
|
|
399
|
+
def id_properties_ensure(self):
|
|
400
|
+
""" """
|
|
416
401
|
...
|
|
417
402
|
|
|
418
|
-
def
|
|
419
|
-
|
|
403
|
+
def id_properties_ui(self):
|
|
404
|
+
""" """
|
|
405
|
+
...
|
|
420
406
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
bl_label: typing.Any
|
|
425
|
-
bl_region_type: typing.Any
|
|
426
|
-
bl_rna: typing.Any
|
|
427
|
-
bl_space_type: typing.Any
|
|
428
|
-
id_data: typing.Any
|
|
407
|
+
def is_extended(self):
|
|
408
|
+
""" """
|
|
409
|
+
...
|
|
429
410
|
|
|
430
|
-
def
|
|
431
|
-
"""
|
|
411
|
+
def is_property_hidden(self):
|
|
412
|
+
""" """
|
|
413
|
+
...
|
|
432
414
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
"""
|
|
415
|
+
def is_property_overridable_library(self):
|
|
416
|
+
""" """
|
|
436
417
|
...
|
|
437
418
|
|
|
438
|
-
def
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
419
|
+
def is_property_readonly(self):
|
|
420
|
+
""" """
|
|
421
|
+
...
|
|
422
|
+
|
|
423
|
+
def is_property_set(self):
|
|
424
|
+
""" """
|
|
425
|
+
...
|
|
426
|
+
|
|
427
|
+
def items(self):
|
|
428
|
+
""" """
|
|
429
|
+
...
|
|
430
|
+
|
|
431
|
+
def keyframe_delete(self):
|
|
432
|
+
""" """
|
|
433
|
+
...
|
|
434
|
+
|
|
435
|
+
def keyframe_insert(self):
|
|
436
|
+
""" """
|
|
437
|
+
...
|
|
438
|
+
|
|
439
|
+
def keys(self):
|
|
440
|
+
""" """
|
|
441
|
+
...
|
|
442
|
+
|
|
443
|
+
def path_from_id(self):
|
|
444
|
+
""" """
|
|
445
|
+
...
|
|
446
|
+
|
|
447
|
+
def path_resolve(self):
|
|
448
|
+
""" """
|
|
449
|
+
...
|
|
443
450
|
|
|
444
|
-
:param self:
|
|
445
|
-
:type self:
|
|
446
|
-
:param context:
|
|
447
|
-
:type context:
|
|
448
|
-
"""
|
|
449
|
-
...
|
|
450
|
-
|
|
451
|
-
def driver_add(self): ...
|
|
452
|
-
def driver_remove(self): ...
|
|
453
|
-
def get(self): ...
|
|
454
|
-
def id_properties_clear(self): ...
|
|
455
|
-
def id_properties_ensure(self): ...
|
|
456
|
-
def id_properties_ui(self): ...
|
|
457
|
-
def is_extended(self): ...
|
|
458
|
-
def is_property_hidden(self): ...
|
|
459
|
-
def is_property_overridable_library(self): ...
|
|
460
|
-
def is_property_readonly(self): ...
|
|
461
|
-
def is_property_set(self): ...
|
|
462
|
-
def items(self): ...
|
|
463
|
-
def keyframe_delete(self): ...
|
|
464
|
-
def keyframe_insert(self): ...
|
|
465
|
-
def keys(self): ...
|
|
466
|
-
def path_from_id(self): ...
|
|
467
|
-
def path_resolve(self): ...
|
|
468
451
|
def poll(self, context):
|
|
469
452
|
"""
|
|
470
453
|
|
|
471
454
|
:param context:
|
|
472
|
-
:type context:
|
|
473
455
|
"""
|
|
474
456
|
...
|
|
475
457
|
|
|
476
|
-
def pop(self):
|
|
458
|
+
def pop(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
477
462
|
def prepend(self, draw_func):
|
|
478
463
|
"""
|
|
479
464
|
|
|
480
465
|
:param draw_func:
|
|
481
|
-
:type draw_func:
|
|
482
466
|
"""
|
|
483
467
|
...
|
|
484
468
|
|
|
485
|
-
def property_overridable_library_set(self):
|
|
486
|
-
|
|
469
|
+
def property_overridable_library_set(self):
|
|
470
|
+
""" """
|
|
471
|
+
...
|
|
472
|
+
|
|
473
|
+
def property_unset(self):
|
|
474
|
+
""" """
|
|
475
|
+
...
|
|
476
|
+
|
|
487
477
|
def remove(self, draw_func):
|
|
488
478
|
"""
|
|
489
479
|
|
|
490
480
|
:param draw_func:
|
|
491
|
-
:type draw_func:
|
|
492
481
|
"""
|
|
493
482
|
...
|
|
494
483
|
|
|
495
|
-
def type_recast(self):
|
|
496
|
-
|
|
484
|
+
def type_recast(self):
|
|
485
|
+
""" """
|
|
486
|
+
...
|
|
487
|
+
|
|
488
|
+
def values(self):
|
|
489
|
+
""" """
|
|
490
|
+
...
|
|
491
|
+
|
|
492
|
+
class DATA_PT_volume_grids(bpy_types._GenericUI):
|
|
493
|
+
""" """
|
|
497
494
|
|
|
498
|
-
class DATA_PT_volume_viewport_display(
|
|
499
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
500
|
-
):
|
|
501
495
|
COMPAT_ENGINES: typing.Any
|
|
496
|
+
""" """
|
|
497
|
+
|
|
502
498
|
bl_context: typing.Any
|
|
499
|
+
""" """
|
|
500
|
+
|
|
503
501
|
bl_label: typing.Any
|
|
502
|
+
""" """
|
|
503
|
+
|
|
504
504
|
bl_region_type: typing.Any
|
|
505
|
+
""" """
|
|
506
|
+
|
|
505
507
|
bl_rna: typing.Any
|
|
508
|
+
""" """
|
|
509
|
+
|
|
506
510
|
bl_space_type: typing.Any
|
|
511
|
+
""" """
|
|
512
|
+
|
|
507
513
|
id_data: typing.Any
|
|
514
|
+
""" """
|
|
508
515
|
|
|
509
516
|
def append(self, draw_func):
|
|
510
517
|
"""
|
|
511
518
|
|
|
512
519
|
:param draw_func:
|
|
513
|
-
:type draw_func:
|
|
514
520
|
"""
|
|
515
521
|
...
|
|
516
522
|
|
|
517
|
-
def as_pointer(self):
|
|
518
|
-
|
|
519
|
-
|
|
523
|
+
def as_pointer(self):
|
|
524
|
+
""" """
|
|
525
|
+
...
|
|
526
|
+
|
|
527
|
+
def bl_rna_get_subclass(self):
|
|
528
|
+
""" """
|
|
529
|
+
...
|
|
530
|
+
|
|
531
|
+
def bl_rna_get_subclass_py(self):
|
|
532
|
+
""" """
|
|
533
|
+
...
|
|
534
|
+
|
|
520
535
|
def draw(self, context):
|
|
521
536
|
"""
|
|
522
537
|
|
|
523
|
-
:param self:
|
|
524
|
-
:type self:
|
|
525
538
|
:param context:
|
|
526
|
-
:type context:
|
|
527
|
-
"""
|
|
528
|
-
...
|
|
529
|
-
|
|
530
|
-
def driver_add(self): ...
|
|
531
|
-
def driver_remove(self): ...
|
|
532
|
-
def get(self): ...
|
|
533
|
-
def id_properties_clear(self): ...
|
|
534
|
-
def id_properties_ensure(self): ...
|
|
535
|
-
def id_properties_ui(self): ...
|
|
536
|
-
def is_extended(self): ...
|
|
537
|
-
def is_property_hidden(self): ...
|
|
538
|
-
def is_property_overridable_library(self): ...
|
|
539
|
-
def is_property_readonly(self): ...
|
|
540
|
-
def is_property_set(self): ...
|
|
541
|
-
def items(self): ...
|
|
542
|
-
def keyframe_delete(self): ...
|
|
543
|
-
def keyframe_insert(self): ...
|
|
544
|
-
def keys(self): ...
|
|
545
|
-
def path_from_id(self): ...
|
|
546
|
-
def path_resolve(self): ...
|
|
547
|
-
def poll(self, context):
|
|
548
539
|
"""
|
|
540
|
+
...
|
|
549
541
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
"""
|
|
542
|
+
def driver_add(self):
|
|
543
|
+
""" """
|
|
553
544
|
...
|
|
554
545
|
|
|
555
|
-
def
|
|
556
|
-
|
|
546
|
+
def driver_remove(self):
|
|
547
|
+
""" """
|
|
548
|
+
...
|
|
549
|
+
|
|
550
|
+
def get(self):
|
|
551
|
+
""" """
|
|
552
|
+
...
|
|
553
|
+
|
|
554
|
+
def id_properties_clear(self):
|
|
555
|
+
""" """
|
|
556
|
+
...
|
|
557
|
+
|
|
558
|
+
def id_properties_ensure(self):
|
|
559
|
+
""" """
|
|
560
|
+
...
|
|
561
|
+
|
|
562
|
+
def id_properties_ui(self):
|
|
563
|
+
""" """
|
|
564
|
+
...
|
|
565
|
+
|
|
566
|
+
def is_extended(self):
|
|
567
|
+
""" """
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def is_property_hidden(self):
|
|
571
|
+
""" """
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def is_property_overridable_library(self):
|
|
575
|
+
""" """
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
def is_property_readonly(self):
|
|
579
|
+
""" """
|
|
580
|
+
...
|
|
581
|
+
|
|
582
|
+
def is_property_set(self):
|
|
583
|
+
""" """
|
|
584
|
+
...
|
|
585
|
+
|
|
586
|
+
def items(self):
|
|
587
|
+
""" """
|
|
588
|
+
...
|
|
589
|
+
|
|
590
|
+
def keyframe_delete(self):
|
|
591
|
+
""" """
|
|
592
|
+
...
|
|
593
|
+
|
|
594
|
+
def keyframe_insert(self):
|
|
595
|
+
""" """
|
|
596
|
+
...
|
|
597
|
+
|
|
598
|
+
def keys(self):
|
|
599
|
+
""" """
|
|
600
|
+
...
|
|
601
|
+
|
|
602
|
+
def path_from_id(self):
|
|
603
|
+
""" """
|
|
604
|
+
...
|
|
605
|
+
|
|
606
|
+
def path_resolve(self):
|
|
607
|
+
""" """
|
|
608
|
+
...
|
|
609
|
+
|
|
610
|
+
def poll(self, context):
|
|
611
|
+
"""
|
|
612
|
+
|
|
613
|
+
:param context:
|
|
614
|
+
"""
|
|
615
|
+
...
|
|
616
|
+
|
|
617
|
+
def pop(self):
|
|
618
|
+
""" """
|
|
619
|
+
...
|
|
620
|
+
|
|
621
|
+
def prepend(self, draw_func):
|
|
622
|
+
"""
|
|
623
|
+
|
|
624
|
+
:param draw_func:
|
|
625
|
+
"""
|
|
626
|
+
...
|
|
627
|
+
|
|
628
|
+
def property_overridable_library_set(self):
|
|
629
|
+
""" """
|
|
630
|
+
...
|
|
631
|
+
|
|
632
|
+
def property_unset(self):
|
|
633
|
+
""" """
|
|
634
|
+
...
|
|
635
|
+
|
|
636
|
+
def remove(self, draw_func):
|
|
637
|
+
"""
|
|
638
|
+
|
|
639
|
+
:param draw_func:
|
|
640
|
+
"""
|
|
641
|
+
...
|
|
642
|
+
|
|
643
|
+
def type_recast(self):
|
|
644
|
+
""" """
|
|
645
|
+
...
|
|
646
|
+
|
|
647
|
+
def values(self):
|
|
648
|
+
""" """
|
|
649
|
+
...
|
|
650
|
+
|
|
651
|
+
class DATA_PT_volume_render(bpy_types._GenericUI):
|
|
652
|
+
""" """
|
|
653
|
+
|
|
654
|
+
COMPAT_ENGINES: typing.Any
|
|
655
|
+
""" """
|
|
656
|
+
|
|
657
|
+
bl_context: typing.Any
|
|
658
|
+
""" """
|
|
659
|
+
|
|
660
|
+
bl_label: typing.Any
|
|
661
|
+
""" """
|
|
662
|
+
|
|
663
|
+
bl_region_type: typing.Any
|
|
664
|
+
""" """
|
|
665
|
+
|
|
666
|
+
bl_rna: typing.Any
|
|
667
|
+
""" """
|
|
668
|
+
|
|
669
|
+
bl_space_type: typing.Any
|
|
670
|
+
""" """
|
|
671
|
+
|
|
672
|
+
id_data: typing.Any
|
|
673
|
+
""" """
|
|
674
|
+
|
|
675
|
+
def append(self, draw_func):
|
|
676
|
+
"""
|
|
677
|
+
|
|
678
|
+
:param draw_func:
|
|
679
|
+
"""
|
|
680
|
+
...
|
|
681
|
+
|
|
682
|
+
def as_pointer(self):
|
|
683
|
+
""" """
|
|
684
|
+
...
|
|
685
|
+
|
|
686
|
+
def bl_rna_get_subclass(self):
|
|
687
|
+
""" """
|
|
688
|
+
...
|
|
689
|
+
|
|
690
|
+
def bl_rna_get_subclass_py(self):
|
|
691
|
+
""" """
|
|
692
|
+
...
|
|
693
|
+
|
|
694
|
+
def draw(self, context):
|
|
695
|
+
"""
|
|
696
|
+
|
|
697
|
+
:param context:
|
|
698
|
+
"""
|
|
699
|
+
...
|
|
700
|
+
|
|
701
|
+
def driver_add(self):
|
|
702
|
+
""" """
|
|
703
|
+
...
|
|
704
|
+
|
|
705
|
+
def driver_remove(self):
|
|
706
|
+
""" """
|
|
707
|
+
...
|
|
708
|
+
|
|
709
|
+
def get(self):
|
|
710
|
+
""" """
|
|
711
|
+
...
|
|
712
|
+
|
|
713
|
+
def id_properties_clear(self):
|
|
714
|
+
""" """
|
|
715
|
+
...
|
|
716
|
+
|
|
717
|
+
def id_properties_ensure(self):
|
|
718
|
+
""" """
|
|
719
|
+
...
|
|
720
|
+
|
|
721
|
+
def id_properties_ui(self):
|
|
722
|
+
""" """
|
|
723
|
+
...
|
|
724
|
+
|
|
725
|
+
def is_extended(self):
|
|
726
|
+
""" """
|
|
727
|
+
...
|
|
728
|
+
|
|
729
|
+
def is_property_hidden(self):
|
|
730
|
+
""" """
|
|
731
|
+
...
|
|
732
|
+
|
|
733
|
+
def is_property_overridable_library(self):
|
|
734
|
+
""" """
|
|
735
|
+
...
|
|
736
|
+
|
|
737
|
+
def is_property_readonly(self):
|
|
738
|
+
""" """
|
|
739
|
+
...
|
|
740
|
+
|
|
741
|
+
def is_property_set(self):
|
|
742
|
+
""" """
|
|
743
|
+
...
|
|
744
|
+
|
|
745
|
+
def items(self):
|
|
746
|
+
""" """
|
|
747
|
+
...
|
|
748
|
+
|
|
749
|
+
def keyframe_delete(self):
|
|
750
|
+
""" """
|
|
751
|
+
...
|
|
752
|
+
|
|
753
|
+
def keyframe_insert(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
756
|
+
|
|
757
|
+
def keys(self):
|
|
758
|
+
""" """
|
|
759
|
+
...
|
|
760
|
+
|
|
761
|
+
def path_from_id(self):
|
|
762
|
+
""" """
|
|
763
|
+
...
|
|
764
|
+
|
|
765
|
+
def path_resolve(self):
|
|
766
|
+
""" """
|
|
767
|
+
...
|
|
768
|
+
|
|
769
|
+
def poll(self, context):
|
|
770
|
+
"""
|
|
771
|
+
|
|
772
|
+
:param context:
|
|
773
|
+
"""
|
|
774
|
+
...
|
|
775
|
+
|
|
776
|
+
def pop(self):
|
|
777
|
+
""" """
|
|
778
|
+
...
|
|
779
|
+
|
|
780
|
+
def prepend(self, draw_func):
|
|
781
|
+
"""
|
|
782
|
+
|
|
783
|
+
:param draw_func:
|
|
784
|
+
"""
|
|
785
|
+
...
|
|
786
|
+
|
|
787
|
+
def property_overridable_library_set(self):
|
|
788
|
+
""" """
|
|
789
|
+
...
|
|
790
|
+
|
|
791
|
+
def property_unset(self):
|
|
792
|
+
""" """
|
|
793
|
+
...
|
|
794
|
+
|
|
795
|
+
def remove(self, draw_func):
|
|
796
|
+
"""
|
|
797
|
+
|
|
798
|
+
:param draw_func:
|
|
799
|
+
"""
|
|
800
|
+
...
|
|
801
|
+
|
|
802
|
+
def type_recast(self):
|
|
803
|
+
""" """
|
|
804
|
+
...
|
|
805
|
+
|
|
806
|
+
def values(self):
|
|
807
|
+
""" """
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
class DATA_PT_volume_viewport_display(bpy_types._GenericUI):
|
|
811
|
+
""" """
|
|
812
|
+
|
|
813
|
+
COMPAT_ENGINES: typing.Any
|
|
814
|
+
""" """
|
|
815
|
+
|
|
816
|
+
bl_context: typing.Any
|
|
817
|
+
""" """
|
|
818
|
+
|
|
819
|
+
bl_label: typing.Any
|
|
820
|
+
""" """
|
|
821
|
+
|
|
822
|
+
bl_region_type: typing.Any
|
|
823
|
+
""" """
|
|
824
|
+
|
|
825
|
+
bl_rna: typing.Any
|
|
826
|
+
""" """
|
|
827
|
+
|
|
828
|
+
bl_space_type: typing.Any
|
|
829
|
+
""" """
|
|
830
|
+
|
|
831
|
+
id_data: typing.Any
|
|
832
|
+
""" """
|
|
833
|
+
|
|
834
|
+
def append(self, draw_func):
|
|
835
|
+
"""
|
|
836
|
+
|
|
837
|
+
:param draw_func:
|
|
838
|
+
"""
|
|
839
|
+
...
|
|
840
|
+
|
|
841
|
+
def as_pointer(self):
|
|
842
|
+
""" """
|
|
843
|
+
...
|
|
844
|
+
|
|
845
|
+
def bl_rna_get_subclass(self):
|
|
846
|
+
""" """
|
|
847
|
+
...
|
|
848
|
+
|
|
849
|
+
def bl_rna_get_subclass_py(self):
|
|
850
|
+
""" """
|
|
851
|
+
...
|
|
852
|
+
|
|
853
|
+
def draw(self, context):
|
|
854
|
+
"""
|
|
855
|
+
|
|
856
|
+
:param context:
|
|
857
|
+
"""
|
|
858
|
+
...
|
|
859
|
+
|
|
860
|
+
def driver_add(self):
|
|
861
|
+
""" """
|
|
862
|
+
...
|
|
863
|
+
|
|
864
|
+
def driver_remove(self):
|
|
865
|
+
""" """
|
|
866
|
+
...
|
|
867
|
+
|
|
868
|
+
def get(self):
|
|
869
|
+
""" """
|
|
870
|
+
...
|
|
871
|
+
|
|
872
|
+
def id_properties_clear(self):
|
|
873
|
+
""" """
|
|
874
|
+
...
|
|
875
|
+
|
|
876
|
+
def id_properties_ensure(self):
|
|
877
|
+
""" """
|
|
878
|
+
...
|
|
879
|
+
|
|
880
|
+
def id_properties_ui(self):
|
|
881
|
+
""" """
|
|
882
|
+
...
|
|
883
|
+
|
|
884
|
+
def is_extended(self):
|
|
885
|
+
""" """
|
|
886
|
+
...
|
|
887
|
+
|
|
888
|
+
def is_property_hidden(self):
|
|
889
|
+
""" """
|
|
890
|
+
...
|
|
891
|
+
|
|
892
|
+
def is_property_overridable_library(self):
|
|
893
|
+
""" """
|
|
894
|
+
...
|
|
895
|
+
|
|
896
|
+
def is_property_readonly(self):
|
|
897
|
+
""" """
|
|
898
|
+
...
|
|
899
|
+
|
|
900
|
+
def is_property_set(self):
|
|
901
|
+
""" """
|
|
902
|
+
...
|
|
903
|
+
|
|
904
|
+
def items(self):
|
|
905
|
+
""" """
|
|
906
|
+
...
|
|
907
|
+
|
|
908
|
+
def keyframe_delete(self):
|
|
909
|
+
""" """
|
|
910
|
+
...
|
|
911
|
+
|
|
912
|
+
def keyframe_insert(self):
|
|
913
|
+
""" """
|
|
914
|
+
...
|
|
915
|
+
|
|
916
|
+
def keys(self):
|
|
917
|
+
""" """
|
|
918
|
+
...
|
|
919
|
+
|
|
920
|
+
def path_from_id(self):
|
|
921
|
+
""" """
|
|
922
|
+
...
|
|
923
|
+
|
|
924
|
+
def path_resolve(self):
|
|
925
|
+
""" """
|
|
926
|
+
...
|
|
927
|
+
|
|
928
|
+
def poll(self, context):
|
|
929
|
+
"""
|
|
930
|
+
|
|
931
|
+
:param context:
|
|
932
|
+
"""
|
|
933
|
+
...
|
|
934
|
+
|
|
935
|
+
def pop(self):
|
|
936
|
+
""" """
|
|
937
|
+
...
|
|
938
|
+
|
|
939
|
+
def prepend(self, draw_func):
|
|
557
940
|
"""
|
|
558
941
|
|
|
559
942
|
:param draw_func:
|
|
560
|
-
:type draw_func:
|
|
561
943
|
"""
|
|
562
944
|
...
|
|
563
945
|
|
|
564
|
-
def property_overridable_library_set(self):
|
|
565
|
-
|
|
946
|
+
def property_overridable_library_set(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def property_unset(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
566
954
|
def remove(self, draw_func):
|
|
567
955
|
"""
|
|
568
956
|
|
|
569
957
|
:param draw_func:
|
|
570
|
-
:type draw_func:
|
|
571
958
|
"""
|
|
572
959
|
...
|
|
573
960
|
|
|
574
|
-
def type_recast(self):
|
|
575
|
-
|
|
961
|
+
def type_recast(self):
|
|
962
|
+
""" """
|
|
963
|
+
...
|
|
964
|
+
|
|
965
|
+
def values(self):
|
|
966
|
+
""" """
|
|
967
|
+
...
|
|
968
|
+
|
|
969
|
+
class DATA_PT_volume_viewport_display_slicing(bpy_types._GenericUI):
|
|
970
|
+
""" """
|
|
576
971
|
|
|
577
|
-
class DATA_PT_volume_viewport_display_slicing(
|
|
578
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
579
|
-
):
|
|
580
972
|
COMPAT_ENGINES: typing.Any
|
|
973
|
+
""" """
|
|
974
|
+
|
|
581
975
|
bl_context: typing.Any
|
|
976
|
+
""" """
|
|
977
|
+
|
|
582
978
|
bl_label: typing.Any
|
|
979
|
+
""" """
|
|
980
|
+
|
|
583
981
|
bl_parent_id: typing.Any
|
|
982
|
+
""" """
|
|
983
|
+
|
|
584
984
|
bl_region_type: typing.Any
|
|
985
|
+
""" """
|
|
986
|
+
|
|
585
987
|
bl_rna: typing.Any
|
|
988
|
+
""" """
|
|
989
|
+
|
|
586
990
|
bl_space_type: typing.Any
|
|
991
|
+
""" """
|
|
992
|
+
|
|
587
993
|
id_data: typing.Any
|
|
994
|
+
""" """
|
|
588
995
|
|
|
589
996
|
def append(self, draw_func):
|
|
590
997
|
"""
|
|
591
998
|
|
|
592
999
|
:param draw_func:
|
|
593
|
-
:type draw_func:
|
|
594
1000
|
"""
|
|
595
1001
|
...
|
|
596
1002
|
|
|
597
|
-
def as_pointer(self):
|
|
598
|
-
|
|
599
|
-
|
|
1003
|
+
def as_pointer(self):
|
|
1004
|
+
""" """
|
|
1005
|
+
...
|
|
1006
|
+
|
|
1007
|
+
def bl_rna_get_subclass(self):
|
|
1008
|
+
""" """
|
|
1009
|
+
...
|
|
1010
|
+
|
|
1011
|
+
def bl_rna_get_subclass_py(self):
|
|
1012
|
+
""" """
|
|
1013
|
+
...
|
|
1014
|
+
|
|
600
1015
|
def draw(self, context):
|
|
601
1016
|
"""
|
|
602
1017
|
|
|
603
|
-
:param self:
|
|
604
|
-
:type self:
|
|
605
1018
|
:param context:
|
|
606
|
-
:type context:
|
|
607
1019
|
"""
|
|
608
1020
|
...
|
|
609
1021
|
|
|
610
1022
|
def draw_header(self, context):
|
|
611
1023
|
"""
|
|
612
1024
|
|
|
613
|
-
:param self:
|
|
614
|
-
:type self:
|
|
615
1025
|
:param context:
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
def
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
def
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
def
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
def
|
|
636
|
-
|
|
1026
|
+
"""
|
|
1027
|
+
...
|
|
1028
|
+
|
|
1029
|
+
def driver_add(self):
|
|
1030
|
+
""" """
|
|
1031
|
+
...
|
|
1032
|
+
|
|
1033
|
+
def driver_remove(self):
|
|
1034
|
+
""" """
|
|
1035
|
+
...
|
|
1036
|
+
|
|
1037
|
+
def get(self):
|
|
1038
|
+
""" """
|
|
1039
|
+
...
|
|
1040
|
+
|
|
1041
|
+
def id_properties_clear(self):
|
|
1042
|
+
""" """
|
|
1043
|
+
...
|
|
1044
|
+
|
|
1045
|
+
def id_properties_ensure(self):
|
|
1046
|
+
""" """
|
|
1047
|
+
...
|
|
1048
|
+
|
|
1049
|
+
def id_properties_ui(self):
|
|
1050
|
+
""" """
|
|
1051
|
+
...
|
|
1052
|
+
|
|
1053
|
+
def is_extended(self):
|
|
1054
|
+
""" """
|
|
1055
|
+
...
|
|
1056
|
+
|
|
1057
|
+
def is_property_hidden(self):
|
|
1058
|
+
""" """
|
|
1059
|
+
...
|
|
1060
|
+
|
|
1061
|
+
def is_property_overridable_library(self):
|
|
1062
|
+
""" """
|
|
1063
|
+
...
|
|
1064
|
+
|
|
1065
|
+
def is_property_readonly(self):
|
|
1066
|
+
""" """
|
|
1067
|
+
...
|
|
1068
|
+
|
|
1069
|
+
def is_property_set(self):
|
|
1070
|
+
""" """
|
|
1071
|
+
...
|
|
1072
|
+
|
|
1073
|
+
def items(self):
|
|
1074
|
+
""" """
|
|
1075
|
+
...
|
|
1076
|
+
|
|
1077
|
+
def keyframe_delete(self):
|
|
1078
|
+
""" """
|
|
1079
|
+
...
|
|
1080
|
+
|
|
1081
|
+
def keyframe_insert(self):
|
|
1082
|
+
""" """
|
|
1083
|
+
...
|
|
1084
|
+
|
|
1085
|
+
def keys(self):
|
|
1086
|
+
""" """
|
|
1087
|
+
...
|
|
1088
|
+
|
|
1089
|
+
def path_from_id(self):
|
|
1090
|
+
""" """
|
|
1091
|
+
...
|
|
1092
|
+
|
|
1093
|
+
def path_resolve(self):
|
|
1094
|
+
""" """
|
|
1095
|
+
...
|
|
1096
|
+
|
|
1097
|
+
def poll(self, context):
|
|
1098
|
+
"""
|
|
1099
|
+
|
|
1100
|
+
:param context:
|
|
1101
|
+
"""
|
|
1102
|
+
...
|
|
1103
|
+
|
|
1104
|
+
def pop(self):
|
|
1105
|
+
""" """
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def prepend(self, draw_func):
|
|
1109
|
+
"""
|
|
1110
|
+
|
|
1111
|
+
:param draw_func:
|
|
1112
|
+
"""
|
|
1113
|
+
...
|
|
1114
|
+
|
|
1115
|
+
def property_overridable_library_set(self):
|
|
1116
|
+
""" """
|
|
1117
|
+
...
|
|
1118
|
+
|
|
1119
|
+
def property_unset(self):
|
|
1120
|
+
""" """
|
|
1121
|
+
...
|
|
1122
|
+
|
|
1123
|
+
def remove(self, draw_func):
|
|
1124
|
+
"""
|
|
1125
|
+
|
|
1126
|
+
:param draw_func:
|
|
1127
|
+
"""
|
|
1128
|
+
...
|
|
1129
|
+
|
|
1130
|
+
def type_recast(self):
|
|
1131
|
+
""" """
|
|
1132
|
+
...
|
|
1133
|
+
|
|
1134
|
+
def values(self):
|
|
1135
|
+
""" """
|
|
1136
|
+
...
|
|
1137
|
+
|
|
1138
|
+
class DataButtonsPanel:
|
|
1139
|
+
""" """
|
|
1140
|
+
|
|
1141
|
+
bl_context: typing.Any
|
|
1142
|
+
""" """
|
|
1143
|
+
|
|
1144
|
+
bl_region_type: typing.Any
|
|
1145
|
+
""" """
|
|
1146
|
+
|
|
1147
|
+
bl_space_type: typing.Any
|
|
1148
|
+
""" """
|
|
1149
|
+
|
|
637
1150
|
def poll(self, context):
|
|
638
1151
|
"""
|
|
639
1152
|
|
|
640
1153
|
:param context:
|
|
641
|
-
:type context:
|
|
642
1154
|
"""
|
|
643
1155
|
...
|
|
644
1156
|
|
|
645
|
-
|
|
1157
|
+
class VOLUME_UL_grids(bpy_types._GenericUI):
|
|
1158
|
+
""" """
|
|
1159
|
+
|
|
1160
|
+
bl_rna: typing.Any
|
|
1161
|
+
""" """
|
|
1162
|
+
|
|
1163
|
+
id_data: typing.Any
|
|
1164
|
+
""" """
|
|
1165
|
+
|
|
1166
|
+
def append(self, draw_func):
|
|
1167
|
+
"""
|
|
1168
|
+
|
|
1169
|
+
:param draw_func:
|
|
1170
|
+
"""
|
|
1171
|
+
...
|
|
1172
|
+
|
|
1173
|
+
def as_pointer(self):
|
|
1174
|
+
""" """
|
|
1175
|
+
...
|
|
1176
|
+
|
|
1177
|
+
def bl_rna_get_subclass(self):
|
|
1178
|
+
""" """
|
|
1179
|
+
...
|
|
1180
|
+
|
|
1181
|
+
def bl_rna_get_subclass_py(self):
|
|
1182
|
+
""" """
|
|
1183
|
+
...
|
|
1184
|
+
|
|
1185
|
+
def draw_item(
|
|
1186
|
+
self,
|
|
1187
|
+
_context,
|
|
1188
|
+
layout,
|
|
1189
|
+
_data,
|
|
1190
|
+
grid,
|
|
1191
|
+
_icon,
|
|
1192
|
+
_active_data,
|
|
1193
|
+
_active_propname,
|
|
1194
|
+
_index,
|
|
1195
|
+
):
|
|
1196
|
+
"""
|
|
1197
|
+
|
|
1198
|
+
:param _context:
|
|
1199
|
+
:param layout:
|
|
1200
|
+
:param _data:
|
|
1201
|
+
:param grid:
|
|
1202
|
+
:param _icon:
|
|
1203
|
+
:param _active_data:
|
|
1204
|
+
:param _active_propname:
|
|
1205
|
+
:param _index:
|
|
1206
|
+
"""
|
|
1207
|
+
...
|
|
1208
|
+
|
|
1209
|
+
def driver_add(self):
|
|
1210
|
+
""" """
|
|
1211
|
+
...
|
|
1212
|
+
|
|
1213
|
+
def driver_remove(self):
|
|
1214
|
+
""" """
|
|
1215
|
+
...
|
|
1216
|
+
|
|
1217
|
+
def get(self):
|
|
1218
|
+
""" """
|
|
1219
|
+
...
|
|
1220
|
+
|
|
1221
|
+
def id_properties_clear(self):
|
|
1222
|
+
""" """
|
|
1223
|
+
...
|
|
1224
|
+
|
|
1225
|
+
def id_properties_ensure(self):
|
|
1226
|
+
""" """
|
|
1227
|
+
...
|
|
1228
|
+
|
|
1229
|
+
def id_properties_ui(self):
|
|
1230
|
+
""" """
|
|
1231
|
+
...
|
|
1232
|
+
|
|
1233
|
+
def is_extended(self):
|
|
1234
|
+
""" """
|
|
1235
|
+
...
|
|
1236
|
+
|
|
1237
|
+
def is_property_hidden(self):
|
|
1238
|
+
""" """
|
|
1239
|
+
...
|
|
1240
|
+
|
|
1241
|
+
def is_property_overridable_library(self):
|
|
1242
|
+
""" """
|
|
1243
|
+
...
|
|
1244
|
+
|
|
1245
|
+
def is_property_readonly(self):
|
|
1246
|
+
""" """
|
|
1247
|
+
...
|
|
1248
|
+
|
|
1249
|
+
def is_property_set(self):
|
|
1250
|
+
""" """
|
|
1251
|
+
...
|
|
1252
|
+
|
|
1253
|
+
def items(self):
|
|
1254
|
+
""" """
|
|
1255
|
+
...
|
|
1256
|
+
|
|
1257
|
+
def keyframe_delete(self):
|
|
1258
|
+
""" """
|
|
1259
|
+
...
|
|
1260
|
+
|
|
1261
|
+
def keyframe_insert(self):
|
|
1262
|
+
""" """
|
|
1263
|
+
...
|
|
1264
|
+
|
|
1265
|
+
def keys(self):
|
|
1266
|
+
""" """
|
|
1267
|
+
...
|
|
1268
|
+
|
|
1269
|
+
def path_from_id(self):
|
|
1270
|
+
""" """
|
|
1271
|
+
...
|
|
1272
|
+
|
|
1273
|
+
def path_resolve(self):
|
|
1274
|
+
""" """
|
|
1275
|
+
...
|
|
1276
|
+
|
|
1277
|
+
def pop(self):
|
|
1278
|
+
""" """
|
|
1279
|
+
...
|
|
1280
|
+
|
|
646
1281
|
def prepend(self, draw_func):
|
|
647
1282
|
"""
|
|
648
1283
|
|
|
649
1284
|
:param draw_func:
|
|
650
|
-
:type draw_func:
|
|
651
1285
|
"""
|
|
652
1286
|
...
|
|
653
1287
|
|
|
654
|
-
def property_overridable_library_set(self):
|
|
655
|
-
|
|
1288
|
+
def property_overridable_library_set(self):
|
|
1289
|
+
""" """
|
|
1290
|
+
...
|
|
1291
|
+
|
|
1292
|
+
def property_unset(self):
|
|
1293
|
+
""" """
|
|
1294
|
+
...
|
|
1295
|
+
|
|
656
1296
|
def remove(self, draw_func):
|
|
657
1297
|
"""
|
|
658
1298
|
|
|
659
1299
|
:param draw_func:
|
|
660
|
-
:type draw_func:
|
|
661
1300
|
"""
|
|
662
1301
|
...
|
|
663
1302
|
|
|
664
|
-
def type_recast(self):
|
|
665
|
-
|
|
1303
|
+
def type_recast(self):
|
|
1304
|
+
""" """
|
|
1305
|
+
...
|
|
1306
|
+
|
|
1307
|
+
def values(self):
|
|
1308
|
+
""" """
|
|
1309
|
+
...
|