fake-bpy-module 20240210__py3-none-any.whl → 20240326__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -1,45 +1,143 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
import bl_ui.utils
|
|
4
2
|
import bpy_types
|
|
5
|
-
import rna_prop_ui
|
|
6
3
|
|
|
7
4
|
GenericType = typing.TypeVar("GenericType")
|
|
8
5
|
|
|
9
|
-
class CAMERA_PT_presets(
|
|
6
|
+
class CAMERA_PT_presets(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
10
9
|
COMPAT_ENGINES: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
11
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
12
15
|
bl_region_type: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
13
18
|
bl_rna: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
14
21
|
bl_space_type: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
15
24
|
id_data: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
16
27
|
preset_add_operator: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
17
30
|
preset_operator: typing.Any
|
|
31
|
+
""" """
|
|
32
|
+
|
|
18
33
|
preset_subdir: typing.Any
|
|
34
|
+
""" """
|
|
35
|
+
|
|
36
|
+
def append(self, draw_func):
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
:param draw_func:
|
|
40
|
+
"""
|
|
41
|
+
...
|
|
42
|
+
|
|
43
|
+
def as_pointer(self):
|
|
44
|
+
""" """
|
|
45
|
+
...
|
|
46
|
+
|
|
47
|
+
def bl_rna_get_subclass(self):
|
|
48
|
+
""" """
|
|
49
|
+
...
|
|
50
|
+
|
|
51
|
+
def bl_rna_get_subclass_py(self):
|
|
52
|
+
""" """
|
|
53
|
+
...
|
|
54
|
+
|
|
55
|
+
def draw(self, context):
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
:param context:
|
|
59
|
+
"""
|
|
60
|
+
...
|
|
61
|
+
|
|
62
|
+
def draw_menu(self, layout, text):
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
:param layout:
|
|
66
|
+
:param text:
|
|
67
|
+
"""
|
|
68
|
+
...
|
|
69
|
+
|
|
70
|
+
def draw_panel_header(self, layout):
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
:param layout:
|
|
74
|
+
"""
|
|
75
|
+
...
|
|
76
|
+
|
|
77
|
+
def driver_add(self):
|
|
78
|
+
""" """
|
|
79
|
+
...
|
|
80
|
+
|
|
81
|
+
def driver_remove(self):
|
|
82
|
+
""" """
|
|
83
|
+
...
|
|
84
|
+
|
|
85
|
+
def get(self):
|
|
86
|
+
""" """
|
|
87
|
+
...
|
|
88
|
+
|
|
89
|
+
def id_properties_clear(self):
|
|
90
|
+
""" """
|
|
91
|
+
...
|
|
92
|
+
|
|
93
|
+
def id_properties_ensure(self):
|
|
94
|
+
""" """
|
|
95
|
+
...
|
|
96
|
+
|
|
97
|
+
def id_properties_ui(self):
|
|
98
|
+
""" """
|
|
99
|
+
...
|
|
100
|
+
|
|
101
|
+
def is_extended(self):
|
|
102
|
+
""" """
|
|
103
|
+
...
|
|
104
|
+
|
|
105
|
+
def is_property_hidden(self):
|
|
106
|
+
""" """
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def is_property_overridable_library(self):
|
|
110
|
+
""" """
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
def is_property_readonly(self):
|
|
114
|
+
""" """
|
|
115
|
+
...
|
|
116
|
+
|
|
117
|
+
def is_property_set(self):
|
|
118
|
+
""" """
|
|
119
|
+
...
|
|
120
|
+
|
|
121
|
+
def items(self):
|
|
122
|
+
""" """
|
|
123
|
+
...
|
|
124
|
+
|
|
125
|
+
def keyframe_delete(self):
|
|
126
|
+
""" """
|
|
127
|
+
...
|
|
128
|
+
|
|
129
|
+
def keyframe_insert(self):
|
|
130
|
+
""" """
|
|
131
|
+
...
|
|
132
|
+
|
|
133
|
+
def keys(self):
|
|
134
|
+
""" """
|
|
135
|
+
...
|
|
136
|
+
|
|
137
|
+
def path_from_id(self):
|
|
138
|
+
""" """
|
|
139
|
+
...
|
|
19
140
|
|
|
20
|
-
def append(self, draw_func): ...
|
|
21
|
-
def as_pointer(self): ...
|
|
22
|
-
def bl_rna_get_subclass(self): ...
|
|
23
|
-
def bl_rna_get_subclass_py(self): ...
|
|
24
|
-
def draw(self, context): ...
|
|
25
|
-
def draw_menu(self, layout, text): ...
|
|
26
|
-
def draw_panel_header(self, layout): ...
|
|
27
|
-
def driver_add(self): ...
|
|
28
|
-
def driver_remove(self): ...
|
|
29
|
-
def get(self): ...
|
|
30
|
-
def id_properties_clear(self): ...
|
|
31
|
-
def id_properties_ensure(self): ...
|
|
32
|
-
def id_properties_ui(self): ...
|
|
33
|
-
def is_extended(self): ...
|
|
34
|
-
def is_property_hidden(self): ...
|
|
35
|
-
def is_property_overridable_library(self): ...
|
|
36
|
-
def is_property_readonly(self): ...
|
|
37
|
-
def is_property_set(self): ...
|
|
38
|
-
def items(self): ...
|
|
39
|
-
def keyframe_delete(self): ...
|
|
40
|
-
def keyframe_insert(self): ...
|
|
41
|
-
def keys(self): ...
|
|
42
|
-
def path_from_id(self): ...
|
|
43
141
|
def path_menu(
|
|
44
142
|
self,
|
|
45
143
|
searchpaths,
|
|
@@ -50,52 +148,193 @@ class CAMERA_PT_presets(bl_ui.utils.PresetPanel, bpy_types.Panel, bpy_types._Gen
|
|
|
50
148
|
filter_path,
|
|
51
149
|
display_name,
|
|
52
150
|
add_operator,
|
|
53
|
-
):
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
151
|
+
):
|
|
152
|
+
"""
|
|
153
|
+
|
|
154
|
+
:param searchpaths:
|
|
155
|
+
:param operator:
|
|
156
|
+
:param props_default:
|
|
157
|
+
:param prop_filepath:
|
|
158
|
+
:param filter_ext:
|
|
159
|
+
:param filter_path:
|
|
160
|
+
:param display_name:
|
|
161
|
+
:param add_operator:
|
|
162
|
+
"""
|
|
163
|
+
...
|
|
164
|
+
|
|
165
|
+
def path_resolve(self):
|
|
166
|
+
""" """
|
|
167
|
+
...
|
|
168
|
+
|
|
169
|
+
def pop(self):
|
|
170
|
+
""" """
|
|
171
|
+
...
|
|
172
|
+
|
|
173
|
+
def prepend(self, draw_func):
|
|
174
|
+
"""
|
|
175
|
+
|
|
176
|
+
:param draw_func:
|
|
177
|
+
"""
|
|
178
|
+
...
|
|
179
|
+
|
|
180
|
+
def property_overridable_library_set(self):
|
|
181
|
+
""" """
|
|
182
|
+
...
|
|
183
|
+
|
|
184
|
+
def property_unset(self):
|
|
185
|
+
""" """
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
def remove(self, draw_func):
|
|
189
|
+
"""
|
|
190
|
+
|
|
191
|
+
:param draw_func:
|
|
192
|
+
"""
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
def type_recast(self):
|
|
196
|
+
""" """
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def values(self):
|
|
200
|
+
""" """
|
|
201
|
+
...
|
|
202
|
+
|
|
203
|
+
class CAMERA_PT_safe_areas_presets(bpy_types._GenericUI):
|
|
204
|
+
""" """
|
|
205
|
+
|
|
66
206
|
COMPAT_ENGINES: typing.Any
|
|
207
|
+
""" """
|
|
208
|
+
|
|
67
209
|
bl_label: typing.Any
|
|
210
|
+
""" """
|
|
211
|
+
|
|
68
212
|
bl_region_type: typing.Any
|
|
213
|
+
""" """
|
|
214
|
+
|
|
69
215
|
bl_rna: typing.Any
|
|
216
|
+
""" """
|
|
217
|
+
|
|
70
218
|
bl_space_type: typing.Any
|
|
219
|
+
""" """
|
|
220
|
+
|
|
71
221
|
id_data: typing.Any
|
|
222
|
+
""" """
|
|
223
|
+
|
|
72
224
|
preset_add_operator: typing.Any
|
|
225
|
+
""" """
|
|
226
|
+
|
|
73
227
|
preset_operator: typing.Any
|
|
228
|
+
""" """
|
|
229
|
+
|
|
74
230
|
preset_subdir: typing.Any
|
|
231
|
+
""" """
|
|
232
|
+
|
|
233
|
+
def append(self, draw_func):
|
|
234
|
+
"""
|
|
235
|
+
|
|
236
|
+
:param draw_func:
|
|
237
|
+
"""
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
def as_pointer(self):
|
|
241
|
+
""" """
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def bl_rna_get_subclass(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
def bl_rna_get_subclass_py(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
def draw(self, context):
|
|
253
|
+
"""
|
|
254
|
+
|
|
255
|
+
:param context:
|
|
256
|
+
"""
|
|
257
|
+
...
|
|
258
|
+
|
|
259
|
+
def draw_menu(self, layout, text):
|
|
260
|
+
"""
|
|
261
|
+
|
|
262
|
+
:param layout:
|
|
263
|
+
:param text:
|
|
264
|
+
"""
|
|
265
|
+
...
|
|
266
|
+
|
|
267
|
+
def draw_panel_header(self, layout):
|
|
268
|
+
"""
|
|
269
|
+
|
|
270
|
+
:param layout:
|
|
271
|
+
"""
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def driver_add(self):
|
|
275
|
+
""" """
|
|
276
|
+
...
|
|
277
|
+
|
|
278
|
+
def driver_remove(self):
|
|
279
|
+
""" """
|
|
280
|
+
...
|
|
281
|
+
|
|
282
|
+
def get(self):
|
|
283
|
+
""" """
|
|
284
|
+
...
|
|
285
|
+
|
|
286
|
+
def id_properties_clear(self):
|
|
287
|
+
""" """
|
|
288
|
+
...
|
|
289
|
+
|
|
290
|
+
def id_properties_ensure(self):
|
|
291
|
+
""" """
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
def id_properties_ui(self):
|
|
295
|
+
""" """
|
|
296
|
+
...
|
|
297
|
+
|
|
298
|
+
def is_extended(self):
|
|
299
|
+
""" """
|
|
300
|
+
...
|
|
301
|
+
|
|
302
|
+
def is_property_hidden(self):
|
|
303
|
+
""" """
|
|
304
|
+
...
|
|
305
|
+
|
|
306
|
+
def is_property_overridable_library(self):
|
|
307
|
+
""" """
|
|
308
|
+
...
|
|
309
|
+
|
|
310
|
+
def is_property_readonly(self):
|
|
311
|
+
""" """
|
|
312
|
+
...
|
|
313
|
+
|
|
314
|
+
def is_property_set(self):
|
|
315
|
+
""" """
|
|
316
|
+
...
|
|
317
|
+
|
|
318
|
+
def items(self):
|
|
319
|
+
""" """
|
|
320
|
+
...
|
|
321
|
+
|
|
322
|
+
def keyframe_delete(self):
|
|
323
|
+
""" """
|
|
324
|
+
...
|
|
325
|
+
|
|
326
|
+
def keyframe_insert(self):
|
|
327
|
+
""" """
|
|
328
|
+
...
|
|
329
|
+
|
|
330
|
+
def keys(self):
|
|
331
|
+
""" """
|
|
332
|
+
...
|
|
333
|
+
|
|
334
|
+
def path_from_id(self):
|
|
335
|
+
""" """
|
|
336
|
+
...
|
|
75
337
|
|
|
76
|
-
def append(self, draw_func): ...
|
|
77
|
-
def as_pointer(self): ...
|
|
78
|
-
def bl_rna_get_subclass(self): ...
|
|
79
|
-
def bl_rna_get_subclass_py(self): ...
|
|
80
|
-
def draw(self, context): ...
|
|
81
|
-
def draw_menu(self, layout, text): ...
|
|
82
|
-
def draw_panel_header(self, layout): ...
|
|
83
|
-
def driver_add(self): ...
|
|
84
|
-
def driver_remove(self): ...
|
|
85
|
-
def get(self): ...
|
|
86
|
-
def id_properties_clear(self): ...
|
|
87
|
-
def id_properties_ensure(self): ...
|
|
88
|
-
def id_properties_ui(self): ...
|
|
89
|
-
def is_extended(self): ...
|
|
90
|
-
def is_property_hidden(self): ...
|
|
91
|
-
def is_property_overridable_library(self): ...
|
|
92
|
-
def is_property_readonly(self): ...
|
|
93
|
-
def is_property_set(self): ...
|
|
94
|
-
def items(self): ...
|
|
95
|
-
def keyframe_delete(self): ...
|
|
96
|
-
def keyframe_insert(self): ...
|
|
97
|
-
def keys(self): ...
|
|
98
|
-
def path_from_id(self): ...
|
|
99
338
|
def path_menu(
|
|
100
339
|
self,
|
|
101
340
|
searchpaths,
|
|
@@ -106,535 +345,2070 @@ class CAMERA_PT_safe_areas_presets(
|
|
|
106
345
|
filter_path,
|
|
107
346
|
display_name,
|
|
108
347
|
add_operator,
|
|
109
|
-
):
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
348
|
+
):
|
|
349
|
+
"""
|
|
350
|
+
|
|
351
|
+
:param searchpaths:
|
|
352
|
+
:param operator:
|
|
353
|
+
:param props_default:
|
|
354
|
+
:param prop_filepath:
|
|
355
|
+
:param filter_ext:
|
|
356
|
+
:param filter_path:
|
|
357
|
+
:param display_name:
|
|
358
|
+
:param add_operator:
|
|
359
|
+
"""
|
|
360
|
+
...
|
|
361
|
+
|
|
362
|
+
def path_resolve(self):
|
|
363
|
+
""" """
|
|
364
|
+
...
|
|
365
|
+
|
|
366
|
+
def pop(self):
|
|
367
|
+
""" """
|
|
368
|
+
...
|
|
369
|
+
|
|
370
|
+
def prepend(self, draw_func):
|
|
371
|
+
"""
|
|
372
|
+
|
|
373
|
+
:param draw_func:
|
|
374
|
+
"""
|
|
375
|
+
...
|
|
376
|
+
|
|
377
|
+
def property_overridable_library_set(self):
|
|
378
|
+
""" """
|
|
379
|
+
...
|
|
380
|
+
|
|
381
|
+
def property_unset(self):
|
|
382
|
+
""" """
|
|
383
|
+
...
|
|
384
|
+
|
|
385
|
+
def remove(self, draw_func):
|
|
386
|
+
"""
|
|
387
|
+
|
|
388
|
+
:param draw_func:
|
|
389
|
+
"""
|
|
390
|
+
...
|
|
391
|
+
|
|
392
|
+
def type_recast(self):
|
|
393
|
+
""" """
|
|
394
|
+
...
|
|
395
|
+
|
|
396
|
+
def values(self):
|
|
397
|
+
""" """
|
|
398
|
+
...
|
|
118
399
|
|
|
119
400
|
class CameraButtonsPanel:
|
|
401
|
+
""" """
|
|
402
|
+
|
|
120
403
|
bl_context: typing.Any
|
|
404
|
+
""" """
|
|
405
|
+
|
|
121
406
|
bl_region_type: typing.Any
|
|
407
|
+
""" """
|
|
408
|
+
|
|
122
409
|
bl_space_type: typing.Any
|
|
410
|
+
""" """
|
|
123
411
|
|
|
124
|
-
def poll(self, context):
|
|
412
|
+
def poll(self, context):
|
|
413
|
+
"""
|
|
125
414
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
bl_rna: typing.Any
|
|
133
|
-
bl_space_type: typing.Any
|
|
134
|
-
id_data: typing.Any
|
|
415
|
+
:param context:
|
|
416
|
+
"""
|
|
417
|
+
...
|
|
418
|
+
|
|
419
|
+
class DATA_PT_camera(bpy_types._GenericUI):
|
|
420
|
+
""" """
|
|
135
421
|
|
|
136
|
-
def append(self, draw_func): ...
|
|
137
|
-
def as_pointer(self): ...
|
|
138
|
-
def bl_rna_get_subclass(self): ...
|
|
139
|
-
def bl_rna_get_subclass_py(self): ...
|
|
140
|
-
def draw(self, context): ...
|
|
141
|
-
def draw_header_preset(self, _context): ...
|
|
142
|
-
def driver_add(self): ...
|
|
143
|
-
def driver_remove(self): ...
|
|
144
|
-
def get(self): ...
|
|
145
|
-
def id_properties_clear(self): ...
|
|
146
|
-
def id_properties_ensure(self): ...
|
|
147
|
-
def id_properties_ui(self): ...
|
|
148
|
-
def is_extended(self): ...
|
|
149
|
-
def is_property_hidden(self): ...
|
|
150
|
-
def is_property_overridable_library(self): ...
|
|
151
|
-
def is_property_readonly(self): ...
|
|
152
|
-
def is_property_set(self): ...
|
|
153
|
-
def items(self): ...
|
|
154
|
-
def keyframe_delete(self): ...
|
|
155
|
-
def keyframe_insert(self): ...
|
|
156
|
-
def keys(self): ...
|
|
157
|
-
def path_from_id(self): ...
|
|
158
|
-
def path_resolve(self): ...
|
|
159
|
-
def poll(self, context): ...
|
|
160
|
-
def pop(self): ...
|
|
161
|
-
def prepend(self, draw_func): ...
|
|
162
|
-
def property_overridable_library_set(self): ...
|
|
163
|
-
def property_unset(self): ...
|
|
164
|
-
def remove(self, draw_func): ...
|
|
165
|
-
def type_recast(self): ...
|
|
166
|
-
def values(self): ...
|
|
167
|
-
|
|
168
|
-
class DATA_PT_camera_background_image(
|
|
169
|
-
CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
170
|
-
):
|
|
171
422
|
COMPAT_ENGINES: typing.Any
|
|
423
|
+
""" """
|
|
424
|
+
|
|
172
425
|
bl_context: typing.Any
|
|
426
|
+
""" """
|
|
427
|
+
|
|
173
428
|
bl_label: typing.Any
|
|
429
|
+
""" """
|
|
430
|
+
|
|
174
431
|
bl_options: typing.Any
|
|
432
|
+
""" """
|
|
433
|
+
|
|
175
434
|
bl_region_type: typing.Any
|
|
435
|
+
""" """
|
|
436
|
+
|
|
176
437
|
bl_rna: typing.Any
|
|
438
|
+
""" """
|
|
439
|
+
|
|
177
440
|
bl_space_type: typing.Any
|
|
441
|
+
""" """
|
|
442
|
+
|
|
178
443
|
id_data: typing.Any
|
|
444
|
+
""" """
|
|
445
|
+
|
|
446
|
+
def append(self, draw_func):
|
|
447
|
+
"""
|
|
448
|
+
|
|
449
|
+
:param draw_func:
|
|
450
|
+
"""
|
|
451
|
+
...
|
|
452
|
+
|
|
453
|
+
def as_pointer(self):
|
|
454
|
+
""" """
|
|
455
|
+
...
|
|
456
|
+
|
|
457
|
+
def bl_rna_get_subclass(self):
|
|
458
|
+
""" """
|
|
459
|
+
...
|
|
460
|
+
|
|
461
|
+
def bl_rna_get_subclass_py(self):
|
|
462
|
+
""" """
|
|
463
|
+
...
|
|
464
|
+
|
|
465
|
+
def draw(self, context):
|
|
466
|
+
"""
|
|
467
|
+
|
|
468
|
+
:param context:
|
|
469
|
+
"""
|
|
470
|
+
...
|
|
471
|
+
|
|
472
|
+
def draw_header_preset(self, _context):
|
|
473
|
+
"""
|
|
474
|
+
|
|
475
|
+
:param _context:
|
|
476
|
+
"""
|
|
477
|
+
...
|
|
478
|
+
|
|
479
|
+
def driver_add(self):
|
|
480
|
+
""" """
|
|
481
|
+
...
|
|
482
|
+
|
|
483
|
+
def driver_remove(self):
|
|
484
|
+
""" """
|
|
485
|
+
...
|
|
486
|
+
|
|
487
|
+
def get(self):
|
|
488
|
+
""" """
|
|
489
|
+
...
|
|
490
|
+
|
|
491
|
+
def id_properties_clear(self):
|
|
492
|
+
""" """
|
|
493
|
+
...
|
|
494
|
+
|
|
495
|
+
def id_properties_ensure(self):
|
|
496
|
+
""" """
|
|
497
|
+
...
|
|
498
|
+
|
|
499
|
+
def id_properties_ui(self):
|
|
500
|
+
""" """
|
|
501
|
+
...
|
|
502
|
+
|
|
503
|
+
def is_extended(self):
|
|
504
|
+
""" """
|
|
505
|
+
...
|
|
506
|
+
|
|
507
|
+
def is_property_hidden(self):
|
|
508
|
+
""" """
|
|
509
|
+
...
|
|
510
|
+
|
|
511
|
+
def is_property_overridable_library(self):
|
|
512
|
+
""" """
|
|
513
|
+
...
|
|
514
|
+
|
|
515
|
+
def is_property_readonly(self):
|
|
516
|
+
""" """
|
|
517
|
+
...
|
|
518
|
+
|
|
519
|
+
def is_property_set(self):
|
|
520
|
+
""" """
|
|
521
|
+
...
|
|
522
|
+
|
|
523
|
+
def items(self):
|
|
524
|
+
""" """
|
|
525
|
+
...
|
|
526
|
+
|
|
527
|
+
def keyframe_delete(self):
|
|
528
|
+
""" """
|
|
529
|
+
...
|
|
530
|
+
|
|
531
|
+
def keyframe_insert(self):
|
|
532
|
+
""" """
|
|
533
|
+
...
|
|
534
|
+
|
|
535
|
+
def keys(self):
|
|
536
|
+
""" """
|
|
537
|
+
...
|
|
538
|
+
|
|
539
|
+
def path_from_id(self):
|
|
540
|
+
""" """
|
|
541
|
+
...
|
|
542
|
+
|
|
543
|
+
def path_resolve(self):
|
|
544
|
+
""" """
|
|
545
|
+
...
|
|
546
|
+
|
|
547
|
+
def poll(self, context):
|
|
548
|
+
"""
|
|
549
|
+
|
|
550
|
+
:param context:
|
|
551
|
+
"""
|
|
552
|
+
...
|
|
553
|
+
|
|
554
|
+
def pop(self):
|
|
555
|
+
""" """
|
|
556
|
+
...
|
|
557
|
+
|
|
558
|
+
def prepend(self, draw_func):
|
|
559
|
+
"""
|
|
560
|
+
|
|
561
|
+
:param draw_func:
|
|
562
|
+
"""
|
|
563
|
+
...
|
|
564
|
+
|
|
565
|
+
def property_overridable_library_set(self):
|
|
566
|
+
""" """
|
|
567
|
+
...
|
|
568
|
+
|
|
569
|
+
def property_unset(self):
|
|
570
|
+
""" """
|
|
571
|
+
...
|
|
572
|
+
|
|
573
|
+
def remove(self, draw_func):
|
|
574
|
+
"""
|
|
575
|
+
|
|
576
|
+
:param draw_func:
|
|
577
|
+
"""
|
|
578
|
+
...
|
|
579
|
+
|
|
580
|
+
def type_recast(self):
|
|
581
|
+
""" """
|
|
582
|
+
...
|
|
583
|
+
|
|
584
|
+
def values(self):
|
|
585
|
+
""" """
|
|
586
|
+
...
|
|
587
|
+
|
|
588
|
+
class DATA_PT_camera_background_image(bpy_types._GenericUI):
|
|
589
|
+
""" """
|
|
179
590
|
|
|
180
|
-
def append(self, draw_func): ...
|
|
181
|
-
def as_pointer(self): ...
|
|
182
|
-
def bl_rna_get_subclass(self): ...
|
|
183
|
-
def bl_rna_get_subclass_py(self): ...
|
|
184
|
-
def draw(self, context): ...
|
|
185
|
-
def draw_header(self, context): ...
|
|
186
|
-
def driver_add(self): ...
|
|
187
|
-
def driver_remove(self): ...
|
|
188
|
-
def get(self): ...
|
|
189
|
-
def id_properties_clear(self): ...
|
|
190
|
-
def id_properties_ensure(self): ...
|
|
191
|
-
def id_properties_ui(self): ...
|
|
192
|
-
def is_extended(self): ...
|
|
193
|
-
def is_property_hidden(self): ...
|
|
194
|
-
def is_property_overridable_library(self): ...
|
|
195
|
-
def is_property_readonly(self): ...
|
|
196
|
-
def is_property_set(self): ...
|
|
197
|
-
def items(self): ...
|
|
198
|
-
def keyframe_delete(self): ...
|
|
199
|
-
def keyframe_insert(self): ...
|
|
200
|
-
def keys(self): ...
|
|
201
|
-
def path_from_id(self): ...
|
|
202
|
-
def path_resolve(self): ...
|
|
203
|
-
def poll(self, context): ...
|
|
204
|
-
def pop(self): ...
|
|
205
|
-
def prepend(self, draw_func): ...
|
|
206
|
-
def property_overridable_library_set(self): ...
|
|
207
|
-
def property_unset(self): ...
|
|
208
|
-
def remove(self, draw_func): ...
|
|
209
|
-
def type_recast(self): ...
|
|
210
|
-
def values(self): ...
|
|
211
|
-
|
|
212
|
-
class DATA_PT_camera_display(CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
213
591
|
COMPAT_ENGINES: typing.Any
|
|
592
|
+
""" """
|
|
593
|
+
|
|
214
594
|
bl_context: typing.Any
|
|
595
|
+
""" """
|
|
596
|
+
|
|
215
597
|
bl_label: typing.Any
|
|
598
|
+
""" """
|
|
599
|
+
|
|
216
600
|
bl_options: typing.Any
|
|
601
|
+
""" """
|
|
602
|
+
|
|
217
603
|
bl_region_type: typing.Any
|
|
604
|
+
""" """
|
|
605
|
+
|
|
218
606
|
bl_rna: typing.Any
|
|
607
|
+
""" """
|
|
608
|
+
|
|
219
609
|
bl_space_type: typing.Any
|
|
610
|
+
""" """
|
|
611
|
+
|
|
220
612
|
id_data: typing.Any
|
|
613
|
+
""" """
|
|
614
|
+
|
|
615
|
+
def append(self, draw_func):
|
|
616
|
+
"""
|
|
617
|
+
|
|
618
|
+
:param draw_func:
|
|
619
|
+
"""
|
|
620
|
+
...
|
|
621
|
+
|
|
622
|
+
def as_pointer(self):
|
|
623
|
+
""" """
|
|
624
|
+
...
|
|
625
|
+
|
|
626
|
+
def bl_rna_get_subclass(self):
|
|
627
|
+
""" """
|
|
628
|
+
...
|
|
629
|
+
|
|
630
|
+
def bl_rna_get_subclass_py(self):
|
|
631
|
+
""" """
|
|
632
|
+
...
|
|
633
|
+
|
|
634
|
+
def draw(self, context):
|
|
635
|
+
"""
|
|
636
|
+
|
|
637
|
+
:param context:
|
|
638
|
+
"""
|
|
639
|
+
...
|
|
640
|
+
|
|
641
|
+
def draw_header(self, context):
|
|
642
|
+
"""
|
|
643
|
+
|
|
644
|
+
:param context:
|
|
645
|
+
"""
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
def driver_add(self):
|
|
649
|
+
""" """
|
|
650
|
+
...
|
|
651
|
+
|
|
652
|
+
def driver_remove(self):
|
|
653
|
+
""" """
|
|
654
|
+
...
|
|
655
|
+
|
|
656
|
+
def get(self):
|
|
657
|
+
""" """
|
|
658
|
+
...
|
|
659
|
+
|
|
660
|
+
def id_properties_clear(self):
|
|
661
|
+
""" """
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def id_properties_ensure(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
def id_properties_ui(self):
|
|
669
|
+
""" """
|
|
670
|
+
...
|
|
671
|
+
|
|
672
|
+
def is_extended(self):
|
|
673
|
+
""" """
|
|
674
|
+
...
|
|
675
|
+
|
|
676
|
+
def is_property_hidden(self):
|
|
677
|
+
""" """
|
|
678
|
+
...
|
|
679
|
+
|
|
680
|
+
def is_property_overridable_library(self):
|
|
681
|
+
""" """
|
|
682
|
+
...
|
|
683
|
+
|
|
684
|
+
def is_property_readonly(self):
|
|
685
|
+
""" """
|
|
686
|
+
...
|
|
687
|
+
|
|
688
|
+
def is_property_set(self):
|
|
689
|
+
""" """
|
|
690
|
+
...
|
|
691
|
+
|
|
692
|
+
def items(self):
|
|
693
|
+
""" """
|
|
694
|
+
...
|
|
695
|
+
|
|
696
|
+
def keyframe_delete(self):
|
|
697
|
+
""" """
|
|
698
|
+
...
|
|
699
|
+
|
|
700
|
+
def keyframe_insert(self):
|
|
701
|
+
""" """
|
|
702
|
+
...
|
|
703
|
+
|
|
704
|
+
def keys(self):
|
|
705
|
+
""" """
|
|
706
|
+
...
|
|
707
|
+
|
|
708
|
+
def path_from_id(self):
|
|
709
|
+
""" """
|
|
710
|
+
...
|
|
711
|
+
|
|
712
|
+
def path_resolve(self):
|
|
713
|
+
""" """
|
|
714
|
+
...
|
|
715
|
+
|
|
716
|
+
def poll(self, context):
|
|
717
|
+
"""
|
|
718
|
+
|
|
719
|
+
:param context:
|
|
720
|
+
"""
|
|
721
|
+
...
|
|
722
|
+
|
|
723
|
+
def pop(self):
|
|
724
|
+
""" """
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
def prepend(self, draw_func):
|
|
728
|
+
"""
|
|
729
|
+
|
|
730
|
+
:param draw_func:
|
|
731
|
+
"""
|
|
732
|
+
...
|
|
733
|
+
|
|
734
|
+
def property_overridable_library_set(self):
|
|
735
|
+
""" """
|
|
736
|
+
...
|
|
737
|
+
|
|
738
|
+
def property_unset(self):
|
|
739
|
+
""" """
|
|
740
|
+
...
|
|
741
|
+
|
|
742
|
+
def remove(self, draw_func):
|
|
743
|
+
"""
|
|
744
|
+
|
|
745
|
+
:param draw_func:
|
|
746
|
+
"""
|
|
747
|
+
...
|
|
748
|
+
|
|
749
|
+
def type_recast(self):
|
|
750
|
+
""" """
|
|
751
|
+
...
|
|
752
|
+
|
|
753
|
+
def values(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
756
|
+
|
|
757
|
+
class DATA_PT_camera_display(bpy_types._GenericUI):
|
|
758
|
+
""" """
|
|
221
759
|
|
|
222
|
-
def append(self, draw_func): ...
|
|
223
|
-
def as_pointer(self): ...
|
|
224
|
-
def bl_rna_get_subclass(self): ...
|
|
225
|
-
def bl_rna_get_subclass_py(self): ...
|
|
226
|
-
def draw(self, context): ...
|
|
227
|
-
def driver_add(self): ...
|
|
228
|
-
def driver_remove(self): ...
|
|
229
|
-
def get(self): ...
|
|
230
|
-
def id_properties_clear(self): ...
|
|
231
|
-
def id_properties_ensure(self): ...
|
|
232
|
-
def id_properties_ui(self): ...
|
|
233
|
-
def is_extended(self): ...
|
|
234
|
-
def is_property_hidden(self): ...
|
|
235
|
-
def is_property_overridable_library(self): ...
|
|
236
|
-
def is_property_readonly(self): ...
|
|
237
|
-
def is_property_set(self): ...
|
|
238
|
-
def items(self): ...
|
|
239
|
-
def keyframe_delete(self): ...
|
|
240
|
-
def keyframe_insert(self): ...
|
|
241
|
-
def keys(self): ...
|
|
242
|
-
def path_from_id(self): ...
|
|
243
|
-
def path_resolve(self): ...
|
|
244
|
-
def poll(self, context): ...
|
|
245
|
-
def pop(self): ...
|
|
246
|
-
def prepend(self, draw_func): ...
|
|
247
|
-
def property_overridable_library_set(self): ...
|
|
248
|
-
def property_unset(self): ...
|
|
249
|
-
def remove(self, draw_func): ...
|
|
250
|
-
def type_recast(self): ...
|
|
251
|
-
def values(self): ...
|
|
252
|
-
|
|
253
|
-
class DATA_PT_camera_display_composition_guides(
|
|
254
|
-
CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
255
|
-
):
|
|
256
760
|
COMPAT_ENGINES: typing.Any
|
|
761
|
+
""" """
|
|
762
|
+
|
|
257
763
|
bl_context: typing.Any
|
|
764
|
+
""" """
|
|
765
|
+
|
|
258
766
|
bl_label: typing.Any
|
|
767
|
+
""" """
|
|
768
|
+
|
|
259
769
|
bl_options: typing.Any
|
|
260
|
-
|
|
770
|
+
""" """
|
|
771
|
+
|
|
261
772
|
bl_region_type: typing.Any
|
|
773
|
+
""" """
|
|
774
|
+
|
|
262
775
|
bl_rna: typing.Any
|
|
776
|
+
""" """
|
|
777
|
+
|
|
263
778
|
bl_space_type: typing.Any
|
|
779
|
+
""" """
|
|
780
|
+
|
|
264
781
|
id_data: typing.Any
|
|
782
|
+
""" """
|
|
783
|
+
|
|
784
|
+
def append(self, draw_func):
|
|
785
|
+
"""
|
|
786
|
+
|
|
787
|
+
:param draw_func:
|
|
788
|
+
"""
|
|
789
|
+
...
|
|
790
|
+
|
|
791
|
+
def as_pointer(self):
|
|
792
|
+
""" """
|
|
793
|
+
...
|
|
794
|
+
|
|
795
|
+
def bl_rna_get_subclass(self):
|
|
796
|
+
""" """
|
|
797
|
+
...
|
|
798
|
+
|
|
799
|
+
def bl_rna_get_subclass_py(self):
|
|
800
|
+
""" """
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
def draw(self, context):
|
|
804
|
+
"""
|
|
805
|
+
|
|
806
|
+
:param context:
|
|
807
|
+
"""
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
def driver_add(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
813
|
+
|
|
814
|
+
def driver_remove(self):
|
|
815
|
+
""" """
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
def get(self):
|
|
819
|
+
""" """
|
|
820
|
+
...
|
|
821
|
+
|
|
822
|
+
def id_properties_clear(self):
|
|
823
|
+
""" """
|
|
824
|
+
...
|
|
825
|
+
|
|
826
|
+
def id_properties_ensure(self):
|
|
827
|
+
""" """
|
|
828
|
+
...
|
|
829
|
+
|
|
830
|
+
def id_properties_ui(self):
|
|
831
|
+
""" """
|
|
832
|
+
...
|
|
833
|
+
|
|
834
|
+
def is_extended(self):
|
|
835
|
+
""" """
|
|
836
|
+
...
|
|
837
|
+
|
|
838
|
+
def is_property_hidden(self):
|
|
839
|
+
""" """
|
|
840
|
+
...
|
|
841
|
+
|
|
842
|
+
def is_property_overridable_library(self):
|
|
843
|
+
""" """
|
|
844
|
+
...
|
|
845
|
+
|
|
846
|
+
def is_property_readonly(self):
|
|
847
|
+
""" """
|
|
848
|
+
...
|
|
849
|
+
|
|
850
|
+
def is_property_set(self):
|
|
851
|
+
""" """
|
|
852
|
+
...
|
|
853
|
+
|
|
854
|
+
def items(self):
|
|
855
|
+
""" """
|
|
856
|
+
...
|
|
857
|
+
|
|
858
|
+
def keyframe_delete(self):
|
|
859
|
+
""" """
|
|
860
|
+
...
|
|
861
|
+
|
|
862
|
+
def keyframe_insert(self):
|
|
863
|
+
""" """
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
def keys(self):
|
|
867
|
+
""" """
|
|
868
|
+
...
|
|
869
|
+
|
|
870
|
+
def path_from_id(self):
|
|
871
|
+
""" """
|
|
872
|
+
...
|
|
873
|
+
|
|
874
|
+
def path_resolve(self):
|
|
875
|
+
""" """
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
def poll(self, context):
|
|
879
|
+
"""
|
|
880
|
+
|
|
881
|
+
:param context:
|
|
882
|
+
"""
|
|
883
|
+
...
|
|
884
|
+
|
|
885
|
+
def pop(self):
|
|
886
|
+
""" """
|
|
887
|
+
...
|
|
888
|
+
|
|
889
|
+
def prepend(self, draw_func):
|
|
890
|
+
"""
|
|
891
|
+
|
|
892
|
+
:param draw_func:
|
|
893
|
+
"""
|
|
894
|
+
...
|
|
895
|
+
|
|
896
|
+
def property_overridable_library_set(self):
|
|
897
|
+
""" """
|
|
898
|
+
...
|
|
899
|
+
|
|
900
|
+
def property_unset(self):
|
|
901
|
+
""" """
|
|
902
|
+
...
|
|
903
|
+
|
|
904
|
+
def remove(self, draw_func):
|
|
905
|
+
"""
|
|
906
|
+
|
|
907
|
+
:param draw_func:
|
|
908
|
+
"""
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
def type_recast(self):
|
|
912
|
+
""" """
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
def values(self):
|
|
916
|
+
""" """
|
|
917
|
+
...
|
|
918
|
+
|
|
919
|
+
class DATA_PT_camera_display_composition_guides(bpy_types._GenericUI):
|
|
920
|
+
""" """
|
|
265
921
|
|
|
266
|
-
def append(self, draw_func): ...
|
|
267
|
-
def as_pointer(self): ...
|
|
268
|
-
def bl_rna_get_subclass(self): ...
|
|
269
|
-
def bl_rna_get_subclass_py(self): ...
|
|
270
|
-
def draw(self, context): ...
|
|
271
|
-
def driver_add(self): ...
|
|
272
|
-
def driver_remove(self): ...
|
|
273
|
-
def get(self): ...
|
|
274
|
-
def id_properties_clear(self): ...
|
|
275
|
-
def id_properties_ensure(self): ...
|
|
276
|
-
def id_properties_ui(self): ...
|
|
277
|
-
def is_extended(self): ...
|
|
278
|
-
def is_property_hidden(self): ...
|
|
279
|
-
def is_property_overridable_library(self): ...
|
|
280
|
-
def is_property_readonly(self): ...
|
|
281
|
-
def is_property_set(self): ...
|
|
282
|
-
def items(self): ...
|
|
283
|
-
def keyframe_delete(self): ...
|
|
284
|
-
def keyframe_insert(self): ...
|
|
285
|
-
def keys(self): ...
|
|
286
|
-
def path_from_id(self): ...
|
|
287
|
-
def path_resolve(self): ...
|
|
288
|
-
def poll(self, context): ...
|
|
289
|
-
def pop(self): ...
|
|
290
|
-
def prepend(self, draw_func): ...
|
|
291
|
-
def property_overridable_library_set(self): ...
|
|
292
|
-
def property_unset(self): ...
|
|
293
|
-
def remove(self, draw_func): ...
|
|
294
|
-
def type_recast(self): ...
|
|
295
|
-
def values(self): ...
|
|
296
|
-
|
|
297
|
-
class DATA_PT_camera_dof(CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
298
922
|
COMPAT_ENGINES: typing.Any
|
|
923
|
+
""" """
|
|
924
|
+
|
|
299
925
|
bl_context: typing.Any
|
|
926
|
+
""" """
|
|
927
|
+
|
|
300
928
|
bl_label: typing.Any
|
|
929
|
+
""" """
|
|
930
|
+
|
|
301
931
|
bl_options: typing.Any
|
|
302
|
-
|
|
303
|
-
bl_rna: typing.Any
|
|
304
|
-
bl_space_type: typing.Any
|
|
305
|
-
id_data: typing.Any
|
|
932
|
+
""" """
|
|
306
933
|
|
|
307
|
-
def append(self, draw_func): ...
|
|
308
|
-
def as_pointer(self): ...
|
|
309
|
-
def bl_rna_get_subclass(self): ...
|
|
310
|
-
def bl_rna_get_subclass_py(self): ...
|
|
311
|
-
def draw(self, context): ...
|
|
312
|
-
def draw_header(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
|
-
def path_resolve(self): ...
|
|
330
|
-
def poll(self, context): ...
|
|
331
|
-
def pop(self): ...
|
|
332
|
-
def prepend(self, draw_func): ...
|
|
333
|
-
def property_overridable_library_set(self): ...
|
|
334
|
-
def property_unset(self): ...
|
|
335
|
-
def remove(self, draw_func): ...
|
|
336
|
-
def type_recast(self): ...
|
|
337
|
-
def values(self): ...
|
|
338
|
-
|
|
339
|
-
class DATA_PT_camera_dof_aperture(
|
|
340
|
-
CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
341
|
-
):
|
|
342
|
-
COMPAT_ENGINES: typing.Any
|
|
343
|
-
bl_context: typing.Any
|
|
344
|
-
bl_label: typing.Any
|
|
345
934
|
bl_parent_id: typing.Any
|
|
935
|
+
""" """
|
|
936
|
+
|
|
346
937
|
bl_region_type: typing.Any
|
|
938
|
+
""" """
|
|
939
|
+
|
|
347
940
|
bl_rna: typing.Any
|
|
941
|
+
""" """
|
|
942
|
+
|
|
348
943
|
bl_space_type: typing.Any
|
|
944
|
+
""" """
|
|
945
|
+
|
|
349
946
|
id_data: typing.Any
|
|
947
|
+
""" """
|
|
948
|
+
|
|
949
|
+
def append(self, draw_func):
|
|
950
|
+
"""
|
|
951
|
+
|
|
952
|
+
:param draw_func:
|
|
953
|
+
"""
|
|
954
|
+
...
|
|
955
|
+
|
|
956
|
+
def as_pointer(self):
|
|
957
|
+
""" """
|
|
958
|
+
...
|
|
959
|
+
|
|
960
|
+
def bl_rna_get_subclass(self):
|
|
961
|
+
""" """
|
|
962
|
+
...
|
|
963
|
+
|
|
964
|
+
def bl_rna_get_subclass_py(self):
|
|
965
|
+
""" """
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
def draw(self, context):
|
|
969
|
+
"""
|
|
970
|
+
|
|
971
|
+
:param context:
|
|
972
|
+
"""
|
|
973
|
+
...
|
|
974
|
+
|
|
975
|
+
def driver_add(self):
|
|
976
|
+
""" """
|
|
977
|
+
...
|
|
978
|
+
|
|
979
|
+
def driver_remove(self):
|
|
980
|
+
""" """
|
|
981
|
+
...
|
|
982
|
+
|
|
983
|
+
def get(self):
|
|
984
|
+
""" """
|
|
985
|
+
...
|
|
986
|
+
|
|
987
|
+
def id_properties_clear(self):
|
|
988
|
+
""" """
|
|
989
|
+
...
|
|
990
|
+
|
|
991
|
+
def id_properties_ensure(self):
|
|
992
|
+
""" """
|
|
993
|
+
...
|
|
994
|
+
|
|
995
|
+
def id_properties_ui(self):
|
|
996
|
+
""" """
|
|
997
|
+
...
|
|
998
|
+
|
|
999
|
+
def is_extended(self):
|
|
1000
|
+
""" """
|
|
1001
|
+
...
|
|
1002
|
+
|
|
1003
|
+
def is_property_hidden(self):
|
|
1004
|
+
""" """
|
|
1005
|
+
...
|
|
1006
|
+
|
|
1007
|
+
def is_property_overridable_library(self):
|
|
1008
|
+
""" """
|
|
1009
|
+
...
|
|
1010
|
+
|
|
1011
|
+
def is_property_readonly(self):
|
|
1012
|
+
""" """
|
|
1013
|
+
...
|
|
1014
|
+
|
|
1015
|
+
def is_property_set(self):
|
|
1016
|
+
""" """
|
|
1017
|
+
...
|
|
1018
|
+
|
|
1019
|
+
def items(self):
|
|
1020
|
+
""" """
|
|
1021
|
+
...
|
|
1022
|
+
|
|
1023
|
+
def keyframe_delete(self):
|
|
1024
|
+
""" """
|
|
1025
|
+
...
|
|
1026
|
+
|
|
1027
|
+
def keyframe_insert(self):
|
|
1028
|
+
""" """
|
|
1029
|
+
...
|
|
1030
|
+
|
|
1031
|
+
def keys(self):
|
|
1032
|
+
""" """
|
|
1033
|
+
...
|
|
1034
|
+
|
|
1035
|
+
def path_from_id(self):
|
|
1036
|
+
""" """
|
|
1037
|
+
...
|
|
1038
|
+
|
|
1039
|
+
def path_resolve(self):
|
|
1040
|
+
""" """
|
|
1041
|
+
...
|
|
1042
|
+
|
|
1043
|
+
def poll(self, context):
|
|
1044
|
+
"""
|
|
1045
|
+
|
|
1046
|
+
:param context:
|
|
1047
|
+
"""
|
|
1048
|
+
...
|
|
1049
|
+
|
|
1050
|
+
def pop(self):
|
|
1051
|
+
""" """
|
|
1052
|
+
...
|
|
1053
|
+
|
|
1054
|
+
def prepend(self, draw_func):
|
|
1055
|
+
"""
|
|
1056
|
+
|
|
1057
|
+
:param draw_func:
|
|
1058
|
+
"""
|
|
1059
|
+
...
|
|
1060
|
+
|
|
1061
|
+
def property_overridable_library_set(self):
|
|
1062
|
+
""" """
|
|
1063
|
+
...
|
|
1064
|
+
|
|
1065
|
+
def property_unset(self):
|
|
1066
|
+
""" """
|
|
1067
|
+
...
|
|
1068
|
+
|
|
1069
|
+
def remove(self, draw_func):
|
|
1070
|
+
"""
|
|
1071
|
+
|
|
1072
|
+
:param draw_func:
|
|
1073
|
+
"""
|
|
1074
|
+
...
|
|
1075
|
+
|
|
1076
|
+
def type_recast(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def values(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
class DATA_PT_camera_dof(bpy_types._GenericUI):
|
|
1085
|
+
""" """
|
|
1086
|
+
|
|
1087
|
+
COMPAT_ENGINES: typing.Any
|
|
1088
|
+
""" """
|
|
1089
|
+
|
|
1090
|
+
bl_context: typing.Any
|
|
1091
|
+
""" """
|
|
1092
|
+
|
|
1093
|
+
bl_label: typing.Any
|
|
1094
|
+
""" """
|
|
1095
|
+
|
|
1096
|
+
bl_options: typing.Any
|
|
1097
|
+
""" """
|
|
1098
|
+
|
|
1099
|
+
bl_region_type: typing.Any
|
|
1100
|
+
""" """
|
|
1101
|
+
|
|
1102
|
+
bl_rna: typing.Any
|
|
1103
|
+
""" """
|
|
1104
|
+
|
|
1105
|
+
bl_space_type: typing.Any
|
|
1106
|
+
""" """
|
|
1107
|
+
|
|
1108
|
+
id_data: typing.Any
|
|
1109
|
+
""" """
|
|
1110
|
+
|
|
1111
|
+
def append(self, draw_func):
|
|
1112
|
+
"""
|
|
1113
|
+
|
|
1114
|
+
:param draw_func:
|
|
1115
|
+
"""
|
|
1116
|
+
...
|
|
1117
|
+
|
|
1118
|
+
def as_pointer(self):
|
|
1119
|
+
""" """
|
|
1120
|
+
...
|
|
1121
|
+
|
|
1122
|
+
def bl_rna_get_subclass(self):
|
|
1123
|
+
""" """
|
|
1124
|
+
...
|
|
1125
|
+
|
|
1126
|
+
def bl_rna_get_subclass_py(self):
|
|
1127
|
+
""" """
|
|
1128
|
+
...
|
|
1129
|
+
|
|
1130
|
+
def draw(self, context):
|
|
1131
|
+
"""
|
|
1132
|
+
|
|
1133
|
+
:param context:
|
|
1134
|
+
"""
|
|
1135
|
+
...
|
|
1136
|
+
|
|
1137
|
+
def draw_header(self, context):
|
|
1138
|
+
"""
|
|
1139
|
+
|
|
1140
|
+
:param context:
|
|
1141
|
+
"""
|
|
1142
|
+
...
|
|
1143
|
+
|
|
1144
|
+
def driver_add(self):
|
|
1145
|
+
""" """
|
|
1146
|
+
...
|
|
1147
|
+
|
|
1148
|
+
def driver_remove(self):
|
|
1149
|
+
""" """
|
|
1150
|
+
...
|
|
1151
|
+
|
|
1152
|
+
def get(self):
|
|
1153
|
+
""" """
|
|
1154
|
+
...
|
|
1155
|
+
|
|
1156
|
+
def id_properties_clear(self):
|
|
1157
|
+
""" """
|
|
1158
|
+
...
|
|
1159
|
+
|
|
1160
|
+
def id_properties_ensure(self):
|
|
1161
|
+
""" """
|
|
1162
|
+
...
|
|
1163
|
+
|
|
1164
|
+
def id_properties_ui(self):
|
|
1165
|
+
""" """
|
|
1166
|
+
...
|
|
1167
|
+
|
|
1168
|
+
def is_extended(self):
|
|
1169
|
+
""" """
|
|
1170
|
+
...
|
|
1171
|
+
|
|
1172
|
+
def is_property_hidden(self):
|
|
1173
|
+
""" """
|
|
1174
|
+
...
|
|
1175
|
+
|
|
1176
|
+
def is_property_overridable_library(self):
|
|
1177
|
+
""" """
|
|
1178
|
+
...
|
|
1179
|
+
|
|
1180
|
+
def is_property_readonly(self):
|
|
1181
|
+
""" """
|
|
1182
|
+
...
|
|
1183
|
+
|
|
1184
|
+
def is_property_set(self):
|
|
1185
|
+
""" """
|
|
1186
|
+
...
|
|
1187
|
+
|
|
1188
|
+
def items(self):
|
|
1189
|
+
""" """
|
|
1190
|
+
...
|
|
1191
|
+
|
|
1192
|
+
def keyframe_delete(self):
|
|
1193
|
+
""" """
|
|
1194
|
+
...
|
|
1195
|
+
|
|
1196
|
+
def keyframe_insert(self):
|
|
1197
|
+
""" """
|
|
1198
|
+
...
|
|
1199
|
+
|
|
1200
|
+
def keys(self):
|
|
1201
|
+
""" """
|
|
1202
|
+
...
|
|
1203
|
+
|
|
1204
|
+
def path_from_id(self):
|
|
1205
|
+
""" """
|
|
1206
|
+
...
|
|
1207
|
+
|
|
1208
|
+
def path_resolve(self):
|
|
1209
|
+
""" """
|
|
1210
|
+
...
|
|
1211
|
+
|
|
1212
|
+
def poll(self, context):
|
|
1213
|
+
"""
|
|
1214
|
+
|
|
1215
|
+
:param context:
|
|
1216
|
+
"""
|
|
1217
|
+
...
|
|
1218
|
+
|
|
1219
|
+
def pop(self):
|
|
1220
|
+
""" """
|
|
1221
|
+
...
|
|
1222
|
+
|
|
1223
|
+
def prepend(self, draw_func):
|
|
1224
|
+
"""
|
|
1225
|
+
|
|
1226
|
+
:param draw_func:
|
|
1227
|
+
"""
|
|
1228
|
+
...
|
|
1229
|
+
|
|
1230
|
+
def property_overridable_library_set(self):
|
|
1231
|
+
""" """
|
|
1232
|
+
...
|
|
1233
|
+
|
|
1234
|
+
def property_unset(self):
|
|
1235
|
+
""" """
|
|
1236
|
+
...
|
|
1237
|
+
|
|
1238
|
+
def remove(self, draw_func):
|
|
1239
|
+
"""
|
|
1240
|
+
|
|
1241
|
+
:param draw_func:
|
|
1242
|
+
"""
|
|
1243
|
+
...
|
|
1244
|
+
|
|
1245
|
+
def type_recast(self):
|
|
1246
|
+
""" """
|
|
1247
|
+
...
|
|
1248
|
+
|
|
1249
|
+
def values(self):
|
|
1250
|
+
""" """
|
|
1251
|
+
...
|
|
1252
|
+
|
|
1253
|
+
class DATA_PT_camera_dof_aperture(bpy_types._GenericUI):
|
|
1254
|
+
""" """
|
|
1255
|
+
|
|
1256
|
+
COMPAT_ENGINES: typing.Any
|
|
1257
|
+
""" """
|
|
1258
|
+
|
|
1259
|
+
bl_context: typing.Any
|
|
1260
|
+
""" """
|
|
1261
|
+
|
|
1262
|
+
bl_label: typing.Any
|
|
1263
|
+
""" """
|
|
1264
|
+
|
|
1265
|
+
bl_parent_id: typing.Any
|
|
1266
|
+
""" """
|
|
1267
|
+
|
|
1268
|
+
bl_region_type: typing.Any
|
|
1269
|
+
""" """
|
|
1270
|
+
|
|
1271
|
+
bl_rna: typing.Any
|
|
1272
|
+
""" """
|
|
1273
|
+
|
|
1274
|
+
bl_space_type: typing.Any
|
|
1275
|
+
""" """
|
|
1276
|
+
|
|
1277
|
+
id_data: typing.Any
|
|
1278
|
+
""" """
|
|
1279
|
+
|
|
1280
|
+
def append(self, draw_func):
|
|
1281
|
+
"""
|
|
1282
|
+
|
|
1283
|
+
:param draw_func:
|
|
1284
|
+
"""
|
|
1285
|
+
...
|
|
1286
|
+
|
|
1287
|
+
def as_pointer(self):
|
|
1288
|
+
""" """
|
|
1289
|
+
...
|
|
1290
|
+
|
|
1291
|
+
def bl_rna_get_subclass(self):
|
|
1292
|
+
""" """
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def bl_rna_get_subclass_py(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def draw(self, context):
|
|
1300
|
+
"""
|
|
1301
|
+
|
|
1302
|
+
:param context:
|
|
1303
|
+
"""
|
|
1304
|
+
...
|
|
1305
|
+
|
|
1306
|
+
def driver_add(self):
|
|
1307
|
+
""" """
|
|
1308
|
+
...
|
|
1309
|
+
|
|
1310
|
+
def driver_remove(self):
|
|
1311
|
+
""" """
|
|
1312
|
+
...
|
|
1313
|
+
|
|
1314
|
+
def get(self):
|
|
1315
|
+
""" """
|
|
1316
|
+
...
|
|
1317
|
+
|
|
1318
|
+
def id_properties_clear(self):
|
|
1319
|
+
""" """
|
|
1320
|
+
...
|
|
1321
|
+
|
|
1322
|
+
def id_properties_ensure(self):
|
|
1323
|
+
""" """
|
|
1324
|
+
...
|
|
1325
|
+
|
|
1326
|
+
def id_properties_ui(self):
|
|
1327
|
+
""" """
|
|
1328
|
+
...
|
|
1329
|
+
|
|
1330
|
+
def is_extended(self):
|
|
1331
|
+
""" """
|
|
1332
|
+
...
|
|
1333
|
+
|
|
1334
|
+
def is_property_hidden(self):
|
|
1335
|
+
""" """
|
|
1336
|
+
...
|
|
1337
|
+
|
|
1338
|
+
def is_property_overridable_library(self):
|
|
1339
|
+
""" """
|
|
1340
|
+
...
|
|
1341
|
+
|
|
1342
|
+
def is_property_readonly(self):
|
|
1343
|
+
""" """
|
|
1344
|
+
...
|
|
1345
|
+
|
|
1346
|
+
def is_property_set(self):
|
|
1347
|
+
""" """
|
|
1348
|
+
...
|
|
1349
|
+
|
|
1350
|
+
def items(self):
|
|
1351
|
+
""" """
|
|
1352
|
+
...
|
|
1353
|
+
|
|
1354
|
+
def keyframe_delete(self):
|
|
1355
|
+
""" """
|
|
1356
|
+
...
|
|
1357
|
+
|
|
1358
|
+
def keyframe_insert(self):
|
|
1359
|
+
""" """
|
|
1360
|
+
...
|
|
1361
|
+
|
|
1362
|
+
def keys(self):
|
|
1363
|
+
""" """
|
|
1364
|
+
...
|
|
1365
|
+
|
|
1366
|
+
def path_from_id(self):
|
|
1367
|
+
""" """
|
|
1368
|
+
...
|
|
1369
|
+
|
|
1370
|
+
def path_resolve(self):
|
|
1371
|
+
""" """
|
|
1372
|
+
...
|
|
1373
|
+
|
|
1374
|
+
def poll(self, context):
|
|
1375
|
+
"""
|
|
1376
|
+
|
|
1377
|
+
:param context:
|
|
1378
|
+
"""
|
|
1379
|
+
...
|
|
1380
|
+
|
|
1381
|
+
def pop(self):
|
|
1382
|
+
""" """
|
|
1383
|
+
...
|
|
1384
|
+
|
|
1385
|
+
def prepend(self, draw_func):
|
|
1386
|
+
"""
|
|
1387
|
+
|
|
1388
|
+
:param draw_func:
|
|
1389
|
+
"""
|
|
1390
|
+
...
|
|
1391
|
+
|
|
1392
|
+
def property_overridable_library_set(self):
|
|
1393
|
+
""" """
|
|
1394
|
+
...
|
|
1395
|
+
|
|
1396
|
+
def property_unset(self):
|
|
1397
|
+
""" """
|
|
1398
|
+
...
|
|
1399
|
+
|
|
1400
|
+
def remove(self, draw_func):
|
|
1401
|
+
"""
|
|
1402
|
+
|
|
1403
|
+
:param draw_func:
|
|
1404
|
+
"""
|
|
1405
|
+
...
|
|
1406
|
+
|
|
1407
|
+
def type_recast(self):
|
|
1408
|
+
""" """
|
|
1409
|
+
...
|
|
1410
|
+
|
|
1411
|
+
def values(self):
|
|
1412
|
+
""" """
|
|
1413
|
+
...
|
|
1414
|
+
|
|
1415
|
+
class DATA_PT_camera_safe_areas(bpy_types._GenericUI):
|
|
1416
|
+
""" """
|
|
1417
|
+
|
|
1418
|
+
COMPAT_ENGINES: typing.Any
|
|
1419
|
+
""" """
|
|
350
1420
|
|
|
351
|
-
def append(self, draw_func): ...
|
|
352
|
-
def as_pointer(self): ...
|
|
353
|
-
def bl_rna_get_subclass(self): ...
|
|
354
|
-
def bl_rna_get_subclass_py(self): ...
|
|
355
|
-
def draw(self, context): ...
|
|
356
|
-
def driver_add(self): ...
|
|
357
|
-
def driver_remove(self): ...
|
|
358
|
-
def get(self): ...
|
|
359
|
-
def id_properties_clear(self): ...
|
|
360
|
-
def id_properties_ensure(self): ...
|
|
361
|
-
def id_properties_ui(self): ...
|
|
362
|
-
def is_extended(self): ...
|
|
363
|
-
def is_property_hidden(self): ...
|
|
364
|
-
def is_property_overridable_library(self): ...
|
|
365
|
-
def is_property_readonly(self): ...
|
|
366
|
-
def is_property_set(self): ...
|
|
367
|
-
def items(self): ...
|
|
368
|
-
def keyframe_delete(self): ...
|
|
369
|
-
def keyframe_insert(self): ...
|
|
370
|
-
def keys(self): ...
|
|
371
|
-
def path_from_id(self): ...
|
|
372
|
-
def path_resolve(self): ...
|
|
373
|
-
def poll(self, context): ...
|
|
374
|
-
def pop(self): ...
|
|
375
|
-
def prepend(self, draw_func): ...
|
|
376
|
-
def property_overridable_library_set(self): ...
|
|
377
|
-
def property_unset(self): ...
|
|
378
|
-
def remove(self, draw_func): ...
|
|
379
|
-
def type_recast(self): ...
|
|
380
|
-
def values(self): ...
|
|
381
|
-
|
|
382
|
-
class DATA_PT_camera_safe_areas(
|
|
383
|
-
CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
384
|
-
):
|
|
385
|
-
COMPAT_ENGINES: typing.Any
|
|
386
1421
|
bl_context: typing.Any
|
|
1422
|
+
""" """
|
|
1423
|
+
|
|
387
1424
|
bl_label: typing.Any
|
|
1425
|
+
""" """
|
|
1426
|
+
|
|
388
1427
|
bl_options: typing.Any
|
|
1428
|
+
""" """
|
|
1429
|
+
|
|
389
1430
|
bl_region_type: typing.Any
|
|
1431
|
+
""" """
|
|
1432
|
+
|
|
390
1433
|
bl_rna: typing.Any
|
|
1434
|
+
""" """
|
|
1435
|
+
|
|
391
1436
|
bl_space_type: typing.Any
|
|
1437
|
+
""" """
|
|
1438
|
+
|
|
392
1439
|
id_data: typing.Any
|
|
1440
|
+
""" """
|
|
1441
|
+
|
|
1442
|
+
def append(self, draw_func):
|
|
1443
|
+
"""
|
|
1444
|
+
|
|
1445
|
+
:param draw_func:
|
|
1446
|
+
"""
|
|
1447
|
+
...
|
|
1448
|
+
|
|
1449
|
+
def as_pointer(self):
|
|
1450
|
+
""" """
|
|
1451
|
+
...
|
|
1452
|
+
|
|
1453
|
+
def bl_rna_get_subclass(self):
|
|
1454
|
+
""" """
|
|
1455
|
+
...
|
|
1456
|
+
|
|
1457
|
+
def bl_rna_get_subclass_py(self):
|
|
1458
|
+
""" """
|
|
1459
|
+
...
|
|
1460
|
+
|
|
1461
|
+
def draw(self, context):
|
|
1462
|
+
"""
|
|
1463
|
+
|
|
1464
|
+
:param context:
|
|
1465
|
+
"""
|
|
1466
|
+
...
|
|
1467
|
+
|
|
1468
|
+
def draw_header(self, context):
|
|
1469
|
+
"""
|
|
1470
|
+
|
|
1471
|
+
:param context:
|
|
1472
|
+
"""
|
|
1473
|
+
...
|
|
1474
|
+
|
|
1475
|
+
def draw_header_preset(self, _context):
|
|
1476
|
+
"""
|
|
1477
|
+
|
|
1478
|
+
:param _context:
|
|
1479
|
+
"""
|
|
1480
|
+
...
|
|
1481
|
+
|
|
1482
|
+
def driver_add(self):
|
|
1483
|
+
""" """
|
|
1484
|
+
...
|
|
1485
|
+
|
|
1486
|
+
def driver_remove(self):
|
|
1487
|
+
""" """
|
|
1488
|
+
...
|
|
1489
|
+
|
|
1490
|
+
def get(self):
|
|
1491
|
+
""" """
|
|
1492
|
+
...
|
|
1493
|
+
|
|
1494
|
+
def id_properties_clear(self):
|
|
1495
|
+
""" """
|
|
1496
|
+
...
|
|
1497
|
+
|
|
1498
|
+
def id_properties_ensure(self):
|
|
1499
|
+
""" """
|
|
1500
|
+
...
|
|
1501
|
+
|
|
1502
|
+
def id_properties_ui(self):
|
|
1503
|
+
""" """
|
|
1504
|
+
...
|
|
1505
|
+
|
|
1506
|
+
def is_extended(self):
|
|
1507
|
+
""" """
|
|
1508
|
+
...
|
|
1509
|
+
|
|
1510
|
+
def is_property_hidden(self):
|
|
1511
|
+
""" """
|
|
1512
|
+
...
|
|
1513
|
+
|
|
1514
|
+
def is_property_overridable_library(self):
|
|
1515
|
+
""" """
|
|
1516
|
+
...
|
|
1517
|
+
|
|
1518
|
+
def is_property_readonly(self):
|
|
1519
|
+
""" """
|
|
1520
|
+
...
|
|
1521
|
+
|
|
1522
|
+
def is_property_set(self):
|
|
1523
|
+
""" """
|
|
1524
|
+
...
|
|
1525
|
+
|
|
1526
|
+
def items(self):
|
|
1527
|
+
""" """
|
|
1528
|
+
...
|
|
1529
|
+
|
|
1530
|
+
def keyframe_delete(self):
|
|
1531
|
+
""" """
|
|
1532
|
+
...
|
|
1533
|
+
|
|
1534
|
+
def keyframe_insert(self):
|
|
1535
|
+
""" """
|
|
1536
|
+
...
|
|
1537
|
+
|
|
1538
|
+
def keys(self):
|
|
1539
|
+
""" """
|
|
1540
|
+
...
|
|
1541
|
+
|
|
1542
|
+
def path_from_id(self):
|
|
1543
|
+
""" """
|
|
1544
|
+
...
|
|
1545
|
+
|
|
1546
|
+
def path_resolve(self):
|
|
1547
|
+
""" """
|
|
1548
|
+
...
|
|
1549
|
+
|
|
1550
|
+
def poll(self, context):
|
|
1551
|
+
"""
|
|
1552
|
+
|
|
1553
|
+
:param context:
|
|
1554
|
+
"""
|
|
1555
|
+
...
|
|
1556
|
+
|
|
1557
|
+
def pop(self):
|
|
1558
|
+
""" """
|
|
1559
|
+
...
|
|
1560
|
+
|
|
1561
|
+
def prepend(self, draw_func):
|
|
1562
|
+
"""
|
|
1563
|
+
|
|
1564
|
+
:param draw_func:
|
|
1565
|
+
"""
|
|
1566
|
+
...
|
|
1567
|
+
|
|
1568
|
+
def property_overridable_library_set(self):
|
|
1569
|
+
""" """
|
|
1570
|
+
...
|
|
1571
|
+
|
|
1572
|
+
def property_unset(self):
|
|
1573
|
+
""" """
|
|
1574
|
+
...
|
|
1575
|
+
|
|
1576
|
+
def remove(self, draw_func):
|
|
1577
|
+
"""
|
|
1578
|
+
|
|
1579
|
+
:param draw_func:
|
|
1580
|
+
"""
|
|
1581
|
+
...
|
|
1582
|
+
|
|
1583
|
+
def type_recast(self):
|
|
1584
|
+
""" """
|
|
1585
|
+
...
|
|
1586
|
+
|
|
1587
|
+
def values(self):
|
|
1588
|
+
""" """
|
|
1589
|
+
...
|
|
1590
|
+
|
|
1591
|
+
class DATA_PT_camera_safe_areas_center_cut(bpy_types._GenericUI):
|
|
1592
|
+
""" """
|
|
393
1593
|
|
|
394
|
-
def append(self, draw_func): ...
|
|
395
|
-
def as_pointer(self): ...
|
|
396
|
-
def bl_rna_get_subclass(self): ...
|
|
397
|
-
def bl_rna_get_subclass_py(self): ...
|
|
398
|
-
def draw(self, context): ...
|
|
399
|
-
def draw_header(self, context): ...
|
|
400
|
-
def draw_header_preset(self, _context): ...
|
|
401
|
-
def driver_add(self): ...
|
|
402
|
-
def driver_remove(self): ...
|
|
403
|
-
def get(self): ...
|
|
404
|
-
def id_properties_clear(self): ...
|
|
405
|
-
def id_properties_ensure(self): ...
|
|
406
|
-
def id_properties_ui(self): ...
|
|
407
|
-
def is_extended(self): ...
|
|
408
|
-
def is_property_hidden(self): ...
|
|
409
|
-
def is_property_overridable_library(self): ...
|
|
410
|
-
def is_property_readonly(self): ...
|
|
411
|
-
def is_property_set(self): ...
|
|
412
|
-
def items(self): ...
|
|
413
|
-
def keyframe_delete(self): ...
|
|
414
|
-
def keyframe_insert(self): ...
|
|
415
|
-
def keys(self): ...
|
|
416
|
-
def path_from_id(self): ...
|
|
417
|
-
def path_resolve(self): ...
|
|
418
|
-
def poll(self, context): ...
|
|
419
|
-
def pop(self): ...
|
|
420
|
-
def prepend(self, draw_func): ...
|
|
421
|
-
def property_overridable_library_set(self): ...
|
|
422
|
-
def property_unset(self): ...
|
|
423
|
-
def remove(self, draw_func): ...
|
|
424
|
-
def type_recast(self): ...
|
|
425
|
-
def values(self): ...
|
|
426
|
-
|
|
427
|
-
class DATA_PT_camera_safe_areas_center_cut(
|
|
428
|
-
CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
429
|
-
):
|
|
430
1594
|
COMPAT_ENGINES: typing.Any
|
|
1595
|
+
""" """
|
|
1596
|
+
|
|
431
1597
|
bl_context: typing.Any
|
|
1598
|
+
""" """
|
|
1599
|
+
|
|
432
1600
|
bl_label: typing.Any
|
|
1601
|
+
""" """
|
|
1602
|
+
|
|
433
1603
|
bl_options: typing.Any
|
|
1604
|
+
""" """
|
|
1605
|
+
|
|
434
1606
|
bl_parent_id: typing.Any
|
|
1607
|
+
""" """
|
|
1608
|
+
|
|
435
1609
|
bl_region_type: typing.Any
|
|
1610
|
+
""" """
|
|
1611
|
+
|
|
436
1612
|
bl_rna: typing.Any
|
|
1613
|
+
""" """
|
|
1614
|
+
|
|
437
1615
|
bl_space_type: typing.Any
|
|
1616
|
+
""" """
|
|
1617
|
+
|
|
438
1618
|
id_data: typing.Any
|
|
1619
|
+
""" """
|
|
1620
|
+
|
|
1621
|
+
def append(self, draw_func):
|
|
1622
|
+
"""
|
|
1623
|
+
|
|
1624
|
+
:param draw_func:
|
|
1625
|
+
"""
|
|
1626
|
+
...
|
|
1627
|
+
|
|
1628
|
+
def as_pointer(self):
|
|
1629
|
+
""" """
|
|
1630
|
+
...
|
|
1631
|
+
|
|
1632
|
+
def bl_rna_get_subclass(self):
|
|
1633
|
+
""" """
|
|
1634
|
+
...
|
|
1635
|
+
|
|
1636
|
+
def bl_rna_get_subclass_py(self):
|
|
1637
|
+
""" """
|
|
1638
|
+
...
|
|
1639
|
+
|
|
1640
|
+
def draw(self, context):
|
|
1641
|
+
"""
|
|
1642
|
+
|
|
1643
|
+
:param context:
|
|
1644
|
+
"""
|
|
1645
|
+
...
|
|
1646
|
+
|
|
1647
|
+
def draw_header(self, context):
|
|
1648
|
+
"""
|
|
1649
|
+
|
|
1650
|
+
:param context:
|
|
1651
|
+
"""
|
|
1652
|
+
...
|
|
1653
|
+
|
|
1654
|
+
def driver_add(self):
|
|
1655
|
+
""" """
|
|
1656
|
+
...
|
|
1657
|
+
|
|
1658
|
+
def driver_remove(self):
|
|
1659
|
+
""" """
|
|
1660
|
+
...
|
|
1661
|
+
|
|
1662
|
+
def get(self):
|
|
1663
|
+
""" """
|
|
1664
|
+
...
|
|
1665
|
+
|
|
1666
|
+
def id_properties_clear(self):
|
|
1667
|
+
""" """
|
|
1668
|
+
...
|
|
1669
|
+
|
|
1670
|
+
def id_properties_ensure(self):
|
|
1671
|
+
""" """
|
|
1672
|
+
...
|
|
1673
|
+
|
|
1674
|
+
def id_properties_ui(self):
|
|
1675
|
+
""" """
|
|
1676
|
+
...
|
|
1677
|
+
|
|
1678
|
+
def is_extended(self):
|
|
1679
|
+
""" """
|
|
1680
|
+
...
|
|
1681
|
+
|
|
1682
|
+
def is_property_hidden(self):
|
|
1683
|
+
""" """
|
|
1684
|
+
...
|
|
1685
|
+
|
|
1686
|
+
def is_property_overridable_library(self):
|
|
1687
|
+
""" """
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
def is_property_readonly(self):
|
|
1691
|
+
""" """
|
|
1692
|
+
...
|
|
1693
|
+
|
|
1694
|
+
def is_property_set(self):
|
|
1695
|
+
""" """
|
|
1696
|
+
...
|
|
1697
|
+
|
|
1698
|
+
def items(self):
|
|
1699
|
+
""" """
|
|
1700
|
+
...
|
|
1701
|
+
|
|
1702
|
+
def keyframe_delete(self):
|
|
1703
|
+
""" """
|
|
1704
|
+
...
|
|
1705
|
+
|
|
1706
|
+
def keyframe_insert(self):
|
|
1707
|
+
""" """
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def keys(self):
|
|
1711
|
+
""" """
|
|
1712
|
+
...
|
|
1713
|
+
|
|
1714
|
+
def path_from_id(self):
|
|
1715
|
+
""" """
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
def path_resolve(self):
|
|
1719
|
+
""" """
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1722
|
+
def poll(self, context):
|
|
1723
|
+
"""
|
|
1724
|
+
|
|
1725
|
+
:param context:
|
|
1726
|
+
"""
|
|
1727
|
+
...
|
|
1728
|
+
|
|
1729
|
+
def pop(self):
|
|
1730
|
+
""" """
|
|
1731
|
+
...
|
|
1732
|
+
|
|
1733
|
+
def prepend(self, draw_func):
|
|
1734
|
+
"""
|
|
1735
|
+
|
|
1736
|
+
:param draw_func:
|
|
1737
|
+
"""
|
|
1738
|
+
...
|
|
1739
|
+
|
|
1740
|
+
def property_overridable_library_set(self):
|
|
1741
|
+
""" """
|
|
1742
|
+
...
|
|
1743
|
+
|
|
1744
|
+
def property_unset(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
1747
|
+
|
|
1748
|
+
def remove(self, draw_func):
|
|
1749
|
+
"""
|
|
1750
|
+
|
|
1751
|
+
:param draw_func:
|
|
1752
|
+
"""
|
|
1753
|
+
...
|
|
1754
|
+
|
|
1755
|
+
def type_recast(self):
|
|
1756
|
+
""" """
|
|
1757
|
+
...
|
|
1758
|
+
|
|
1759
|
+
def values(self):
|
|
1760
|
+
""" """
|
|
1761
|
+
...
|
|
1762
|
+
|
|
1763
|
+
class DATA_PT_camera_stereoscopy(bpy_types._GenericUI):
|
|
1764
|
+
""" """
|
|
439
1765
|
|
|
440
|
-
def append(self, draw_func): ...
|
|
441
|
-
def as_pointer(self): ...
|
|
442
|
-
def bl_rna_get_subclass(self): ...
|
|
443
|
-
def bl_rna_get_subclass_py(self): ...
|
|
444
|
-
def draw(self, context): ...
|
|
445
|
-
def draw_header(self, context): ...
|
|
446
|
-
def driver_add(self): ...
|
|
447
|
-
def driver_remove(self): ...
|
|
448
|
-
def get(self): ...
|
|
449
|
-
def id_properties_clear(self): ...
|
|
450
|
-
def id_properties_ensure(self): ...
|
|
451
|
-
def id_properties_ui(self): ...
|
|
452
|
-
def is_extended(self): ...
|
|
453
|
-
def is_property_hidden(self): ...
|
|
454
|
-
def is_property_overridable_library(self): ...
|
|
455
|
-
def is_property_readonly(self): ...
|
|
456
|
-
def is_property_set(self): ...
|
|
457
|
-
def items(self): ...
|
|
458
|
-
def keyframe_delete(self): ...
|
|
459
|
-
def keyframe_insert(self): ...
|
|
460
|
-
def keys(self): ...
|
|
461
|
-
def path_from_id(self): ...
|
|
462
|
-
def path_resolve(self): ...
|
|
463
|
-
def poll(self, context): ...
|
|
464
|
-
def pop(self): ...
|
|
465
|
-
def prepend(self, draw_func): ...
|
|
466
|
-
def property_overridable_library_set(self): ...
|
|
467
|
-
def property_unset(self): ...
|
|
468
|
-
def remove(self, draw_func): ...
|
|
469
|
-
def type_recast(self): ...
|
|
470
|
-
def values(self): ...
|
|
471
|
-
|
|
472
|
-
class DATA_PT_camera_stereoscopy(
|
|
473
|
-
CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
474
|
-
):
|
|
475
1766
|
COMPAT_ENGINES: typing.Any
|
|
1767
|
+
""" """
|
|
1768
|
+
|
|
476
1769
|
bl_context: typing.Any
|
|
1770
|
+
""" """
|
|
1771
|
+
|
|
477
1772
|
bl_label: typing.Any
|
|
1773
|
+
""" """
|
|
1774
|
+
|
|
478
1775
|
bl_region_type: typing.Any
|
|
1776
|
+
""" """
|
|
1777
|
+
|
|
479
1778
|
bl_rna: typing.Any
|
|
1779
|
+
""" """
|
|
1780
|
+
|
|
480
1781
|
bl_space_type: typing.Any
|
|
1782
|
+
""" """
|
|
1783
|
+
|
|
481
1784
|
id_data: typing.Any
|
|
1785
|
+
""" """
|
|
1786
|
+
|
|
1787
|
+
def append(self, draw_func):
|
|
1788
|
+
"""
|
|
1789
|
+
|
|
1790
|
+
:param draw_func:
|
|
1791
|
+
"""
|
|
1792
|
+
...
|
|
1793
|
+
|
|
1794
|
+
def as_pointer(self):
|
|
1795
|
+
""" """
|
|
1796
|
+
...
|
|
1797
|
+
|
|
1798
|
+
def bl_rna_get_subclass(self):
|
|
1799
|
+
""" """
|
|
1800
|
+
...
|
|
1801
|
+
|
|
1802
|
+
def bl_rna_get_subclass_py(self):
|
|
1803
|
+
""" """
|
|
1804
|
+
...
|
|
1805
|
+
|
|
1806
|
+
def draw(self, context):
|
|
1807
|
+
"""
|
|
1808
|
+
|
|
1809
|
+
:param context:
|
|
1810
|
+
"""
|
|
1811
|
+
...
|
|
1812
|
+
|
|
1813
|
+
def driver_add(self):
|
|
1814
|
+
""" """
|
|
1815
|
+
...
|
|
1816
|
+
|
|
1817
|
+
def driver_remove(self):
|
|
1818
|
+
""" """
|
|
1819
|
+
...
|
|
1820
|
+
|
|
1821
|
+
def get(self):
|
|
1822
|
+
""" """
|
|
1823
|
+
...
|
|
1824
|
+
|
|
1825
|
+
def id_properties_clear(self):
|
|
1826
|
+
""" """
|
|
1827
|
+
...
|
|
1828
|
+
|
|
1829
|
+
def id_properties_ensure(self):
|
|
1830
|
+
""" """
|
|
1831
|
+
...
|
|
1832
|
+
|
|
1833
|
+
def id_properties_ui(self):
|
|
1834
|
+
""" """
|
|
1835
|
+
...
|
|
1836
|
+
|
|
1837
|
+
def is_extended(self):
|
|
1838
|
+
""" """
|
|
1839
|
+
...
|
|
1840
|
+
|
|
1841
|
+
def is_property_hidden(self):
|
|
1842
|
+
""" """
|
|
1843
|
+
...
|
|
1844
|
+
|
|
1845
|
+
def is_property_overridable_library(self):
|
|
1846
|
+
""" """
|
|
1847
|
+
...
|
|
1848
|
+
|
|
1849
|
+
def is_property_readonly(self):
|
|
1850
|
+
""" """
|
|
1851
|
+
...
|
|
1852
|
+
|
|
1853
|
+
def is_property_set(self):
|
|
1854
|
+
""" """
|
|
1855
|
+
...
|
|
1856
|
+
|
|
1857
|
+
def items(self):
|
|
1858
|
+
""" """
|
|
1859
|
+
...
|
|
1860
|
+
|
|
1861
|
+
def keyframe_delete(self):
|
|
1862
|
+
""" """
|
|
1863
|
+
...
|
|
1864
|
+
|
|
1865
|
+
def keyframe_insert(self):
|
|
1866
|
+
""" """
|
|
1867
|
+
...
|
|
1868
|
+
|
|
1869
|
+
def keys(self):
|
|
1870
|
+
""" """
|
|
1871
|
+
...
|
|
1872
|
+
|
|
1873
|
+
def path_from_id(self):
|
|
1874
|
+
""" """
|
|
1875
|
+
...
|
|
1876
|
+
|
|
1877
|
+
def path_resolve(self):
|
|
1878
|
+
""" """
|
|
1879
|
+
...
|
|
1880
|
+
|
|
1881
|
+
def poll(self, context):
|
|
1882
|
+
"""
|
|
1883
|
+
|
|
1884
|
+
:param context:
|
|
1885
|
+
"""
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
def pop(self):
|
|
1889
|
+
""" """
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
def prepend(self, draw_func):
|
|
1893
|
+
"""
|
|
1894
|
+
|
|
1895
|
+
:param draw_func:
|
|
1896
|
+
"""
|
|
1897
|
+
...
|
|
1898
|
+
|
|
1899
|
+
def property_overridable_library_set(self):
|
|
1900
|
+
""" """
|
|
1901
|
+
...
|
|
1902
|
+
|
|
1903
|
+
def property_unset(self):
|
|
1904
|
+
""" """
|
|
1905
|
+
...
|
|
1906
|
+
|
|
1907
|
+
def remove(self, draw_func):
|
|
1908
|
+
"""
|
|
1909
|
+
|
|
1910
|
+
:param draw_func:
|
|
1911
|
+
"""
|
|
1912
|
+
...
|
|
1913
|
+
|
|
1914
|
+
def type_recast(self):
|
|
1915
|
+
""" """
|
|
1916
|
+
...
|
|
1917
|
+
|
|
1918
|
+
def values(self):
|
|
1919
|
+
""" """
|
|
1920
|
+
...
|
|
1921
|
+
|
|
1922
|
+
class DATA_PT_context_camera(bpy_types._GenericUI):
|
|
1923
|
+
""" """
|
|
482
1924
|
|
|
483
|
-
def append(self, draw_func): ...
|
|
484
|
-
def as_pointer(self): ...
|
|
485
|
-
def bl_rna_get_subclass(self): ...
|
|
486
|
-
def bl_rna_get_subclass_py(self): ...
|
|
487
|
-
def draw(self, context): ...
|
|
488
|
-
def driver_add(self): ...
|
|
489
|
-
def driver_remove(self): ...
|
|
490
|
-
def get(self): ...
|
|
491
|
-
def id_properties_clear(self): ...
|
|
492
|
-
def id_properties_ensure(self): ...
|
|
493
|
-
def id_properties_ui(self): ...
|
|
494
|
-
def is_extended(self): ...
|
|
495
|
-
def is_property_hidden(self): ...
|
|
496
|
-
def is_property_overridable_library(self): ...
|
|
497
|
-
def is_property_readonly(self): ...
|
|
498
|
-
def is_property_set(self): ...
|
|
499
|
-
def items(self): ...
|
|
500
|
-
def keyframe_delete(self): ...
|
|
501
|
-
def keyframe_insert(self): ...
|
|
502
|
-
def keys(self): ...
|
|
503
|
-
def path_from_id(self): ...
|
|
504
|
-
def path_resolve(self): ...
|
|
505
|
-
def poll(self, context): ...
|
|
506
|
-
def pop(self): ...
|
|
507
|
-
def prepend(self, draw_func): ...
|
|
508
|
-
def property_overridable_library_set(self): ...
|
|
509
|
-
def property_unset(self): ...
|
|
510
|
-
def remove(self, draw_func): ...
|
|
511
|
-
def type_recast(self): ...
|
|
512
|
-
def values(self): ...
|
|
513
|
-
|
|
514
|
-
class DATA_PT_context_camera(CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
515
1925
|
COMPAT_ENGINES: typing.Any
|
|
1926
|
+
""" """
|
|
1927
|
+
|
|
516
1928
|
bl_context: typing.Any
|
|
1929
|
+
""" """
|
|
1930
|
+
|
|
517
1931
|
bl_label: typing.Any
|
|
1932
|
+
""" """
|
|
1933
|
+
|
|
518
1934
|
bl_options: typing.Any
|
|
1935
|
+
""" """
|
|
1936
|
+
|
|
519
1937
|
bl_region_type: typing.Any
|
|
1938
|
+
""" """
|
|
1939
|
+
|
|
520
1940
|
bl_rna: typing.Any
|
|
1941
|
+
""" """
|
|
1942
|
+
|
|
521
1943
|
bl_space_type: typing.Any
|
|
1944
|
+
""" """
|
|
1945
|
+
|
|
522
1946
|
id_data: typing.Any
|
|
1947
|
+
""" """
|
|
1948
|
+
|
|
1949
|
+
def append(self, draw_func):
|
|
1950
|
+
"""
|
|
1951
|
+
|
|
1952
|
+
:param draw_func:
|
|
1953
|
+
"""
|
|
1954
|
+
...
|
|
1955
|
+
|
|
1956
|
+
def as_pointer(self):
|
|
1957
|
+
""" """
|
|
1958
|
+
...
|
|
1959
|
+
|
|
1960
|
+
def bl_rna_get_subclass(self):
|
|
1961
|
+
""" """
|
|
1962
|
+
...
|
|
1963
|
+
|
|
1964
|
+
def bl_rna_get_subclass_py(self):
|
|
1965
|
+
""" """
|
|
1966
|
+
...
|
|
1967
|
+
|
|
1968
|
+
def draw(self, context):
|
|
1969
|
+
"""
|
|
1970
|
+
|
|
1971
|
+
:param context:
|
|
1972
|
+
"""
|
|
1973
|
+
...
|
|
1974
|
+
|
|
1975
|
+
def driver_add(self):
|
|
1976
|
+
""" """
|
|
1977
|
+
...
|
|
1978
|
+
|
|
1979
|
+
def driver_remove(self):
|
|
1980
|
+
""" """
|
|
1981
|
+
...
|
|
1982
|
+
|
|
1983
|
+
def get(self):
|
|
1984
|
+
""" """
|
|
1985
|
+
...
|
|
1986
|
+
|
|
1987
|
+
def id_properties_clear(self):
|
|
1988
|
+
""" """
|
|
1989
|
+
...
|
|
1990
|
+
|
|
1991
|
+
def id_properties_ensure(self):
|
|
1992
|
+
""" """
|
|
1993
|
+
...
|
|
1994
|
+
|
|
1995
|
+
def id_properties_ui(self):
|
|
1996
|
+
""" """
|
|
1997
|
+
...
|
|
1998
|
+
|
|
1999
|
+
def is_extended(self):
|
|
2000
|
+
""" """
|
|
2001
|
+
...
|
|
2002
|
+
|
|
2003
|
+
def is_property_hidden(self):
|
|
2004
|
+
""" """
|
|
2005
|
+
...
|
|
2006
|
+
|
|
2007
|
+
def is_property_overridable_library(self):
|
|
2008
|
+
""" """
|
|
2009
|
+
...
|
|
2010
|
+
|
|
2011
|
+
def is_property_readonly(self):
|
|
2012
|
+
""" """
|
|
2013
|
+
...
|
|
2014
|
+
|
|
2015
|
+
def is_property_set(self):
|
|
2016
|
+
""" """
|
|
2017
|
+
...
|
|
2018
|
+
|
|
2019
|
+
def items(self):
|
|
2020
|
+
""" """
|
|
2021
|
+
...
|
|
2022
|
+
|
|
2023
|
+
def keyframe_delete(self):
|
|
2024
|
+
""" """
|
|
2025
|
+
...
|
|
2026
|
+
|
|
2027
|
+
def keyframe_insert(self):
|
|
2028
|
+
""" """
|
|
2029
|
+
...
|
|
2030
|
+
|
|
2031
|
+
def keys(self):
|
|
2032
|
+
""" """
|
|
2033
|
+
...
|
|
2034
|
+
|
|
2035
|
+
def path_from_id(self):
|
|
2036
|
+
""" """
|
|
2037
|
+
...
|
|
2038
|
+
|
|
2039
|
+
def path_resolve(self):
|
|
2040
|
+
""" """
|
|
2041
|
+
...
|
|
2042
|
+
|
|
2043
|
+
def poll(self, context):
|
|
2044
|
+
"""
|
|
2045
|
+
|
|
2046
|
+
:param context:
|
|
2047
|
+
"""
|
|
2048
|
+
...
|
|
2049
|
+
|
|
2050
|
+
def pop(self):
|
|
2051
|
+
""" """
|
|
2052
|
+
...
|
|
2053
|
+
|
|
2054
|
+
def prepend(self, draw_func):
|
|
2055
|
+
"""
|
|
2056
|
+
|
|
2057
|
+
:param draw_func:
|
|
2058
|
+
"""
|
|
2059
|
+
...
|
|
2060
|
+
|
|
2061
|
+
def property_overridable_library_set(self):
|
|
2062
|
+
""" """
|
|
2063
|
+
...
|
|
2064
|
+
|
|
2065
|
+
def property_unset(self):
|
|
2066
|
+
""" """
|
|
2067
|
+
...
|
|
2068
|
+
|
|
2069
|
+
def remove(self, draw_func):
|
|
2070
|
+
"""
|
|
2071
|
+
|
|
2072
|
+
:param draw_func:
|
|
2073
|
+
"""
|
|
2074
|
+
...
|
|
2075
|
+
|
|
2076
|
+
def type_recast(self):
|
|
2077
|
+
""" """
|
|
2078
|
+
...
|
|
2079
|
+
|
|
2080
|
+
def values(self):
|
|
2081
|
+
""" """
|
|
2082
|
+
...
|
|
2083
|
+
|
|
2084
|
+
class DATA_PT_custom_props_camera(bpy_types._GenericUI):
|
|
2085
|
+
""" """
|
|
523
2086
|
|
|
524
|
-
def append(self, draw_func): ...
|
|
525
|
-
def as_pointer(self): ...
|
|
526
|
-
def bl_rna_get_subclass(self): ...
|
|
527
|
-
def bl_rna_get_subclass_py(self): ...
|
|
528
|
-
def draw(self, context): ...
|
|
529
|
-
def driver_add(self): ...
|
|
530
|
-
def driver_remove(self): ...
|
|
531
|
-
def get(self): ...
|
|
532
|
-
def id_properties_clear(self): ...
|
|
533
|
-
def id_properties_ensure(self): ...
|
|
534
|
-
def id_properties_ui(self): ...
|
|
535
|
-
def is_extended(self): ...
|
|
536
|
-
def is_property_hidden(self): ...
|
|
537
|
-
def is_property_overridable_library(self): ...
|
|
538
|
-
def is_property_readonly(self): ...
|
|
539
|
-
def is_property_set(self): ...
|
|
540
|
-
def items(self): ...
|
|
541
|
-
def keyframe_delete(self): ...
|
|
542
|
-
def keyframe_insert(self): ...
|
|
543
|
-
def keys(self): ...
|
|
544
|
-
def path_from_id(self): ...
|
|
545
|
-
def path_resolve(self): ...
|
|
546
|
-
def poll(self, context): ...
|
|
547
|
-
def pop(self): ...
|
|
548
|
-
def prepend(self, draw_func): ...
|
|
549
|
-
def property_overridable_library_set(self): ...
|
|
550
|
-
def property_unset(self): ...
|
|
551
|
-
def remove(self, draw_func): ...
|
|
552
|
-
def type_recast(self): ...
|
|
553
|
-
def values(self): ...
|
|
554
|
-
|
|
555
|
-
class DATA_PT_custom_props_camera(
|
|
556
|
-
CameraButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
557
|
-
):
|
|
558
2087
|
COMPAT_ENGINES: typing.Any
|
|
2088
|
+
""" """
|
|
2089
|
+
|
|
559
2090
|
bl_context: typing.Any
|
|
2091
|
+
""" """
|
|
2092
|
+
|
|
560
2093
|
bl_label: typing.Any
|
|
2094
|
+
""" """
|
|
2095
|
+
|
|
561
2096
|
bl_options: typing.Any
|
|
2097
|
+
""" """
|
|
2098
|
+
|
|
562
2099
|
bl_order: typing.Any
|
|
2100
|
+
""" """
|
|
2101
|
+
|
|
563
2102
|
bl_region_type: typing.Any
|
|
2103
|
+
""" """
|
|
2104
|
+
|
|
564
2105
|
bl_rna: typing.Any
|
|
2106
|
+
""" """
|
|
2107
|
+
|
|
565
2108
|
bl_space_type: typing.Any
|
|
2109
|
+
""" """
|
|
2110
|
+
|
|
566
2111
|
id_data: typing.Any
|
|
2112
|
+
""" """
|
|
2113
|
+
|
|
2114
|
+
def append(self, draw_func):
|
|
2115
|
+
"""
|
|
2116
|
+
|
|
2117
|
+
:param draw_func:
|
|
2118
|
+
"""
|
|
2119
|
+
...
|
|
2120
|
+
|
|
2121
|
+
def as_pointer(self):
|
|
2122
|
+
""" """
|
|
2123
|
+
...
|
|
2124
|
+
|
|
2125
|
+
def bl_rna_get_subclass(self):
|
|
2126
|
+
""" """
|
|
2127
|
+
...
|
|
2128
|
+
|
|
2129
|
+
def bl_rna_get_subclass_py(self):
|
|
2130
|
+
""" """
|
|
2131
|
+
...
|
|
2132
|
+
|
|
2133
|
+
def draw(self, context):
|
|
2134
|
+
"""
|
|
2135
|
+
|
|
2136
|
+
:param context:
|
|
2137
|
+
"""
|
|
2138
|
+
...
|
|
2139
|
+
|
|
2140
|
+
def driver_add(self):
|
|
2141
|
+
""" """
|
|
2142
|
+
...
|
|
2143
|
+
|
|
2144
|
+
def driver_remove(self):
|
|
2145
|
+
""" """
|
|
2146
|
+
...
|
|
2147
|
+
|
|
2148
|
+
def get(self):
|
|
2149
|
+
""" """
|
|
2150
|
+
...
|
|
2151
|
+
|
|
2152
|
+
def id_properties_clear(self):
|
|
2153
|
+
""" """
|
|
2154
|
+
...
|
|
2155
|
+
|
|
2156
|
+
def id_properties_ensure(self):
|
|
2157
|
+
""" """
|
|
2158
|
+
...
|
|
2159
|
+
|
|
2160
|
+
def id_properties_ui(self):
|
|
2161
|
+
""" """
|
|
2162
|
+
...
|
|
2163
|
+
|
|
2164
|
+
def is_extended(self):
|
|
2165
|
+
""" """
|
|
2166
|
+
...
|
|
2167
|
+
|
|
2168
|
+
def is_property_hidden(self):
|
|
2169
|
+
""" """
|
|
2170
|
+
...
|
|
2171
|
+
|
|
2172
|
+
def is_property_overridable_library(self):
|
|
2173
|
+
""" """
|
|
2174
|
+
...
|
|
2175
|
+
|
|
2176
|
+
def is_property_readonly(self):
|
|
2177
|
+
""" """
|
|
2178
|
+
...
|
|
2179
|
+
|
|
2180
|
+
def is_property_set(self):
|
|
2181
|
+
""" """
|
|
2182
|
+
...
|
|
2183
|
+
|
|
2184
|
+
def items(self):
|
|
2185
|
+
""" """
|
|
2186
|
+
...
|
|
2187
|
+
|
|
2188
|
+
def keyframe_delete(self):
|
|
2189
|
+
""" """
|
|
2190
|
+
...
|
|
2191
|
+
|
|
2192
|
+
def keyframe_insert(self):
|
|
2193
|
+
""" """
|
|
2194
|
+
...
|
|
2195
|
+
|
|
2196
|
+
def keys(self):
|
|
2197
|
+
""" """
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
def path_from_id(self):
|
|
2201
|
+
""" """
|
|
2202
|
+
...
|
|
2203
|
+
|
|
2204
|
+
def path_resolve(self):
|
|
2205
|
+
""" """
|
|
2206
|
+
...
|
|
2207
|
+
|
|
2208
|
+
def poll(self, context):
|
|
2209
|
+
"""
|
|
2210
|
+
|
|
2211
|
+
:param context:
|
|
2212
|
+
"""
|
|
2213
|
+
...
|
|
2214
|
+
|
|
2215
|
+
def pop(self):
|
|
2216
|
+
""" """
|
|
2217
|
+
...
|
|
2218
|
+
|
|
2219
|
+
def prepend(self, draw_func):
|
|
2220
|
+
"""
|
|
2221
|
+
|
|
2222
|
+
:param draw_func:
|
|
2223
|
+
"""
|
|
2224
|
+
...
|
|
2225
|
+
|
|
2226
|
+
def property_overridable_library_set(self):
|
|
2227
|
+
""" """
|
|
2228
|
+
...
|
|
2229
|
+
|
|
2230
|
+
def property_unset(self):
|
|
2231
|
+
""" """
|
|
2232
|
+
...
|
|
2233
|
+
|
|
2234
|
+
def remove(self, draw_func):
|
|
2235
|
+
"""
|
|
2236
|
+
|
|
2237
|
+
:param draw_func:
|
|
2238
|
+
"""
|
|
2239
|
+
...
|
|
2240
|
+
|
|
2241
|
+
def type_recast(self):
|
|
2242
|
+
""" """
|
|
2243
|
+
...
|
|
2244
|
+
|
|
2245
|
+
def values(self):
|
|
2246
|
+
""" """
|
|
2247
|
+
...
|
|
2248
|
+
|
|
2249
|
+
class DATA_PT_lens(bpy_types._GenericUI):
|
|
2250
|
+
""" """
|
|
567
2251
|
|
|
568
|
-
def append(self, draw_func): ...
|
|
569
|
-
def as_pointer(self): ...
|
|
570
|
-
def bl_rna_get_subclass(self): ...
|
|
571
|
-
def bl_rna_get_subclass_py(self): ...
|
|
572
|
-
def draw(self, context): ...
|
|
573
|
-
def driver_add(self): ...
|
|
574
|
-
def driver_remove(self): ...
|
|
575
|
-
def get(self): ...
|
|
576
|
-
def id_properties_clear(self): ...
|
|
577
|
-
def id_properties_ensure(self): ...
|
|
578
|
-
def id_properties_ui(self): ...
|
|
579
|
-
def is_extended(self): ...
|
|
580
|
-
def is_property_hidden(self): ...
|
|
581
|
-
def is_property_overridable_library(self): ...
|
|
582
|
-
def is_property_readonly(self): ...
|
|
583
|
-
def is_property_set(self): ...
|
|
584
|
-
def items(self): ...
|
|
585
|
-
def keyframe_delete(self): ...
|
|
586
|
-
def keyframe_insert(self): ...
|
|
587
|
-
def keys(self): ...
|
|
588
|
-
def path_from_id(self): ...
|
|
589
|
-
def path_resolve(self): ...
|
|
590
|
-
def poll(self, context): ...
|
|
591
|
-
def pop(self): ...
|
|
592
|
-
def prepend(self, draw_func): ...
|
|
593
|
-
def property_overridable_library_set(self): ...
|
|
594
|
-
def property_unset(self): ...
|
|
595
|
-
def remove(self, draw_func): ...
|
|
596
|
-
def type_recast(self): ...
|
|
597
|
-
def values(self): ...
|
|
598
|
-
|
|
599
|
-
class DATA_PT_lens(CameraButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
600
2252
|
COMPAT_ENGINES: typing.Any
|
|
2253
|
+
""" """
|
|
2254
|
+
|
|
601
2255
|
bl_context: typing.Any
|
|
2256
|
+
""" """
|
|
2257
|
+
|
|
602
2258
|
bl_label: typing.Any
|
|
2259
|
+
""" """
|
|
2260
|
+
|
|
603
2261
|
bl_region_type: typing.Any
|
|
2262
|
+
""" """
|
|
2263
|
+
|
|
604
2264
|
bl_rna: typing.Any
|
|
2265
|
+
""" """
|
|
2266
|
+
|
|
605
2267
|
bl_space_type: typing.Any
|
|
2268
|
+
""" """
|
|
2269
|
+
|
|
606
2270
|
bl_translation_context: typing.Any
|
|
2271
|
+
""" """
|
|
2272
|
+
|
|
607
2273
|
id_data: typing.Any
|
|
2274
|
+
""" """
|
|
2275
|
+
|
|
2276
|
+
def append(self, draw_func):
|
|
2277
|
+
"""
|
|
2278
|
+
|
|
2279
|
+
:param draw_func:
|
|
2280
|
+
"""
|
|
2281
|
+
...
|
|
2282
|
+
|
|
2283
|
+
def as_pointer(self):
|
|
2284
|
+
""" """
|
|
2285
|
+
...
|
|
2286
|
+
|
|
2287
|
+
def bl_rna_get_subclass(self):
|
|
2288
|
+
""" """
|
|
2289
|
+
...
|
|
2290
|
+
|
|
2291
|
+
def bl_rna_get_subclass_py(self):
|
|
2292
|
+
""" """
|
|
2293
|
+
...
|
|
2294
|
+
|
|
2295
|
+
def draw(self, context):
|
|
2296
|
+
"""
|
|
2297
|
+
|
|
2298
|
+
:param context:
|
|
2299
|
+
"""
|
|
2300
|
+
...
|
|
2301
|
+
|
|
2302
|
+
def driver_add(self):
|
|
2303
|
+
""" """
|
|
2304
|
+
...
|
|
2305
|
+
|
|
2306
|
+
def driver_remove(self):
|
|
2307
|
+
""" """
|
|
2308
|
+
...
|
|
2309
|
+
|
|
2310
|
+
def get(self):
|
|
2311
|
+
""" """
|
|
2312
|
+
...
|
|
2313
|
+
|
|
2314
|
+
def id_properties_clear(self):
|
|
2315
|
+
""" """
|
|
2316
|
+
...
|
|
2317
|
+
|
|
2318
|
+
def id_properties_ensure(self):
|
|
2319
|
+
""" """
|
|
2320
|
+
...
|
|
2321
|
+
|
|
2322
|
+
def id_properties_ui(self):
|
|
2323
|
+
""" """
|
|
2324
|
+
...
|
|
2325
|
+
|
|
2326
|
+
def is_extended(self):
|
|
2327
|
+
""" """
|
|
2328
|
+
...
|
|
2329
|
+
|
|
2330
|
+
def is_property_hidden(self):
|
|
2331
|
+
""" """
|
|
2332
|
+
...
|
|
2333
|
+
|
|
2334
|
+
def is_property_overridable_library(self):
|
|
2335
|
+
""" """
|
|
2336
|
+
...
|
|
2337
|
+
|
|
2338
|
+
def is_property_readonly(self):
|
|
2339
|
+
""" """
|
|
2340
|
+
...
|
|
2341
|
+
|
|
2342
|
+
def is_property_set(self):
|
|
2343
|
+
""" """
|
|
2344
|
+
...
|
|
2345
|
+
|
|
2346
|
+
def items(self):
|
|
2347
|
+
""" """
|
|
2348
|
+
...
|
|
2349
|
+
|
|
2350
|
+
def keyframe_delete(self):
|
|
2351
|
+
""" """
|
|
2352
|
+
...
|
|
2353
|
+
|
|
2354
|
+
def keyframe_insert(self):
|
|
2355
|
+
""" """
|
|
2356
|
+
...
|
|
2357
|
+
|
|
2358
|
+
def keys(self):
|
|
2359
|
+
""" """
|
|
2360
|
+
...
|
|
2361
|
+
|
|
2362
|
+
def path_from_id(self):
|
|
2363
|
+
""" """
|
|
2364
|
+
...
|
|
2365
|
+
|
|
2366
|
+
def path_resolve(self):
|
|
2367
|
+
""" """
|
|
2368
|
+
...
|
|
2369
|
+
|
|
2370
|
+
def poll(self, context):
|
|
2371
|
+
"""
|
|
2372
|
+
|
|
2373
|
+
:param context:
|
|
2374
|
+
"""
|
|
2375
|
+
...
|
|
2376
|
+
|
|
2377
|
+
def pop(self):
|
|
2378
|
+
""" """
|
|
2379
|
+
...
|
|
2380
|
+
|
|
2381
|
+
def prepend(self, draw_func):
|
|
2382
|
+
"""
|
|
2383
|
+
|
|
2384
|
+
:param draw_func:
|
|
2385
|
+
"""
|
|
2386
|
+
...
|
|
2387
|
+
|
|
2388
|
+
def property_overridable_library_set(self):
|
|
2389
|
+
""" """
|
|
2390
|
+
...
|
|
2391
|
+
|
|
2392
|
+
def property_unset(self):
|
|
2393
|
+
""" """
|
|
2394
|
+
...
|
|
2395
|
+
|
|
2396
|
+
def remove(self, draw_func):
|
|
2397
|
+
"""
|
|
2398
|
+
|
|
2399
|
+
:param draw_func:
|
|
2400
|
+
"""
|
|
2401
|
+
...
|
|
2402
|
+
|
|
2403
|
+
def type_recast(self):
|
|
2404
|
+
""" """
|
|
2405
|
+
...
|
|
2406
|
+
|
|
2407
|
+
def values(self):
|
|
2408
|
+
""" """
|
|
2409
|
+
...
|
|
2410
|
+
|
|
2411
|
+
def draw_display_safe_settings(layout, safe_data, settings):
|
|
2412
|
+
""" """
|
|
608
2413
|
|
|
609
|
-
|
|
610
|
-
def as_pointer(self): ...
|
|
611
|
-
def bl_rna_get_subclass(self): ...
|
|
612
|
-
def bl_rna_get_subclass_py(self): ...
|
|
613
|
-
def draw(self, context): ...
|
|
614
|
-
def driver_add(self): ...
|
|
615
|
-
def driver_remove(self): ...
|
|
616
|
-
def get(self): ...
|
|
617
|
-
def id_properties_clear(self): ...
|
|
618
|
-
def id_properties_ensure(self): ...
|
|
619
|
-
def id_properties_ui(self): ...
|
|
620
|
-
def is_extended(self): ...
|
|
621
|
-
def is_property_hidden(self): ...
|
|
622
|
-
def is_property_overridable_library(self): ...
|
|
623
|
-
def is_property_readonly(self): ...
|
|
624
|
-
def is_property_set(self): ...
|
|
625
|
-
def items(self): ...
|
|
626
|
-
def keyframe_delete(self): ...
|
|
627
|
-
def keyframe_insert(self): ...
|
|
628
|
-
def keys(self): ...
|
|
629
|
-
def path_from_id(self): ...
|
|
630
|
-
def path_resolve(self): ...
|
|
631
|
-
def poll(self, context): ...
|
|
632
|
-
def pop(self): ...
|
|
633
|
-
def prepend(self, draw_func): ...
|
|
634
|
-
def property_overridable_library_set(self): ...
|
|
635
|
-
def property_unset(self): ...
|
|
636
|
-
def remove(self, draw_func): ...
|
|
637
|
-
def type_recast(self): ...
|
|
638
|
-
def values(self): ...
|
|
639
|
-
|
|
640
|
-
def draw_display_safe_settings(layout, safe_data, settings): ...
|
|
2414
|
+
...
|