fake-bpy-module 20240517__py3-none-any.whl → 20240519__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.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
|
@@ -4,19 +4,13 @@ import bpy.types
|
|
|
4
4
|
import bpy_types
|
|
5
5
|
import rna_prop_ui
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
9
|
|
|
9
10
|
class DataButtonsPanel:
|
|
10
|
-
""" """
|
|
11
|
-
|
|
12
11
|
bl_context: typing.Any
|
|
13
|
-
""" """
|
|
14
|
-
|
|
15
12
|
bl_region_type: typing.Any
|
|
16
|
-
""" """
|
|
17
|
-
|
|
18
13
|
bl_space_type: typing.Any
|
|
19
|
-
""" """
|
|
20
14
|
|
|
21
15
|
def poll(self, context):
|
|
22
16
|
"""
|
|
@@ -26,16 +20,9 @@ class DataButtonsPanel:
|
|
|
26
20
|
...
|
|
27
21
|
|
|
28
22
|
class LayerDataButtonsPanel:
|
|
29
|
-
""" """
|
|
30
|
-
|
|
31
23
|
bl_context: typing.Any
|
|
32
|
-
""" """
|
|
33
|
-
|
|
34
24
|
bl_region_type: typing.Any
|
|
35
|
-
""" """
|
|
36
|
-
|
|
37
25
|
bl_space_type: typing.Any
|
|
38
|
-
""" """
|
|
39
26
|
|
|
40
27
|
def poll(self, context):
|
|
41
28
|
"""
|
|
@@ -45,16 +32,9 @@ class LayerDataButtonsPanel:
|
|
|
45
32
|
...
|
|
46
33
|
|
|
47
34
|
class ObjectButtonsPanel:
|
|
48
|
-
""" """
|
|
49
|
-
|
|
50
35
|
bl_context: typing.Any
|
|
51
|
-
""" """
|
|
52
|
-
|
|
53
36
|
bl_region_type: typing.Any
|
|
54
|
-
""" """
|
|
55
|
-
|
|
56
37
|
bl_space_type: typing.Any
|
|
57
|
-
""" """
|
|
58
38
|
|
|
59
39
|
def poll(self, context):
|
|
60
40
|
"""
|
|
@@ -64,16 +44,9 @@ class ObjectButtonsPanel:
|
|
|
64
44
|
...
|
|
65
45
|
|
|
66
46
|
class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
67
|
-
""" """
|
|
68
|
-
|
|
69
47
|
bl_label: typing.Any
|
|
70
|
-
""" """
|
|
71
|
-
|
|
72
48
|
bl_rna: typing.Any
|
|
73
|
-
""" """
|
|
74
|
-
|
|
75
49
|
id_data: typing.Any
|
|
76
|
-
""" """
|
|
77
50
|
|
|
78
51
|
def append(self, draw_func):
|
|
79
52
|
"""Append a draw function to this menu,
|
|
@@ -178,10 +151,7 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
178
151
|
"""
|
|
179
152
|
...
|
|
180
153
|
|
|
181
|
-
def is_extended(self):
|
|
182
|
-
""" """
|
|
183
|
-
...
|
|
184
|
-
|
|
154
|
+
def is_extended(self): ...
|
|
185
155
|
def is_property_hidden(self) -> bool:
|
|
186
156
|
"""Check if a property is hidden.
|
|
187
157
|
|
|
@@ -344,16 +314,9 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
344
314
|
...
|
|
345
315
|
|
|
346
316
|
class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
347
|
-
""" """
|
|
348
|
-
|
|
349
317
|
bl_label: typing.Any
|
|
350
|
-
""" """
|
|
351
|
-
|
|
352
318
|
bl_rna: typing.Any
|
|
353
|
-
""" """
|
|
354
|
-
|
|
355
319
|
id_data: typing.Any
|
|
356
|
-
""" """
|
|
357
320
|
|
|
358
321
|
def append(self, draw_func):
|
|
359
322
|
"""Append a draw function to this menu,
|
|
@@ -458,10 +421,7 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
458
421
|
"""
|
|
459
422
|
...
|
|
460
423
|
|
|
461
|
-
def is_extended(self):
|
|
462
|
-
""" """
|
|
463
|
-
...
|
|
464
|
-
|
|
424
|
+
def is_extended(self): ...
|
|
465
425
|
def is_property_hidden(self) -> bool:
|
|
466
426
|
"""Check if a property is hidden.
|
|
467
427
|
|
|
@@ -624,13 +584,8 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
624
584
|
...
|
|
625
585
|
|
|
626
586
|
class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
627
|
-
""" """
|
|
628
|
-
|
|
629
587
|
bl_rna: typing.Any
|
|
630
|
-
""" """
|
|
631
|
-
|
|
632
588
|
id_data: typing.Any
|
|
633
|
-
""" """
|
|
634
589
|
|
|
635
590
|
def append(self, draw_func):
|
|
636
591
|
"""Append a draw function to this menu,
|
|
@@ -732,10 +687,7 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
732
687
|
"""
|
|
733
688
|
...
|
|
734
689
|
|
|
735
|
-
def is_extended(self):
|
|
736
|
-
""" """
|
|
737
|
-
...
|
|
738
|
-
|
|
690
|
+
def is_extended(self): ...
|
|
739
691
|
def is_property_hidden(self) -> bool:
|
|
740
692
|
"""Check if a property is hidden.
|
|
741
693
|
|
|
@@ -864,28 +816,13 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
864
816
|
...
|
|
865
817
|
|
|
866
818
|
class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
867
|
-
""" """
|
|
868
|
-
|
|
869
819
|
bl_context: typing.Any
|
|
870
|
-
""" """
|
|
871
|
-
|
|
872
820
|
bl_label: typing.Any
|
|
873
|
-
""" """
|
|
874
|
-
|
|
875
821
|
bl_options: typing.Any
|
|
876
|
-
""" """
|
|
877
|
-
|
|
878
822
|
bl_region_type: typing.Any
|
|
879
|
-
""" """
|
|
880
|
-
|
|
881
823
|
bl_rna: typing.Any
|
|
882
|
-
""" """
|
|
883
|
-
|
|
884
824
|
bl_space_type: typing.Any
|
|
885
|
-
""" """
|
|
886
|
-
|
|
887
825
|
id_data: typing.Any
|
|
888
|
-
""" """
|
|
889
826
|
|
|
890
827
|
def append(self, draw_func):
|
|
891
828
|
"""Append a draw function to this menu,
|
|
@@ -970,10 +907,7 @@ class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
970
907
|
"""
|
|
971
908
|
...
|
|
972
909
|
|
|
973
|
-
def is_extended(self):
|
|
974
|
-
""" """
|
|
975
|
-
...
|
|
976
|
-
|
|
910
|
+
def is_extended(self): ...
|
|
977
911
|
def is_property_hidden(self) -> bool:
|
|
978
912
|
"""Check if a property is hidden.
|
|
979
913
|
|
|
@@ -1116,28 +1050,13 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1116
1050
|
"""
|
|
1117
1051
|
|
|
1118
1052
|
bl_context: typing.Any
|
|
1119
|
-
""" """
|
|
1120
|
-
|
|
1121
1053
|
bl_label: typing.Any
|
|
1122
|
-
""" """
|
|
1123
|
-
|
|
1124
1054
|
bl_options: typing.Any
|
|
1125
|
-
""" """
|
|
1126
|
-
|
|
1127
1055
|
bl_order: typing.Any
|
|
1128
|
-
""" """
|
|
1129
|
-
|
|
1130
1056
|
bl_region_type: typing.Any
|
|
1131
|
-
""" """
|
|
1132
|
-
|
|
1133
1057
|
bl_rna: typing.Any
|
|
1134
|
-
""" """
|
|
1135
|
-
|
|
1136
1058
|
bl_space_type: typing.Any
|
|
1137
|
-
""" """
|
|
1138
|
-
|
|
1139
1059
|
id_data: typing.Any
|
|
1140
|
-
""" """
|
|
1141
1060
|
|
|
1142
1061
|
def append(self, draw_func):
|
|
1143
1062
|
"""Append a draw function to this menu,
|
|
@@ -1222,10 +1141,7 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1222
1141
|
"""
|
|
1223
1142
|
...
|
|
1224
1143
|
|
|
1225
|
-
def is_extended(self):
|
|
1226
|
-
""" """
|
|
1227
|
-
...
|
|
1228
|
-
|
|
1144
|
+
def is_extended(self): ...
|
|
1229
1145
|
def is_property_hidden(self) -> bool:
|
|
1230
1146
|
"""Check if a property is hidden.
|
|
1231
1147
|
|
|
@@ -1361,31 +1277,14 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1361
1277
|
...
|
|
1362
1278
|
|
|
1363
1279
|
class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1364
|
-
""" """
|
|
1365
|
-
|
|
1366
1280
|
bl_context: typing.Any
|
|
1367
|
-
""" """
|
|
1368
|
-
|
|
1369
1281
|
bl_label: typing.Any
|
|
1370
|
-
""" """
|
|
1371
|
-
|
|
1372
1282
|
bl_options: typing.Any
|
|
1373
|
-
""" """
|
|
1374
|
-
|
|
1375
1283
|
bl_parent_id: typing.Any
|
|
1376
|
-
""" """
|
|
1377
|
-
|
|
1378
1284
|
bl_region_type: typing.Any
|
|
1379
|
-
""" """
|
|
1380
|
-
|
|
1381
1285
|
bl_rna: typing.Any
|
|
1382
|
-
""" """
|
|
1383
|
-
|
|
1384
1286
|
bl_space_type: typing.Any
|
|
1385
|
-
""" """
|
|
1386
|
-
|
|
1387
1287
|
id_data: typing.Any
|
|
1388
|
-
""" """
|
|
1389
1288
|
|
|
1390
1289
|
def append(self, draw_func):
|
|
1391
1290
|
"""Append a draw function to this menu,
|
|
@@ -1470,10 +1369,7 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1470
1369
|
"""
|
|
1471
1370
|
...
|
|
1472
1371
|
|
|
1473
|
-
def is_extended(self):
|
|
1474
|
-
""" """
|
|
1475
|
-
...
|
|
1476
|
-
|
|
1372
|
+
def is_extended(self): ...
|
|
1477
1373
|
def is_property_hidden(self) -> bool:
|
|
1478
1374
|
"""Check if a property is hidden.
|
|
1479
1375
|
|
|
@@ -1609,28 +1505,13 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1609
1505
|
...
|
|
1610
1506
|
|
|
1611
1507
|
class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1612
|
-
""" """
|
|
1613
|
-
|
|
1614
1508
|
bl_context: typing.Any
|
|
1615
|
-
""" """
|
|
1616
|
-
|
|
1617
1509
|
bl_label: typing.Any
|
|
1618
|
-
""" """
|
|
1619
|
-
|
|
1620
1510
|
bl_options: typing.Any
|
|
1621
|
-
""" """
|
|
1622
|
-
|
|
1623
1511
|
bl_region_type: typing.Any
|
|
1624
|
-
""" """
|
|
1625
|
-
|
|
1626
1512
|
bl_rna: typing.Any
|
|
1627
|
-
""" """
|
|
1628
|
-
|
|
1629
1513
|
bl_space_type: typing.Any
|
|
1630
|
-
""" """
|
|
1631
|
-
|
|
1632
1514
|
id_data: typing.Any
|
|
1633
|
-
""" """
|
|
1634
1515
|
|
|
1635
1516
|
def append(self, draw_func):
|
|
1636
1517
|
"""Append a draw function to this menu,
|
|
@@ -1715,10 +1596,7 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
1715
1596
|
"""
|
|
1716
1597
|
...
|
|
1717
1598
|
|
|
1718
|
-
def is_extended(self):
|
|
1719
|
-
""" """
|
|
1720
|
-
...
|
|
1721
|
-
|
|
1599
|
+
def is_extended(self): ...
|
|
1722
1600
|
def is_property_hidden(self) -> bool:
|
|
1723
1601
|
"""Check if a property is hidden.
|
|
1724
1602
|
|
|
@@ -1854,25 +1732,12 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
1854
1732
|
...
|
|
1855
1733
|
|
|
1856
1734
|
class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1857
|
-
""" """
|
|
1858
|
-
|
|
1859
1735
|
bl_context: typing.Any
|
|
1860
|
-
""" """
|
|
1861
|
-
|
|
1862
1736
|
bl_label: typing.Any
|
|
1863
|
-
""" """
|
|
1864
|
-
|
|
1865
1737
|
bl_region_type: typing.Any
|
|
1866
|
-
""" """
|
|
1867
|
-
|
|
1868
1738
|
bl_rna: typing.Any
|
|
1869
|
-
""" """
|
|
1870
|
-
|
|
1871
1739
|
bl_space_type: typing.Any
|
|
1872
|
-
""" """
|
|
1873
|
-
|
|
1874
1740
|
id_data: typing.Any
|
|
1875
|
-
""" """
|
|
1876
1741
|
|
|
1877
1742
|
def append(self, draw_func):
|
|
1878
1743
|
"""Append a draw function to this menu,
|
|
@@ -1966,10 +1831,7 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1966
1831
|
"""
|
|
1967
1832
|
...
|
|
1968
1833
|
|
|
1969
|
-
def is_extended(self):
|
|
1970
|
-
""" """
|
|
1971
|
-
...
|
|
1972
|
-
|
|
1834
|
+
def is_extended(self): ...
|
|
1973
1835
|
def is_property_hidden(self) -> bool:
|
|
1974
1836
|
"""Check if a property is hidden.
|
|
1975
1837
|
|
|
@@ -2107,25 +1969,12 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
2107
1969
|
class DATA_PT_gpencil_onion_skinning(
|
|
2108
1970
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2109
1971
|
):
|
|
2110
|
-
""" """
|
|
2111
|
-
|
|
2112
1972
|
bl_context: typing.Any
|
|
2113
|
-
""" """
|
|
2114
|
-
|
|
2115
1973
|
bl_label: typing.Any
|
|
2116
|
-
""" """
|
|
2117
|
-
|
|
2118
1974
|
bl_region_type: typing.Any
|
|
2119
|
-
""" """
|
|
2120
|
-
|
|
2121
1975
|
bl_rna: typing.Any
|
|
2122
|
-
""" """
|
|
2123
|
-
|
|
2124
1976
|
bl_space_type: typing.Any
|
|
2125
|
-
""" """
|
|
2126
|
-
|
|
2127
1977
|
id_data: typing.Any
|
|
2128
|
-
""" """
|
|
2129
1978
|
|
|
2130
1979
|
def append(self, draw_func):
|
|
2131
1980
|
"""Append a draw function to this menu,
|
|
@@ -2210,10 +2059,7 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
2210
2059
|
"""
|
|
2211
2060
|
...
|
|
2212
2061
|
|
|
2213
|
-
def is_extended(self):
|
|
2214
|
-
""" """
|
|
2215
|
-
...
|
|
2216
|
-
|
|
2062
|
+
def is_extended(self): ...
|
|
2217
2063
|
def is_property_hidden(self) -> bool:
|
|
2218
2064
|
"""Check if a property is hidden.
|
|
2219
2065
|
|
|
@@ -2351,31 +2197,14 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
2351
2197
|
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
2352
2198
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2353
2199
|
):
|
|
2354
|
-
""" """
|
|
2355
|
-
|
|
2356
2200
|
bl_context: typing.Any
|
|
2357
|
-
""" """
|
|
2358
|
-
|
|
2359
2201
|
bl_label: typing.Any
|
|
2360
|
-
""" """
|
|
2361
|
-
|
|
2362
2202
|
bl_options: typing.Any
|
|
2363
|
-
""" """
|
|
2364
|
-
|
|
2365
2203
|
bl_parent_id: typing.Any
|
|
2366
|
-
""" """
|
|
2367
|
-
|
|
2368
2204
|
bl_region_type: typing.Any
|
|
2369
|
-
""" """
|
|
2370
|
-
|
|
2371
2205
|
bl_rna: typing.Any
|
|
2372
|
-
""" """
|
|
2373
|
-
|
|
2374
2206
|
bl_space_type: typing.Any
|
|
2375
|
-
""" """
|
|
2376
|
-
|
|
2377
2207
|
id_data: typing.Any
|
|
2378
|
-
""" """
|
|
2379
2208
|
|
|
2380
2209
|
def append(self, draw_func):
|
|
2381
2210
|
"""Append a draw function to this menu,
|
|
@@ -2467,10 +2296,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
2467
2296
|
"""
|
|
2468
2297
|
...
|
|
2469
2298
|
|
|
2470
|
-
def is_extended(self):
|
|
2471
|
-
""" """
|
|
2472
|
-
...
|
|
2473
|
-
|
|
2299
|
+
def is_extended(self): ...
|
|
2474
2300
|
def is_property_hidden(self) -> bool:
|
|
2475
2301
|
"""Check if a property is hidden.
|
|
2476
2302
|
|
|
@@ -2608,31 +2434,14 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
2608
2434
|
class DATA_PT_gpencil_onion_skinning_display(
|
|
2609
2435
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2610
2436
|
):
|
|
2611
|
-
""" """
|
|
2612
|
-
|
|
2613
2437
|
bl_context: typing.Any
|
|
2614
|
-
""" """
|
|
2615
|
-
|
|
2616
2438
|
bl_label: typing.Any
|
|
2617
|
-
""" """
|
|
2618
|
-
|
|
2619
2439
|
bl_options: typing.Any
|
|
2620
|
-
""" """
|
|
2621
|
-
|
|
2622
2440
|
bl_parent_id: typing.Any
|
|
2623
|
-
""" """
|
|
2624
|
-
|
|
2625
2441
|
bl_region_type: typing.Any
|
|
2626
|
-
""" """
|
|
2627
|
-
|
|
2628
2442
|
bl_rna: typing.Any
|
|
2629
|
-
""" """
|
|
2630
|
-
|
|
2631
2443
|
bl_space_type: typing.Any
|
|
2632
|
-
""" """
|
|
2633
|
-
|
|
2634
2444
|
id_data: typing.Any
|
|
2635
|
-
""" """
|
|
2636
2445
|
|
|
2637
2446
|
def append(self, draw_func):
|
|
2638
2447
|
"""Append a draw function to this menu,
|
|
@@ -2717,10 +2526,7 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
2717
2526
|
"""
|
|
2718
2527
|
...
|
|
2719
2528
|
|
|
2720
|
-
def is_extended(self):
|
|
2721
|
-
""" """
|
|
2722
|
-
...
|
|
2723
|
-
|
|
2529
|
+
def is_extended(self): ...
|
|
2724
2530
|
def is_property_hidden(self) -> bool:
|
|
2725
2531
|
"""Check if a property is hidden.
|
|
2726
2532
|
|
|
@@ -2856,28 +2662,13 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
2856
2662
|
...
|
|
2857
2663
|
|
|
2858
2664
|
class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
2859
|
-
""" """
|
|
2860
|
-
|
|
2861
2665
|
bl_context: typing.Any
|
|
2862
|
-
""" """
|
|
2863
|
-
|
|
2864
2666
|
bl_label: typing.Any
|
|
2865
|
-
""" """
|
|
2866
|
-
|
|
2867
2667
|
bl_options: typing.Any
|
|
2868
|
-
""" """
|
|
2869
|
-
|
|
2870
2668
|
bl_region_type: typing.Any
|
|
2871
|
-
""" """
|
|
2872
|
-
|
|
2873
2669
|
bl_rna: typing.Any
|
|
2874
|
-
""" """
|
|
2875
|
-
|
|
2876
2670
|
bl_space_type: typing.Any
|
|
2877
|
-
""" """
|
|
2878
|
-
|
|
2879
2671
|
id_data: typing.Any
|
|
2880
|
-
""" """
|
|
2881
2672
|
|
|
2882
2673
|
def append(self, draw_func):
|
|
2883
2674
|
"""Append a draw function to this menu,
|
|
@@ -2962,10 +2753,7 @@ class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
2962
2753
|
"""
|
|
2963
2754
|
...
|
|
2964
2755
|
|
|
2965
|
-
def is_extended(self):
|
|
2966
|
-
""" """
|
|
2967
|
-
...
|
|
2968
|
-
|
|
2756
|
+
def is_extended(self): ...
|
|
2969
2757
|
def is_property_hidden(self) -> bool:
|
|
2970
2758
|
"""Check if a property is hidden.
|
|
2971
2759
|
|
|
@@ -3106,31 +2894,14 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
3106
2894
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
3107
2895
|
bpy_types._GenericUI,
|
|
3108
2896
|
):
|
|
3109
|
-
""" """
|
|
3110
|
-
|
|
3111
2897
|
bl_context: typing.Any
|
|
3112
|
-
""" """
|
|
3113
|
-
|
|
3114
2898
|
bl_label: typing.Any
|
|
3115
|
-
""" """
|
|
3116
|
-
|
|
3117
2899
|
bl_options: typing.Any
|
|
3118
|
-
""" """
|
|
3119
|
-
|
|
3120
2900
|
bl_parent_id: typing.Any
|
|
3121
|
-
""" """
|
|
3122
|
-
|
|
3123
2901
|
bl_region_type: typing.Any
|
|
3124
|
-
""" """
|
|
3125
|
-
|
|
3126
2902
|
bl_rna: typing.Any
|
|
3127
|
-
""" """
|
|
3128
|
-
|
|
3129
2903
|
bl_space_type: typing.Any
|
|
3130
|
-
""" """
|
|
3131
|
-
|
|
3132
2904
|
id_data: typing.Any
|
|
3133
|
-
""" """
|
|
3134
2905
|
|
|
3135
2906
|
def append(self, draw_func):
|
|
3136
2907
|
"""Append a draw function to this menu,
|
|
@@ -3215,10 +2986,7 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
3215
2986
|
"""
|
|
3216
2987
|
...
|
|
3217
2988
|
|
|
3218
|
-
def is_extended(self):
|
|
3219
|
-
""" """
|
|
3220
|
-
...
|
|
3221
|
-
|
|
2989
|
+
def is_extended(self): ...
|
|
3222
2990
|
def is_property_hidden(self) -> bool:
|
|
3223
2991
|
"""Check if a property is hidden.
|
|
3224
2992
|
|
|
@@ -3359,31 +3127,14 @@ class DATA_PT_gpencil_layer_display(
|
|
|
3359
3127
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
3360
3128
|
bpy_types._GenericUI,
|
|
3361
3129
|
):
|
|
3362
|
-
""" """
|
|
3363
|
-
|
|
3364
3130
|
bl_context: typing.Any
|
|
3365
|
-
""" """
|
|
3366
|
-
|
|
3367
3131
|
bl_label: typing.Any
|
|
3368
|
-
""" """
|
|
3369
|
-
|
|
3370
3132
|
bl_options: typing.Any
|
|
3371
|
-
""" """
|
|
3372
|
-
|
|
3373
3133
|
bl_parent_id: typing.Any
|
|
3374
|
-
""" """
|
|
3375
|
-
|
|
3376
3134
|
bl_region_type: typing.Any
|
|
3377
|
-
""" """
|
|
3378
|
-
|
|
3379
3135
|
bl_rna: typing.Any
|
|
3380
|
-
""" """
|
|
3381
|
-
|
|
3382
3136
|
bl_space_type: typing.Any
|
|
3383
|
-
""" """
|
|
3384
|
-
|
|
3385
3137
|
id_data: typing.Any
|
|
3386
|
-
""" """
|
|
3387
3138
|
|
|
3388
3139
|
def append(self, draw_func):
|
|
3389
3140
|
"""Append a draw function to this menu,
|
|
@@ -3468,10 +3219,7 @@ class DATA_PT_gpencil_layer_display(
|
|
|
3468
3219
|
"""
|
|
3469
3220
|
...
|
|
3470
3221
|
|
|
3471
|
-
def is_extended(self):
|
|
3472
|
-
""" """
|
|
3473
|
-
...
|
|
3474
|
-
|
|
3222
|
+
def is_extended(self): ...
|
|
3475
3223
|
def is_property_hidden(self) -> bool:
|
|
3476
3224
|
"""Check if a property is hidden.
|
|
3477
3225
|
|
|
@@ -3612,31 +3360,14 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
3612
3360
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
3613
3361
|
bpy_types._GenericUI,
|
|
3614
3362
|
):
|
|
3615
|
-
""" """
|
|
3616
|
-
|
|
3617
3363
|
bl_context: typing.Any
|
|
3618
|
-
""" """
|
|
3619
|
-
|
|
3620
3364
|
bl_label: typing.Any
|
|
3621
|
-
""" """
|
|
3622
|
-
|
|
3623
3365
|
bl_options: typing.Any
|
|
3624
|
-
""" """
|
|
3625
|
-
|
|
3626
3366
|
bl_parent_id: typing.Any
|
|
3627
|
-
""" """
|
|
3628
|
-
|
|
3629
3367
|
bl_region_type: typing.Any
|
|
3630
|
-
""" """
|
|
3631
|
-
|
|
3632
3368
|
bl_rna: typing.Any
|
|
3633
|
-
""" """
|
|
3634
|
-
|
|
3635
3369
|
bl_space_type: typing.Any
|
|
3636
|
-
""" """
|
|
3637
|
-
|
|
3638
3370
|
id_data: typing.Any
|
|
3639
|
-
""" """
|
|
3640
3371
|
|
|
3641
3372
|
def append(self, draw_func):
|
|
3642
3373
|
"""Append a draw function to this menu,
|
|
@@ -3728,10 +3459,7 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
3728
3459
|
"""
|
|
3729
3460
|
...
|
|
3730
3461
|
|
|
3731
|
-
def is_extended(self):
|
|
3732
|
-
""" """
|
|
3733
|
-
...
|
|
3734
|
-
|
|
3462
|
+
def is_extended(self): ...
|
|
3735
3463
|
def is_property_hidden(self) -> bool:
|
|
3736
3464
|
"""Check if a property is hidden.
|
|
3737
3465
|
|
|
@@ -3872,31 +3600,14 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
3872
3600
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
3873
3601
|
bpy_types._GenericUI,
|
|
3874
3602
|
):
|
|
3875
|
-
""" """
|
|
3876
|
-
|
|
3877
3603
|
bl_context: typing.Any
|
|
3878
|
-
""" """
|
|
3879
|
-
|
|
3880
3604
|
bl_label: typing.Any
|
|
3881
|
-
""" """
|
|
3882
|
-
|
|
3883
3605
|
bl_options: typing.Any
|
|
3884
|
-
""" """
|
|
3885
|
-
|
|
3886
3606
|
bl_parent_id: typing.Any
|
|
3887
|
-
""" """
|
|
3888
|
-
|
|
3889
3607
|
bl_region_type: typing.Any
|
|
3890
|
-
""" """
|
|
3891
|
-
|
|
3892
3608
|
bl_rna: typing.Any
|
|
3893
|
-
""" """
|
|
3894
|
-
|
|
3895
3609
|
bl_space_type: typing.Any
|
|
3896
|
-
""" """
|
|
3897
|
-
|
|
3898
3610
|
id_data: typing.Any
|
|
3899
|
-
""" """
|
|
3900
3611
|
|
|
3901
3612
|
def append(self, draw_func):
|
|
3902
3613
|
"""Append a draw function to this menu,
|
|
@@ -3981,10 +3692,7 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
3981
3692
|
"""
|
|
3982
3693
|
...
|
|
3983
3694
|
|
|
3984
|
-
def is_extended(self):
|
|
3985
|
-
""" """
|
|
3986
|
-
...
|
|
3987
|
-
|
|
3695
|
+
def is_extended(self): ...
|
|
3988
3696
|
def is_property_hidden(self) -> bool:
|
|
3989
3697
|
"""Check if a property is hidden.
|
|
3990
3698
|
|
|
@@ -4125,31 +3833,14 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4125
3833
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
4126
3834
|
bpy_types._GenericUI,
|
|
4127
3835
|
):
|
|
4128
|
-
""" """
|
|
4129
|
-
|
|
4130
3836
|
bl_context: typing.Any
|
|
4131
|
-
""" """
|
|
4132
|
-
|
|
4133
3837
|
bl_label: typing.Any
|
|
4134
|
-
""" """
|
|
4135
|
-
|
|
4136
3838
|
bl_options: typing.Any
|
|
4137
|
-
""" """
|
|
4138
|
-
|
|
4139
3839
|
bl_parent_id: typing.Any
|
|
4140
|
-
""" """
|
|
4141
|
-
|
|
4142
3840
|
bl_region_type: typing.Any
|
|
4143
|
-
""" """
|
|
4144
|
-
|
|
4145
3841
|
bl_rna: typing.Any
|
|
4146
|
-
""" """
|
|
4147
|
-
|
|
4148
3842
|
bl_space_type: typing.Any
|
|
4149
|
-
""" """
|
|
4150
|
-
|
|
4151
3843
|
id_data: typing.Any
|
|
4152
|
-
""" """
|
|
4153
3844
|
|
|
4154
3845
|
def append(self, draw_func):
|
|
4155
3846
|
"""Append a draw function to this menu,
|
|
@@ -4234,10 +3925,7 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4234
3925
|
"""
|
|
4235
3926
|
...
|
|
4236
3927
|
|
|
4237
|
-
def is_extended(self):
|
|
4238
|
-
""" """
|
|
4239
|
-
...
|
|
4240
|
-
|
|
3928
|
+
def is_extended(self): ...
|
|
4241
3929
|
def is_property_hidden(self) -> bool:
|
|
4242
3930
|
"""Check if a property is hidden.
|
|
4243
3931
|
|
|
@@ -4375,28 +4063,13 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4375
4063
|
class DATA_PT_gpencil_vertex_groups(
|
|
4376
4064
|
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
4377
4065
|
):
|
|
4378
|
-
""" """
|
|
4379
|
-
|
|
4380
4066
|
bl_context: typing.Any
|
|
4381
|
-
""" """
|
|
4382
|
-
|
|
4383
4067
|
bl_label: typing.Any
|
|
4384
|
-
""" """
|
|
4385
|
-
|
|
4386
4068
|
bl_options: typing.Any
|
|
4387
|
-
""" """
|
|
4388
|
-
|
|
4389
4069
|
bl_region_type: typing.Any
|
|
4390
|
-
""" """
|
|
4391
|
-
|
|
4392
4070
|
bl_rna: typing.Any
|
|
4393
|
-
""" """
|
|
4394
|
-
|
|
4395
4071
|
bl_space_type: typing.Any
|
|
4396
|
-
""" """
|
|
4397
|
-
|
|
4398
4072
|
id_data: typing.Any
|
|
4399
|
-
""" """
|
|
4400
4073
|
|
|
4401
4074
|
def append(self, draw_func):
|
|
4402
4075
|
"""Append a draw function to this menu,
|
|
@@ -4481,10 +4154,7 @@ class DATA_PT_gpencil_vertex_groups(
|
|
|
4481
4154
|
"""
|
|
4482
4155
|
...
|
|
4483
4156
|
|
|
4484
|
-
def is_extended(self):
|
|
4485
|
-
""" """
|
|
4486
|
-
...
|
|
4487
|
-
|
|
4157
|
+
def is_extended(self): ...
|
|
4488
4158
|
def is_property_hidden(self) -> bool:
|
|
4489
4159
|
"""Check if a property is hidden.
|
|
4490
4160
|
|