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
|
@@ -5,16 +5,12 @@ import bl_ui.utils
|
|
|
5
5
|
import bpy.types
|
|
6
6
|
import bpy_types
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
10
|
|
|
10
11
|
class GreasePencilPaintPanel:
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
12
|
bl_category: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
13
|
bl_context: typing.Any
|
|
17
|
-
""" """
|
|
18
14
|
|
|
19
15
|
def poll(self, context):
|
|
20
16
|
"""
|
|
@@ -24,13 +20,8 @@ class GreasePencilPaintPanel:
|
|
|
24
20
|
...
|
|
25
21
|
|
|
26
22
|
class GreasePencilSculptPanel:
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
23
|
bl_category: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
24
|
bl_context: typing.Any
|
|
33
|
-
""" """
|
|
34
25
|
|
|
35
26
|
def poll(self, context):
|
|
36
27
|
"""
|
|
@@ -40,13 +31,8 @@ class GreasePencilSculptPanel:
|
|
|
40
31
|
...
|
|
41
32
|
|
|
42
33
|
class GreasePencilV3PaintPanel:
|
|
43
|
-
""" """
|
|
44
|
-
|
|
45
34
|
bl_category: typing.Any
|
|
46
|
-
""" """
|
|
47
|
-
|
|
48
35
|
bl_context: typing.Any
|
|
49
|
-
""" """
|
|
50
36
|
|
|
51
37
|
def poll(self, context):
|
|
52
38
|
"""
|
|
@@ -56,13 +42,8 @@ class GreasePencilV3PaintPanel:
|
|
|
56
42
|
...
|
|
57
43
|
|
|
58
44
|
class GreasePencilVertexPanel:
|
|
59
|
-
""" """
|
|
60
|
-
|
|
61
45
|
bl_category: typing.Any
|
|
62
|
-
""" """
|
|
63
|
-
|
|
64
46
|
bl_context: typing.Any
|
|
65
|
-
""" """
|
|
66
47
|
|
|
67
48
|
def poll(self, context):
|
|
68
49
|
"""
|
|
@@ -72,13 +53,8 @@ class GreasePencilVertexPanel:
|
|
|
72
53
|
...
|
|
73
54
|
|
|
74
55
|
class GreasePencilWeightPanel:
|
|
75
|
-
""" """
|
|
76
|
-
|
|
77
56
|
bl_category: typing.Any
|
|
78
|
-
""" """
|
|
79
|
-
|
|
80
57
|
bl_context: typing.Any
|
|
81
|
-
""" """
|
|
82
58
|
|
|
83
59
|
def poll(self, context):
|
|
84
60
|
"""
|
|
@@ -88,19 +64,10 @@ class GreasePencilWeightPanel:
|
|
|
88
64
|
...
|
|
89
65
|
|
|
90
66
|
class SelectPaintSlotHelper:
|
|
91
|
-
""" """
|
|
92
|
-
|
|
93
67
|
bl_region_type: typing.Any
|
|
94
|
-
""" """
|
|
95
|
-
|
|
96
68
|
bl_space_type: typing.Any
|
|
97
|
-
""" """
|
|
98
|
-
|
|
99
69
|
canvas_image_attr_name: typing.Any
|
|
100
|
-
""" """
|
|
101
|
-
|
|
102
70
|
canvas_source_attr_name: typing.Any
|
|
103
|
-
""" """
|
|
104
71
|
|
|
105
72
|
def draw(self, context):
|
|
106
73
|
"""
|
|
@@ -110,13 +77,8 @@ class SelectPaintSlotHelper:
|
|
|
110
77
|
...
|
|
111
78
|
|
|
112
79
|
class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
113
|
-
""" """
|
|
114
|
-
|
|
115
80
|
bl_rna: typing.Any
|
|
116
|
-
""" """
|
|
117
|
-
|
|
118
81
|
id_data: typing.Any
|
|
119
|
-
""" """
|
|
120
82
|
|
|
121
83
|
def append(self, draw_func):
|
|
122
84
|
"""Append a draw function to this menu,
|
|
@@ -218,10 +180,7 @@ class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
218
180
|
"""
|
|
219
181
|
...
|
|
220
182
|
|
|
221
|
-
def is_extended(self):
|
|
222
|
-
""" """
|
|
223
|
-
...
|
|
224
|
-
|
|
183
|
+
def is_extended(self): ...
|
|
225
184
|
def is_property_hidden(self) -> bool:
|
|
226
185
|
"""Check if a property is hidden.
|
|
227
186
|
|
|
@@ -350,16 +309,9 @@ class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
350
309
|
...
|
|
351
310
|
|
|
352
311
|
class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
353
|
-
""" """
|
|
354
|
-
|
|
355
312
|
bl_label: typing.Any
|
|
356
|
-
""" """
|
|
357
|
-
|
|
358
313
|
bl_rna: typing.Any
|
|
359
|
-
""" """
|
|
360
|
-
|
|
361
314
|
id_data: typing.Any
|
|
362
|
-
""" """
|
|
363
315
|
|
|
364
316
|
def append(self, draw_func):
|
|
365
317
|
"""Append a draw function to this menu,
|
|
@@ -464,10 +416,7 @@ class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
464
416
|
"""
|
|
465
417
|
...
|
|
466
418
|
|
|
467
|
-
def is_extended(self):
|
|
468
|
-
""" """
|
|
469
|
-
...
|
|
470
|
-
|
|
419
|
+
def is_extended(self): ...
|
|
471
420
|
def is_property_hidden(self) -> bool:
|
|
472
421
|
"""Check if a property is hidden.
|
|
473
422
|
|
|
@@ -630,16 +579,9 @@ class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
630
579
|
...
|
|
631
580
|
|
|
632
581
|
class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
633
|
-
""" """
|
|
634
|
-
|
|
635
582
|
bl_label: typing.Any
|
|
636
|
-
""" """
|
|
637
|
-
|
|
638
583
|
bl_rna: typing.Any
|
|
639
|
-
""" """
|
|
640
|
-
|
|
641
584
|
id_data: typing.Any
|
|
642
|
-
""" """
|
|
643
585
|
|
|
644
586
|
def append(self, draw_func):
|
|
645
587
|
"""Append a draw function to this menu,
|
|
@@ -744,10 +686,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
744
686
|
"""
|
|
745
687
|
...
|
|
746
688
|
|
|
747
|
-
def is_extended(self):
|
|
748
|
-
""" """
|
|
749
|
-
...
|
|
750
|
-
|
|
689
|
+
def is_extended(self): ...
|
|
751
690
|
def is_property_hidden(self) -> bool:
|
|
752
691
|
"""Check if a property is hidden.
|
|
753
692
|
|
|
@@ -910,16 +849,9 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
910
849
|
...
|
|
911
850
|
|
|
912
851
|
class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
913
|
-
""" """
|
|
914
|
-
|
|
915
852
|
bl_label: typing.Any
|
|
916
|
-
""" """
|
|
917
|
-
|
|
918
853
|
bl_rna: typing.Any
|
|
919
|
-
""" """
|
|
920
|
-
|
|
921
854
|
id_data: typing.Any
|
|
922
|
-
""" """
|
|
923
855
|
|
|
924
856
|
def append(self, draw_func):
|
|
925
857
|
"""Append a draw function to this menu,
|
|
@@ -1024,10 +956,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1024
956
|
"""
|
|
1025
957
|
...
|
|
1026
958
|
|
|
1027
|
-
def is_extended(self):
|
|
1028
|
-
""" """
|
|
1029
|
-
...
|
|
1030
|
-
|
|
959
|
+
def is_extended(self): ...
|
|
1031
960
|
def is_property_hidden(self) -> bool:
|
|
1032
961
|
"""Check if a property is hidden.
|
|
1033
962
|
|
|
@@ -1190,16 +1119,9 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1190
1119
|
...
|
|
1191
1120
|
|
|
1192
1121
|
class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.Menu, bpy_types._GenericUI):
|
|
1193
|
-
""" """
|
|
1194
|
-
|
|
1195
1122
|
bl_label: typing.Any
|
|
1196
|
-
""" """
|
|
1197
|
-
|
|
1198
1123
|
bl_rna: typing.Any
|
|
1199
|
-
""" """
|
|
1200
|
-
|
|
1201
1124
|
id_data: typing.Any
|
|
1202
|
-
""" """
|
|
1203
1125
|
|
|
1204
1126
|
def append(self, draw_func):
|
|
1205
1127
|
"""Append a draw function to this menu,
|
|
@@ -1304,10 +1226,7 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1304
1226
|
"""
|
|
1305
1227
|
...
|
|
1306
1228
|
|
|
1307
|
-
def is_extended(self):
|
|
1308
|
-
""" """
|
|
1309
|
-
...
|
|
1310
|
-
|
|
1229
|
+
def is_extended(self): ...
|
|
1311
1230
|
def is_property_hidden(self) -> bool:
|
|
1312
1231
|
"""Check if a property is hidden.
|
|
1313
1232
|
|
|
@@ -1470,33 +1389,17 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1470
1389
|
...
|
|
1471
1390
|
|
|
1472
1391
|
class View3DPanel:
|
|
1473
|
-
""" """
|
|
1474
|
-
|
|
1475
1392
|
bl_region_type: typing.Any
|
|
1476
|
-
""" """
|
|
1477
|
-
|
|
1478
1393
|
bl_space_type: typing.Any
|
|
1479
|
-
""" """
|
|
1480
1394
|
|
|
1481
1395
|
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
1482
1396
|
bpy_types.Panel, bpy_types._GenericUI
|
|
1483
1397
|
):
|
|
1484
|
-
""" """
|
|
1485
|
-
|
|
1486
1398
|
bl_label: typing.Any
|
|
1487
|
-
""" """
|
|
1488
|
-
|
|
1489
1399
|
bl_region_type: typing.Any
|
|
1490
|
-
""" """
|
|
1491
|
-
|
|
1492
1400
|
bl_rna: typing.Any
|
|
1493
|
-
""" """
|
|
1494
|
-
|
|
1495
1401
|
bl_space_type: typing.Any
|
|
1496
|
-
""" """
|
|
1497
|
-
|
|
1498
1402
|
id_data: typing.Any
|
|
1499
|
-
""" """
|
|
1500
1403
|
|
|
1501
1404
|
def append(self, draw_func):
|
|
1502
1405
|
"""Append a draw function to this menu,
|
|
@@ -1581,10 +1484,7 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
|
1581
1484
|
"""
|
|
1582
1485
|
...
|
|
1583
1486
|
|
|
1584
|
-
def is_extended(self):
|
|
1585
|
-
""" """
|
|
1586
|
-
...
|
|
1587
|
-
|
|
1487
|
+
def is_extended(self): ...
|
|
1588
1488
|
def is_property_hidden(self) -> bool:
|
|
1589
1489
|
"""Check if a property is hidden.
|
|
1590
1490
|
|
|
@@ -1718,28 +1618,13 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
1718
1618
|
"""Brush settings"""
|
|
1719
1619
|
|
|
1720
1620
|
bl_label: typing.Any
|
|
1721
|
-
""" """
|
|
1722
|
-
|
|
1723
1621
|
bl_region_type: typing.Any
|
|
1724
|
-
""" """
|
|
1725
|
-
|
|
1726
1622
|
bl_rna: typing.Any
|
|
1727
|
-
""" """
|
|
1728
|
-
|
|
1729
1623
|
bl_space_type: typing.Any
|
|
1730
|
-
""" """
|
|
1731
|
-
|
|
1732
1624
|
id_data: typing.Any
|
|
1733
|
-
""" """
|
|
1734
|
-
|
|
1735
1625
|
preset_add_operator: typing.Any
|
|
1736
|
-
""" """
|
|
1737
|
-
|
|
1738
1626
|
preset_operator: typing.Any
|
|
1739
|
-
""" """
|
|
1740
|
-
|
|
1741
1627
|
preset_subdir: typing.Any
|
|
1742
|
-
""" """
|
|
1743
1628
|
|
|
1744
1629
|
def append(self, draw_func):
|
|
1745
1630
|
"""Append a draw function to this menu,
|
|
@@ -1839,10 +1724,7 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
1839
1724
|
"""
|
|
1840
1725
|
...
|
|
1841
1726
|
|
|
1842
|
-
def is_extended(self):
|
|
1843
|
-
""" """
|
|
1844
|
-
...
|
|
1845
|
-
|
|
1727
|
+
def is_extended(self): ...
|
|
1846
1728
|
def is_property_hidden(self) -> bool:
|
|
1847
1729
|
"""Check if a property is hidden.
|
|
1848
1730
|
|
|
@@ -2005,25 +1887,12 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
2005
1887
|
...
|
|
2006
1888
|
|
|
2007
1889
|
class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
2008
|
-
""" """
|
|
2009
|
-
|
|
2010
1890
|
bl_label: typing.Any
|
|
2011
|
-
""" """
|
|
2012
|
-
|
|
2013
1891
|
bl_options: typing.Any
|
|
2014
|
-
""" """
|
|
2015
|
-
|
|
2016
1892
|
bl_region_type: typing.Any
|
|
2017
|
-
""" """
|
|
2018
|
-
|
|
2019
1893
|
bl_rna: typing.Any
|
|
2020
|
-
""" """
|
|
2021
|
-
|
|
2022
1894
|
bl_space_type: typing.Any
|
|
2023
|
-
""" """
|
|
2024
|
-
|
|
2025
1895
|
id_data: typing.Any
|
|
2026
|
-
""" """
|
|
2027
1896
|
|
|
2028
1897
|
def append(self, draw_func):
|
|
2029
1898
|
"""Append a draw function to this menu,
|
|
@@ -2108,10 +1977,7 @@ class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2108
1977
|
"""
|
|
2109
1978
|
...
|
|
2110
1979
|
|
|
2111
|
-
def is_extended(self):
|
|
2112
|
-
""" """
|
|
2113
|
-
...
|
|
2114
|
-
|
|
1980
|
+
def is_extended(self): ...
|
|
2115
1981
|
def is_property_hidden(self) -> bool:
|
|
2116
1982
|
"""Check if a property is hidden.
|
|
2117
1983
|
|
|
@@ -2240,25 +2106,12 @@ class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2240
2106
|
...
|
|
2241
2107
|
|
|
2242
2108
|
class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI):
|
|
2243
|
-
""" """
|
|
2244
|
-
|
|
2245
2109
|
bl_label: typing.Any
|
|
2246
|
-
""" """
|
|
2247
|
-
|
|
2248
2110
|
bl_region_type: typing.Any
|
|
2249
|
-
""" """
|
|
2250
|
-
|
|
2251
2111
|
bl_rna: typing.Any
|
|
2252
|
-
""" """
|
|
2253
|
-
|
|
2254
2112
|
bl_space_type: typing.Any
|
|
2255
|
-
""" """
|
|
2256
|
-
|
|
2257
2113
|
bl_ui_units_x: typing.Any
|
|
2258
|
-
""" """
|
|
2259
|
-
|
|
2260
2114
|
id_data: typing.Any
|
|
2261
|
-
""" """
|
|
2262
2115
|
|
|
2263
2116
|
def append(self, draw_func):
|
|
2264
2117
|
"""Append a draw function to this menu,
|
|
@@ -2343,10 +2196,7 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI
|
|
|
2343
2196
|
"""
|
|
2344
2197
|
...
|
|
2345
2198
|
|
|
2346
|
-
def is_extended(self):
|
|
2347
|
-
""" """
|
|
2348
|
-
...
|
|
2349
|
-
|
|
2199
|
+
def is_extended(self): ...
|
|
2350
2200
|
def is_property_hidden(self) -> bool:
|
|
2351
2201
|
"""Check if a property is hidden.
|
|
2352
2202
|
|
|
@@ -2475,25 +2325,12 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI
|
|
|
2475
2325
|
...
|
|
2476
2326
|
|
|
2477
2327
|
class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
2478
|
-
""" """
|
|
2479
|
-
|
|
2480
2328
|
bl_label: typing.Any
|
|
2481
|
-
""" """
|
|
2482
|
-
|
|
2483
2329
|
bl_region_type: typing.Any
|
|
2484
|
-
""" """
|
|
2485
|
-
|
|
2486
2330
|
bl_rna: typing.Any
|
|
2487
|
-
""" """
|
|
2488
|
-
|
|
2489
2331
|
bl_space_type: typing.Any
|
|
2490
|
-
""" """
|
|
2491
|
-
|
|
2492
2332
|
bl_ui_units_x: typing.Any
|
|
2493
|
-
""" """
|
|
2494
|
-
|
|
2495
2333
|
id_data: typing.Any
|
|
2496
|
-
""" """
|
|
2497
2334
|
|
|
2498
2335
|
def append(self, draw_func):
|
|
2499
2336
|
"""Append a draw function to this menu,
|
|
@@ -2585,10 +2422,7 @@ class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2585
2422
|
"""
|
|
2586
2423
|
...
|
|
2587
2424
|
|
|
2588
|
-
def is_extended(self):
|
|
2589
|
-
""" """
|
|
2590
|
-
...
|
|
2591
|
-
|
|
2425
|
+
def is_extended(self): ...
|
|
2592
2426
|
def is_property_hidden(self) -> bool:
|
|
2593
2427
|
"""Check if a property is hidden.
|
|
2594
2428
|
|
|
@@ -2717,25 +2551,12 @@ class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2717
2551
|
...
|
|
2718
2552
|
|
|
2719
2553
|
class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
2720
|
-
""" """
|
|
2721
|
-
|
|
2722
2554
|
bl_label: typing.Any
|
|
2723
|
-
""" """
|
|
2724
|
-
|
|
2725
2555
|
bl_region_type: typing.Any
|
|
2726
|
-
""" """
|
|
2727
|
-
|
|
2728
2556
|
bl_rna: typing.Any
|
|
2729
|
-
""" """
|
|
2730
|
-
|
|
2731
2557
|
bl_space_type: typing.Any
|
|
2732
|
-
""" """
|
|
2733
|
-
|
|
2734
2558
|
bl_ui_units_x: typing.Any
|
|
2735
|
-
""" """
|
|
2736
|
-
|
|
2737
2559
|
id_data: typing.Any
|
|
2738
|
-
""" """
|
|
2739
2560
|
|
|
2740
2561
|
def append(self, draw_func):
|
|
2741
2562
|
"""Append a draw function to this menu,
|
|
@@ -2827,10 +2648,7 @@ class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2827
2648
|
"""
|
|
2828
2649
|
...
|
|
2829
2650
|
|
|
2830
|
-
def is_extended(self):
|
|
2831
|
-
""" """
|
|
2832
|
-
...
|
|
2833
|
-
|
|
2651
|
+
def is_extended(self): ...
|
|
2834
2652
|
def is_property_hidden(self) -> bool:
|
|
2835
2653
|
"""Check if a property is hidden.
|
|
2836
2654
|
|
|
@@ -2959,31 +2777,14 @@ class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2959
2777
|
...
|
|
2960
2778
|
|
|
2961
2779
|
class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
2962
|
-
""" """
|
|
2963
|
-
|
|
2964
2780
|
bl_label: typing.Any
|
|
2965
|
-
""" """
|
|
2966
|
-
|
|
2967
2781
|
bl_options: typing.Any
|
|
2968
|
-
""" """
|
|
2969
|
-
|
|
2970
2782
|
bl_parent_id: typing.Any
|
|
2971
|
-
""" """
|
|
2972
|
-
|
|
2973
2783
|
bl_region_type: typing.Any
|
|
2974
|
-
""" """
|
|
2975
|
-
|
|
2976
2784
|
bl_rna: typing.Any
|
|
2977
|
-
""" """
|
|
2978
|
-
|
|
2979
2785
|
bl_space_type: typing.Any
|
|
2980
|
-
""" """
|
|
2981
|
-
|
|
2982
2786
|
bl_ui_units_x: typing.Any
|
|
2983
|
-
""" """
|
|
2984
|
-
|
|
2985
2787
|
id_data: typing.Any
|
|
2986
|
-
""" """
|
|
2987
2788
|
|
|
2988
2789
|
def append(self, draw_func):
|
|
2989
2790
|
"""Append a draw function to this menu,
|
|
@@ -3075,10 +2876,7 @@ class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3075
2876
|
"""
|
|
3076
2877
|
...
|
|
3077
2878
|
|
|
3078
|
-
def is_extended(self):
|
|
3079
|
-
""" """
|
|
3080
|
-
...
|
|
3081
|
-
|
|
2879
|
+
def is_extended(self): ...
|
|
3082
2880
|
def is_property_hidden(self) -> bool:
|
|
3083
2881
|
"""Check if a property is hidden.
|
|
3084
2882
|
|
|
@@ -3214,28 +3012,13 @@ class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3214
3012
|
...
|
|
3215
3013
|
|
|
3216
3014
|
class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._GenericUI):
|
|
3217
|
-
""" """
|
|
3218
|
-
|
|
3219
3015
|
bl_label: typing.Any
|
|
3220
|
-
""" """
|
|
3221
|
-
|
|
3222
3016
|
bl_options: typing.Any
|
|
3223
|
-
""" """
|
|
3224
|
-
|
|
3225
3017
|
bl_parent_id: typing.Any
|
|
3226
|
-
""" """
|
|
3227
|
-
|
|
3228
3018
|
bl_region_type: typing.Any
|
|
3229
|
-
""" """
|
|
3230
|
-
|
|
3231
3019
|
bl_rna: typing.Any
|
|
3232
|
-
""" """
|
|
3233
|
-
|
|
3234
3020
|
bl_space_type: typing.Any
|
|
3235
|
-
""" """
|
|
3236
|
-
|
|
3237
3021
|
id_data: typing.Any
|
|
3238
|
-
""" """
|
|
3239
3022
|
|
|
3240
3023
|
def append(self, draw_func):
|
|
3241
3024
|
"""Append a draw function to this menu,
|
|
@@ -3327,10 +3110,7 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._Gene
|
|
|
3327
3110
|
"""
|
|
3328
3111
|
...
|
|
3329
3112
|
|
|
3330
|
-
def is_extended(self):
|
|
3331
|
-
""" """
|
|
3332
|
-
...
|
|
3333
|
-
|
|
3113
|
+
def is_extended(self): ...
|
|
3334
3114
|
def is_property_hidden(self) -> bool:
|
|
3335
3115
|
"""Check if a property is hidden.
|
|
3336
3116
|
|
|
@@ -3461,22 +3241,11 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._Gene
|
|
|
3461
3241
|
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
3462
3242
|
bpy_types.Panel, bpy_types._GenericUI
|
|
3463
3243
|
):
|
|
3464
|
-
""" """
|
|
3465
|
-
|
|
3466
3244
|
bl_label: typing.Any
|
|
3467
|
-
""" """
|
|
3468
|
-
|
|
3469
3245
|
bl_region_type: typing.Any
|
|
3470
|
-
""" """
|
|
3471
|
-
|
|
3472
3246
|
bl_rna: typing.Any
|
|
3473
|
-
""" """
|
|
3474
|
-
|
|
3475
3247
|
bl_space_type: typing.Any
|
|
3476
|
-
""" """
|
|
3477
|
-
|
|
3478
3248
|
id_data: typing.Any
|
|
3479
|
-
""" """
|
|
3480
3249
|
|
|
3481
3250
|
def append(self, draw_func):
|
|
3482
3251
|
"""Append a draw function to this menu,
|
|
@@ -3561,10 +3330,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
|
3561
3330
|
"""
|
|
3562
3331
|
...
|
|
3563
3332
|
|
|
3564
|
-
def is_extended(self):
|
|
3565
|
-
""" """
|
|
3566
|
-
...
|
|
3567
|
-
|
|
3333
|
+
def is_extended(self): ...
|
|
3568
3334
|
def is_property_hidden(self) -> bool:
|
|
3569
3335
|
"""Check if a property is hidden.
|
|
3570
3336
|
|
|
@@ -3695,22 +3461,11 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
|
3695
3461
|
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
3696
3462
|
bpy_types.Panel, bpy_types._GenericUI
|
|
3697
3463
|
):
|
|
3698
|
-
""" """
|
|
3699
|
-
|
|
3700
3464
|
bl_label: typing.Any
|
|
3701
|
-
""" """
|
|
3702
|
-
|
|
3703
3465
|
bl_region_type: typing.Any
|
|
3704
|
-
""" """
|
|
3705
|
-
|
|
3706
3466
|
bl_rna: typing.Any
|
|
3707
|
-
""" """
|
|
3708
|
-
|
|
3709
3467
|
bl_space_type: typing.Any
|
|
3710
|
-
""" """
|
|
3711
|
-
|
|
3712
3468
|
id_data: typing.Any
|
|
3713
|
-
""" """
|
|
3714
3469
|
|
|
3715
3470
|
def append(self, draw_func):
|
|
3716
3471
|
"""Append a draw function to this menu,
|
|
@@ -3795,10 +3550,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3795
3550
|
"""
|
|
3796
3551
|
...
|
|
3797
3552
|
|
|
3798
|
-
def is_extended(self):
|
|
3799
|
-
""" """
|
|
3800
|
-
...
|
|
3801
|
-
|
|
3553
|
+
def is_extended(self): ...
|
|
3802
3554
|
def is_property_hidden(self) -> bool:
|
|
3803
3555
|
"""Check if a property is hidden.
|
|
3804
3556
|
|
|
@@ -3929,28 +3681,13 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3929
3681
|
class VIEW3D_PT_slots_paint_canvas(
|
|
3930
3682
|
bpy_types.Panel, SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
3931
3683
|
):
|
|
3932
|
-
""" """
|
|
3933
|
-
|
|
3934
3684
|
bl_label: typing.Any
|
|
3935
|
-
""" """
|
|
3936
|
-
|
|
3937
3685
|
bl_region_type: typing.Any
|
|
3938
|
-
""" """
|
|
3939
|
-
|
|
3940
3686
|
bl_rna: typing.Any
|
|
3941
|
-
""" """
|
|
3942
|
-
|
|
3943
3687
|
bl_space_type: typing.Any
|
|
3944
|
-
""" """
|
|
3945
|
-
|
|
3946
3688
|
canvas_image_attr_name: typing.Any
|
|
3947
|
-
""" """
|
|
3948
|
-
|
|
3949
3689
|
canvas_source_attr_name: typing.Any
|
|
3950
|
-
""" """
|
|
3951
|
-
|
|
3952
3690
|
id_data: typing.Any
|
|
3953
|
-
""" """
|
|
3954
3691
|
|
|
3955
3692
|
def append(self, draw_func):
|
|
3956
3693
|
"""Append a draw function to this menu,
|
|
@@ -4056,10 +3793,7 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
4056
3793
|
"""
|
|
4057
3794
|
...
|
|
4058
3795
|
|
|
4059
|
-
def is_extended(self):
|
|
4060
|
-
""" """
|
|
4061
|
-
...
|
|
4062
|
-
|
|
3796
|
+
def is_extended(self): ...
|
|
4063
3797
|
def is_property_hidden(self) -> bool:
|
|
4064
3798
|
"""Check if a property is hidden.
|
|
4065
3799
|
|
|
@@ -4197,28 +3931,13 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
4197
3931
|
class VIEW3D_PT_slots_projectpaint(
|
|
4198
3932
|
bpy_types.Panel, SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
4199
3933
|
):
|
|
4200
|
-
""" """
|
|
4201
|
-
|
|
4202
3934
|
bl_label: typing.Any
|
|
4203
|
-
""" """
|
|
4204
|
-
|
|
4205
3935
|
bl_region_type: typing.Any
|
|
4206
|
-
""" """
|
|
4207
|
-
|
|
4208
3936
|
bl_rna: typing.Any
|
|
4209
|
-
""" """
|
|
4210
|
-
|
|
4211
3937
|
bl_space_type: typing.Any
|
|
4212
|
-
""" """
|
|
4213
|
-
|
|
4214
3938
|
canvas_image_attr_name: typing.Any
|
|
4215
|
-
""" """
|
|
4216
|
-
|
|
4217
3939
|
canvas_source_attr_name: typing.Any
|
|
4218
|
-
""" """
|
|
4219
|
-
|
|
4220
3940
|
id_data: typing.Any
|
|
4221
|
-
""" """
|
|
4222
3941
|
|
|
4223
3942
|
def append(self, draw_func):
|
|
4224
3943
|
"""Append a draw function to this menu,
|
|
@@ -4325,10 +4044,7 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
4325
4044
|
"""
|
|
4326
4045
|
...
|
|
4327
4046
|
|
|
4328
|
-
def is_extended(self):
|
|
4329
|
-
""" """
|
|
4330
|
-
...
|
|
4331
|
-
|
|
4047
|
+
def is_extended(self): ...
|
|
4332
4048
|
def is_property_hidden(self) -> bool:
|
|
4333
4049
|
"""Check if a property is hidden.
|
|
4334
4050
|
|
|
@@ -4466,28 +4182,13 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
4466
4182
|
class VIEW3D_PT_tools_armatureedit_options(
|
|
4467
4183
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4468
4184
|
):
|
|
4469
|
-
""" """
|
|
4470
|
-
|
|
4471
4185
|
bl_category: typing.Any
|
|
4472
|
-
""" """
|
|
4473
|
-
|
|
4474
4186
|
bl_context: typing.Any
|
|
4475
|
-
""" """
|
|
4476
|
-
|
|
4477
4187
|
bl_label: typing.Any
|
|
4478
|
-
""" """
|
|
4479
|
-
|
|
4480
4188
|
bl_region_type: typing.Any
|
|
4481
|
-
""" """
|
|
4482
|
-
|
|
4483
4189
|
bl_rna: typing.Any
|
|
4484
|
-
""" """
|
|
4485
|
-
|
|
4486
4190
|
bl_space_type: typing.Any
|
|
4487
|
-
""" """
|
|
4488
|
-
|
|
4489
4191
|
id_data: typing.Any
|
|
4490
|
-
""" """
|
|
4491
4192
|
|
|
4492
4193
|
def append(self, draw_func):
|
|
4493
4194
|
"""Append a draw function to this menu,
|
|
@@ -4572,10 +4273,7 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
4572
4273
|
"""
|
|
4573
4274
|
...
|
|
4574
4275
|
|
|
4575
|
-
def is_extended(self):
|
|
4576
|
-
""" """
|
|
4577
|
-
...
|
|
4578
|
-
|
|
4276
|
+
def is_extended(self): ...
|
|
4579
4277
|
def is_property_hidden(self) -> bool:
|
|
4580
4278
|
"""Check if a property is hidden.
|
|
4581
4279
|
|
|
@@ -4706,37 +4404,16 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
4706
4404
|
class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
4707
4405
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4708
4406
|
):
|
|
4709
|
-
""" """
|
|
4710
|
-
|
|
4711
4407
|
bl_category: typing.Any
|
|
4712
|
-
""" """
|
|
4713
|
-
|
|
4714
4408
|
bl_context: typing.Any
|
|
4715
|
-
""" """
|
|
4716
|
-
|
|
4717
4409
|
bl_label: typing.Any
|
|
4718
|
-
""" """
|
|
4719
|
-
|
|
4720
4410
|
bl_options: typing.Any
|
|
4721
|
-
""" """
|
|
4722
|
-
|
|
4723
4411
|
bl_parent_id: typing.Any
|
|
4724
|
-
""" """
|
|
4725
|
-
|
|
4726
4412
|
bl_region_type: typing.Any
|
|
4727
|
-
""" """
|
|
4728
|
-
|
|
4729
4413
|
bl_rna: typing.Any
|
|
4730
|
-
""" """
|
|
4731
|
-
|
|
4732
4414
|
bl_space_type: typing.Any
|
|
4733
|
-
""" """
|
|
4734
|
-
|
|
4735
4415
|
bl_ui_units_x: typing.Any
|
|
4736
|
-
""" """
|
|
4737
|
-
|
|
4738
4416
|
id_data: typing.Any
|
|
4739
|
-
""" """
|
|
4740
4417
|
|
|
4741
4418
|
def append(self, draw_func):
|
|
4742
4419
|
"""Append a draw function to this menu,
|
|
@@ -4821,10 +4498,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
4821
4498
|
"""
|
|
4822
4499
|
...
|
|
4823
4500
|
|
|
4824
|
-
def is_extended(self):
|
|
4825
|
-
""" """
|
|
4826
|
-
...
|
|
4827
|
-
|
|
4501
|
+
def is_extended(self): ...
|
|
4828
4502
|
def is_property_hidden(self) -> bool:
|
|
4829
4503
|
"""Check if a property is hidden.
|
|
4830
4504
|
|
|
@@ -4962,31 +4636,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
4962
4636
|
class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
4963
4637
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4964
4638
|
):
|
|
4965
|
-
""" """
|
|
4966
|
-
|
|
4967
4639
|
bl_category: typing.Any
|
|
4968
|
-
""" """
|
|
4969
|
-
|
|
4970
4640
|
bl_context: typing.Any
|
|
4971
|
-
""" """
|
|
4972
|
-
|
|
4973
4641
|
bl_label: typing.Any
|
|
4974
|
-
""" """
|
|
4975
|
-
|
|
4976
4642
|
bl_parent_id: typing.Any
|
|
4977
|
-
""" """
|
|
4978
|
-
|
|
4979
4643
|
bl_region_type: typing.Any
|
|
4980
|
-
""" """
|
|
4981
|
-
|
|
4982
4644
|
bl_rna: typing.Any
|
|
4983
|
-
""" """
|
|
4984
|
-
|
|
4985
4645
|
bl_space_type: typing.Any
|
|
4986
|
-
""" """
|
|
4987
|
-
|
|
4988
4646
|
id_data: typing.Any
|
|
4989
|
-
""" """
|
|
4990
4647
|
|
|
4991
4648
|
def append(self, draw_func):
|
|
4992
4649
|
"""Append a draw function to this menu,
|
|
@@ -5071,10 +4728,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
5071
4728
|
"""
|
|
5072
4729
|
...
|
|
5073
4730
|
|
|
5074
|
-
def is_extended(self):
|
|
5075
|
-
""" """
|
|
5076
|
-
...
|
|
5077
|
-
|
|
4731
|
+
def is_extended(self): ...
|
|
5078
4732
|
def is_property_hidden(self) -> bool:
|
|
5079
4733
|
"""Check if a property is hidden.
|
|
5080
4734
|
|
|
@@ -5212,31 +4866,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
5212
4866
|
class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
5213
4867
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5214
4868
|
):
|
|
5215
|
-
""" """
|
|
5216
|
-
|
|
5217
4869
|
bl_category: typing.Any
|
|
5218
|
-
""" """
|
|
5219
|
-
|
|
5220
4870
|
bl_context: typing.Any
|
|
5221
|
-
""" """
|
|
5222
|
-
|
|
5223
4871
|
bl_label: typing.Any
|
|
5224
|
-
""" """
|
|
5225
|
-
|
|
5226
4872
|
bl_parent_id: typing.Any
|
|
5227
|
-
""" """
|
|
5228
|
-
|
|
5229
4873
|
bl_region_type: typing.Any
|
|
5230
|
-
""" """
|
|
5231
|
-
|
|
5232
4874
|
bl_rna: typing.Any
|
|
5233
|
-
""" """
|
|
5234
|
-
|
|
5235
4875
|
bl_space_type: typing.Any
|
|
5236
|
-
""" """
|
|
5237
|
-
|
|
5238
4876
|
id_data: typing.Any
|
|
5239
|
-
""" """
|
|
5240
4877
|
|
|
5241
4878
|
def append(self, draw_func):
|
|
5242
4879
|
"""Append a draw function to this menu,
|
|
@@ -5321,10 +4958,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
5321
4958
|
"""
|
|
5322
4959
|
...
|
|
5323
4960
|
|
|
5324
|
-
def is_extended(self):
|
|
5325
|
-
""" """
|
|
5326
|
-
...
|
|
5327
|
-
|
|
4961
|
+
def is_extended(self): ...
|
|
5328
4962
|
def is_property_hidden(self) -> bool:
|
|
5329
4963
|
"""Check if a property is hidden.
|
|
5330
4964
|
|
|
@@ -5462,28 +5096,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
5462
5096
|
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
5463
5097
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5464
5098
|
):
|
|
5465
|
-
""" """
|
|
5466
|
-
|
|
5467
5099
|
bl_category: typing.Any
|
|
5468
|
-
""" """
|
|
5469
|
-
|
|
5470
5100
|
bl_context: typing.Any
|
|
5471
|
-
""" """
|
|
5472
|
-
|
|
5473
5101
|
bl_label: typing.Any
|
|
5474
|
-
""" """
|
|
5475
|
-
|
|
5476
5102
|
bl_region_type: typing.Any
|
|
5477
|
-
""" """
|
|
5478
|
-
|
|
5479
5103
|
bl_rna: typing.Any
|
|
5480
|
-
""" """
|
|
5481
|
-
|
|
5482
5104
|
bl_space_type: typing.Any
|
|
5483
|
-
""" """
|
|
5484
|
-
|
|
5485
5105
|
id_data: typing.Any
|
|
5486
|
-
""" """
|
|
5487
5106
|
|
|
5488
5107
|
def append(self, draw_func):
|
|
5489
5108
|
"""Append a draw function to this menu,
|
|
@@ -5568,10 +5187,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
5568
5187
|
"""
|
|
5569
5188
|
...
|
|
5570
5189
|
|
|
5571
|
-
def is_extended(self):
|
|
5572
|
-
""" """
|
|
5573
|
-
...
|
|
5574
|
-
|
|
5190
|
+
def is_extended(self): ...
|
|
5575
5191
|
def is_property_hidden(self) -> bool:
|
|
5576
5192
|
"""Check if a property is hidden.
|
|
5577
5193
|
|
|
@@ -5709,34 +5325,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
5709
5325
|
class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
5710
5326
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5711
5327
|
):
|
|
5712
|
-
""" """
|
|
5713
|
-
|
|
5714
5328
|
bl_category: typing.Any
|
|
5715
|
-
""" """
|
|
5716
|
-
|
|
5717
5329
|
bl_context: typing.Any
|
|
5718
|
-
""" """
|
|
5719
|
-
|
|
5720
5330
|
bl_label: typing.Any
|
|
5721
|
-
""" """
|
|
5722
|
-
|
|
5723
5331
|
bl_options: typing.Any
|
|
5724
|
-
""" """
|
|
5725
|
-
|
|
5726
5332
|
bl_parent_id: typing.Any
|
|
5727
|
-
""" """
|
|
5728
|
-
|
|
5729
5333
|
bl_region_type: typing.Any
|
|
5730
|
-
""" """
|
|
5731
|
-
|
|
5732
5334
|
bl_rna: typing.Any
|
|
5733
|
-
""" """
|
|
5734
|
-
|
|
5735
5335
|
bl_space_type: typing.Any
|
|
5736
|
-
""" """
|
|
5737
|
-
|
|
5738
5336
|
id_data: typing.Any
|
|
5739
|
-
""" """
|
|
5740
5337
|
|
|
5741
5338
|
def append(self, draw_func):
|
|
5742
5339
|
"""Append a draw function to this menu,
|
|
@@ -5828,10 +5425,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
5828
5425
|
"""
|
|
5829
5426
|
...
|
|
5830
5427
|
|
|
5831
|
-
def is_extended(self):
|
|
5832
|
-
""" """
|
|
5833
|
-
...
|
|
5834
|
-
|
|
5428
|
+
def is_extended(self): ...
|
|
5835
5429
|
def is_property_hidden(self) -> bool:
|
|
5836
5430
|
"""Check if a property is hidden.
|
|
5837
5431
|
|
|
@@ -5969,34 +5563,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
5969
5563
|
class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
5970
5564
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5971
5565
|
):
|
|
5972
|
-
""" """
|
|
5973
|
-
|
|
5974
5566
|
bl_category: typing.Any
|
|
5975
|
-
""" """
|
|
5976
|
-
|
|
5977
5567
|
bl_context: typing.Any
|
|
5978
|
-
""" """
|
|
5979
|
-
|
|
5980
5568
|
bl_label: typing.Any
|
|
5981
|
-
""" """
|
|
5982
|
-
|
|
5983
5569
|
bl_options: typing.Any
|
|
5984
|
-
""" """
|
|
5985
|
-
|
|
5986
5570
|
bl_parent_id: typing.Any
|
|
5987
|
-
""" """
|
|
5988
|
-
|
|
5989
5571
|
bl_region_type: typing.Any
|
|
5990
|
-
""" """
|
|
5991
|
-
|
|
5992
5572
|
bl_rna: typing.Any
|
|
5993
|
-
""" """
|
|
5994
|
-
|
|
5995
5573
|
bl_space_type: typing.Any
|
|
5996
|
-
""" """
|
|
5997
|
-
|
|
5998
5574
|
id_data: typing.Any
|
|
5999
|
-
""" """
|
|
6000
5575
|
|
|
6001
5576
|
def append(self, draw_func):
|
|
6002
5577
|
"""Append a draw function to this menu,
|
|
@@ -6088,10 +5663,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
6088
5663
|
"""
|
|
6089
5664
|
...
|
|
6090
5665
|
|
|
6091
|
-
def is_extended(self):
|
|
6092
|
-
""" """
|
|
6093
|
-
...
|
|
6094
|
-
|
|
5666
|
+
def is_extended(self): ...
|
|
6095
5667
|
def is_property_hidden(self) -> bool:
|
|
6096
5668
|
"""Check if a property is hidden.
|
|
6097
5669
|
|
|
@@ -6229,28 +5801,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
6229
5801
|
class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
6230
5802
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
6231
5803
|
):
|
|
6232
|
-
""" """
|
|
6233
|
-
|
|
6234
5804
|
bl_category: typing.Any
|
|
6235
|
-
""" """
|
|
6236
|
-
|
|
6237
5805
|
bl_context: typing.Any
|
|
6238
|
-
""" """
|
|
6239
|
-
|
|
6240
5806
|
bl_label: typing.Any
|
|
6241
|
-
""" """
|
|
6242
|
-
|
|
6243
5807
|
bl_region_type: typing.Any
|
|
6244
|
-
""" """
|
|
6245
|
-
|
|
6246
5808
|
bl_rna: typing.Any
|
|
6247
|
-
""" """
|
|
6248
|
-
|
|
6249
5809
|
bl_space_type: typing.Any
|
|
6250
|
-
""" """
|
|
6251
|
-
|
|
6252
5810
|
id_data: typing.Any
|
|
6253
|
-
""" """
|
|
6254
5811
|
|
|
6255
5812
|
def append(self, draw_func):
|
|
6256
5813
|
"""Append a draw function to this menu,
|
|
@@ -6335,10 +5892,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
6335
5892
|
"""
|
|
6336
5893
|
...
|
|
6337
5894
|
|
|
6338
|
-
def is_extended(self):
|
|
6339
|
-
""" """
|
|
6340
|
-
...
|
|
6341
|
-
|
|
5895
|
+
def is_extended(self): ...
|
|
6342
5896
|
def is_property_hidden(self) -> bool:
|
|
6343
5897
|
"""Check if a property is hidden.
|
|
6344
5898
|
|
|
@@ -6476,31 +6030,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
6476
6030
|
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
6477
6031
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
6478
6032
|
):
|
|
6479
|
-
""" """
|
|
6480
|
-
|
|
6481
6033
|
bl_category: typing.Any
|
|
6482
|
-
""" """
|
|
6483
|
-
|
|
6484
6034
|
bl_context: typing.Any
|
|
6485
|
-
""" """
|
|
6486
|
-
|
|
6487
6035
|
bl_label: typing.Any
|
|
6488
|
-
""" """
|
|
6489
|
-
|
|
6490
6036
|
bl_options: typing.Any
|
|
6491
|
-
""" """
|
|
6492
|
-
|
|
6493
6037
|
bl_region_type: typing.Any
|
|
6494
|
-
""" """
|
|
6495
|
-
|
|
6496
6038
|
bl_rna: typing.Any
|
|
6497
|
-
""" """
|
|
6498
|
-
|
|
6499
6039
|
bl_space_type: typing.Any
|
|
6500
|
-
""" """
|
|
6501
|
-
|
|
6502
6040
|
id_data: typing.Any
|
|
6503
|
-
""" """
|
|
6504
6041
|
|
|
6505
6042
|
def append(self, draw_func):
|
|
6506
6043
|
"""Append a draw function to this menu,
|
|
@@ -6592,10 +6129,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
6592
6129
|
"""
|
|
6593
6130
|
...
|
|
6594
6131
|
|
|
6595
|
-
def is_extended(self):
|
|
6596
|
-
""" """
|
|
6597
|
-
...
|
|
6598
|
-
|
|
6132
|
+
def is_extended(self): ...
|
|
6599
6133
|
def is_property_hidden(self) -> bool:
|
|
6600
6134
|
"""Check if a property is hidden.
|
|
6601
6135
|
|
|
@@ -6733,34 +6267,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
6733
6267
|
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
6734
6268
|
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
6735
6269
|
):
|
|
6736
|
-
""" """
|
|
6737
|
-
|
|
6738
6270
|
bl_category: typing.Any
|
|
6739
|
-
""" """
|
|
6740
|
-
|
|
6741
6271
|
bl_context: typing.Any
|
|
6742
|
-
""" """
|
|
6743
|
-
|
|
6744
6272
|
bl_label: typing.Any
|
|
6745
|
-
""" """
|
|
6746
|
-
|
|
6747
6273
|
bl_options: typing.Any
|
|
6748
|
-
""" """
|
|
6749
|
-
|
|
6750
6274
|
bl_parent_id: typing.Any
|
|
6751
|
-
""" """
|
|
6752
|
-
|
|
6753
6275
|
bl_region_type: typing.Any
|
|
6754
|
-
""" """
|
|
6755
|
-
|
|
6756
6276
|
bl_rna: typing.Any
|
|
6757
|
-
""" """
|
|
6758
|
-
|
|
6759
6277
|
bl_space_type: typing.Any
|
|
6760
|
-
""" """
|
|
6761
|
-
|
|
6762
6278
|
id_data: typing.Any
|
|
6763
|
-
""" """
|
|
6764
6279
|
|
|
6765
6280
|
def append(self, draw_func):
|
|
6766
6281
|
"""Append a draw function to this menu,
|
|
@@ -6852,10 +6367,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
6852
6367
|
"""
|
|
6853
6368
|
...
|
|
6854
6369
|
|
|
6855
|
-
def is_extended(self):
|
|
6856
|
-
""" """
|
|
6857
|
-
...
|
|
6858
|
-
|
|
6370
|
+
def is_extended(self): ...
|
|
6859
6371
|
def is_property_hidden(self) -> bool:
|
|
6860
6372
|
"""Check if a property is hidden.
|
|
6861
6373
|
|
|
@@ -6993,37 +6505,16 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
6993
6505
|
class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
6994
6506
|
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
6995
6507
|
):
|
|
6996
|
-
""" """
|
|
6997
|
-
|
|
6998
6508
|
bl_category: typing.Any
|
|
6999
|
-
""" """
|
|
7000
|
-
|
|
7001
6509
|
bl_context: typing.Any
|
|
7002
|
-
""" """
|
|
7003
|
-
|
|
7004
6510
|
bl_label: typing.Any
|
|
7005
|
-
""" """
|
|
7006
|
-
|
|
7007
6511
|
bl_options: typing.Any
|
|
7008
|
-
""" """
|
|
7009
|
-
|
|
7010
6512
|
bl_parent_id: typing.Any
|
|
7011
|
-
""" """
|
|
7012
|
-
|
|
7013
6513
|
bl_region_type: typing.Any
|
|
7014
|
-
""" """
|
|
7015
|
-
|
|
7016
6514
|
bl_rna: typing.Any
|
|
7017
|
-
""" """
|
|
7018
|
-
|
|
7019
6515
|
bl_space_type: typing.Any
|
|
7020
|
-
""" """
|
|
7021
|
-
|
|
7022
6516
|
bl_ui_units_x: typing.Any
|
|
7023
|
-
""" """
|
|
7024
|
-
|
|
7025
6517
|
id_data: typing.Any
|
|
7026
|
-
""" """
|
|
7027
6518
|
|
|
7028
6519
|
def append(self, draw_func):
|
|
7029
6520
|
"""Append a draw function to this menu,
|
|
@@ -7108,10 +6599,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
7108
6599
|
"""
|
|
7109
6600
|
...
|
|
7110
6601
|
|
|
7111
|
-
def is_extended(self):
|
|
7112
|
-
""" """
|
|
7113
|
-
...
|
|
7114
|
-
|
|
6602
|
+
def is_extended(self): ...
|
|
7115
6603
|
def is_property_hidden(self) -> bool:
|
|
7116
6604
|
"""Check if a property is hidden.
|
|
7117
6605
|
|
|
@@ -7249,28 +6737,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
7249
6737
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
7250
6738
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
7251
6739
|
):
|
|
7252
|
-
""" """
|
|
7253
|
-
|
|
7254
6740
|
bl_category: typing.Any
|
|
7255
|
-
""" """
|
|
7256
|
-
|
|
7257
6741
|
bl_context: typing.Any
|
|
7258
|
-
""" """
|
|
7259
|
-
|
|
7260
6742
|
bl_label: typing.Any
|
|
7261
|
-
""" """
|
|
7262
|
-
|
|
7263
6743
|
bl_region_type: typing.Any
|
|
7264
|
-
""" """
|
|
7265
|
-
|
|
7266
6744
|
bl_rna: typing.Any
|
|
7267
|
-
""" """
|
|
7268
|
-
|
|
7269
6745
|
bl_space_type: typing.Any
|
|
7270
|
-
""" """
|
|
7271
|
-
|
|
7272
6746
|
id_data: typing.Any
|
|
7273
|
-
""" """
|
|
7274
6747
|
|
|
7275
6748
|
def append(self, draw_func):
|
|
7276
6749
|
"""Append a draw function to this menu,
|
|
@@ -7355,10 +6828,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
7355
6828
|
"""
|
|
7356
6829
|
...
|
|
7357
6830
|
|
|
7358
|
-
def is_extended(self):
|
|
7359
|
-
""" """
|
|
7360
|
-
...
|
|
7361
|
-
|
|
6831
|
+
def is_extended(self): ...
|
|
7362
6832
|
def is_property_hidden(self) -> bool:
|
|
7363
6833
|
"""Check if a property is hidden.
|
|
7364
6834
|
|
|
@@ -7496,31 +6966,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
7496
6966
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
7497
6967
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
7498
6968
|
):
|
|
7499
|
-
""" """
|
|
7500
|
-
|
|
7501
6969
|
bl_category: typing.Any
|
|
7502
|
-
""" """
|
|
7503
|
-
|
|
7504
6970
|
bl_context: typing.Any
|
|
7505
|
-
""" """
|
|
7506
|
-
|
|
7507
6971
|
bl_label: typing.Any
|
|
7508
|
-
""" """
|
|
7509
|
-
|
|
7510
6972
|
bl_parent_id: typing.Any
|
|
7511
|
-
""" """
|
|
7512
|
-
|
|
7513
6973
|
bl_region_type: typing.Any
|
|
7514
|
-
""" """
|
|
7515
|
-
|
|
7516
6974
|
bl_rna: typing.Any
|
|
7517
|
-
""" """
|
|
7518
|
-
|
|
7519
6975
|
bl_space_type: typing.Any
|
|
7520
|
-
""" """
|
|
7521
|
-
|
|
7522
6976
|
id_data: typing.Any
|
|
7523
|
-
""" """
|
|
7524
6977
|
|
|
7525
6978
|
def append(self, draw_func):
|
|
7526
6979
|
"""Append a draw function to this menu,
|
|
@@ -7605,10 +7058,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
7605
7058
|
"""
|
|
7606
7059
|
...
|
|
7607
7060
|
|
|
7608
|
-
def is_extended(self):
|
|
7609
|
-
""" """
|
|
7610
|
-
...
|
|
7611
|
-
|
|
7061
|
+
def is_extended(self): ...
|
|
7612
7062
|
def is_property_hidden(self) -> bool:
|
|
7613
7063
|
"""Check if a property is hidden.
|
|
7614
7064
|
|
|
@@ -7749,37 +7199,16 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
7749
7199
|
bpy_types.Panel,
|
|
7750
7200
|
View3DPanel,
|
|
7751
7201
|
):
|
|
7752
|
-
""" """
|
|
7753
|
-
|
|
7754
7202
|
bl_category: typing.Any
|
|
7755
|
-
""" """
|
|
7756
|
-
|
|
7757
7203
|
bl_context: typing.Any
|
|
7758
|
-
""" """
|
|
7759
|
-
|
|
7760
7204
|
bl_label: typing.Any
|
|
7761
|
-
""" """
|
|
7762
|
-
|
|
7763
7205
|
bl_options: typing.Any
|
|
7764
|
-
""" """
|
|
7765
|
-
|
|
7766
7206
|
bl_parent_id: typing.Any
|
|
7767
|
-
""" """
|
|
7768
|
-
|
|
7769
7207
|
bl_region_type: typing.Any
|
|
7770
|
-
""" """
|
|
7771
|
-
|
|
7772
7208
|
bl_rna: typing.Any
|
|
7773
|
-
""" """
|
|
7774
|
-
|
|
7775
7209
|
bl_space_type: typing.Any
|
|
7776
|
-
""" """
|
|
7777
|
-
|
|
7778
7210
|
bl_ui_units_x: typing.Any
|
|
7779
|
-
""" """
|
|
7780
|
-
|
|
7781
7211
|
id_data: typing.Any
|
|
7782
|
-
""" """
|
|
7783
7212
|
|
|
7784
7213
|
def append(self, draw_func):
|
|
7785
7214
|
"""Append a draw function to this menu,
|
|
@@ -7871,10 +7300,7 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
7871
7300
|
"""
|
|
7872
7301
|
...
|
|
7873
7302
|
|
|
7874
|
-
def is_extended(self):
|
|
7875
|
-
""" """
|
|
7876
|
-
...
|
|
7877
|
-
|
|
7303
|
+
def is_extended(self): ...
|
|
7878
7304
|
def is_property_hidden(self) -> bool:
|
|
7879
7305
|
"""Check if a property is hidden.
|
|
7880
7306
|
|
|
@@ -8015,34 +7441,15 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
8015
7441
|
bpy_types.Panel,
|
|
8016
7442
|
View3DPanel,
|
|
8017
7443
|
):
|
|
8018
|
-
""" """
|
|
8019
|
-
|
|
8020
7444
|
bl_category: typing.Any
|
|
8021
|
-
""" """
|
|
8022
|
-
|
|
8023
7445
|
bl_context: typing.Any
|
|
8024
|
-
""" """
|
|
8025
|
-
|
|
8026
7446
|
bl_label: typing.Any
|
|
8027
|
-
""" """
|
|
8028
|
-
|
|
8029
7447
|
bl_options: typing.Any
|
|
8030
|
-
""" """
|
|
8031
|
-
|
|
8032
7448
|
bl_parent_id: typing.Any
|
|
8033
|
-
""" """
|
|
8034
|
-
|
|
8035
7449
|
bl_region_type: typing.Any
|
|
8036
|
-
""" """
|
|
8037
|
-
|
|
8038
7450
|
bl_rna: typing.Any
|
|
8039
|
-
""" """
|
|
8040
|
-
|
|
8041
7451
|
bl_space_type: typing.Any
|
|
8042
|
-
""" """
|
|
8043
|
-
|
|
8044
7452
|
id_data: typing.Any
|
|
8045
|
-
""" """
|
|
8046
7453
|
|
|
8047
7454
|
def append(self, draw_func):
|
|
8048
7455
|
"""Append a draw function to this menu,
|
|
@@ -8134,10 +7541,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
8134
7541
|
"""
|
|
8135
7542
|
...
|
|
8136
7543
|
|
|
8137
|
-
def is_extended(self):
|
|
8138
|
-
""" """
|
|
8139
|
-
...
|
|
8140
|
-
|
|
7544
|
+
def is_extended(self): ...
|
|
8141
7545
|
def is_property_hidden(self) -> bool:
|
|
8142
7546
|
"""Check if a property is hidden.
|
|
8143
7547
|
|
|
@@ -8278,34 +7682,15 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
8278
7682
|
View3DPanel,
|
|
8279
7683
|
bpy_types._GenericUI,
|
|
8280
7684
|
):
|
|
8281
|
-
""" """
|
|
8282
|
-
|
|
8283
7685
|
bl_category: typing.Any
|
|
8284
|
-
""" """
|
|
8285
|
-
|
|
8286
7686
|
bl_context: typing.Any
|
|
8287
|
-
""" """
|
|
8288
|
-
|
|
8289
7687
|
bl_label: typing.Any
|
|
8290
|
-
""" """
|
|
8291
|
-
|
|
8292
7688
|
bl_options: typing.Any
|
|
8293
|
-
""" """
|
|
8294
|
-
|
|
8295
7689
|
bl_parent_id: typing.Any
|
|
8296
|
-
""" """
|
|
8297
|
-
|
|
8298
7690
|
bl_region_type: typing.Any
|
|
8299
|
-
""" """
|
|
8300
|
-
|
|
8301
7691
|
bl_rna: typing.Any
|
|
8302
|
-
""" """
|
|
8303
|
-
|
|
8304
7692
|
bl_space_type: typing.Any
|
|
8305
|
-
""" """
|
|
8306
|
-
|
|
8307
7693
|
id_data: typing.Any
|
|
8308
|
-
""" """
|
|
8309
7694
|
|
|
8310
7695
|
def append(self, draw_func):
|
|
8311
7696
|
"""Append a draw function to this menu,
|
|
@@ -8390,10 +7775,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
8390
7775
|
"""
|
|
8391
7776
|
...
|
|
8392
7777
|
|
|
8393
|
-
def is_extended(self):
|
|
8394
|
-
""" """
|
|
8395
|
-
...
|
|
8396
|
-
|
|
7778
|
+
def is_extended(self): ...
|
|
8397
7779
|
def is_property_hidden(self) -> bool:
|
|
8398
7780
|
"""Check if a property is hidden.
|
|
8399
7781
|
|
|
@@ -8534,28 +7916,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8534
7916
|
View3DPanel,
|
|
8535
7917
|
bpy_types._GenericUI,
|
|
8536
7918
|
):
|
|
8537
|
-
""" """
|
|
8538
|
-
|
|
8539
7919
|
bl_category: typing.Any
|
|
8540
|
-
""" """
|
|
8541
|
-
|
|
8542
7920
|
bl_context: typing.Any
|
|
8543
|
-
""" """
|
|
8544
|
-
|
|
8545
7921
|
bl_label: typing.Any
|
|
8546
|
-
""" """
|
|
8547
|
-
|
|
8548
7922
|
bl_region_type: typing.Any
|
|
8549
|
-
""" """
|
|
8550
|
-
|
|
8551
7923
|
bl_rna: typing.Any
|
|
8552
|
-
""" """
|
|
8553
|
-
|
|
8554
7924
|
bl_space_type: typing.Any
|
|
8555
|
-
""" """
|
|
8556
|
-
|
|
8557
7925
|
id_data: typing.Any
|
|
8558
|
-
""" """
|
|
8559
7926
|
|
|
8560
7927
|
def append(self, draw_func):
|
|
8561
7928
|
"""Append a draw function to this menu,
|
|
@@ -8640,10 +8007,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8640
8007
|
"""
|
|
8641
8008
|
...
|
|
8642
8009
|
|
|
8643
|
-
def is_extended(self):
|
|
8644
|
-
""" """
|
|
8645
|
-
...
|
|
8646
|
-
|
|
8010
|
+
def is_extended(self): ...
|
|
8647
8011
|
def is_property_hidden(self) -> bool:
|
|
8648
8012
|
"""Check if a property is hidden.
|
|
8649
8013
|
|
|
@@ -8781,28 +8145,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8781
8145
|
class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
8782
8146
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
8783
8147
|
):
|
|
8784
|
-
""" """
|
|
8785
|
-
|
|
8786
8148
|
bl_category: typing.Any
|
|
8787
|
-
""" """
|
|
8788
|
-
|
|
8789
8149
|
bl_context: typing.Any
|
|
8790
|
-
""" """
|
|
8791
|
-
|
|
8792
8150
|
bl_label: typing.Any
|
|
8793
|
-
""" """
|
|
8794
|
-
|
|
8795
8151
|
bl_region_type: typing.Any
|
|
8796
|
-
""" """
|
|
8797
|
-
|
|
8798
8152
|
bl_rna: typing.Any
|
|
8799
|
-
""" """
|
|
8800
|
-
|
|
8801
8153
|
bl_space_type: typing.Any
|
|
8802
|
-
""" """
|
|
8803
|
-
|
|
8804
8154
|
id_data: typing.Any
|
|
8805
|
-
""" """
|
|
8806
8155
|
|
|
8807
8156
|
def append(self, draw_func):
|
|
8808
8157
|
"""Append a draw function to this menu,
|
|
@@ -8887,10 +8236,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
8887
8236
|
"""
|
|
8888
8237
|
...
|
|
8889
8238
|
|
|
8890
|
-
def is_extended(self):
|
|
8891
|
-
""" """
|
|
8892
|
-
...
|
|
8893
|
-
|
|
8239
|
+
def is_extended(self): ...
|
|
8894
8240
|
def is_property_hidden(self) -> bool:
|
|
8895
8241
|
"""Check if a property is hidden.
|
|
8896
8242
|
|
|
@@ -9028,28 +8374,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
9028
8374
|
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
9029
8375
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
9030
8376
|
):
|
|
9031
|
-
""" """
|
|
9032
|
-
|
|
9033
8377
|
bl_category: typing.Any
|
|
9034
|
-
""" """
|
|
9035
|
-
|
|
9036
8378
|
bl_context: typing.Any
|
|
9037
|
-
""" """
|
|
9038
|
-
|
|
9039
8379
|
bl_label: typing.Any
|
|
9040
|
-
""" """
|
|
9041
|
-
|
|
9042
8380
|
bl_region_type: typing.Any
|
|
9043
|
-
""" """
|
|
9044
|
-
|
|
9045
8381
|
bl_rna: typing.Any
|
|
9046
|
-
""" """
|
|
9047
|
-
|
|
9048
8382
|
bl_space_type: typing.Any
|
|
9049
|
-
""" """
|
|
9050
|
-
|
|
9051
8383
|
id_data: typing.Any
|
|
9052
|
-
""" """
|
|
9053
8384
|
|
|
9054
8385
|
def append(self, draw_func):
|
|
9055
8386
|
"""Append a draw function to this menu,
|
|
@@ -9134,10 +8465,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
9134
8465
|
"""
|
|
9135
8466
|
...
|
|
9136
8467
|
|
|
9137
|
-
def is_extended(self):
|
|
9138
|
-
""" """
|
|
9139
|
-
...
|
|
9140
|
-
|
|
8468
|
+
def is_extended(self): ...
|
|
9141
8469
|
def is_property_hidden(self) -> bool:
|
|
9142
8470
|
"""Check if a property is hidden.
|
|
9143
8471
|
|
|
@@ -9275,37 +8603,16 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
9275
8603
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
9276
8604
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9277
8605
|
):
|
|
9278
|
-
""" """
|
|
9279
|
-
|
|
9280
8606
|
bl_category: typing.Any
|
|
9281
|
-
""" """
|
|
9282
|
-
|
|
9283
8607
|
bl_context: typing.Any
|
|
9284
|
-
""" """
|
|
9285
|
-
|
|
9286
8608
|
bl_label: typing.Any
|
|
9287
|
-
""" """
|
|
9288
|
-
|
|
9289
8609
|
bl_options: typing.Any
|
|
9290
|
-
""" """
|
|
9291
|
-
|
|
9292
8610
|
bl_parent_id: typing.Any
|
|
9293
|
-
""" """
|
|
9294
|
-
|
|
9295
8611
|
bl_region_type: typing.Any
|
|
9296
|
-
""" """
|
|
9297
|
-
|
|
9298
8612
|
bl_rna: typing.Any
|
|
9299
|
-
""" """
|
|
9300
|
-
|
|
9301
8613
|
bl_space_type: typing.Any
|
|
9302
|
-
""" """
|
|
9303
|
-
|
|
9304
8614
|
bl_ui_units_x: typing.Any
|
|
9305
|
-
""" """
|
|
9306
|
-
|
|
9307
8615
|
id_data: typing.Any
|
|
9308
|
-
""" """
|
|
9309
8616
|
|
|
9310
8617
|
def append(self, draw_func):
|
|
9311
8618
|
"""Append a draw function to this menu,
|
|
@@ -9390,10 +8697,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
9390
8697
|
"""
|
|
9391
8698
|
...
|
|
9392
8699
|
|
|
9393
|
-
def is_extended(self):
|
|
9394
|
-
""" """
|
|
9395
|
-
...
|
|
9396
|
-
|
|
8700
|
+
def is_extended(self): ...
|
|
9397
8701
|
def is_property_hidden(self) -> bool:
|
|
9398
8702
|
"""Check if a property is hidden.
|
|
9399
8703
|
|
|
@@ -9531,31 +8835,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
9531
8835
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
9532
8836
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9533
8837
|
):
|
|
9534
|
-
""" """
|
|
9535
|
-
|
|
9536
8838
|
bl_category: typing.Any
|
|
9537
|
-
""" """
|
|
9538
|
-
|
|
9539
8839
|
bl_context: typing.Any
|
|
9540
|
-
""" """
|
|
9541
|
-
|
|
9542
8840
|
bl_label: typing.Any
|
|
9543
|
-
""" """
|
|
9544
|
-
|
|
9545
8841
|
bl_parent_id: typing.Any
|
|
9546
|
-
""" """
|
|
9547
|
-
|
|
9548
8842
|
bl_region_type: typing.Any
|
|
9549
|
-
""" """
|
|
9550
|
-
|
|
9551
8843
|
bl_rna: typing.Any
|
|
9552
|
-
""" """
|
|
9553
|
-
|
|
9554
8844
|
bl_space_type: typing.Any
|
|
9555
|
-
""" """
|
|
9556
|
-
|
|
9557
8845
|
id_data: typing.Any
|
|
9558
|
-
""" """
|
|
9559
8846
|
|
|
9560
8847
|
def append(self, draw_func):
|
|
9561
8848
|
"""Append a draw function to this menu,
|
|
@@ -9640,10 +8927,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
9640
8927
|
"""
|
|
9641
8928
|
...
|
|
9642
8929
|
|
|
9643
|
-
def is_extended(self):
|
|
9644
|
-
""" """
|
|
9645
|
-
...
|
|
9646
|
-
|
|
8930
|
+
def is_extended(self): ...
|
|
9647
8931
|
def is_property_hidden(self) -> bool:
|
|
9648
8932
|
"""Check if a property is hidden.
|
|
9649
8933
|
|
|
@@ -9781,28 +9065,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
9781
9065
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
9782
9066
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9783
9067
|
):
|
|
9784
|
-
""" """
|
|
9785
|
-
|
|
9786
9068
|
bl_category: typing.Any
|
|
9787
|
-
""" """
|
|
9788
|
-
|
|
9789
9069
|
bl_context: typing.Any
|
|
9790
|
-
""" """
|
|
9791
|
-
|
|
9792
9070
|
bl_label: typing.Any
|
|
9793
|
-
""" """
|
|
9794
|
-
|
|
9795
9071
|
bl_region_type: typing.Any
|
|
9796
|
-
""" """
|
|
9797
|
-
|
|
9798
9072
|
bl_rna: typing.Any
|
|
9799
|
-
""" """
|
|
9800
|
-
|
|
9801
9073
|
bl_space_type: typing.Any
|
|
9802
|
-
""" """
|
|
9803
|
-
|
|
9804
9074
|
id_data: typing.Any
|
|
9805
|
-
""" """
|
|
9806
9075
|
|
|
9807
9076
|
def append(self, draw_func):
|
|
9808
9077
|
"""Append a draw function to this menu,
|
|
@@ -9887,10 +9156,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
9887
9156
|
"""
|
|
9888
9157
|
...
|
|
9889
9158
|
|
|
9890
|
-
def is_extended(self):
|
|
9891
|
-
""" """
|
|
9892
|
-
...
|
|
9893
|
-
|
|
9159
|
+
def is_extended(self): ...
|
|
9894
9160
|
def is_property_hidden(self) -> bool:
|
|
9895
9161
|
"""Check if a property is hidden.
|
|
9896
9162
|
|
|
@@ -10028,28 +9294,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
10028
9294
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
10029
9295
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilV3PaintPanel
|
|
10030
9296
|
):
|
|
10031
|
-
""" """
|
|
10032
|
-
|
|
10033
9297
|
bl_category: typing.Any
|
|
10034
|
-
""" """
|
|
10035
|
-
|
|
10036
9298
|
bl_context: typing.Any
|
|
10037
|
-
""" """
|
|
10038
|
-
|
|
10039
9299
|
bl_label: typing.Any
|
|
10040
|
-
""" """
|
|
10041
|
-
|
|
10042
9300
|
bl_region_type: typing.Any
|
|
10043
|
-
""" """
|
|
10044
|
-
|
|
10045
9301
|
bl_rna: typing.Any
|
|
10046
|
-
""" """
|
|
10047
|
-
|
|
10048
9302
|
bl_space_type: typing.Any
|
|
10049
|
-
""" """
|
|
10050
|
-
|
|
10051
9303
|
id_data: typing.Any
|
|
10052
|
-
""" """
|
|
10053
9304
|
|
|
10054
9305
|
def append(self, draw_func):
|
|
10055
9306
|
"""Append a draw function to this menu,
|
|
@@ -10134,10 +9385,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
10134
9385
|
"""
|
|
10135
9386
|
...
|
|
10136
9387
|
|
|
10137
|
-
def is_extended(self):
|
|
10138
|
-
""" """
|
|
10139
|
-
...
|
|
10140
|
-
|
|
9388
|
+
def is_extended(self): ...
|
|
10141
9389
|
def is_property_hidden(self) -> bool:
|
|
10142
9390
|
"""Check if a property is hidden.
|
|
10143
9391
|
|
|
@@ -10275,31 +9523,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
10275
9523
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
10276
9524
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilV3PaintPanel
|
|
10277
9525
|
):
|
|
10278
|
-
""" """
|
|
10279
|
-
|
|
10280
9526
|
bl_category: typing.Any
|
|
10281
|
-
""" """
|
|
10282
|
-
|
|
10283
9527
|
bl_context: typing.Any
|
|
10284
|
-
""" """
|
|
10285
|
-
|
|
10286
9528
|
bl_label: typing.Any
|
|
10287
|
-
""" """
|
|
10288
|
-
|
|
10289
9529
|
bl_options: typing.Any
|
|
10290
|
-
""" """
|
|
10291
|
-
|
|
10292
9530
|
bl_region_type: typing.Any
|
|
10293
|
-
""" """
|
|
10294
|
-
|
|
10295
9531
|
bl_rna: typing.Any
|
|
10296
|
-
""" """
|
|
10297
|
-
|
|
10298
9532
|
bl_space_type: typing.Any
|
|
10299
|
-
""" """
|
|
10300
|
-
|
|
10301
9533
|
id_data: typing.Any
|
|
10302
|
-
""" """
|
|
10303
9534
|
|
|
10304
9535
|
def append(self, draw_func):
|
|
10305
9536
|
"""Append a draw function to this menu,
|
|
@@ -10391,10 +9622,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
10391
9622
|
"""
|
|
10392
9623
|
...
|
|
10393
9624
|
|
|
10394
|
-
def is_extended(self):
|
|
10395
|
-
""" """
|
|
10396
|
-
...
|
|
10397
|
-
|
|
9625
|
+
def is_extended(self): ...
|
|
10398
9626
|
def is_property_hidden(self) -> bool:
|
|
10399
9627
|
"""Check if a property is hidden.
|
|
10400
9628
|
|
|
@@ -10535,34 +9763,15 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10535
9763
|
bpy_types.Panel,
|
|
10536
9764
|
View3DPanel,
|
|
10537
9765
|
):
|
|
10538
|
-
""" """
|
|
10539
|
-
|
|
10540
9766
|
bl_category: typing.Any
|
|
10541
|
-
""" """
|
|
10542
|
-
|
|
10543
9767
|
bl_context: typing.Any
|
|
10544
|
-
""" """
|
|
10545
|
-
|
|
10546
9768
|
bl_label: typing.Any
|
|
10547
|
-
""" """
|
|
10548
|
-
|
|
10549
9769
|
bl_options: typing.Any
|
|
10550
|
-
""" """
|
|
10551
|
-
|
|
10552
9770
|
bl_parent_id: typing.Any
|
|
10553
|
-
""" """
|
|
10554
|
-
|
|
10555
9771
|
bl_region_type: typing.Any
|
|
10556
|
-
""" """
|
|
10557
|
-
|
|
10558
9772
|
bl_rna: typing.Any
|
|
10559
|
-
""" """
|
|
10560
|
-
|
|
10561
9773
|
bl_space_type: typing.Any
|
|
10562
|
-
""" """
|
|
10563
|
-
|
|
10564
9774
|
id_data: typing.Any
|
|
10565
|
-
""" """
|
|
10566
9775
|
|
|
10567
9776
|
def append(self, draw_func):
|
|
10568
9777
|
"""Append a draw function to this menu,
|
|
@@ -10654,10 +9863,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10654
9863
|
"""
|
|
10655
9864
|
...
|
|
10656
9865
|
|
|
10657
|
-
def is_extended(self):
|
|
10658
|
-
""" """
|
|
10659
|
-
...
|
|
10660
|
-
|
|
9866
|
+
def is_extended(self): ...
|
|
10661
9867
|
def is_property_hidden(self) -> bool:
|
|
10662
9868
|
"""Check if a property is hidden.
|
|
10663
9869
|
|
|
@@ -10795,28 +10001,13 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10795
10001
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
10796
10002
|
bpy_types._GenericUI, View3DPanel, bpy_types.Panel, GreasePencilVertexPanel
|
|
10797
10003
|
):
|
|
10798
|
-
""" """
|
|
10799
|
-
|
|
10800
10004
|
bl_category: typing.Any
|
|
10801
|
-
""" """
|
|
10802
|
-
|
|
10803
10005
|
bl_context: typing.Any
|
|
10804
|
-
""" """
|
|
10805
|
-
|
|
10806
10006
|
bl_label: typing.Any
|
|
10807
|
-
""" """
|
|
10808
|
-
|
|
10809
10007
|
bl_region_type: typing.Any
|
|
10810
|
-
""" """
|
|
10811
|
-
|
|
10812
10008
|
bl_rna: typing.Any
|
|
10813
|
-
""" """
|
|
10814
|
-
|
|
10815
10009
|
bl_space_type: typing.Any
|
|
10816
|
-
""" """
|
|
10817
|
-
|
|
10818
10010
|
id_data: typing.Any
|
|
10819
|
-
""" """
|
|
10820
10011
|
|
|
10821
10012
|
def append(self, draw_func):
|
|
10822
10013
|
"""Append a draw function to this menu,
|
|
@@ -10901,10 +10092,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
10901
10092
|
"""
|
|
10902
10093
|
...
|
|
10903
10094
|
|
|
10904
|
-
def is_extended(self):
|
|
10905
|
-
""" """
|
|
10906
|
-
...
|
|
10907
|
-
|
|
10095
|
+
def is_extended(self): ...
|
|
10908
10096
|
def is_property_hidden(self) -> bool:
|
|
10909
10097
|
"""Check if a property is hidden.
|
|
10910
10098
|
|
|
@@ -11042,28 +10230,13 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
11042
10230
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
11043
10231
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilVertexPanel
|
|
11044
10232
|
):
|
|
11045
|
-
""" """
|
|
11046
|
-
|
|
11047
10233
|
bl_category: typing.Any
|
|
11048
|
-
""" """
|
|
11049
|
-
|
|
11050
10234
|
bl_context: typing.Any
|
|
11051
|
-
""" """
|
|
11052
|
-
|
|
11053
10235
|
bl_label: typing.Any
|
|
11054
|
-
""" """
|
|
11055
|
-
|
|
11056
10236
|
bl_region_type: typing.Any
|
|
11057
|
-
""" """
|
|
11058
|
-
|
|
11059
10237
|
bl_rna: typing.Any
|
|
11060
|
-
""" """
|
|
11061
|
-
|
|
11062
10238
|
bl_space_type: typing.Any
|
|
11063
|
-
""" """
|
|
11064
|
-
|
|
11065
10239
|
id_data: typing.Any
|
|
11066
|
-
""" """
|
|
11067
10240
|
|
|
11068
10241
|
def append(self, draw_func):
|
|
11069
10242
|
"""Append a draw function to this menu,
|
|
@@ -11148,10 +10321,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
11148
10321
|
"""
|
|
11149
10322
|
...
|
|
11150
10323
|
|
|
11151
|
-
def is_extended(self):
|
|
11152
|
-
""" """
|
|
11153
|
-
...
|
|
11154
|
-
|
|
10324
|
+
def is_extended(self): ...
|
|
11155
10325
|
def is_property_hidden(self) -> bool:
|
|
11156
10326
|
"""Check if a property is hidden.
|
|
11157
10327
|
|
|
@@ -11292,34 +10462,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11292
10462
|
bpy_types.Panel,
|
|
11293
10463
|
View3DPanel,
|
|
11294
10464
|
):
|
|
11295
|
-
""" """
|
|
11296
|
-
|
|
11297
10465
|
bl_category: typing.Any
|
|
11298
|
-
""" """
|
|
11299
|
-
|
|
11300
10466
|
bl_context: typing.Any
|
|
11301
|
-
""" """
|
|
11302
|
-
|
|
11303
10467
|
bl_label: typing.Any
|
|
11304
|
-
""" """
|
|
11305
|
-
|
|
11306
10468
|
bl_options: typing.Any
|
|
11307
|
-
""" """
|
|
11308
|
-
|
|
11309
10469
|
bl_parent_id: typing.Any
|
|
11310
|
-
""" """
|
|
11311
|
-
|
|
11312
10470
|
bl_region_type: typing.Any
|
|
11313
|
-
""" """
|
|
11314
|
-
|
|
11315
10471
|
bl_rna: typing.Any
|
|
11316
|
-
""" """
|
|
11317
|
-
|
|
11318
10472
|
bl_space_type: typing.Any
|
|
11319
|
-
""" """
|
|
11320
|
-
|
|
11321
10473
|
id_data: typing.Any
|
|
11322
|
-
""" """
|
|
11323
10474
|
|
|
11324
10475
|
def append(self, draw_func):
|
|
11325
10476
|
"""Append a draw function to this menu,
|
|
@@ -11411,10 +10562,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11411
10562
|
"""
|
|
11412
10563
|
...
|
|
11413
10564
|
|
|
11414
|
-
def is_extended(self):
|
|
11415
|
-
""" """
|
|
11416
|
-
...
|
|
11417
|
-
|
|
10565
|
+
def is_extended(self): ...
|
|
11418
10566
|
def is_property_hidden(self) -> bool:
|
|
11419
10567
|
"""Check if a property is hidden.
|
|
11420
10568
|
|
|
@@ -11552,31 +10700,14 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11552
10700
|
class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
11553
10701
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
11554
10702
|
):
|
|
11555
|
-
""" """
|
|
11556
|
-
|
|
11557
10703
|
bl_category: typing.Any
|
|
11558
|
-
""" """
|
|
11559
|
-
|
|
11560
10704
|
bl_context: typing.Any
|
|
11561
|
-
""" """
|
|
11562
|
-
|
|
11563
10705
|
bl_label: typing.Any
|
|
11564
|
-
""" """
|
|
11565
|
-
|
|
11566
10706
|
bl_options: typing.Any
|
|
11567
|
-
""" """
|
|
11568
|
-
|
|
11569
10707
|
bl_region_type: typing.Any
|
|
11570
|
-
""" """
|
|
11571
|
-
|
|
11572
10708
|
bl_rna: typing.Any
|
|
11573
|
-
""" """
|
|
11574
|
-
|
|
11575
10709
|
bl_space_type: typing.Any
|
|
11576
|
-
""" """
|
|
11577
|
-
|
|
11578
10710
|
id_data: typing.Any
|
|
11579
|
-
""" """
|
|
11580
10711
|
|
|
11581
10712
|
def append(self, draw_func):
|
|
11582
10713
|
"""Append a draw function to this menu,
|
|
@@ -11661,10 +10792,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
11661
10792
|
"""
|
|
11662
10793
|
...
|
|
11663
10794
|
|
|
11664
|
-
def is_extended(self):
|
|
11665
|
-
""" """
|
|
11666
|
-
...
|
|
11667
|
-
|
|
10795
|
+
def is_extended(self): ...
|
|
11668
10796
|
def is_property_hidden(self) -> bool:
|
|
11669
10797
|
"""Check if a property is hidden.
|
|
11670
10798
|
|
|
@@ -11802,28 +10930,13 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
11802
10930
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
11803
10931
|
bpy_types._GenericUI, View3DPanel, bpy_types.Panel, GreasePencilWeightPanel
|
|
11804
10932
|
):
|
|
11805
|
-
""" """
|
|
11806
|
-
|
|
11807
10933
|
bl_category: typing.Any
|
|
11808
|
-
""" """
|
|
11809
|
-
|
|
11810
10934
|
bl_context: typing.Any
|
|
11811
|
-
""" """
|
|
11812
|
-
|
|
11813
10935
|
bl_label: typing.Any
|
|
11814
|
-
""" """
|
|
11815
|
-
|
|
11816
10936
|
bl_region_type: typing.Any
|
|
11817
|
-
""" """
|
|
11818
|
-
|
|
11819
10937
|
bl_rna: typing.Any
|
|
11820
|
-
""" """
|
|
11821
|
-
|
|
11822
10938
|
bl_space_type: typing.Any
|
|
11823
|
-
""" """
|
|
11824
|
-
|
|
11825
10939
|
id_data: typing.Any
|
|
11826
|
-
""" """
|
|
11827
10940
|
|
|
11828
10941
|
def append(self, draw_func):
|
|
11829
10942
|
"""Append a draw function to this menu,
|
|
@@ -11908,10 +11021,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
11908
11021
|
"""
|
|
11909
11022
|
...
|
|
11910
11023
|
|
|
11911
|
-
def is_extended(self):
|
|
11912
|
-
""" """
|
|
11913
|
-
...
|
|
11914
|
-
|
|
11024
|
+
def is_extended(self): ...
|
|
11915
11025
|
def is_property_hidden(self) -> bool:
|
|
11916
11026
|
"""Check if a property is hidden.
|
|
11917
11027
|
|
|
@@ -12049,28 +11159,13 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
12049
11159
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
12050
11160
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
12051
11161
|
):
|
|
12052
|
-
""" """
|
|
12053
|
-
|
|
12054
11162
|
bl_category: typing.Any
|
|
12055
|
-
""" """
|
|
12056
|
-
|
|
12057
11163
|
bl_context: typing.Any
|
|
12058
|
-
""" """
|
|
12059
|
-
|
|
12060
11164
|
bl_label: typing.Any
|
|
12061
|
-
""" """
|
|
12062
|
-
|
|
12063
11165
|
bl_region_type: typing.Any
|
|
12064
|
-
""" """
|
|
12065
|
-
|
|
12066
11166
|
bl_rna: typing.Any
|
|
12067
|
-
""" """
|
|
12068
|
-
|
|
12069
11167
|
bl_space_type: typing.Any
|
|
12070
|
-
""" """
|
|
12071
|
-
|
|
12072
11168
|
id_data: typing.Any
|
|
12073
|
-
""" """
|
|
12074
11169
|
|
|
12075
11170
|
def append(self, draw_func):
|
|
12076
11171
|
"""Append a draw function to this menu,
|
|
@@ -12155,10 +11250,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
12155
11250
|
"""
|
|
12156
11251
|
...
|
|
12157
11252
|
|
|
12158
|
-
def is_extended(self):
|
|
12159
|
-
""" """
|
|
12160
|
-
...
|
|
12161
|
-
|
|
11253
|
+
def is_extended(self): ...
|
|
12162
11254
|
def is_property_hidden(self) -> bool:
|
|
12163
11255
|
"""Check if a property is hidden.
|
|
12164
11256
|
|
|
@@ -12296,34 +11388,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
12296
11388
|
class VIEW3D_PT_tools_meshedit_options(
|
|
12297
11389
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12298
11390
|
):
|
|
12299
|
-
""" """
|
|
12300
|
-
|
|
12301
11391
|
bl_category: typing.Any
|
|
12302
|
-
""" """
|
|
12303
|
-
|
|
12304
11392
|
bl_context: typing.Any
|
|
12305
|
-
""" """
|
|
12306
|
-
|
|
12307
11393
|
bl_label: typing.Any
|
|
12308
|
-
""" """
|
|
12309
|
-
|
|
12310
11394
|
bl_options: typing.Any
|
|
12311
|
-
""" """
|
|
12312
|
-
|
|
12313
11395
|
bl_region_type: typing.Any
|
|
12314
|
-
""" """
|
|
12315
|
-
|
|
12316
11396
|
bl_rna: typing.Any
|
|
12317
|
-
""" """
|
|
12318
|
-
|
|
12319
11397
|
bl_space_type: typing.Any
|
|
12320
|
-
""" """
|
|
12321
|
-
|
|
12322
11398
|
bl_ui_units_x: typing.Any
|
|
12323
|
-
""" """
|
|
12324
|
-
|
|
12325
11399
|
id_data: typing.Any
|
|
12326
|
-
""" """
|
|
12327
11400
|
|
|
12328
11401
|
def append(self, draw_func):
|
|
12329
11402
|
"""Append a draw function to this menu,
|
|
@@ -12408,10 +11481,7 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
12408
11481
|
"""
|
|
12409
11482
|
...
|
|
12410
11483
|
|
|
12411
|
-
def is_extended(self):
|
|
12412
|
-
""" """
|
|
12413
|
-
...
|
|
12414
|
-
|
|
11484
|
+
def is_extended(self): ...
|
|
12415
11485
|
def is_property_hidden(self) -> bool:
|
|
12416
11486
|
"""Check if a property is hidden.
|
|
12417
11487
|
|
|
@@ -12542,31 +11612,14 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
12542
11612
|
class VIEW3D_PT_tools_meshedit_options_transform(
|
|
12543
11613
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12544
11614
|
):
|
|
12545
|
-
""" """
|
|
12546
|
-
|
|
12547
11615
|
bl_category: typing.Any
|
|
12548
|
-
""" """
|
|
12549
|
-
|
|
12550
11616
|
bl_context: typing.Any
|
|
12551
|
-
""" """
|
|
12552
|
-
|
|
12553
11617
|
bl_label: typing.Any
|
|
12554
|
-
""" """
|
|
12555
|
-
|
|
12556
11618
|
bl_parent_id: typing.Any
|
|
12557
|
-
""" """
|
|
12558
|
-
|
|
12559
11619
|
bl_region_type: typing.Any
|
|
12560
|
-
""" """
|
|
12561
|
-
|
|
12562
11620
|
bl_rna: typing.Any
|
|
12563
|
-
""" """
|
|
12564
|
-
|
|
12565
11621
|
bl_space_type: typing.Any
|
|
12566
|
-
""" """
|
|
12567
|
-
|
|
12568
11622
|
id_data: typing.Any
|
|
12569
|
-
""" """
|
|
12570
11623
|
|
|
12571
11624
|
def append(self, draw_func):
|
|
12572
11625
|
"""Append a draw function to this menu,
|
|
@@ -12651,10 +11704,7 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
12651
11704
|
"""
|
|
12652
11705
|
...
|
|
12653
11706
|
|
|
12654
|
-
def is_extended(self):
|
|
12655
|
-
""" """
|
|
12656
|
-
...
|
|
12657
|
-
|
|
11707
|
+
def is_extended(self): ...
|
|
12658
11708
|
def is_property_hidden(self) -> bool:
|
|
12659
11709
|
"""Check if a property is hidden.
|
|
12660
11710
|
|
|
@@ -12792,31 +11842,14 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
12792
11842
|
class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
12793
11843
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12794
11844
|
):
|
|
12795
|
-
""" """
|
|
12796
|
-
|
|
12797
11845
|
bl_category: typing.Any
|
|
12798
|
-
""" """
|
|
12799
|
-
|
|
12800
11846
|
bl_context: typing.Any
|
|
12801
|
-
""" """
|
|
12802
|
-
|
|
12803
11847
|
bl_label: typing.Any
|
|
12804
|
-
""" """
|
|
12805
|
-
|
|
12806
11848
|
bl_parent_id: typing.Any
|
|
12807
|
-
""" """
|
|
12808
|
-
|
|
12809
11849
|
bl_region_type: typing.Any
|
|
12810
|
-
""" """
|
|
12811
|
-
|
|
12812
11850
|
bl_rna: typing.Any
|
|
12813
|
-
""" """
|
|
12814
|
-
|
|
12815
11851
|
bl_space_type: typing.Any
|
|
12816
|
-
""" """
|
|
12817
|
-
|
|
12818
11852
|
id_data: typing.Any
|
|
12819
|
-
""" """
|
|
12820
11853
|
|
|
12821
11854
|
def append(self, draw_func):
|
|
12822
11855
|
"""Append a draw function to this menu,
|
|
@@ -12901,10 +11934,7 @@ class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
|
12901
11934
|
"""
|
|
12902
11935
|
...
|
|
12903
11936
|
|
|
12904
|
-
def is_extended(self):
|
|
12905
|
-
""" """
|
|
12906
|
-
...
|
|
12907
|
-
|
|
11937
|
+
def is_extended(self): ...
|
|
12908
11938
|
def is_property_hidden(self) -> bool:
|
|
12909
11939
|
"""Check if a property is hidden.
|
|
12910
11940
|
|
|
@@ -13035,28 +12065,13 @@ class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
|
13035
12065
|
class VIEW3D_PT_tools_object_options(
|
|
13036
12066
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13037
12067
|
):
|
|
13038
|
-
""" """
|
|
13039
|
-
|
|
13040
12068
|
bl_category: typing.Any
|
|
13041
|
-
""" """
|
|
13042
|
-
|
|
13043
12069
|
bl_context: typing.Any
|
|
13044
|
-
""" """
|
|
13045
|
-
|
|
13046
12070
|
bl_label: typing.Any
|
|
13047
|
-
""" """
|
|
13048
|
-
|
|
13049
12071
|
bl_region_type: typing.Any
|
|
13050
|
-
""" """
|
|
13051
|
-
|
|
13052
12072
|
bl_rna: typing.Any
|
|
13053
|
-
""" """
|
|
13054
|
-
|
|
13055
12073
|
bl_space_type: typing.Any
|
|
13056
|
-
""" """
|
|
13057
|
-
|
|
13058
12074
|
id_data: typing.Any
|
|
13059
|
-
""" """
|
|
13060
12075
|
|
|
13061
12076
|
def append(self, draw_func):
|
|
13062
12077
|
"""Append a draw function to this menu,
|
|
@@ -13141,10 +12156,7 @@ class VIEW3D_PT_tools_object_options(
|
|
|
13141
12156
|
"""
|
|
13142
12157
|
...
|
|
13143
12158
|
|
|
13144
|
-
def is_extended(self):
|
|
13145
|
-
""" """
|
|
13146
|
-
...
|
|
13147
|
-
|
|
12159
|
+
def is_extended(self): ...
|
|
13148
12160
|
def is_property_hidden(self) -> bool:
|
|
13149
12161
|
"""Check if a property is hidden.
|
|
13150
12162
|
|
|
@@ -13275,31 +12287,14 @@ class VIEW3D_PT_tools_object_options(
|
|
|
13275
12287
|
class VIEW3D_PT_tools_object_options_transform(
|
|
13276
12288
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13277
12289
|
):
|
|
13278
|
-
""" """
|
|
13279
|
-
|
|
13280
12290
|
bl_category: typing.Any
|
|
13281
|
-
""" """
|
|
13282
|
-
|
|
13283
12291
|
bl_context: typing.Any
|
|
13284
|
-
""" """
|
|
13285
|
-
|
|
13286
12292
|
bl_label: typing.Any
|
|
13287
|
-
""" """
|
|
13288
|
-
|
|
13289
12293
|
bl_parent_id: typing.Any
|
|
13290
|
-
""" """
|
|
13291
|
-
|
|
13292
12294
|
bl_region_type: typing.Any
|
|
13293
|
-
""" """
|
|
13294
|
-
|
|
13295
12295
|
bl_rna: typing.Any
|
|
13296
|
-
""" """
|
|
13297
|
-
|
|
13298
12296
|
bl_space_type: typing.Any
|
|
13299
|
-
""" """
|
|
13300
|
-
|
|
13301
12297
|
id_data: typing.Any
|
|
13302
|
-
""" """
|
|
13303
12298
|
|
|
13304
12299
|
def append(self, draw_func):
|
|
13305
12300
|
"""Append a draw function to this menu,
|
|
@@ -13384,10 +12379,7 @@ class VIEW3D_PT_tools_object_options_transform(
|
|
|
13384
12379
|
"""
|
|
13385
12380
|
...
|
|
13386
12381
|
|
|
13387
|
-
def is_extended(self):
|
|
13388
|
-
""" """
|
|
13389
|
-
...
|
|
13390
|
-
|
|
12382
|
+
def is_extended(self): ...
|
|
13391
12383
|
def is_property_hidden(self) -> bool:
|
|
13392
12384
|
"""Check if a property is hidden.
|
|
13393
12385
|
|
|
@@ -13521,28 +12513,13 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
13521
12513
|
"""Default tools for particle mode"""
|
|
13522
12514
|
|
|
13523
12515
|
bl_category: typing.Any
|
|
13524
|
-
""" """
|
|
13525
|
-
|
|
13526
12516
|
bl_context: typing.Any
|
|
13527
|
-
""" """
|
|
13528
|
-
|
|
13529
12517
|
bl_label: typing.Any
|
|
13530
|
-
""" """
|
|
13531
|
-
|
|
13532
12518
|
bl_options: typing.Any
|
|
13533
|
-
""" """
|
|
13534
|
-
|
|
13535
12519
|
bl_region_type: typing.Any
|
|
13536
|
-
""" """
|
|
13537
|
-
|
|
13538
12520
|
bl_rna: typing.Any
|
|
13539
|
-
""" """
|
|
13540
|
-
|
|
13541
12521
|
bl_space_type: typing.Any
|
|
13542
|
-
""" """
|
|
13543
|
-
|
|
13544
12522
|
id_data: typing.Any
|
|
13545
|
-
""" """
|
|
13546
12523
|
|
|
13547
12524
|
def append(self, draw_func):
|
|
13548
12525
|
"""Append a draw function to this menu,
|
|
@@ -13627,10 +12604,7 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
13627
12604
|
"""
|
|
13628
12605
|
...
|
|
13629
12606
|
|
|
13630
|
-
def is_extended(self):
|
|
13631
|
-
""" """
|
|
13632
|
-
...
|
|
13633
|
-
|
|
12607
|
+
def is_extended(self): ...
|
|
13634
12608
|
def is_property_hidden(self) -> bool:
|
|
13635
12609
|
"""Check if a property is hidden.
|
|
13636
12610
|
|
|
@@ -13764,25 +12738,12 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
13764
12738
|
"""Default tools for particle mode"""
|
|
13765
12739
|
|
|
13766
12740
|
bl_category: typing.Any
|
|
13767
|
-
""" """
|
|
13768
|
-
|
|
13769
12741
|
bl_label: typing.Any
|
|
13770
|
-
""" """
|
|
13771
|
-
|
|
13772
12742
|
bl_parent_id: typing.Any
|
|
13773
|
-
""" """
|
|
13774
|
-
|
|
13775
12743
|
bl_region_type: typing.Any
|
|
13776
|
-
""" """
|
|
13777
|
-
|
|
13778
12744
|
bl_rna: typing.Any
|
|
13779
|
-
""" """
|
|
13780
|
-
|
|
13781
12745
|
bl_space_type: typing.Any
|
|
13782
|
-
""" """
|
|
13783
|
-
|
|
13784
12746
|
id_data: typing.Any
|
|
13785
|
-
""" """
|
|
13786
12747
|
|
|
13787
12748
|
def append(self, draw_func):
|
|
13788
12749
|
"""Append a draw function to this menu,
|
|
@@ -13867,10 +12828,7 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
13867
12828
|
"""
|
|
13868
12829
|
...
|
|
13869
12830
|
|
|
13870
|
-
def is_extended(self):
|
|
13871
|
-
""" """
|
|
13872
|
-
...
|
|
13873
|
-
|
|
12831
|
+
def is_extended(self): ...
|
|
13874
12832
|
def is_property_hidden(self) -> bool:
|
|
13875
12833
|
"""Check if a property is hidden.
|
|
13876
12834
|
|
|
@@ -14004,28 +12962,13 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14004
12962
|
"""Default tools for particle mode"""
|
|
14005
12963
|
|
|
14006
12964
|
bl_category: typing.Any
|
|
14007
|
-
""" """
|
|
14008
|
-
|
|
14009
12965
|
bl_label: typing.Any
|
|
14010
|
-
""" """
|
|
14011
|
-
|
|
14012
12966
|
bl_options: typing.Any
|
|
14013
|
-
""" """
|
|
14014
|
-
|
|
14015
12967
|
bl_parent_id: typing.Any
|
|
14016
|
-
""" """
|
|
14017
|
-
|
|
14018
12968
|
bl_region_type: typing.Any
|
|
14019
|
-
""" """
|
|
14020
|
-
|
|
14021
12969
|
bl_rna: typing.Any
|
|
14022
|
-
""" """
|
|
14023
|
-
|
|
14024
12970
|
bl_space_type: typing.Any
|
|
14025
|
-
""" """
|
|
14026
|
-
|
|
14027
12971
|
id_data: typing.Any
|
|
14028
|
-
""" """
|
|
14029
12972
|
|
|
14030
12973
|
def append(self, draw_func):
|
|
14031
12974
|
"""Append a draw function to this menu,
|
|
@@ -14110,10 +13053,7 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14110
13053
|
"""
|
|
14111
13054
|
...
|
|
14112
13055
|
|
|
14113
|
-
def is_extended(self):
|
|
14114
|
-
""" """
|
|
14115
|
-
...
|
|
14116
|
-
|
|
13056
|
+
def is_extended(self): ...
|
|
14117
13057
|
def is_property_hidden(self) -> bool:
|
|
14118
13058
|
"""Check if a property is hidden.
|
|
14119
13059
|
|
|
@@ -14244,28 +13184,13 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14244
13184
|
class VIEW3D_PT_tools_posemode_options(
|
|
14245
13185
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
14246
13186
|
):
|
|
14247
|
-
""" """
|
|
14248
|
-
|
|
14249
13187
|
bl_category: typing.Any
|
|
14250
|
-
""" """
|
|
14251
|
-
|
|
14252
13188
|
bl_context: typing.Any
|
|
14253
|
-
""" """
|
|
14254
|
-
|
|
14255
13189
|
bl_label: typing.Any
|
|
14256
|
-
""" """
|
|
14257
|
-
|
|
14258
13190
|
bl_region_type: typing.Any
|
|
14259
|
-
""" """
|
|
14260
|
-
|
|
14261
13191
|
bl_rna: typing.Any
|
|
14262
|
-
""" """
|
|
14263
|
-
|
|
14264
13192
|
bl_space_type: typing.Any
|
|
14265
|
-
""" """
|
|
14266
|
-
|
|
14267
13193
|
id_data: typing.Any
|
|
14268
|
-
""" """
|
|
14269
13194
|
|
|
14270
13195
|
def append(self, draw_func):
|
|
14271
13196
|
"""Append a draw function to this menu,
|
|
@@ -14350,10 +13275,7 @@ class VIEW3D_PT_tools_posemode_options(
|
|
|
14350
13275
|
"""
|
|
14351
13276
|
...
|
|
14352
13277
|
|
|
14353
|
-
def is_extended(self):
|
|
14354
|
-
""" """
|
|
14355
|
-
...
|
|
14356
|
-
|
|
13278
|
+
def is_extended(self): ...
|
|
14357
13279
|
def is_property_hidden(self) -> bool:
|
|
14358
13280
|
"""Check if a property is hidden.
|
|
14359
13281
|
|
|
@@ -14482,16 +13404,9 @@ class VIEW3D_PT_tools_posemode_options(
|
|
|
14482
13404
|
...
|
|
14483
13405
|
|
|
14484
13406
|
class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
14485
|
-
""" """
|
|
14486
|
-
|
|
14487
13407
|
bl_category: typing.Any
|
|
14488
|
-
""" """
|
|
14489
|
-
|
|
14490
13408
|
bl_region_type: typing.Any
|
|
14491
|
-
""" """
|
|
14492
|
-
|
|
14493
13409
|
bl_space_type: typing.Any
|
|
14494
|
-
""" """
|
|
14495
13410
|
|
|
14496
13411
|
def get_brush_mode(self, context):
|
|
14497
13412
|
"""Get the correct mode for this context. For any context where this returns None,
|
|
@@ -14568,31 +13483,14 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
14568
13483
|
View3DPaintPanel,
|
|
14569
13484
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14570
13485
|
):
|
|
14571
|
-
""" """
|
|
14572
|
-
|
|
14573
13486
|
bl_category: typing.Any
|
|
14574
|
-
""" """
|
|
14575
|
-
|
|
14576
13487
|
bl_context: typing.Any
|
|
14577
|
-
""" """
|
|
14578
|
-
|
|
14579
13488
|
bl_label: typing.Any
|
|
14580
|
-
""" """
|
|
14581
|
-
|
|
14582
13489
|
bl_options: typing.Any
|
|
14583
|
-
""" """
|
|
14584
|
-
|
|
14585
13490
|
bl_region_type: typing.Any
|
|
14586
|
-
""" """
|
|
14587
|
-
|
|
14588
13491
|
bl_rna: typing.Any
|
|
14589
|
-
""" """
|
|
14590
|
-
|
|
14591
13492
|
bl_space_type: typing.Any
|
|
14592
|
-
""" """
|
|
14593
|
-
|
|
14594
13493
|
id_data: typing.Any
|
|
14595
|
-
""" """
|
|
14596
13494
|
|
|
14597
13495
|
def append(self, draw_func):
|
|
14598
13496
|
"""Append a draw function to this menu,
|
|
@@ -14685,10 +13583,7 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
14685
13583
|
"""
|
|
14686
13584
|
...
|
|
14687
13585
|
|
|
14688
|
-
def is_extended(self):
|
|
14689
|
-
""" """
|
|
14690
|
-
...
|
|
14691
|
-
|
|
13586
|
+
def is_extended(self): ...
|
|
14692
13587
|
def is_property_hidden(self) -> bool:
|
|
14693
13588
|
"""Check if a property is hidden.
|
|
14694
13589
|
|
|
@@ -14886,19 +13781,10 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
14886
13781
|
class VIEW3D_PT_imagepaint_options(
|
|
14887
13782
|
View3DPanel, View3DPaintPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
14888
13783
|
):
|
|
14889
|
-
""" """
|
|
14890
|
-
|
|
14891
13784
|
bl_category: typing.Any
|
|
14892
|
-
""" """
|
|
14893
|
-
|
|
14894
13785
|
bl_label: typing.Any
|
|
14895
|
-
""" """
|
|
14896
|
-
|
|
14897
13786
|
bl_region_type: typing.Any
|
|
14898
|
-
""" """
|
|
14899
|
-
|
|
14900
13787
|
bl_space_type: typing.Any
|
|
14901
|
-
""" """
|
|
14902
13788
|
|
|
14903
13789
|
def draw(self, _context):
|
|
14904
13790
|
"""
|
|
@@ -14989,34 +13875,15 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
14989
13875
|
View3DPaintPanel,
|
|
14990
13876
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14991
13877
|
):
|
|
14992
|
-
""" """
|
|
14993
|
-
|
|
14994
13878
|
bl_category: typing.Any
|
|
14995
|
-
""" """
|
|
14996
|
-
|
|
14997
13879
|
bl_context: typing.Any
|
|
14998
|
-
""" """
|
|
14999
|
-
|
|
15000
13880
|
bl_label: typing.Any
|
|
15001
|
-
""" """
|
|
15002
|
-
|
|
15003
13881
|
bl_options: typing.Any
|
|
15004
|
-
""" """
|
|
15005
|
-
|
|
15006
13882
|
bl_region_type: typing.Any
|
|
15007
|
-
""" """
|
|
15008
|
-
|
|
15009
13883
|
bl_rna: typing.Any
|
|
15010
|
-
""" """
|
|
15011
|
-
|
|
15012
13884
|
bl_space_type: typing.Any
|
|
15013
|
-
""" """
|
|
15014
|
-
|
|
15015
13885
|
bl_ui_units_x: typing.Any
|
|
15016
|
-
""" """
|
|
15017
|
-
|
|
15018
13886
|
id_data: typing.Any
|
|
15019
|
-
""" """
|
|
15020
13887
|
|
|
15021
13888
|
def append(self, draw_func):
|
|
15022
13889
|
"""Append a draw function to this menu,
|
|
@@ -15116,10 +13983,7 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
15116
13983
|
"""
|
|
15117
13984
|
...
|
|
15118
13985
|
|
|
15119
|
-
def is_extended(self):
|
|
15120
|
-
""" """
|
|
15121
|
-
...
|
|
15122
|
-
|
|
13986
|
+
def is_extended(self): ...
|
|
15123
13987
|
def is_property_hidden(self) -> bool:
|
|
15124
13988
|
"""Check if a property is hidden.
|
|
15125
13989
|
|
|
@@ -15321,34 +14185,15 @@ class VIEW3D_PT_sculpt_options(
|
|
|
15321
14185
|
View3DPaintPanel,
|
|
15322
14186
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15323
14187
|
):
|
|
15324
|
-
""" """
|
|
15325
|
-
|
|
15326
14188
|
bl_category: typing.Any
|
|
15327
|
-
""" """
|
|
15328
|
-
|
|
15329
14189
|
bl_context: typing.Any
|
|
15330
|
-
""" """
|
|
15331
|
-
|
|
15332
14190
|
bl_label: typing.Any
|
|
15333
|
-
""" """
|
|
15334
|
-
|
|
15335
14191
|
bl_options: typing.Any
|
|
15336
|
-
""" """
|
|
15337
|
-
|
|
15338
14192
|
bl_region_type: typing.Any
|
|
15339
|
-
""" """
|
|
15340
|
-
|
|
15341
14193
|
bl_rna: typing.Any
|
|
15342
|
-
""" """
|
|
15343
|
-
|
|
15344
14194
|
bl_space_type: typing.Any
|
|
15345
|
-
""" """
|
|
15346
|
-
|
|
15347
14195
|
bl_ui_units_x: typing.Any
|
|
15348
|
-
""" """
|
|
15349
|
-
|
|
15350
14196
|
id_data: typing.Any
|
|
15351
|
-
""" """
|
|
15352
14197
|
|
|
15353
14198
|
def append(self, draw_func):
|
|
15354
14199
|
"""Append a draw function to this menu,
|
|
@@ -15441,10 +14286,7 @@ class VIEW3D_PT_sculpt_options(
|
|
|
15441
14286
|
"""
|
|
15442
14287
|
...
|
|
15443
14288
|
|
|
15444
|
-
def is_extended(self):
|
|
15445
|
-
""" """
|
|
15446
|
-
...
|
|
15447
|
-
|
|
14289
|
+
def is_extended(self): ...
|
|
15448
14290
|
def is_property_hidden(self) -> bool:
|
|
15449
14291
|
"""Check if a property is hidden.
|
|
15450
14292
|
|
|
@@ -15646,31 +14488,14 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
15646
14488
|
View3DPaintPanel,
|
|
15647
14489
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15648
14490
|
):
|
|
15649
|
-
""" """
|
|
15650
|
-
|
|
15651
14491
|
bl_category: typing.Any
|
|
15652
|
-
""" """
|
|
15653
|
-
|
|
15654
14492
|
bl_context: typing.Any
|
|
15655
|
-
""" """
|
|
15656
|
-
|
|
15657
14493
|
bl_label: typing.Any
|
|
15658
|
-
""" """
|
|
15659
|
-
|
|
15660
14494
|
bl_parent_id: typing.Any
|
|
15661
|
-
""" """
|
|
15662
|
-
|
|
15663
14495
|
bl_region_type: typing.Any
|
|
15664
|
-
""" """
|
|
15665
|
-
|
|
15666
14496
|
bl_rna: typing.Any
|
|
15667
|
-
""" """
|
|
15668
|
-
|
|
15669
14497
|
bl_space_type: typing.Any
|
|
15670
|
-
""" """
|
|
15671
|
-
|
|
15672
14498
|
id_data: typing.Any
|
|
15673
|
-
""" """
|
|
15674
14499
|
|
|
15675
14500
|
def append(self, draw_func):
|
|
15676
14501
|
"""Append a draw function to this menu,
|
|
@@ -15763,10 +14588,7 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
15763
14588
|
"""
|
|
15764
14589
|
...
|
|
15765
14590
|
|
|
15766
|
-
def is_extended(self):
|
|
15767
|
-
""" """
|
|
15768
|
-
...
|
|
15769
|
-
|
|
14591
|
+
def is_extended(self): ...
|
|
15770
14592
|
def is_property_hidden(self) -> bool:
|
|
15771
14593
|
"""Check if a property is hidden.
|
|
15772
14594
|
|
|
@@ -15968,31 +14790,14 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
15968
14790
|
View3DPaintPanel,
|
|
15969
14791
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15970
14792
|
):
|
|
15971
|
-
""" """
|
|
15972
|
-
|
|
15973
14793
|
bl_category: typing.Any
|
|
15974
|
-
""" """
|
|
15975
|
-
|
|
15976
14794
|
bl_context: typing.Any
|
|
15977
|
-
""" """
|
|
15978
|
-
|
|
15979
14795
|
bl_label: typing.Any
|
|
15980
|
-
""" """
|
|
15981
|
-
|
|
15982
14796
|
bl_options: typing.Any
|
|
15983
|
-
""" """
|
|
15984
|
-
|
|
15985
14797
|
bl_region_type: typing.Any
|
|
15986
|
-
""" """
|
|
15987
|
-
|
|
15988
14798
|
bl_rna: typing.Any
|
|
15989
|
-
""" """
|
|
15990
|
-
|
|
15991
14799
|
bl_space_type: typing.Any
|
|
15992
|
-
""" """
|
|
15993
|
-
|
|
15994
14800
|
id_data: typing.Any
|
|
15995
|
-
""" """
|
|
15996
14801
|
|
|
15997
14802
|
def append(self, draw_func):
|
|
15998
14803
|
"""Append a draw function to this menu,
|
|
@@ -16085,10 +14890,7 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
16085
14890
|
"""
|
|
16086
14891
|
...
|
|
16087
14892
|
|
|
16088
|
-
def is_extended(self):
|
|
16089
|
-
""" """
|
|
16090
|
-
...
|
|
16091
|
-
|
|
14893
|
+
def is_extended(self): ...
|
|
16092
14894
|
def is_property_hidden(self) -> bool:
|
|
16093
14895
|
"""Check if a property is hidden.
|
|
16094
14896
|
|
|
@@ -16290,34 +15092,15 @@ class VIEW3D_PT_sculpt_voxel_remesh(
|
|
|
16290
15092
|
View3DPaintPanel,
|
|
16291
15093
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16292
15094
|
):
|
|
16293
|
-
""" """
|
|
16294
|
-
|
|
16295
15095
|
bl_category: typing.Any
|
|
16296
|
-
""" """
|
|
16297
|
-
|
|
16298
15096
|
bl_context: typing.Any
|
|
16299
|
-
""" """
|
|
16300
|
-
|
|
16301
15097
|
bl_label: typing.Any
|
|
16302
|
-
""" """
|
|
16303
|
-
|
|
16304
15098
|
bl_options: typing.Any
|
|
16305
|
-
""" """
|
|
16306
|
-
|
|
16307
15099
|
bl_region_type: typing.Any
|
|
16308
|
-
""" """
|
|
16309
|
-
|
|
16310
15100
|
bl_rna: typing.Any
|
|
16311
|
-
""" """
|
|
16312
|
-
|
|
16313
15101
|
bl_space_type: typing.Any
|
|
16314
|
-
""" """
|
|
16315
|
-
|
|
16316
15102
|
bl_ui_units_x: typing.Any
|
|
16317
|
-
""" """
|
|
16318
|
-
|
|
16319
15103
|
id_data: typing.Any
|
|
16320
|
-
""" """
|
|
16321
15104
|
|
|
16322
15105
|
def append(self, draw_func):
|
|
16323
15106
|
"""Append a draw function to this menu,
|
|
@@ -16410,10 +15193,7 @@ class VIEW3D_PT_sculpt_voxel_remesh(
|
|
|
16410
15193
|
"""
|
|
16411
15194
|
...
|
|
16412
15195
|
|
|
16413
|
-
def is_extended(self):
|
|
16414
|
-
""" """
|
|
16415
|
-
...
|
|
16416
|
-
|
|
15196
|
+
def is_extended(self): ...
|
|
16417
15197
|
def is_property_hidden(self) -> bool:
|
|
16418
15198
|
"""Check if a property is hidden.
|
|
16419
15199
|
|
|
@@ -16617,34 +15397,15 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
16617
15397
|
bl_ui.properties_paint_common.ClonePanel,
|
|
16618
15398
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16619
15399
|
):
|
|
16620
|
-
""" """
|
|
16621
|
-
|
|
16622
15400
|
bl_category: typing.Any
|
|
16623
|
-
""" """
|
|
16624
|
-
|
|
16625
15401
|
bl_context: typing.Any
|
|
16626
|
-
""" """
|
|
16627
|
-
|
|
16628
15402
|
bl_label: typing.Any
|
|
16629
|
-
""" """
|
|
16630
|
-
|
|
16631
15403
|
bl_options: typing.Any
|
|
16632
|
-
""" """
|
|
16633
|
-
|
|
16634
15404
|
bl_parent_id: typing.Any
|
|
16635
|
-
""" """
|
|
16636
|
-
|
|
16637
15405
|
bl_region_type: typing.Any
|
|
16638
|
-
""" """
|
|
16639
|
-
|
|
16640
15406
|
bl_rna: typing.Any
|
|
16641
|
-
""" """
|
|
16642
|
-
|
|
16643
15407
|
bl_space_type: typing.Any
|
|
16644
|
-
""" """
|
|
16645
|
-
|
|
16646
15408
|
id_data: typing.Any
|
|
16647
|
-
""" """
|
|
16648
15409
|
|
|
16649
15410
|
def append(self, draw_func):
|
|
16650
15411
|
"""Append a draw function to this menu,
|
|
@@ -16744,10 +15505,7 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
16744
15505
|
"""
|
|
16745
15506
|
...
|
|
16746
15507
|
|
|
16747
|
-
def is_extended(self):
|
|
16748
|
-
""" """
|
|
16749
|
-
...
|
|
16750
|
-
|
|
15508
|
+
def is_extended(self): ...
|
|
16751
15509
|
def is_property_hidden(self) -> bool:
|
|
16752
15510
|
"""Check if a property is hidden.
|
|
16753
15511
|
|
|
@@ -16949,31 +15707,14 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
16949
15707
|
View3DPaintPanel,
|
|
16950
15708
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16951
15709
|
):
|
|
16952
|
-
""" """
|
|
16953
|
-
|
|
16954
15710
|
bl_category: typing.Any
|
|
16955
|
-
""" """
|
|
16956
|
-
|
|
16957
15711
|
bl_context: typing.Any
|
|
16958
|
-
""" """
|
|
16959
|
-
|
|
16960
15712
|
bl_label: typing.Any
|
|
16961
|
-
""" """
|
|
16962
|
-
|
|
16963
15713
|
bl_parent_id: typing.Any
|
|
16964
|
-
""" """
|
|
16965
|
-
|
|
16966
15714
|
bl_region_type: typing.Any
|
|
16967
|
-
""" """
|
|
16968
|
-
|
|
16969
15715
|
bl_rna: typing.Any
|
|
16970
|
-
""" """
|
|
16971
|
-
|
|
16972
15716
|
bl_space_type: typing.Any
|
|
16973
|
-
""" """
|
|
16974
|
-
|
|
16975
15717
|
id_data: typing.Any
|
|
16976
|
-
""" """
|
|
16977
15718
|
|
|
16978
15719
|
def append(self, draw_func):
|
|
16979
15720
|
"""Append a draw function to this menu,
|
|
@@ -17066,10 +15807,7 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
17066
15807
|
"""
|
|
17067
15808
|
...
|
|
17068
15809
|
|
|
17069
|
-
def is_extended(self):
|
|
17070
|
-
""" """
|
|
17071
|
-
...
|
|
17072
|
-
|
|
15810
|
+
def is_extended(self): ...
|
|
17073
15811
|
def is_property_hidden(self) -> bool:
|
|
17074
15812
|
"""Check if a property is hidden.
|
|
17075
15813
|
|
|
@@ -17273,34 +16011,15 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
17273
16011
|
bl_ui.properties_paint_common.FalloffPanel,
|
|
17274
16012
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
17275
16013
|
):
|
|
17276
|
-
""" """
|
|
17277
|
-
|
|
17278
16014
|
bl_category: typing.Any
|
|
17279
|
-
""" """
|
|
17280
|
-
|
|
17281
16015
|
bl_context: typing.Any
|
|
17282
|
-
""" """
|
|
17283
|
-
|
|
17284
16016
|
bl_label: typing.Any
|
|
17285
|
-
""" """
|
|
17286
|
-
|
|
17287
16017
|
bl_options: typing.Any
|
|
17288
|
-
""" """
|
|
17289
|
-
|
|
17290
16018
|
bl_parent_id: typing.Any
|
|
17291
|
-
""" """
|
|
17292
|
-
|
|
17293
16019
|
bl_region_type: typing.Any
|
|
17294
|
-
""" """
|
|
17295
|
-
|
|
17296
16020
|
bl_rna: typing.Any
|
|
17297
|
-
""" """
|
|
17298
|
-
|
|
17299
16021
|
bl_space_type: typing.Any
|
|
17300
|
-
""" """
|
|
17301
|
-
|
|
17302
16022
|
id_data: typing.Any
|
|
17303
|
-
""" """
|
|
17304
16023
|
|
|
17305
16024
|
def append(self, draw_func):
|
|
17306
16025
|
"""Append a draw function to this menu,
|
|
@@ -17393,10 +16112,7 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
17393
16112
|
"""
|
|
17394
16113
|
...
|
|
17395
16114
|
|
|
17396
|
-
def is_extended(self):
|
|
17397
|
-
""" """
|
|
17398
|
-
...
|
|
17399
|
-
|
|
16115
|
+
def is_extended(self): ...
|
|
17400
16116
|
def is_property_hidden(self) -> bool:
|
|
17401
16117
|
"""Check if a property is hidden.
|
|
17402
16118
|
|
|
@@ -17598,34 +16314,15 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
17598
16314
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
17599
16315
|
bpy_types._GenericUI,
|
|
17600
16316
|
):
|
|
17601
|
-
""" """
|
|
17602
|
-
|
|
17603
16317
|
bl_category: typing.Any
|
|
17604
|
-
""" """
|
|
17605
|
-
|
|
17606
16318
|
bl_context: typing.Any
|
|
17607
|
-
""" """
|
|
17608
|
-
|
|
17609
16319
|
bl_label: typing.Any
|
|
17610
|
-
""" """
|
|
17611
|
-
|
|
17612
16320
|
bl_options: typing.Any
|
|
17613
|
-
""" """
|
|
17614
|
-
|
|
17615
16321
|
bl_parent_id: typing.Any
|
|
17616
|
-
""" """
|
|
17617
|
-
|
|
17618
16322
|
bl_region_type: typing.Any
|
|
17619
|
-
""" """
|
|
17620
|
-
|
|
17621
16323
|
bl_rna: typing.Any
|
|
17622
|
-
""" """
|
|
17623
|
-
|
|
17624
16324
|
bl_space_type: typing.Any
|
|
17625
|
-
""" """
|
|
17626
|
-
|
|
17627
16325
|
id_data: typing.Any
|
|
17628
|
-
""" """
|
|
17629
16326
|
|
|
17630
16327
|
def append(self, draw_func):
|
|
17631
16328
|
"""Append a draw function to this menu,
|
|
@@ -17725,10 +16422,7 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
17725
16422
|
"""
|
|
17726
16423
|
...
|
|
17727
16424
|
|
|
17728
|
-
def is_extended(self):
|
|
17729
|
-
""" """
|
|
17730
|
-
...
|
|
17731
|
-
|
|
16425
|
+
def is_extended(self): ...
|
|
17732
16426
|
def is_property_hidden(self) -> bool:
|
|
17733
16427
|
"""Check if a property is hidden.
|
|
17734
16428
|
|
|
@@ -17930,34 +16624,15 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
17930
16624
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
17931
16625
|
bpy_types._GenericUI,
|
|
17932
16626
|
):
|
|
17933
|
-
""" """
|
|
17934
|
-
|
|
17935
16627
|
bl_category: typing.Any
|
|
17936
|
-
""" """
|
|
17937
|
-
|
|
17938
16628
|
bl_context: typing.Any
|
|
17939
|
-
""" """
|
|
17940
|
-
|
|
17941
16629
|
bl_label: typing.Any
|
|
17942
|
-
""" """
|
|
17943
|
-
|
|
17944
16630
|
bl_options: typing.Any
|
|
17945
|
-
""" """
|
|
17946
|
-
|
|
17947
16631
|
bl_parent_id: typing.Any
|
|
17948
|
-
""" """
|
|
17949
|
-
|
|
17950
16632
|
bl_region_type: typing.Any
|
|
17951
|
-
""" """
|
|
17952
|
-
|
|
17953
16633
|
bl_rna: typing.Any
|
|
17954
|
-
""" """
|
|
17955
|
-
|
|
17956
16634
|
bl_space_type: typing.Any
|
|
17957
|
-
""" """
|
|
17958
|
-
|
|
17959
16635
|
id_data: typing.Any
|
|
17960
|
-
""" """
|
|
17961
16636
|
|
|
17962
16637
|
def append(self, draw_func):
|
|
17963
16638
|
"""Append a draw function to this menu,
|
|
@@ -18057,10 +16732,7 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
18057
16732
|
"""
|
|
18058
16733
|
...
|
|
18059
16734
|
|
|
18060
|
-
def is_extended(self):
|
|
18061
|
-
""" """
|
|
18062
|
-
...
|
|
18063
|
-
|
|
16735
|
+
def is_extended(self): ...
|
|
18064
16736
|
def is_property_hidden(self) -> bool:
|
|
18065
16737
|
"""Check if a property is hidden.
|
|
18066
16738
|
|
|
@@ -18264,37 +16936,16 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
18264
16936
|
bl_ui.properties_paint_common.StrokePanel,
|
|
18265
16937
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18266
16938
|
):
|
|
18267
|
-
""" """
|
|
18268
|
-
|
|
18269
16939
|
bl_category: typing.Any
|
|
18270
|
-
""" """
|
|
18271
|
-
|
|
18272
16940
|
bl_context: typing.Any
|
|
18273
|
-
""" """
|
|
18274
|
-
|
|
18275
16941
|
bl_label: typing.Any
|
|
18276
|
-
""" """
|
|
18277
|
-
|
|
18278
16942
|
bl_options: typing.Any
|
|
18279
|
-
""" """
|
|
18280
|
-
|
|
18281
16943
|
bl_parent_id: typing.Any
|
|
18282
|
-
""" """
|
|
18283
|
-
|
|
18284
16944
|
bl_region_type: typing.Any
|
|
18285
|
-
""" """
|
|
18286
|
-
|
|
18287
16945
|
bl_rna: typing.Any
|
|
18288
|
-
""" """
|
|
18289
|
-
|
|
18290
16946
|
bl_space_type: typing.Any
|
|
18291
|
-
""" """
|
|
18292
|
-
|
|
18293
16947
|
bl_ui_units_x: typing.Any
|
|
18294
|
-
""" """
|
|
18295
|
-
|
|
18296
16948
|
id_data: typing.Any
|
|
18297
|
-
""" """
|
|
18298
16949
|
|
|
18299
16950
|
def append(self, draw_func):
|
|
18300
16951
|
"""Append a draw function to this menu,
|
|
@@ -18387,10 +17038,7 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
18387
17038
|
"""
|
|
18388
17039
|
...
|
|
18389
17040
|
|
|
18390
|
-
def is_extended(self):
|
|
18391
|
-
""" """
|
|
18392
|
-
...
|
|
18393
|
-
|
|
17041
|
+
def is_extended(self): ...
|
|
18394
17042
|
def is_property_hidden(self) -> bool:
|
|
18395
17043
|
"""Check if a property is hidden.
|
|
18396
17044
|
|
|
@@ -18594,34 +17242,15 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
18594
17242
|
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
18595
17243
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18596
17244
|
):
|
|
18597
|
-
""" """
|
|
18598
|
-
|
|
18599
17245
|
bl_category: typing.Any
|
|
18600
|
-
""" """
|
|
18601
|
-
|
|
18602
17246
|
bl_context: typing.Any
|
|
18603
|
-
""" """
|
|
18604
|
-
|
|
18605
17247
|
bl_label: typing.Any
|
|
18606
|
-
""" """
|
|
18607
|
-
|
|
18608
17248
|
bl_options: typing.Any
|
|
18609
|
-
""" """
|
|
18610
|
-
|
|
18611
17249
|
bl_parent_id: typing.Any
|
|
18612
|
-
""" """
|
|
18613
|
-
|
|
18614
17250
|
bl_region_type: typing.Any
|
|
18615
|
-
""" """
|
|
18616
|
-
|
|
18617
17251
|
bl_rna: typing.Any
|
|
18618
|
-
""" """
|
|
18619
|
-
|
|
18620
17252
|
bl_space_type: typing.Any
|
|
18621
|
-
""" """
|
|
18622
|
-
|
|
18623
17253
|
id_data: typing.Any
|
|
18624
|
-
""" """
|
|
18625
17254
|
|
|
18626
17255
|
def append(self, draw_func):
|
|
18627
17256
|
"""Append a draw function to this menu,
|
|
@@ -18721,10 +17350,7 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
18721
17350
|
"""
|
|
18722
17351
|
...
|
|
18723
17352
|
|
|
18724
|
-
def is_extended(self):
|
|
18725
|
-
""" """
|
|
18726
|
-
...
|
|
18727
|
-
|
|
17353
|
+
def is_extended(self): ...
|
|
18728
17354
|
def is_property_hidden(self) -> bool:
|
|
18729
17355
|
"""Check if a property is hidden.
|
|
18730
17356
|
|
|
@@ -18928,34 +17554,15 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
18928
17554
|
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
18929
17555
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18930
17556
|
):
|
|
18931
|
-
""" """
|
|
18932
|
-
|
|
18933
17557
|
bl_category: typing.Any
|
|
18934
|
-
""" """
|
|
18935
|
-
|
|
18936
17558
|
bl_context: typing.Any
|
|
18937
|
-
""" """
|
|
18938
|
-
|
|
18939
17559
|
bl_label: typing.Any
|
|
18940
|
-
""" """
|
|
18941
|
-
|
|
18942
17560
|
bl_options: typing.Any
|
|
18943
|
-
""" """
|
|
18944
|
-
|
|
18945
17561
|
bl_parent_id: typing.Any
|
|
18946
|
-
""" """
|
|
18947
|
-
|
|
18948
17562
|
bl_region_type: typing.Any
|
|
18949
|
-
""" """
|
|
18950
|
-
|
|
18951
17563
|
bl_rna: typing.Any
|
|
18952
|
-
""" """
|
|
18953
|
-
|
|
18954
17564
|
bl_space_type: typing.Any
|
|
18955
|
-
""" """
|
|
18956
|
-
|
|
18957
17565
|
id_data: typing.Any
|
|
18958
|
-
""" """
|
|
18959
17566
|
|
|
18960
17567
|
def append(self, draw_func):
|
|
18961
17568
|
"""Append a draw function to this menu,
|
|
@@ -19048,10 +17655,7 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
19048
17655
|
"""
|
|
19049
17656
|
...
|
|
19050
17657
|
|
|
19051
|
-
def is_extended(self):
|
|
19052
|
-
""" """
|
|
19053
|
-
...
|
|
19054
|
-
|
|
17658
|
+
def is_extended(self): ...
|
|
19055
17659
|
def is_property_hidden(self) -> bool:
|
|
19056
17660
|
"""Check if a property is hidden.
|
|
19057
17661
|
|
|
@@ -19253,34 +17857,15 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
19253
17857
|
View3DPaintPanel,
|
|
19254
17858
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19255
17859
|
):
|
|
19256
|
-
""" """
|
|
19257
|
-
|
|
19258
17860
|
bl_category: typing.Any
|
|
19259
|
-
""" """
|
|
19260
|
-
|
|
19261
17861
|
bl_context: typing.Any
|
|
19262
|
-
""" """
|
|
19263
|
-
|
|
19264
17862
|
bl_label: typing.Any
|
|
19265
|
-
""" """
|
|
19266
|
-
|
|
19267
17863
|
bl_options: typing.Any
|
|
19268
|
-
""" """
|
|
19269
|
-
|
|
19270
17864
|
bl_parent_id: typing.Any
|
|
19271
|
-
""" """
|
|
19272
|
-
|
|
19273
17865
|
bl_region_type: typing.Any
|
|
19274
|
-
""" """
|
|
19275
|
-
|
|
19276
17866
|
bl_rna: typing.Any
|
|
19277
|
-
""" """
|
|
19278
|
-
|
|
19279
17867
|
bl_space_type: typing.Any
|
|
19280
|
-
""" """
|
|
19281
|
-
|
|
19282
17868
|
id_data: typing.Any
|
|
19283
|
-
""" """
|
|
19284
17869
|
|
|
19285
17870
|
def append(self, draw_func):
|
|
19286
17871
|
"""Append a draw function to this menu,
|
|
@@ -19373,10 +17958,7 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
19373
17958
|
"""
|
|
19374
17959
|
...
|
|
19375
17960
|
|
|
19376
|
-
def is_extended(self):
|
|
19377
|
-
""" """
|
|
19378
|
-
...
|
|
19379
|
-
|
|
17961
|
+
def is_extended(self): ...
|
|
19380
17962
|
def is_property_hidden(self) -> bool:
|
|
19381
17963
|
"""Check if a property is hidden.
|
|
19382
17964
|
|
|
@@ -19579,31 +18161,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
19579
18161
|
View3DPaintPanel,
|
|
19580
18162
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19581
18163
|
):
|
|
19582
|
-
""" """
|
|
19583
|
-
|
|
19584
18164
|
bl_category: typing.Any
|
|
19585
|
-
""" """
|
|
19586
|
-
|
|
19587
18165
|
bl_context: typing.Any
|
|
19588
|
-
""" """
|
|
19589
|
-
|
|
19590
18166
|
bl_label: typing.Any
|
|
19591
|
-
""" """
|
|
19592
|
-
|
|
19593
18167
|
bl_options: typing.Any
|
|
19594
|
-
""" """
|
|
19595
|
-
|
|
19596
18168
|
bl_region_type: typing.Any
|
|
19597
|
-
""" """
|
|
19598
|
-
|
|
19599
18169
|
bl_rna: typing.Any
|
|
19600
|
-
""" """
|
|
19601
|
-
|
|
19602
18170
|
bl_space_type: typing.Any
|
|
19603
|
-
""" """
|
|
19604
|
-
|
|
19605
18171
|
id_data: typing.Any
|
|
19606
|
-
""" """
|
|
19607
18172
|
|
|
19608
18173
|
def append(self, draw_func):
|
|
19609
18174
|
"""Append a draw function to this menu,
|
|
@@ -19696,10 +18261,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
19696
18261
|
"""
|
|
19697
18262
|
...
|
|
19698
18263
|
|
|
19699
|
-
def is_extended(self):
|
|
19700
|
-
""" """
|
|
19701
|
-
...
|
|
19702
|
-
|
|
18264
|
+
def is_extended(self): ...
|
|
19703
18265
|
def is_property_hidden(self) -> bool:
|
|
19704
18266
|
"""Check if a property is hidden.
|
|
19705
18267
|
|
|
@@ -19902,31 +18464,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
19902
18464
|
View3DPaintPanel,
|
|
19903
18465
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19904
18466
|
):
|
|
19905
|
-
""" """
|
|
19906
|
-
|
|
19907
18467
|
bl_category: typing.Any
|
|
19908
|
-
""" """
|
|
19909
|
-
|
|
19910
18468
|
bl_context: typing.Any
|
|
19911
|
-
""" """
|
|
19912
|
-
|
|
19913
18469
|
bl_label: typing.Any
|
|
19914
|
-
""" """
|
|
19915
|
-
|
|
19916
18470
|
bl_options: typing.Any
|
|
19917
|
-
""" """
|
|
19918
|
-
|
|
19919
18471
|
bl_region_type: typing.Any
|
|
19920
|
-
""" """
|
|
19921
|
-
|
|
19922
18472
|
bl_rna: typing.Any
|
|
19923
|
-
""" """
|
|
19924
|
-
|
|
19925
18473
|
bl_space_type: typing.Any
|
|
19926
|
-
""" """
|
|
19927
|
-
|
|
19928
18474
|
id_data: typing.Any
|
|
19929
|
-
""" """
|
|
19930
18475
|
|
|
19931
18476
|
def append(self, draw_func):
|
|
19932
18477
|
"""Append a draw function to this menu,
|
|
@@ -20019,10 +18564,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
20019
18564
|
"""
|
|
20020
18565
|
...
|
|
20021
18566
|
|
|
20022
|
-
def is_extended(self):
|
|
20023
|
-
""" """
|
|
20024
|
-
...
|
|
20025
|
-
|
|
18567
|
+
def is_extended(self): ...
|
|
20026
18568
|
def is_property_hidden(self) -> bool:
|
|
20027
18569
|
"""Check if a property is hidden.
|
|
20028
18570
|
|
|
@@ -20225,31 +18767,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
20225
18767
|
View3DPaintPanel,
|
|
20226
18768
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20227
18769
|
):
|
|
20228
|
-
""" """
|
|
20229
|
-
|
|
20230
18770
|
bl_category: typing.Any
|
|
20231
|
-
""" """
|
|
20232
|
-
|
|
20233
18771
|
bl_context: typing.Any
|
|
20234
|
-
""" """
|
|
20235
|
-
|
|
20236
18772
|
bl_label: typing.Any
|
|
20237
|
-
""" """
|
|
20238
|
-
|
|
20239
18773
|
bl_options: typing.Any
|
|
20240
|
-
""" """
|
|
20241
|
-
|
|
20242
18774
|
bl_region_type: typing.Any
|
|
20243
|
-
""" """
|
|
20244
|
-
|
|
20245
18775
|
bl_rna: typing.Any
|
|
20246
|
-
""" """
|
|
20247
|
-
|
|
20248
18776
|
bl_space_type: typing.Any
|
|
20249
|
-
""" """
|
|
20250
|
-
|
|
20251
18777
|
id_data: typing.Any
|
|
20252
|
-
""" """
|
|
20253
18778
|
|
|
20254
18779
|
def append(self, draw_func):
|
|
20255
18780
|
"""Append a draw function to this menu,
|
|
@@ -20342,10 +18867,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
20342
18867
|
"""
|
|
20343
18868
|
...
|
|
20344
18869
|
|
|
20345
|
-
def is_extended(self):
|
|
20346
|
-
""" """
|
|
20347
|
-
...
|
|
20348
|
-
|
|
18870
|
+
def is_extended(self): ...
|
|
20349
18871
|
def is_property_hidden(self) -> bool:
|
|
20350
18872
|
"""Check if a property is hidden.
|
|
20351
18873
|
|
|
@@ -20548,34 +19070,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
20548
19070
|
View3DPaintPanel,
|
|
20549
19071
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20550
19072
|
):
|
|
20551
|
-
""" """
|
|
20552
|
-
|
|
20553
19073
|
bl_category: typing.Any
|
|
20554
|
-
""" """
|
|
20555
|
-
|
|
20556
19074
|
bl_context: typing.Any
|
|
20557
|
-
""" """
|
|
20558
|
-
|
|
20559
19075
|
bl_label: typing.Any
|
|
20560
|
-
""" """
|
|
20561
|
-
|
|
20562
19076
|
bl_options: typing.Any
|
|
20563
|
-
""" """
|
|
20564
|
-
|
|
20565
19077
|
bl_parent_id: typing.Any
|
|
20566
|
-
""" """
|
|
20567
|
-
|
|
20568
19078
|
bl_region_type: typing.Any
|
|
20569
|
-
""" """
|
|
20570
|
-
|
|
20571
19079
|
bl_rna: typing.Any
|
|
20572
|
-
""" """
|
|
20573
|
-
|
|
20574
19080
|
bl_space_type: typing.Any
|
|
20575
|
-
""" """
|
|
20576
|
-
|
|
20577
19081
|
id_data: typing.Any
|
|
20578
|
-
""" """
|
|
20579
19082
|
|
|
20580
19083
|
def append(self, draw_func):
|
|
20581
19084
|
"""Append a draw function to this menu,
|
|
@@ -20668,10 +19171,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
20668
19171
|
"""
|
|
20669
19172
|
...
|
|
20670
19173
|
|
|
20671
|
-
def is_extended(self):
|
|
20672
|
-
""" """
|
|
20673
|
-
...
|
|
20674
|
-
|
|
19174
|
+
def is_extended(self): ...
|
|
20675
19175
|
def is_property_hidden(self) -> bool:
|
|
20676
19176
|
"""Check if a property is hidden.
|
|
20677
19177
|
|
|
@@ -20873,31 +19373,14 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
20873
19373
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20874
19374
|
bpy_types._GenericUI,
|
|
20875
19375
|
):
|
|
20876
|
-
""" """
|
|
20877
|
-
|
|
20878
19376
|
bl_category: typing.Any
|
|
20879
|
-
""" """
|
|
20880
|
-
|
|
20881
19377
|
bl_context: typing.Any
|
|
20882
|
-
""" """
|
|
20883
|
-
|
|
20884
19378
|
bl_label: typing.Any
|
|
20885
|
-
""" """
|
|
20886
|
-
|
|
20887
19379
|
bl_options: typing.Any
|
|
20888
|
-
""" """
|
|
20889
|
-
|
|
20890
19380
|
bl_region_type: typing.Any
|
|
20891
|
-
""" """
|
|
20892
|
-
|
|
20893
19381
|
bl_rna: typing.Any
|
|
20894
|
-
""" """
|
|
20895
|
-
|
|
20896
19382
|
bl_space_type: typing.Any
|
|
20897
|
-
""" """
|
|
20898
|
-
|
|
20899
19383
|
id_data: typing.Any
|
|
20900
|
-
""" """
|
|
20901
19384
|
|
|
20902
19385
|
def append(self, draw_func):
|
|
20903
19386
|
"""Append a draw function to this menu,
|
|
@@ -20990,10 +19473,7 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
20990
19473
|
"""
|
|
20991
19474
|
...
|
|
20992
19475
|
|
|
20993
|
-
def is_extended(self):
|
|
20994
|
-
""" """
|
|
20995
|
-
...
|
|
20996
|
-
|
|
19476
|
+
def is_extended(self): ...
|
|
20997
19477
|
def is_property_hidden(self) -> bool:
|
|
20998
19478
|
"""Check if a property is hidden.
|
|
20999
19479
|
|
|
@@ -21195,34 +19675,15 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
21195
19675
|
View3DPaintPanel,
|
|
21196
19676
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21197
19677
|
):
|
|
21198
|
-
""" """
|
|
21199
|
-
|
|
21200
19678
|
bl_category: typing.Any
|
|
21201
|
-
""" """
|
|
21202
|
-
|
|
21203
19679
|
bl_context: typing.Any
|
|
21204
|
-
""" """
|
|
21205
|
-
|
|
21206
19680
|
bl_label: typing.Any
|
|
21207
|
-
""" """
|
|
21208
|
-
|
|
21209
19681
|
bl_options: typing.Any
|
|
21210
|
-
""" """
|
|
21211
|
-
|
|
21212
19682
|
bl_parent_id: typing.Any
|
|
21213
|
-
""" """
|
|
21214
|
-
|
|
21215
19683
|
bl_region_type: typing.Any
|
|
21216
|
-
""" """
|
|
21217
|
-
|
|
21218
19684
|
bl_rna: typing.Any
|
|
21219
|
-
""" """
|
|
21220
|
-
|
|
21221
19685
|
bl_space_type: typing.Any
|
|
21222
|
-
""" """
|
|
21223
|
-
|
|
21224
19686
|
id_data: typing.Any
|
|
21225
|
-
""" """
|
|
21226
19687
|
|
|
21227
19688
|
def append(self, draw_func):
|
|
21228
19689
|
"""Append a draw function to this menu,
|
|
@@ -21315,10 +19776,7 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
21315
19776
|
"""
|
|
21316
19777
|
...
|
|
21317
19778
|
|
|
21318
|
-
def is_extended(self):
|
|
21319
|
-
""" """
|
|
21320
|
-
...
|
|
21321
|
-
|
|
19779
|
+
def is_extended(self): ...
|
|
21322
19780
|
def is_property_hidden(self) -> bool:
|
|
21323
19781
|
"""Check if a property is hidden.
|
|
21324
19782
|
|
|
@@ -21513,31 +19971,14 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
21513
19971
|
View3DPaintPanel,
|
|
21514
19972
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21515
19973
|
):
|
|
21516
|
-
""" """
|
|
21517
|
-
|
|
21518
19974
|
bl_category: typing.Any
|
|
21519
|
-
""" """
|
|
21520
|
-
|
|
21521
19975
|
bl_context: typing.Any
|
|
21522
|
-
""" """
|
|
21523
|
-
|
|
21524
19976
|
bl_label: typing.Any
|
|
21525
|
-
""" """
|
|
21526
|
-
|
|
21527
19977
|
bl_options: typing.Any
|
|
21528
|
-
""" """
|
|
21529
|
-
|
|
21530
19978
|
bl_region_type: typing.Any
|
|
21531
|
-
""" """
|
|
21532
|
-
|
|
21533
19979
|
bl_rna: typing.Any
|
|
21534
|
-
""" """
|
|
21535
|
-
|
|
21536
19980
|
bl_space_type: typing.Any
|
|
21537
|
-
""" """
|
|
21538
|
-
|
|
21539
19981
|
id_data: typing.Any
|
|
21540
|
-
""" """
|
|
21541
19982
|
|
|
21542
19983
|
def append(self, draw_func):
|
|
21543
19984
|
"""Append a draw function to this menu,
|
|
@@ -21630,10 +20071,7 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
21630
20071
|
"""
|
|
21631
20072
|
...
|
|
21632
20073
|
|
|
21633
|
-
def is_extended(self):
|
|
21634
|
-
""" """
|
|
21635
|
-
...
|
|
21636
|
-
|
|
20074
|
+
def is_extended(self): ...
|
|
21637
20075
|
def is_property_hidden(self) -> bool:
|
|
21638
20076
|
"""Check if a property is hidden.
|
|
21639
20077
|
|
|
@@ -21837,34 +20275,15 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
21837
20275
|
bl_ui.properties_paint_common.TextureMaskPanel,
|
|
21838
20276
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21839
20277
|
):
|
|
21840
|
-
""" """
|
|
21841
|
-
|
|
21842
20278
|
bl_category: typing.Any
|
|
21843
|
-
""" """
|
|
21844
|
-
|
|
21845
20279
|
bl_context: typing.Any
|
|
21846
|
-
""" """
|
|
21847
|
-
|
|
21848
20280
|
bl_label: typing.Any
|
|
21849
|
-
""" """
|
|
21850
|
-
|
|
21851
20281
|
bl_options: typing.Any
|
|
21852
|
-
""" """
|
|
21853
|
-
|
|
21854
20282
|
bl_parent_id: typing.Any
|
|
21855
|
-
""" """
|
|
21856
|
-
|
|
21857
20283
|
bl_region_type: typing.Any
|
|
21858
|
-
""" """
|
|
21859
|
-
|
|
21860
20284
|
bl_rna: typing.Any
|
|
21861
|
-
""" """
|
|
21862
|
-
|
|
21863
20285
|
bl_space_type: typing.Any
|
|
21864
|
-
""" """
|
|
21865
|
-
|
|
21866
20286
|
id_data: typing.Any
|
|
21867
|
-
""" """
|
|
21868
20287
|
|
|
21869
20288
|
def append(self, draw_func):
|
|
21870
20289
|
"""Append a draw function to this menu,
|
|
@@ -21957,10 +20376,7 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
21957
20376
|
"""
|
|
21958
20377
|
...
|
|
21959
20378
|
|
|
21960
|
-
def is_extended(self):
|
|
21961
|
-
""" """
|
|
21962
|
-
...
|
|
21963
|
-
|
|
20379
|
+
def is_extended(self): ...
|
|
21964
20380
|
def is_property_hidden(self) -> bool:
|
|
21965
20381
|
"""Check if a property is hidden.
|
|
21966
20382
|
|
|
@@ -22162,31 +20578,14 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
22162
20578
|
View3DPaintPanel,
|
|
22163
20579
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22164
20580
|
):
|
|
22165
|
-
""" """
|
|
22166
|
-
|
|
22167
20581
|
bl_category: typing.Any
|
|
22168
|
-
""" """
|
|
22169
|
-
|
|
22170
20582
|
bl_context: typing.Any
|
|
22171
|
-
""" """
|
|
22172
|
-
|
|
22173
20583
|
bl_label: typing.Any
|
|
22174
|
-
""" """
|
|
22175
|
-
|
|
22176
20584
|
bl_options: typing.Any
|
|
22177
|
-
""" """
|
|
22178
|
-
|
|
22179
20585
|
bl_region_type: typing.Any
|
|
22180
|
-
""" """
|
|
22181
|
-
|
|
22182
20586
|
bl_rna: typing.Any
|
|
22183
|
-
""" """
|
|
22184
|
-
|
|
22185
20587
|
bl_space_type: typing.Any
|
|
22186
|
-
""" """
|
|
22187
|
-
|
|
22188
20588
|
id_data: typing.Any
|
|
22189
|
-
""" """
|
|
22190
20589
|
|
|
22191
20590
|
def append(self, draw_func):
|
|
22192
20591
|
"""Append a draw function to this menu,
|
|
@@ -22279,10 +20678,7 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
22279
20678
|
"""
|
|
22280
20679
|
...
|
|
22281
20680
|
|
|
22282
|
-
def is_extended(self):
|
|
22283
|
-
""" """
|
|
22284
|
-
...
|
|
22285
|
-
|
|
20681
|
+
def is_extended(self): ...
|
|
22286
20682
|
def is_property_hidden(self) -> bool:
|
|
22287
20683
|
"""Check if a property is hidden.
|
|
22288
20684
|
|
|
@@ -22484,31 +20880,14 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
22484
20880
|
View3DPaintPanel,
|
|
22485
20881
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22486
20882
|
):
|
|
22487
|
-
""" """
|
|
22488
|
-
|
|
22489
20883
|
bl_category: typing.Any
|
|
22490
|
-
""" """
|
|
22491
|
-
|
|
22492
20884
|
bl_context: typing.Any
|
|
22493
|
-
""" """
|
|
22494
|
-
|
|
22495
20885
|
bl_label: typing.Any
|
|
22496
|
-
""" """
|
|
22497
|
-
|
|
22498
20886
|
bl_options: typing.Any
|
|
22499
|
-
""" """
|
|
22500
|
-
|
|
22501
20887
|
bl_region_type: typing.Any
|
|
22502
|
-
""" """
|
|
22503
|
-
|
|
22504
20888
|
bl_rna: typing.Any
|
|
22505
|
-
""" """
|
|
22506
|
-
|
|
22507
20889
|
bl_space_type: typing.Any
|
|
22508
|
-
""" """
|
|
22509
|
-
|
|
22510
20890
|
id_data: typing.Any
|
|
22511
|
-
""" """
|
|
22512
20891
|
|
|
22513
20892
|
def append(self, draw_func):
|
|
22514
20893
|
"""Append a draw function to this menu,
|
|
@@ -22601,10 +20980,7 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
22601
20980
|
"""
|
|
22602
20981
|
...
|
|
22603
20982
|
|
|
22604
|
-
def is_extended(self):
|
|
22605
|
-
""" """
|
|
22606
|
-
...
|
|
22607
|
-
|
|
20983
|
+
def is_extended(self): ...
|
|
22608
20984
|
def is_property_hidden(self) -> bool:
|
|
22609
20985
|
"""Check if a property is hidden.
|
|
22610
20986
|
|
|
@@ -22806,31 +21182,14 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
22806
21182
|
View3DPaintPanel,
|
|
22807
21183
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22808
21184
|
):
|
|
22809
|
-
""" """
|
|
22810
|
-
|
|
22811
21185
|
bl_category: typing.Any
|
|
22812
|
-
""" """
|
|
22813
|
-
|
|
22814
21186
|
bl_context: typing.Any
|
|
22815
|
-
""" """
|
|
22816
|
-
|
|
22817
21187
|
bl_label: typing.Any
|
|
22818
|
-
""" """
|
|
22819
|
-
|
|
22820
21188
|
bl_options: typing.Any
|
|
22821
|
-
""" """
|
|
22822
|
-
|
|
22823
21189
|
bl_region_type: typing.Any
|
|
22824
|
-
""" """
|
|
22825
|
-
|
|
22826
21190
|
bl_rna: typing.Any
|
|
22827
|
-
""" """
|
|
22828
|
-
|
|
22829
21191
|
bl_space_type: typing.Any
|
|
22830
|
-
""" """
|
|
22831
|
-
|
|
22832
21192
|
id_data: typing.Any
|
|
22833
|
-
""" """
|
|
22834
21193
|
|
|
22835
21194
|
def append(self, draw_func):
|
|
22836
21195
|
"""Append a draw function to this menu,
|
|
@@ -22923,10 +21282,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
22923
21282
|
"""
|
|
22924
21283
|
...
|
|
22925
21284
|
|
|
22926
|
-
def is_extended(self):
|
|
22927
|
-
""" """
|
|
22928
|
-
...
|
|
22929
|
-
|
|
21285
|
+
def is_extended(self): ...
|
|
22930
21286
|
def is_property_hidden(self) -> bool:
|
|
22931
21287
|
"""Check if a property is hidden.
|
|
22932
21288
|
|
|
@@ -23128,28 +21484,13 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
23128
21484
|
View3DPaintPanel,
|
|
23129
21485
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23130
21486
|
):
|
|
23131
|
-
""" """
|
|
23132
|
-
|
|
23133
21487
|
bl_category: typing.Any
|
|
23134
|
-
""" """
|
|
23135
|
-
|
|
23136
21488
|
bl_label: typing.Any
|
|
23137
|
-
""" """
|
|
23138
|
-
|
|
23139
21489
|
bl_options: typing.Any
|
|
23140
|
-
""" """
|
|
23141
|
-
|
|
23142
21490
|
bl_region_type: typing.Any
|
|
23143
|
-
""" """
|
|
23144
|
-
|
|
23145
21491
|
bl_rna: typing.Any
|
|
23146
|
-
""" """
|
|
23147
|
-
|
|
23148
21492
|
bl_space_type: typing.Any
|
|
23149
|
-
""" """
|
|
23150
|
-
|
|
23151
21493
|
id_data: typing.Any
|
|
23152
|
-
""" """
|
|
23153
21494
|
|
|
23154
21495
|
def append(self, draw_func):
|
|
23155
21496
|
"""Append a draw function to this menu,
|
|
@@ -23242,10 +21583,7 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
23242
21583
|
"""
|
|
23243
21584
|
...
|
|
23244
21585
|
|
|
23245
|
-
def is_extended(self):
|
|
23246
|
-
""" """
|
|
23247
|
-
...
|
|
23248
|
-
|
|
21586
|
+
def is_extended(self): ...
|
|
23249
21587
|
def is_property_hidden(self) -> bool:
|
|
23250
21588
|
"""Check if a property is hidden.
|
|
23251
21589
|
|
|
@@ -23447,31 +21785,14 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
23447
21785
|
View3DPaintPanel,
|
|
23448
21786
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23449
21787
|
):
|
|
23450
|
-
""" """
|
|
23451
|
-
|
|
23452
21788
|
bl_category: typing.Any
|
|
23453
|
-
""" """
|
|
23454
|
-
|
|
23455
21789
|
bl_context: typing.Any
|
|
23456
|
-
""" """
|
|
23457
|
-
|
|
23458
21790
|
bl_label: typing.Any
|
|
23459
|
-
""" """
|
|
23460
|
-
|
|
23461
21791
|
bl_options: typing.Any
|
|
23462
|
-
""" """
|
|
23463
|
-
|
|
23464
21792
|
bl_region_type: typing.Any
|
|
23465
|
-
""" """
|
|
23466
|
-
|
|
23467
21793
|
bl_rna: typing.Any
|
|
23468
|
-
""" """
|
|
23469
|
-
|
|
23470
21794
|
bl_space_type: typing.Any
|
|
23471
|
-
""" """
|
|
23472
|
-
|
|
23473
21795
|
id_data: typing.Any
|
|
23474
|
-
""" """
|
|
23475
21796
|
|
|
23476
21797
|
def append(self, draw_func):
|
|
23477
21798
|
"""Append a draw function to this menu,
|
|
@@ -23564,10 +21885,7 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
23564
21885
|
"""
|
|
23565
21886
|
...
|
|
23566
21887
|
|
|
23567
|
-
def is_extended(self):
|
|
23568
|
-
""" """
|
|
23569
|
-
...
|
|
23570
|
-
|
|
21888
|
+
def is_extended(self): ...
|
|
23571
21889
|
def is_property_hidden(self) -> bool:
|
|
23572
21890
|
"""Check if a property is hidden.
|
|
23573
21891
|
|
|
@@ -23762,31 +22080,14 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
23762
22080
|
View3DPaintPanel,
|
|
23763
22081
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23764
22082
|
):
|
|
23765
|
-
""" """
|
|
23766
|
-
|
|
23767
22083
|
bl_category: typing.Any
|
|
23768
|
-
""" """
|
|
23769
|
-
|
|
23770
22084
|
bl_context: typing.Any
|
|
23771
|
-
""" """
|
|
23772
|
-
|
|
23773
22085
|
bl_label: typing.Any
|
|
23774
|
-
""" """
|
|
23775
|
-
|
|
23776
22086
|
bl_options: typing.Any
|
|
23777
|
-
""" """
|
|
23778
|
-
|
|
23779
22087
|
bl_region_type: typing.Any
|
|
23780
|
-
""" """
|
|
23781
|
-
|
|
23782
22088
|
bl_rna: typing.Any
|
|
23783
|
-
""" """
|
|
23784
|
-
|
|
23785
22089
|
bl_space_type: typing.Any
|
|
23786
|
-
""" """
|
|
23787
|
-
|
|
23788
22090
|
id_data: typing.Any
|
|
23789
|
-
""" """
|
|
23790
22091
|
|
|
23791
22092
|
def append(self, draw_func):
|
|
23792
22093
|
"""Append a draw function to this menu,
|
|
@@ -23879,10 +22180,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
23879
22180
|
"""
|
|
23880
22181
|
...
|
|
23881
22182
|
|
|
23882
|
-
def is_extended(self):
|
|
23883
|
-
""" """
|
|
23884
|
-
...
|
|
23885
|
-
|
|
22183
|
+
def is_extended(self): ...
|
|
23886
22184
|
def is_property_hidden(self) -> bool:
|
|
23887
22185
|
"""Check if a property is hidden.
|
|
23888
22186
|
|
|
@@ -24080,16 +22378,9 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
24080
22378
|
class View3DPaintBrushPanel(
|
|
24081
22379
|
View3DPanel, View3DPaintPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
24082
22380
|
):
|
|
24083
|
-
""" """
|
|
24084
|
-
|
|
24085
22381
|
bl_category: typing.Any
|
|
24086
|
-
""" """
|
|
24087
|
-
|
|
24088
22382
|
bl_region_type: typing.Any
|
|
24089
|
-
""" """
|
|
24090
|
-
|
|
24091
22383
|
bl_space_type: typing.Any
|
|
24092
|
-
""" """
|
|
24093
22384
|
|
|
24094
22385
|
def get_brush_mode(self, context):
|
|
24095
22386
|
"""Get the correct mode for this context. For any context where this returns None,
|
|
@@ -24176,37 +22467,16 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
24176
22467
|
bl_ui.properties_paint_common.DisplayPanel,
|
|
24177
22468
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
24178
22469
|
):
|
|
24179
|
-
""" """
|
|
24180
|
-
|
|
24181
22470
|
bl_category: typing.Any
|
|
24182
|
-
""" """
|
|
24183
|
-
|
|
24184
22471
|
bl_context: typing.Any
|
|
24185
|
-
""" """
|
|
24186
|
-
|
|
24187
22472
|
bl_label: typing.Any
|
|
24188
|
-
""" """
|
|
24189
|
-
|
|
24190
22473
|
bl_options: typing.Any
|
|
24191
|
-
""" """
|
|
24192
|
-
|
|
24193
22474
|
bl_parent_id: typing.Any
|
|
24194
|
-
""" """
|
|
24195
|
-
|
|
24196
22475
|
bl_region_type: typing.Any
|
|
24197
|
-
""" """
|
|
24198
|
-
|
|
24199
22476
|
bl_rna: typing.Any
|
|
24200
|
-
""" """
|
|
24201
|
-
|
|
24202
22477
|
bl_space_type: typing.Any
|
|
24203
|
-
""" """
|
|
24204
|
-
|
|
24205
22478
|
bl_ui_units_x: typing.Any
|
|
24206
|
-
""" """
|
|
24207
|
-
|
|
24208
22479
|
id_data: typing.Any
|
|
24209
|
-
""" """
|
|
24210
22480
|
|
|
24211
22481
|
def append(self, draw_func):
|
|
24212
22482
|
"""Append a draw function to this menu,
|
|
@@ -24306,10 +22576,7 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
24306
22576
|
"""
|
|
24307
22577
|
...
|
|
24308
22578
|
|
|
24309
|
-
def is_extended(self):
|
|
24310
|
-
""" """
|
|
24311
|
-
...
|
|
24312
|
-
|
|
22579
|
+
def is_extended(self): ...
|
|
24313
22580
|
def is_property_hidden(self) -> bool:
|
|
24314
22581
|
"""Check if a property is hidden.
|
|
24315
22582
|
|
|
@@ -24514,28 +22781,13 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
24514
22781
|
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
24515
22782
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
24516
22783
|
):
|
|
24517
|
-
""" """
|
|
24518
|
-
|
|
24519
22784
|
bl_category: typing.Any
|
|
24520
|
-
""" """
|
|
24521
|
-
|
|
24522
22785
|
bl_context: typing.Any
|
|
24523
|
-
""" """
|
|
24524
|
-
|
|
24525
22786
|
bl_label: typing.Any
|
|
24526
|
-
""" """
|
|
24527
|
-
|
|
24528
22787
|
bl_region_type: typing.Any
|
|
24529
|
-
""" """
|
|
24530
|
-
|
|
24531
22788
|
bl_rna: typing.Any
|
|
24532
|
-
""" """
|
|
24533
|
-
|
|
24534
22789
|
bl_space_type: typing.Any
|
|
24535
|
-
""" """
|
|
24536
|
-
|
|
24537
22790
|
id_data: typing.Any
|
|
24538
|
-
""" """
|
|
24539
22791
|
|
|
24540
22792
|
def append(self, draw_func):
|
|
24541
22793
|
"""Append a draw function to this menu,
|
|
@@ -24628,10 +22880,7 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
24628
22880
|
"""
|
|
24629
22881
|
...
|
|
24630
22882
|
|
|
24631
|
-
def is_extended(self):
|
|
24632
|
-
""" """
|
|
24633
|
-
...
|
|
24634
|
-
|
|
22883
|
+
def is_extended(self): ...
|
|
24635
22884
|
def is_property_hidden(self) -> bool:
|
|
24636
22885
|
"""Check if a property is hidden.
|
|
24637
22886
|
|
|
@@ -24834,28 +23083,13 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
24834
23083
|
View3DPaintPanel,
|
|
24835
23084
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
24836
23085
|
):
|
|
24837
|
-
""" """
|
|
24838
|
-
|
|
24839
23086
|
bl_category: typing.Any
|
|
24840
|
-
""" """
|
|
24841
|
-
|
|
24842
23087
|
bl_context: typing.Any
|
|
24843
|
-
""" """
|
|
24844
|
-
|
|
24845
23088
|
bl_label: typing.Any
|
|
24846
|
-
""" """
|
|
24847
|
-
|
|
24848
23089
|
bl_region_type: typing.Any
|
|
24849
|
-
""" """
|
|
24850
|
-
|
|
24851
23090
|
bl_rna: typing.Any
|
|
24852
|
-
""" """
|
|
24853
|
-
|
|
24854
23091
|
bl_space_type: typing.Any
|
|
24855
|
-
""" """
|
|
24856
|
-
|
|
24857
23092
|
id_data: typing.Any
|
|
24858
|
-
""" """
|
|
24859
23093
|
|
|
24860
23094
|
def append(self, draw_func):
|
|
24861
23095
|
"""Append a draw function to this menu,
|
|
@@ -24948,10 +23182,7 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
24948
23182
|
"""
|
|
24949
23183
|
...
|
|
24950
23184
|
|
|
24951
|
-
def is_extended(self):
|
|
24952
|
-
""" """
|
|
24953
|
-
...
|
|
24954
|
-
|
|
23185
|
+
def is_extended(self): ...
|
|
24955
23186
|
def is_property_hidden(self) -> bool:
|
|
24956
23187
|
"""Check if a property is hidden.
|
|
24957
23188
|
|
|
@@ -25154,37 +23385,16 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
25154
23385
|
View3DPaintPanel,
|
|
25155
23386
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
25156
23387
|
):
|
|
25157
|
-
""" """
|
|
25158
|
-
|
|
25159
23388
|
bl_category: typing.Any
|
|
25160
|
-
""" """
|
|
25161
|
-
|
|
25162
23389
|
bl_context: typing.Any
|
|
25163
|
-
""" """
|
|
25164
|
-
|
|
25165
23390
|
bl_label: typing.Any
|
|
25166
|
-
""" """
|
|
25167
|
-
|
|
25168
23391
|
bl_options: typing.Any
|
|
25169
|
-
""" """
|
|
25170
|
-
|
|
25171
23392
|
bl_parent_id: typing.Any
|
|
25172
|
-
""" """
|
|
25173
|
-
|
|
25174
23393
|
bl_region_type: typing.Any
|
|
25175
|
-
""" """
|
|
25176
|
-
|
|
25177
23394
|
bl_rna: typing.Any
|
|
25178
|
-
""" """
|
|
25179
|
-
|
|
25180
23395
|
bl_space_type: typing.Any
|
|
25181
|
-
""" """
|
|
25182
|
-
|
|
25183
23396
|
bl_ui_units_x: typing.Any
|
|
25184
|
-
""" """
|
|
25185
|
-
|
|
25186
23397
|
id_data: typing.Any
|
|
25187
|
-
""" """
|
|
25188
23398
|
|
|
25189
23399
|
def append(self, draw_func):
|
|
25190
23400
|
"""Append a draw function to this menu,
|
|
@@ -25277,10 +23487,7 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
25277
23487
|
"""
|
|
25278
23488
|
...
|
|
25279
23489
|
|
|
25280
|
-
def is_extended(self):
|
|
25281
|
-
""" """
|
|
25282
|
-
...
|
|
25283
|
-
|
|
23490
|
+
def is_extended(self): ...
|
|
25284
23491
|
def is_property_hidden(self) -> bool:
|
|
25285
23492
|
"""Check if a property is hidden.
|
|
25286
23493
|
|
|
@@ -25475,17 +23682,6 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
25475
23682
|
"""
|
|
25476
23683
|
...
|
|
25477
23684
|
|
|
25478
|
-
def draw_vpaint_symmetry(layout, vpaint, obj):
|
|
25479
|
-
|
|
25480
|
-
|
|
25481
|
-
...
|
|
25482
|
-
|
|
25483
|
-
def is_not_gpencil_edit_mode(context):
|
|
25484
|
-
""" """
|
|
25485
|
-
|
|
25486
|
-
...
|
|
25487
|
-
|
|
25488
|
-
def tool_use_brush(context):
|
|
25489
|
-
""" """
|
|
25490
|
-
|
|
25491
|
-
...
|
|
23685
|
+
def draw_vpaint_symmetry(layout, vpaint, obj): ...
|
|
23686
|
+
def is_not_gpencil_edit_mode(context): ...
|
|
23687
|
+
def tool_use_brush(context): ...
|