fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 +1 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
bl_ui/space_image/__init__.pyi
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bl_ui.properties_grease_pencil_common
|
|
4
5
|
import bl_ui.properties_mask_common
|
|
5
6
|
import bl_ui.properties_paint_common
|
|
@@ -10146,16 +10147,21 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types._GenericUI):
|
|
|
10146
10147
|
"""
|
|
10147
10148
|
...
|
|
10148
10149
|
|
|
10149
|
-
class
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
|
|
10153
|
-
|
|
10150
|
+
class IMAGE_PT_paint_clone(
|
|
10151
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
10152
|
+
ImagePaintPanel,
|
|
10153
|
+
bpy_types._GenericUI,
|
|
10154
|
+
bl_ui.properties_paint_common.ClonePanel,
|
|
10155
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
10156
|
+
):
|
|
10157
|
+
bl_category: typing.Any
|
|
10158
|
+
bl_context: typing.Any
|
|
10154
10159
|
bl_label: typing.Any
|
|
10160
|
+
bl_options: typing.Any
|
|
10161
|
+
bl_parent_id: typing.Any
|
|
10155
10162
|
bl_region_type: typing.Any
|
|
10156
10163
|
bl_rna: typing.Any
|
|
10157
10164
|
bl_space_type: typing.Any
|
|
10158
|
-
bl_ui_units_x: typing.Any
|
|
10159
10165
|
id_data: typing.Any
|
|
10160
10166
|
|
|
10161
10167
|
def append(self, draw_func):
|
|
@@ -10197,6 +10203,13 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
10197
10203
|
"""
|
|
10198
10204
|
...
|
|
10199
10205
|
|
|
10206
|
+
def draw_header(self, context):
|
|
10207
|
+
"""
|
|
10208
|
+
|
|
10209
|
+
:param context:
|
|
10210
|
+
"""
|
|
10211
|
+
...
|
|
10212
|
+
|
|
10200
10213
|
def driver_add(self) -> bpy.types.FCurve:
|
|
10201
10214
|
"""Adds driver(s) to the given property
|
|
10202
10215
|
|
|
@@ -10220,6 +10233,14 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
10220
10233
|
"""
|
|
10221
10234
|
...
|
|
10222
10235
|
|
|
10236
|
+
def get_brush_mode(self, context):
|
|
10237
|
+
"""Get the correct mode for this context. For any context where this returns None,
|
|
10238
|
+
no brush options should be displayed.
|
|
10239
|
+
|
|
10240
|
+
:param context:
|
|
10241
|
+
"""
|
|
10242
|
+
...
|
|
10243
|
+
|
|
10223
10244
|
def id_properties_clear(self):
|
|
10224
10245
|
"""
|
|
10225
10246
|
|
|
@@ -10306,6 +10327,13 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
10306
10327
|
"""
|
|
10307
10328
|
...
|
|
10308
10329
|
|
|
10330
|
+
def paint_settings(self, context):
|
|
10331
|
+
"""
|
|
10332
|
+
|
|
10333
|
+
:param context:
|
|
10334
|
+
"""
|
|
10335
|
+
...
|
|
10336
|
+
|
|
10309
10337
|
def path_from_id(self) -> str:
|
|
10310
10338
|
"""Returns the data path from the ID to this object (string).
|
|
10311
10339
|
|
|
@@ -10319,6 +10347,13 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
10319
10347
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10320
10348
|
...
|
|
10321
10349
|
|
|
10350
|
+
def poll(self, context):
|
|
10351
|
+
"""
|
|
10352
|
+
|
|
10353
|
+
:param context:
|
|
10354
|
+
"""
|
|
10355
|
+
...
|
|
10356
|
+
|
|
10322
10357
|
def pop(self):
|
|
10323
10358
|
"""Remove and return the value of the custom property assigned to key or default
|
|
10324
10359
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -10334,6 +10369,59 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
10334
10369
|
"""
|
|
10335
10370
|
...
|
|
10336
10371
|
|
|
10372
|
+
def prop_unified(
|
|
10373
|
+
self,
|
|
10374
|
+
layout,
|
|
10375
|
+
context,
|
|
10376
|
+
brush,
|
|
10377
|
+
prop_name,
|
|
10378
|
+
unified_name=None,
|
|
10379
|
+
pressure_name=None,
|
|
10380
|
+
icon="NONE",
|
|
10381
|
+
text=None,
|
|
10382
|
+
slider=False,
|
|
10383
|
+
header=False,
|
|
10384
|
+
):
|
|
10385
|
+
"""Generalized way of adding brush options to the UI,
|
|
10386
|
+
along with their pen pressure setting and global toggle, if they exist.
|
|
10387
|
+
|
|
10388
|
+
:param layout:
|
|
10389
|
+
:param context:
|
|
10390
|
+
:param brush:
|
|
10391
|
+
:param prop_name:
|
|
10392
|
+
:param unified_name:
|
|
10393
|
+
:param pressure_name:
|
|
10394
|
+
:param icon:
|
|
10395
|
+
:param text:
|
|
10396
|
+
:param slider:
|
|
10397
|
+
:param header:
|
|
10398
|
+
"""
|
|
10399
|
+
...
|
|
10400
|
+
|
|
10401
|
+
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
10402
|
+
"""
|
|
10403
|
+
|
|
10404
|
+
:param parent:
|
|
10405
|
+
:param context:
|
|
10406
|
+
:param brush:
|
|
10407
|
+
:param prop_name:
|
|
10408
|
+
:param text:
|
|
10409
|
+
"""
|
|
10410
|
+
...
|
|
10411
|
+
|
|
10412
|
+
def prop_unified_color_picker(
|
|
10413
|
+
self, parent, context, brush, prop_name, value_slider=True
|
|
10414
|
+
):
|
|
10415
|
+
"""
|
|
10416
|
+
|
|
10417
|
+
:param parent:
|
|
10418
|
+
:param context:
|
|
10419
|
+
:param brush:
|
|
10420
|
+
:param prop_name:
|
|
10421
|
+
:param value_slider:
|
|
10422
|
+
"""
|
|
10423
|
+
...
|
|
10424
|
+
|
|
10337
10425
|
def property_overridable_library_set(self) -> bool:
|
|
10338
10426
|
"""Define a property as overridable or not (only for custom properties!).
|
|
10339
10427
|
|
|
@@ -10369,9 +10457,22 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
10369
10457
|
"""
|
|
10370
10458
|
...
|
|
10371
10459
|
|
|
10372
|
-
class
|
|
10460
|
+
class ImagePaintPanel:
|
|
10461
|
+
bl_region_type: typing.Any
|
|
10462
|
+
bl_space_type: typing.Any
|
|
10463
|
+
|
|
10464
|
+
class IMAGE_PT_paint_curve(
|
|
10465
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
10466
|
+
bpy_types._GenericUI,
|
|
10467
|
+
BrushButtonsPanel,
|
|
10468
|
+
bl_ui.properties_paint_common.FalloffPanel,
|
|
10469
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
10470
|
+
):
|
|
10373
10471
|
bl_category: typing.Any
|
|
10472
|
+
bl_context: typing.Any
|
|
10374
10473
|
bl_label: typing.Any
|
|
10474
|
+
bl_options: typing.Any
|
|
10475
|
+
bl_parent_id: typing.Any
|
|
10375
10476
|
bl_region_type: typing.Any
|
|
10376
10477
|
bl_rna: typing.Any
|
|
10377
10478
|
bl_space_type: typing.Any
|
|
@@ -10439,6 +10540,14 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
|
|
|
10439
10540
|
"""
|
|
10440
10541
|
...
|
|
10441
10542
|
|
|
10543
|
+
def get_brush_mode(self, context):
|
|
10544
|
+
"""Get the correct mode for this context. For any context where this returns None,
|
|
10545
|
+
no brush options should be displayed.
|
|
10546
|
+
|
|
10547
|
+
:param context:
|
|
10548
|
+
"""
|
|
10549
|
+
...
|
|
10550
|
+
|
|
10442
10551
|
def id_properties_clear(self):
|
|
10443
10552
|
"""
|
|
10444
10553
|
|
|
@@ -10525,6 +10634,13 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
|
|
|
10525
10634
|
"""
|
|
10526
10635
|
...
|
|
10527
10636
|
|
|
10637
|
+
def paint_settings(self, context):
|
|
10638
|
+
"""
|
|
10639
|
+
|
|
10640
|
+
:param context:
|
|
10641
|
+
"""
|
|
10642
|
+
...
|
|
10643
|
+
|
|
10528
10644
|
def path_from_id(self) -> str:
|
|
10529
10645
|
"""Returns the data path from the ID to this object (string).
|
|
10530
10646
|
|
|
@@ -10560,6 +10676,59 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
|
|
|
10560
10676
|
"""
|
|
10561
10677
|
...
|
|
10562
10678
|
|
|
10679
|
+
def prop_unified(
|
|
10680
|
+
self,
|
|
10681
|
+
layout,
|
|
10682
|
+
context,
|
|
10683
|
+
brush,
|
|
10684
|
+
prop_name,
|
|
10685
|
+
unified_name=None,
|
|
10686
|
+
pressure_name=None,
|
|
10687
|
+
icon="NONE",
|
|
10688
|
+
text=None,
|
|
10689
|
+
slider=False,
|
|
10690
|
+
header=False,
|
|
10691
|
+
):
|
|
10692
|
+
"""Generalized way of adding brush options to the UI,
|
|
10693
|
+
along with their pen pressure setting and global toggle, if they exist.
|
|
10694
|
+
|
|
10695
|
+
:param layout:
|
|
10696
|
+
:param context:
|
|
10697
|
+
:param brush:
|
|
10698
|
+
:param prop_name:
|
|
10699
|
+
:param unified_name:
|
|
10700
|
+
:param pressure_name:
|
|
10701
|
+
:param icon:
|
|
10702
|
+
:param text:
|
|
10703
|
+
:param slider:
|
|
10704
|
+
:param header:
|
|
10705
|
+
"""
|
|
10706
|
+
...
|
|
10707
|
+
|
|
10708
|
+
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
10709
|
+
"""
|
|
10710
|
+
|
|
10711
|
+
:param parent:
|
|
10712
|
+
:param context:
|
|
10713
|
+
:param brush:
|
|
10714
|
+
:param prop_name:
|
|
10715
|
+
:param text:
|
|
10716
|
+
"""
|
|
10717
|
+
...
|
|
10718
|
+
|
|
10719
|
+
def prop_unified_color_picker(
|
|
10720
|
+
self, parent, context, brush, prop_name, value_slider=True
|
|
10721
|
+
):
|
|
10722
|
+
"""
|
|
10723
|
+
|
|
10724
|
+
:param parent:
|
|
10725
|
+
:param context:
|
|
10726
|
+
:param brush:
|
|
10727
|
+
:param prop_name:
|
|
10728
|
+
:param value_slider:
|
|
10729
|
+
"""
|
|
10730
|
+
...
|
|
10731
|
+
|
|
10563
10732
|
def property_overridable_library_set(self) -> bool:
|
|
10564
10733
|
"""Define a property as overridable or not (only for custom properties!).
|
|
10565
10734
|
|
|
@@ -10595,15 +10764,15 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
|
|
|
10595
10764
|
"""
|
|
10596
10765
|
...
|
|
10597
10766
|
|
|
10598
|
-
class
|
|
10599
|
-
|
|
10600
|
-
|
|
10601
|
-
|
|
10602
|
-
|
|
10603
|
-
|
|
10604
|
-
|
|
10605
|
-
|
|
10606
|
-
|
|
10767
|
+
class IMAGE_PT_paint_select(
|
|
10768
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
10769
|
+
ImagePaintPanel,
|
|
10770
|
+
bpy_types._GenericUI,
|
|
10771
|
+
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
10772
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
10773
|
+
):
|
|
10774
|
+
bl_category: typing.Any
|
|
10775
|
+
bl_context: typing.Any
|
|
10607
10776
|
bl_label: typing.Any
|
|
10608
10777
|
bl_region_type: typing.Any
|
|
10609
10778
|
bl_rna: typing.Any
|
|
@@ -10672,6 +10841,14 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
|
10672
10841
|
"""
|
|
10673
10842
|
...
|
|
10674
10843
|
|
|
10844
|
+
def get_brush_mode(self, context):
|
|
10845
|
+
"""Get the correct mode for this context. For any context where this returns None,
|
|
10846
|
+
no brush options should be displayed.
|
|
10847
|
+
|
|
10848
|
+
:param context:
|
|
10849
|
+
"""
|
|
10850
|
+
...
|
|
10851
|
+
|
|
10675
10852
|
def id_properties_clear(self):
|
|
10676
10853
|
"""
|
|
10677
10854
|
|
|
@@ -10758,6 +10935,13 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
|
10758
10935
|
"""
|
|
10759
10936
|
...
|
|
10760
10937
|
|
|
10938
|
+
def paint_settings(self, context):
|
|
10939
|
+
"""
|
|
10940
|
+
|
|
10941
|
+
:param context:
|
|
10942
|
+
"""
|
|
10943
|
+
...
|
|
10944
|
+
|
|
10761
10945
|
def path_from_id(self) -> str:
|
|
10762
10946
|
"""Returns the data path from the ID to this object (string).
|
|
10763
10947
|
|
|
@@ -10771,6 +10955,13 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
|
10771
10955
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10772
10956
|
...
|
|
10773
10957
|
|
|
10958
|
+
def poll(self, context):
|
|
10959
|
+
"""
|
|
10960
|
+
|
|
10961
|
+
:param context:
|
|
10962
|
+
"""
|
|
10963
|
+
...
|
|
10964
|
+
|
|
10774
10965
|
def pop(self):
|
|
10775
10966
|
"""Remove and return the value of the custom property assigned to key or default
|
|
10776
10967
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -10778,11 +10969,64 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
|
10778
10969
|
"""
|
|
10779
10970
|
...
|
|
10780
10971
|
|
|
10781
|
-
def prepend(self, draw_func):
|
|
10782
|
-
"""Prepend a draw function to this menu, takes the same arguments as
|
|
10783
|
-
the menus draw function
|
|
10972
|
+
def prepend(self, draw_func):
|
|
10973
|
+
"""Prepend a draw function to this menu, takes the same arguments as
|
|
10974
|
+
the menus draw function
|
|
10975
|
+
|
|
10976
|
+
:param draw_func:
|
|
10977
|
+
"""
|
|
10978
|
+
...
|
|
10979
|
+
|
|
10980
|
+
def prop_unified(
|
|
10981
|
+
self,
|
|
10982
|
+
layout,
|
|
10983
|
+
context,
|
|
10984
|
+
brush,
|
|
10985
|
+
prop_name,
|
|
10986
|
+
unified_name=None,
|
|
10987
|
+
pressure_name=None,
|
|
10988
|
+
icon="NONE",
|
|
10989
|
+
text=None,
|
|
10990
|
+
slider=False,
|
|
10991
|
+
header=False,
|
|
10992
|
+
):
|
|
10993
|
+
"""Generalized way of adding brush options to the UI,
|
|
10994
|
+
along with their pen pressure setting and global toggle, if they exist.
|
|
10995
|
+
|
|
10996
|
+
:param layout:
|
|
10997
|
+
:param context:
|
|
10998
|
+
:param brush:
|
|
10999
|
+
:param prop_name:
|
|
11000
|
+
:param unified_name:
|
|
11001
|
+
:param pressure_name:
|
|
11002
|
+
:param icon:
|
|
11003
|
+
:param text:
|
|
11004
|
+
:param slider:
|
|
11005
|
+
:param header:
|
|
11006
|
+
"""
|
|
11007
|
+
...
|
|
11008
|
+
|
|
11009
|
+
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
11010
|
+
"""
|
|
11011
|
+
|
|
11012
|
+
:param parent:
|
|
11013
|
+
:param context:
|
|
11014
|
+
:param brush:
|
|
11015
|
+
:param prop_name:
|
|
11016
|
+
:param text:
|
|
11017
|
+
"""
|
|
11018
|
+
...
|
|
11019
|
+
|
|
11020
|
+
def prop_unified_color_picker(
|
|
11021
|
+
self, parent, context, brush, prop_name, value_slider=True
|
|
11022
|
+
):
|
|
11023
|
+
"""
|
|
10784
11024
|
|
|
10785
|
-
|
|
11025
|
+
:param parent:
|
|
11026
|
+
:param context:
|
|
11027
|
+
:param brush:
|
|
11028
|
+
:param prop_name:
|
|
11029
|
+
:param value_slider:
|
|
10786
11030
|
"""
|
|
10787
11031
|
...
|
|
10788
11032
|
|
|
@@ -10821,12 +11065,22 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
|
10821
11065
|
"""
|
|
10822
11066
|
...
|
|
10823
11067
|
|
|
10824
|
-
class
|
|
11068
|
+
class IMAGE_PT_paint_stroke(
|
|
11069
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
11070
|
+
bpy_types._GenericUI,
|
|
11071
|
+
BrushButtonsPanel,
|
|
11072
|
+
bl_ui.properties_paint_common.StrokePanel,
|
|
11073
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
11074
|
+
):
|
|
10825
11075
|
bl_category: typing.Any
|
|
11076
|
+
bl_context: typing.Any
|
|
10826
11077
|
bl_label: typing.Any
|
|
11078
|
+
bl_options: typing.Any
|
|
11079
|
+
bl_parent_id: typing.Any
|
|
10827
11080
|
bl_region_type: typing.Any
|
|
10828
11081
|
bl_rna: typing.Any
|
|
10829
11082
|
bl_space_type: typing.Any
|
|
11083
|
+
bl_ui_units_x: typing.Any
|
|
10830
11084
|
id_data: typing.Any
|
|
10831
11085
|
|
|
10832
11086
|
def append(self, draw_func):
|
|
@@ -10891,6 +11145,14 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
|
|
|
10891
11145
|
"""
|
|
10892
11146
|
...
|
|
10893
11147
|
|
|
11148
|
+
def get_brush_mode(self, context):
|
|
11149
|
+
"""Get the correct mode for this context. For any context where this returns None,
|
|
11150
|
+
no brush options should be displayed.
|
|
11151
|
+
|
|
11152
|
+
:param context:
|
|
11153
|
+
"""
|
|
11154
|
+
...
|
|
11155
|
+
|
|
10894
11156
|
def id_properties_clear(self):
|
|
10895
11157
|
"""
|
|
10896
11158
|
|
|
@@ -10977,6 +11239,13 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
|
|
|
10977
11239
|
"""
|
|
10978
11240
|
...
|
|
10979
11241
|
|
|
11242
|
+
def paint_settings(self, context):
|
|
11243
|
+
"""
|
|
11244
|
+
|
|
11245
|
+
:param context:
|
|
11246
|
+
"""
|
|
11247
|
+
...
|
|
11248
|
+
|
|
10980
11249
|
def path_from_id(self) -> str:
|
|
10981
11250
|
"""Returns the data path from the ID to this object (string).
|
|
10982
11251
|
|
|
@@ -11012,6 +11281,59 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
|
|
|
11012
11281
|
"""
|
|
11013
11282
|
...
|
|
11014
11283
|
|
|
11284
|
+
def prop_unified(
|
|
11285
|
+
self,
|
|
11286
|
+
layout,
|
|
11287
|
+
context,
|
|
11288
|
+
brush,
|
|
11289
|
+
prop_name,
|
|
11290
|
+
unified_name=None,
|
|
11291
|
+
pressure_name=None,
|
|
11292
|
+
icon="NONE",
|
|
11293
|
+
text=None,
|
|
11294
|
+
slider=False,
|
|
11295
|
+
header=False,
|
|
11296
|
+
):
|
|
11297
|
+
"""Generalized way of adding brush options to the UI,
|
|
11298
|
+
along with their pen pressure setting and global toggle, if they exist.
|
|
11299
|
+
|
|
11300
|
+
:param layout:
|
|
11301
|
+
:param context:
|
|
11302
|
+
:param brush:
|
|
11303
|
+
:param prop_name:
|
|
11304
|
+
:param unified_name:
|
|
11305
|
+
:param pressure_name:
|
|
11306
|
+
:param icon:
|
|
11307
|
+
:param text:
|
|
11308
|
+
:param slider:
|
|
11309
|
+
:param header:
|
|
11310
|
+
"""
|
|
11311
|
+
...
|
|
11312
|
+
|
|
11313
|
+
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
11314
|
+
"""
|
|
11315
|
+
|
|
11316
|
+
:param parent:
|
|
11317
|
+
:param context:
|
|
11318
|
+
:param brush:
|
|
11319
|
+
:param prop_name:
|
|
11320
|
+
:param text:
|
|
11321
|
+
"""
|
|
11322
|
+
...
|
|
11323
|
+
|
|
11324
|
+
def prop_unified_color_picker(
|
|
11325
|
+
self, parent, context, brush, prop_name, value_slider=True
|
|
11326
|
+
):
|
|
11327
|
+
"""
|
|
11328
|
+
|
|
11329
|
+
:param parent:
|
|
11330
|
+
:param context:
|
|
11331
|
+
:param brush:
|
|
11332
|
+
:param prop_name:
|
|
11333
|
+
:param value_slider:
|
|
11334
|
+
"""
|
|
11335
|
+
...
|
|
11336
|
+
|
|
11015
11337
|
def property_overridable_library_set(self) -> bool:
|
|
11016
11338
|
"""Define a property as overridable or not (only for custom properties!).
|
|
11017
11339
|
|
|
@@ -11047,9 +11369,18 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
|
|
|
11047
11369
|
"""
|
|
11048
11370
|
...
|
|
11049
11371
|
|
|
11050
|
-
class
|
|
11372
|
+
class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
11373
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
11374
|
+
BrushButtonsPanel,
|
|
11375
|
+
bpy_types._GenericUI,
|
|
11376
|
+
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
11377
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
11378
|
+
):
|
|
11051
11379
|
bl_category: typing.Any
|
|
11380
|
+
bl_context: typing.Any
|
|
11052
11381
|
bl_label: typing.Any
|
|
11382
|
+
bl_options: typing.Any
|
|
11383
|
+
bl_parent_id: typing.Any
|
|
11053
11384
|
bl_region_type: typing.Any
|
|
11054
11385
|
bl_rna: typing.Any
|
|
11055
11386
|
bl_space_type: typing.Any
|
|
@@ -11094,6 +11425,13 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
|
11094
11425
|
"""
|
|
11095
11426
|
...
|
|
11096
11427
|
|
|
11428
|
+
def draw_header(self, context):
|
|
11429
|
+
"""
|
|
11430
|
+
|
|
11431
|
+
:param context:
|
|
11432
|
+
"""
|
|
11433
|
+
...
|
|
11434
|
+
|
|
11097
11435
|
def driver_add(self) -> bpy.types.FCurve:
|
|
11098
11436
|
"""Adds driver(s) to the given property
|
|
11099
11437
|
|
|
@@ -11117,6 +11455,14 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
|
11117
11455
|
"""
|
|
11118
11456
|
...
|
|
11119
11457
|
|
|
11458
|
+
def get_brush_mode(self, context):
|
|
11459
|
+
"""Get the correct mode for this context. For any context where this returns None,
|
|
11460
|
+
no brush options should be displayed.
|
|
11461
|
+
|
|
11462
|
+
:param context:
|
|
11463
|
+
"""
|
|
11464
|
+
...
|
|
11465
|
+
|
|
11120
11466
|
def id_properties_clear(self):
|
|
11121
11467
|
"""
|
|
11122
11468
|
|
|
@@ -11203,6 +11549,13 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
|
11203
11549
|
"""
|
|
11204
11550
|
...
|
|
11205
11551
|
|
|
11552
|
+
def paint_settings(self, context):
|
|
11553
|
+
"""
|
|
11554
|
+
|
|
11555
|
+
:param context:
|
|
11556
|
+
"""
|
|
11557
|
+
...
|
|
11558
|
+
|
|
11206
11559
|
def path_from_id(self) -> str:
|
|
11207
11560
|
"""Returns the data path from the ID to this object (string).
|
|
11208
11561
|
|
|
@@ -11238,6 +11591,59 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
|
11238
11591
|
"""
|
|
11239
11592
|
...
|
|
11240
11593
|
|
|
11594
|
+
def prop_unified(
|
|
11595
|
+
self,
|
|
11596
|
+
layout,
|
|
11597
|
+
context,
|
|
11598
|
+
brush,
|
|
11599
|
+
prop_name,
|
|
11600
|
+
unified_name=None,
|
|
11601
|
+
pressure_name=None,
|
|
11602
|
+
icon="NONE",
|
|
11603
|
+
text=None,
|
|
11604
|
+
slider=False,
|
|
11605
|
+
header=False,
|
|
11606
|
+
):
|
|
11607
|
+
"""Generalized way of adding brush options to the UI,
|
|
11608
|
+
along with their pen pressure setting and global toggle, if they exist.
|
|
11609
|
+
|
|
11610
|
+
:param layout:
|
|
11611
|
+
:param context:
|
|
11612
|
+
:param brush:
|
|
11613
|
+
:param prop_name:
|
|
11614
|
+
:param unified_name:
|
|
11615
|
+
:param pressure_name:
|
|
11616
|
+
:param icon:
|
|
11617
|
+
:param text:
|
|
11618
|
+
:param slider:
|
|
11619
|
+
:param header:
|
|
11620
|
+
"""
|
|
11621
|
+
...
|
|
11622
|
+
|
|
11623
|
+
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
11624
|
+
"""
|
|
11625
|
+
|
|
11626
|
+
:param parent:
|
|
11627
|
+
:param context:
|
|
11628
|
+
:param brush:
|
|
11629
|
+
:param prop_name:
|
|
11630
|
+
:param text:
|
|
11631
|
+
"""
|
|
11632
|
+
...
|
|
11633
|
+
|
|
11634
|
+
def prop_unified_color_picker(
|
|
11635
|
+
self, parent, context, brush, prop_name, value_slider=True
|
|
11636
|
+
):
|
|
11637
|
+
"""
|
|
11638
|
+
|
|
11639
|
+
:param parent:
|
|
11640
|
+
:param context:
|
|
11641
|
+
:param brush:
|
|
11642
|
+
:param prop_name:
|
|
11643
|
+
:param value_slider:
|
|
11644
|
+
"""
|
|
11645
|
+
...
|
|
11646
|
+
|
|
11241
11647
|
def property_overridable_library_set(self) -> bool:
|
|
11242
11648
|
"""Define a property as overridable or not (only for custom properties!).
|
|
11243
11649
|
|
|
@@ -11273,9 +11679,18 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
|
11273
11679
|
"""
|
|
11274
11680
|
...
|
|
11275
11681
|
|
|
11276
|
-
class
|
|
11682
|
+
class IMAGE_PT_paint_swatches(
|
|
11683
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
11684
|
+
ImagePaintPanel,
|
|
11685
|
+
bpy_types._GenericUI,
|
|
11686
|
+
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
11687
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
11688
|
+
):
|
|
11277
11689
|
bl_category: typing.Any
|
|
11690
|
+
bl_context: typing.Any
|
|
11278
11691
|
bl_label: typing.Any
|
|
11692
|
+
bl_options: typing.Any
|
|
11693
|
+
bl_parent_id: typing.Any
|
|
11279
11694
|
bl_region_type: typing.Any
|
|
11280
11695
|
bl_rna: typing.Any
|
|
11281
11696
|
bl_space_type: typing.Any
|
|
@@ -11343,6 +11758,14 @@ class IMAGE_PT_view_display(bpy_types._GenericUI):
|
|
|
11343
11758
|
"""
|
|
11344
11759
|
...
|
|
11345
11760
|
|
|
11761
|
+
def get_brush_mode(self, context):
|
|
11762
|
+
"""Get the correct mode for this context. For any context where this returns None,
|
|
11763
|
+
no brush options should be displayed.
|
|
11764
|
+
|
|
11765
|
+
:param context:
|
|
11766
|
+
"""
|
|
11767
|
+
...
|
|
11768
|
+
|
|
11346
11769
|
def id_properties_clear(self):
|
|
11347
11770
|
"""
|
|
11348
11771
|
|
|
@@ -11429,6 +11852,13 @@ class IMAGE_PT_view_display(bpy_types._GenericUI):
|
|
|
11429
11852
|
"""
|
|
11430
11853
|
...
|
|
11431
11854
|
|
|
11855
|
+
def paint_settings(self, context):
|
|
11856
|
+
"""
|
|
11857
|
+
|
|
11858
|
+
:param context:
|
|
11859
|
+
"""
|
|
11860
|
+
...
|
|
11861
|
+
|
|
11432
11862
|
def path_from_id(self) -> str:
|
|
11433
11863
|
"""Returns the data path from the ID to this object (string).
|
|
11434
11864
|
|
|
@@ -11464,6 +11894,59 @@ class IMAGE_PT_view_display(bpy_types._GenericUI):
|
|
|
11464
11894
|
"""
|
|
11465
11895
|
...
|
|
11466
11896
|
|
|
11897
|
+
def prop_unified(
|
|
11898
|
+
self,
|
|
11899
|
+
layout,
|
|
11900
|
+
context,
|
|
11901
|
+
brush,
|
|
11902
|
+
prop_name,
|
|
11903
|
+
unified_name=None,
|
|
11904
|
+
pressure_name=None,
|
|
11905
|
+
icon="NONE",
|
|
11906
|
+
text=None,
|
|
11907
|
+
slider=False,
|
|
11908
|
+
header=False,
|
|
11909
|
+
):
|
|
11910
|
+
"""Generalized way of adding brush options to the UI,
|
|
11911
|
+
along with their pen pressure setting and global toggle, if they exist.
|
|
11912
|
+
|
|
11913
|
+
:param layout:
|
|
11914
|
+
:param context:
|
|
11915
|
+
:param brush:
|
|
11916
|
+
:param prop_name:
|
|
11917
|
+
:param unified_name:
|
|
11918
|
+
:param pressure_name:
|
|
11919
|
+
:param icon:
|
|
11920
|
+
:param text:
|
|
11921
|
+
:param slider:
|
|
11922
|
+
:param header:
|
|
11923
|
+
"""
|
|
11924
|
+
...
|
|
11925
|
+
|
|
11926
|
+
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
11927
|
+
"""
|
|
11928
|
+
|
|
11929
|
+
:param parent:
|
|
11930
|
+
:param context:
|
|
11931
|
+
:param brush:
|
|
11932
|
+
:param prop_name:
|
|
11933
|
+
:param text:
|
|
11934
|
+
"""
|
|
11935
|
+
...
|
|
11936
|
+
|
|
11937
|
+
def prop_unified_color_picker(
|
|
11938
|
+
self, parent, context, brush, prop_name, value_slider=True
|
|
11939
|
+
):
|
|
11940
|
+
"""
|
|
11941
|
+
|
|
11942
|
+
:param parent:
|
|
11943
|
+
:param context:
|
|
11944
|
+
:param brush:
|
|
11945
|
+
:param prop_name:
|
|
11946
|
+
:param value_slider:
|
|
11947
|
+
"""
|
|
11948
|
+
...
|
|
11949
|
+
|
|
11467
11950
|
def property_overridable_library_set(self) -> bool:
|
|
11468
11951
|
"""Define a property as overridable or not (only for custom properties!).
|
|
11469
11952
|
|
|
@@ -11499,8 +11982,12 @@ class IMAGE_PT_view_display(bpy_types._GenericUI):
|
|
|
11499
11982
|
"""
|
|
11500
11983
|
...
|
|
11501
11984
|
|
|
11502
|
-
class
|
|
11985
|
+
class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
11986
|
+
bl_label: typing.Any
|
|
11987
|
+
bl_region_type: typing.Any
|
|
11503
11988
|
bl_rna: typing.Any
|
|
11989
|
+
bl_space_type: typing.Any
|
|
11990
|
+
bl_ui_units_x: typing.Any
|
|
11504
11991
|
id_data: typing.Any
|
|
11505
11992
|
|
|
11506
11993
|
def append(self, draw_func):
|
|
@@ -11535,27 +12022,10 @@ class IMAGE_UL_render_slots(bpy_types._GenericUI):
|
|
|
11535
12022
|
"""
|
|
11536
12023
|
...
|
|
11537
12024
|
|
|
11538
|
-
def
|
|
11539
|
-
self,
|
|
11540
|
-
_context,
|
|
11541
|
-
layout,
|
|
11542
|
-
_data,
|
|
11543
|
-
item,
|
|
11544
|
-
_icon,
|
|
11545
|
-
_active_data,
|
|
11546
|
-
_active_propname,
|
|
11547
|
-
_index,
|
|
11548
|
-
):
|
|
12025
|
+
def draw(self, context):
|
|
11549
12026
|
"""
|
|
11550
12027
|
|
|
11551
|
-
:param
|
|
11552
|
-
:param layout:
|
|
11553
|
-
:param _data:
|
|
11554
|
-
:param item:
|
|
11555
|
-
:param _icon:
|
|
11556
|
-
:param _active_data:
|
|
11557
|
-
:param _active_propname:
|
|
11558
|
-
:param _index:
|
|
12028
|
+
:param context:
|
|
11559
12029
|
"""
|
|
11560
12030
|
...
|
|
11561
12031
|
|
|
@@ -11731,8 +12201,12 @@ class IMAGE_UL_render_slots(bpy_types._GenericUI):
|
|
|
11731
12201
|
"""
|
|
11732
12202
|
...
|
|
11733
12203
|
|
|
11734
|
-
class
|
|
12204
|
+
class IMAGE_PT_render_slots(bpy_types._GenericUI):
|
|
12205
|
+
bl_category: typing.Any
|
|
12206
|
+
bl_label: typing.Any
|
|
12207
|
+
bl_region_type: typing.Any
|
|
11735
12208
|
bl_rna: typing.Any
|
|
12209
|
+
bl_space_type: typing.Any
|
|
11736
12210
|
id_data: typing.Any
|
|
11737
12211
|
|
|
11738
12212
|
def append(self, draw_func):
|
|
@@ -11767,27 +12241,10 @@ class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
|
|
|
11767
12241
|
"""
|
|
11768
12242
|
...
|
|
11769
12243
|
|
|
11770
|
-
def
|
|
11771
|
-
self,
|
|
11772
|
-
_context,
|
|
11773
|
-
layout,
|
|
11774
|
-
_data,
|
|
11775
|
-
item,
|
|
11776
|
-
_icon,
|
|
11777
|
-
_active_data,
|
|
11778
|
-
_active_propname,
|
|
11779
|
-
_index,
|
|
11780
|
-
):
|
|
12244
|
+
def draw(self, context):
|
|
11781
12245
|
"""
|
|
11782
12246
|
|
|
11783
|
-
:param
|
|
11784
|
-
:param layout:
|
|
11785
|
-
:param _data:
|
|
11786
|
-
:param item:
|
|
11787
|
-
:param _icon:
|
|
11788
|
-
:param _active_data:
|
|
11789
|
-
:param _active_propname:
|
|
11790
|
-
:param _index:
|
|
12247
|
+
:param context:
|
|
11791
12248
|
"""
|
|
11792
12249
|
...
|
|
11793
12250
|
|
|
@@ -11913,6 +12370,13 @@ class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
|
|
|
11913
12370
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11914
12371
|
...
|
|
11915
12372
|
|
|
12373
|
+
def poll(self, context):
|
|
12374
|
+
"""
|
|
12375
|
+
|
|
12376
|
+
:param context:
|
|
12377
|
+
"""
|
|
12378
|
+
...
|
|
12379
|
+
|
|
11916
12380
|
def pop(self):
|
|
11917
12381
|
"""Remove and return the value of the custom property assigned to key or default
|
|
11918
12382
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -11963,37 +12427,9 @@ class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
|
|
|
11963
12427
|
"""
|
|
11964
12428
|
...
|
|
11965
12429
|
|
|
11966
|
-
class
|
|
11967
|
-
def PAINT(self, context, layout, tool):
|
|
11968
|
-
"""
|
|
11969
|
-
|
|
11970
|
-
:param context:
|
|
11971
|
-
:param layout:
|
|
11972
|
-
:param tool:
|
|
11973
|
-
"""
|
|
11974
|
-
...
|
|
11975
|
-
|
|
11976
|
-
def UV(self, context, layout, tool):
|
|
11977
|
-
"""
|
|
11978
|
-
|
|
11979
|
-
:param context:
|
|
11980
|
-
:param layout:
|
|
11981
|
-
:param tool:
|
|
11982
|
-
"""
|
|
11983
|
-
...
|
|
11984
|
-
|
|
11985
|
-
class IMAGE_PT_paint_curve(
|
|
11986
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
11987
|
-
bpy_types._GenericUI,
|
|
11988
|
-
BrushButtonsPanel,
|
|
11989
|
-
bl_ui.properties_paint_common.FalloffPanel,
|
|
11990
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
11991
|
-
):
|
|
12430
|
+
class IMAGE_PT_sample_line(ImageScopesPanel, bpy_types._GenericUI):
|
|
11992
12431
|
bl_category: typing.Any
|
|
11993
|
-
bl_context: typing.Any
|
|
11994
12432
|
bl_label: typing.Any
|
|
11995
|
-
bl_options: typing.Any
|
|
11996
|
-
bl_parent_id: typing.Any
|
|
11997
12433
|
bl_region_type: typing.Any
|
|
11998
12434
|
bl_rna: typing.Any
|
|
11999
12435
|
bl_space_type: typing.Any
|
|
@@ -12061,14 +12497,6 @@ class IMAGE_PT_paint_curve(
|
|
|
12061
12497
|
"""
|
|
12062
12498
|
...
|
|
12063
12499
|
|
|
12064
|
-
def get_brush_mode(self, context):
|
|
12065
|
-
"""Get the correct mode for this context. For any context where this returns None,
|
|
12066
|
-
no brush options should be displayed.
|
|
12067
|
-
|
|
12068
|
-
:param context:
|
|
12069
|
-
"""
|
|
12070
|
-
...
|
|
12071
|
-
|
|
12072
12500
|
def id_properties_clear(self):
|
|
12073
12501
|
"""
|
|
12074
12502
|
|
|
@@ -12155,13 +12583,6 @@ class IMAGE_PT_paint_curve(
|
|
|
12155
12583
|
"""
|
|
12156
12584
|
...
|
|
12157
12585
|
|
|
12158
|
-
def paint_settings(self, context):
|
|
12159
|
-
"""
|
|
12160
|
-
|
|
12161
|
-
:param context:
|
|
12162
|
-
"""
|
|
12163
|
-
...
|
|
12164
|
-
|
|
12165
12586
|
def path_from_id(self) -> str:
|
|
12166
12587
|
"""Returns the data path from the ID to this object (string).
|
|
12167
12588
|
|
|
@@ -12197,59 +12618,6 @@ class IMAGE_PT_paint_curve(
|
|
|
12197
12618
|
"""
|
|
12198
12619
|
...
|
|
12199
12620
|
|
|
12200
|
-
def prop_unified(
|
|
12201
|
-
self,
|
|
12202
|
-
layout,
|
|
12203
|
-
context,
|
|
12204
|
-
brush,
|
|
12205
|
-
prop_name,
|
|
12206
|
-
unified_name=None,
|
|
12207
|
-
pressure_name=None,
|
|
12208
|
-
icon="NONE",
|
|
12209
|
-
text=None,
|
|
12210
|
-
slider=False,
|
|
12211
|
-
header=False,
|
|
12212
|
-
):
|
|
12213
|
-
"""Generalized way of adding brush options to the UI,
|
|
12214
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
12215
|
-
|
|
12216
|
-
:param layout:
|
|
12217
|
-
:param context:
|
|
12218
|
-
:param brush:
|
|
12219
|
-
:param prop_name:
|
|
12220
|
-
:param unified_name:
|
|
12221
|
-
:param pressure_name:
|
|
12222
|
-
:param icon:
|
|
12223
|
-
:param text:
|
|
12224
|
-
:param slider:
|
|
12225
|
-
:param header:
|
|
12226
|
-
"""
|
|
12227
|
-
...
|
|
12228
|
-
|
|
12229
|
-
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
12230
|
-
"""
|
|
12231
|
-
|
|
12232
|
-
:param parent:
|
|
12233
|
-
:param context:
|
|
12234
|
-
:param brush:
|
|
12235
|
-
:param prop_name:
|
|
12236
|
-
:param text:
|
|
12237
|
-
"""
|
|
12238
|
-
...
|
|
12239
|
-
|
|
12240
|
-
def prop_unified_color_picker(
|
|
12241
|
-
self, parent, context, brush, prop_name, value_slider=True
|
|
12242
|
-
):
|
|
12243
|
-
"""
|
|
12244
|
-
|
|
12245
|
-
:param parent:
|
|
12246
|
-
:param context:
|
|
12247
|
-
:param brush:
|
|
12248
|
-
:param prop_name:
|
|
12249
|
-
:param value_slider:
|
|
12250
|
-
"""
|
|
12251
|
-
...
|
|
12252
|
-
|
|
12253
12621
|
def property_overridable_library_set(self) -> bool:
|
|
12254
12622
|
"""Define a property as overridable or not (only for custom properties!).
|
|
12255
12623
|
|
|
@@ -12285,22 +12653,13 @@ class IMAGE_PT_paint_curve(
|
|
|
12285
12653
|
"""
|
|
12286
12654
|
...
|
|
12287
12655
|
|
|
12288
|
-
class
|
|
12289
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
12290
|
-
bpy_types._GenericUI,
|
|
12291
|
-
BrushButtonsPanel,
|
|
12292
|
-
bl_ui.properties_paint_common.StrokePanel,
|
|
12293
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
12294
|
-
):
|
|
12656
|
+
class IMAGE_PT_scope_sample(ImageScopesPanel, bpy_types._GenericUI):
|
|
12295
12657
|
bl_category: typing.Any
|
|
12296
|
-
bl_context: typing.Any
|
|
12297
12658
|
bl_label: typing.Any
|
|
12298
12659
|
bl_options: typing.Any
|
|
12299
|
-
bl_parent_id: typing.Any
|
|
12300
12660
|
bl_region_type: typing.Any
|
|
12301
12661
|
bl_rna: typing.Any
|
|
12302
12662
|
bl_space_type: typing.Any
|
|
12303
|
-
bl_ui_units_x: typing.Any
|
|
12304
12663
|
id_data: typing.Any
|
|
12305
12664
|
|
|
12306
12665
|
def append(self, draw_func):
|
|
@@ -12365,14 +12724,6 @@ class IMAGE_PT_paint_stroke(
|
|
|
12365
12724
|
"""
|
|
12366
12725
|
...
|
|
12367
12726
|
|
|
12368
|
-
def get_brush_mode(self, context):
|
|
12369
|
-
"""Get the correct mode for this context. For any context where this returns None,
|
|
12370
|
-
no brush options should be displayed.
|
|
12371
|
-
|
|
12372
|
-
:param context:
|
|
12373
|
-
"""
|
|
12374
|
-
...
|
|
12375
|
-
|
|
12376
12727
|
def id_properties_clear(self):
|
|
12377
12728
|
"""
|
|
12378
12729
|
|
|
@@ -12459,13 +12810,6 @@ class IMAGE_PT_paint_stroke(
|
|
|
12459
12810
|
"""
|
|
12460
12811
|
...
|
|
12461
12812
|
|
|
12462
|
-
def paint_settings(self, context):
|
|
12463
|
-
"""
|
|
12464
|
-
|
|
12465
|
-
:param context:
|
|
12466
|
-
"""
|
|
12467
|
-
...
|
|
12468
|
-
|
|
12469
12813
|
def path_from_id(self) -> str:
|
|
12470
12814
|
"""Returns the data path from the ID to this object (string).
|
|
12471
12815
|
|
|
@@ -12501,59 +12845,6 @@ class IMAGE_PT_paint_stroke(
|
|
|
12501
12845
|
"""
|
|
12502
12846
|
...
|
|
12503
12847
|
|
|
12504
|
-
def prop_unified(
|
|
12505
|
-
self,
|
|
12506
|
-
layout,
|
|
12507
|
-
context,
|
|
12508
|
-
brush,
|
|
12509
|
-
prop_name,
|
|
12510
|
-
unified_name=None,
|
|
12511
|
-
pressure_name=None,
|
|
12512
|
-
icon="NONE",
|
|
12513
|
-
text=None,
|
|
12514
|
-
slider=False,
|
|
12515
|
-
header=False,
|
|
12516
|
-
):
|
|
12517
|
-
"""Generalized way of adding brush options to the UI,
|
|
12518
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
12519
|
-
|
|
12520
|
-
:param layout:
|
|
12521
|
-
:param context:
|
|
12522
|
-
:param brush:
|
|
12523
|
-
:param prop_name:
|
|
12524
|
-
:param unified_name:
|
|
12525
|
-
:param pressure_name:
|
|
12526
|
-
:param icon:
|
|
12527
|
-
:param text:
|
|
12528
|
-
:param slider:
|
|
12529
|
-
:param header:
|
|
12530
|
-
"""
|
|
12531
|
-
...
|
|
12532
|
-
|
|
12533
|
-
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
12534
|
-
"""
|
|
12535
|
-
|
|
12536
|
-
:param parent:
|
|
12537
|
-
:param context:
|
|
12538
|
-
:param brush:
|
|
12539
|
-
:param prop_name:
|
|
12540
|
-
:param text:
|
|
12541
|
-
"""
|
|
12542
|
-
...
|
|
12543
|
-
|
|
12544
|
-
def prop_unified_color_picker(
|
|
12545
|
-
self, parent, context, brush, prop_name, value_slider=True
|
|
12546
|
-
):
|
|
12547
|
-
"""
|
|
12548
|
-
|
|
12549
|
-
:param parent:
|
|
12550
|
-
:param context:
|
|
12551
|
-
:param brush:
|
|
12552
|
-
:param prop_name:
|
|
12553
|
-
:param value_slider:
|
|
12554
|
-
"""
|
|
12555
|
-
...
|
|
12556
|
-
|
|
12557
12848
|
def property_overridable_library_set(self) -> bool:
|
|
12558
12849
|
"""Define a property as overridable or not (only for custom properties!).
|
|
12559
12850
|
|
|
@@ -12584,23 +12875,13 @@ class IMAGE_PT_paint_stroke(
|
|
|
12584
12875
|
def values(self):
|
|
12585
12876
|
"""Returns the values of this objects custom properties (matches Python's
|
|
12586
12877
|
dictionary function of the same name).
|
|
12587
|
-
|
|
12588
|
-
:return: custom property values.
|
|
12589
|
-
"""
|
|
12590
|
-
...
|
|
12591
|
-
|
|
12592
|
-
class
|
|
12593
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
12594
|
-
BrushButtonsPanel,
|
|
12595
|
-
bpy_types._GenericUI,
|
|
12596
|
-
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
12597
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
12598
|
-
):
|
|
12599
|
-
bl_category: typing.Any
|
|
12600
|
-
bl_context: typing.Any
|
|
12878
|
+
|
|
12879
|
+
:return: custom property values.
|
|
12880
|
+
"""
|
|
12881
|
+
...
|
|
12882
|
+
|
|
12883
|
+
class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
12601
12884
|
bl_label: typing.Any
|
|
12602
|
-
bl_options: typing.Any
|
|
12603
|
-
bl_parent_id: typing.Any
|
|
12604
12885
|
bl_region_type: typing.Any
|
|
12605
12886
|
bl_rna: typing.Any
|
|
12606
12887
|
bl_space_type: typing.Any
|
|
@@ -12645,13 +12926,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
12645
12926
|
"""
|
|
12646
12927
|
...
|
|
12647
12928
|
|
|
12648
|
-
def draw_header(self, context):
|
|
12649
|
-
"""
|
|
12650
|
-
|
|
12651
|
-
:param context:
|
|
12652
|
-
"""
|
|
12653
|
-
...
|
|
12654
|
-
|
|
12655
12929
|
def driver_add(self) -> bpy.types.FCurve:
|
|
12656
12930
|
"""Adds driver(s) to the given property
|
|
12657
12931
|
|
|
@@ -12675,14 +12949,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
12675
12949
|
"""
|
|
12676
12950
|
...
|
|
12677
12951
|
|
|
12678
|
-
def get_brush_mode(self, context):
|
|
12679
|
-
"""Get the correct mode for this context. For any context where this returns None,
|
|
12680
|
-
no brush options should be displayed.
|
|
12681
|
-
|
|
12682
|
-
:param context:
|
|
12683
|
-
"""
|
|
12684
|
-
...
|
|
12685
|
-
|
|
12686
12952
|
def id_properties_clear(self):
|
|
12687
12953
|
"""
|
|
12688
12954
|
|
|
@@ -12769,13 +13035,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
12769
13035
|
"""
|
|
12770
13036
|
...
|
|
12771
13037
|
|
|
12772
|
-
def paint_settings(self, context):
|
|
12773
|
-
"""
|
|
12774
|
-
|
|
12775
|
-
:param context:
|
|
12776
|
-
"""
|
|
12777
|
-
...
|
|
12778
|
-
|
|
12779
13038
|
def path_from_id(self) -> str:
|
|
12780
13039
|
"""Returns the data path from the ID to this object (string).
|
|
12781
13040
|
|
|
@@ -12789,13 +13048,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
12789
13048
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12790
13049
|
...
|
|
12791
13050
|
|
|
12792
|
-
def poll(self, context):
|
|
12793
|
-
"""
|
|
12794
|
-
|
|
12795
|
-
:param context:
|
|
12796
|
-
"""
|
|
12797
|
-
...
|
|
12798
|
-
|
|
12799
13051
|
def pop(self):
|
|
12800
13052
|
"""Remove and return the value of the custom property assigned to key or default
|
|
12801
13053
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -12811,59 +13063,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
12811
13063
|
"""
|
|
12812
13064
|
...
|
|
12813
13065
|
|
|
12814
|
-
def prop_unified(
|
|
12815
|
-
self,
|
|
12816
|
-
layout,
|
|
12817
|
-
context,
|
|
12818
|
-
brush,
|
|
12819
|
-
prop_name,
|
|
12820
|
-
unified_name=None,
|
|
12821
|
-
pressure_name=None,
|
|
12822
|
-
icon="NONE",
|
|
12823
|
-
text=None,
|
|
12824
|
-
slider=False,
|
|
12825
|
-
header=False,
|
|
12826
|
-
):
|
|
12827
|
-
"""Generalized way of adding brush options to the UI,
|
|
12828
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
12829
|
-
|
|
12830
|
-
:param layout:
|
|
12831
|
-
:param context:
|
|
12832
|
-
:param brush:
|
|
12833
|
-
:param prop_name:
|
|
12834
|
-
:param unified_name:
|
|
12835
|
-
:param pressure_name:
|
|
12836
|
-
:param icon:
|
|
12837
|
-
:param text:
|
|
12838
|
-
:param slider:
|
|
12839
|
-
:param header:
|
|
12840
|
-
"""
|
|
12841
|
-
...
|
|
12842
|
-
|
|
12843
|
-
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
12844
|
-
"""
|
|
12845
|
-
|
|
12846
|
-
:param parent:
|
|
12847
|
-
:param context:
|
|
12848
|
-
:param brush:
|
|
12849
|
-
:param prop_name:
|
|
12850
|
-
:param text:
|
|
12851
|
-
"""
|
|
12852
|
-
...
|
|
12853
|
-
|
|
12854
|
-
def prop_unified_color_picker(
|
|
12855
|
-
self, parent, context, brush, prop_name, value_slider=True
|
|
12856
|
-
):
|
|
12857
|
-
"""
|
|
12858
|
-
|
|
12859
|
-
:param parent:
|
|
12860
|
-
:param context:
|
|
12861
|
-
:param brush:
|
|
12862
|
-
:param prop_name:
|
|
12863
|
-
:param value_slider:
|
|
12864
|
-
"""
|
|
12865
|
-
...
|
|
12866
|
-
|
|
12867
13066
|
def property_overridable_library_set(self) -> bool:
|
|
12868
13067
|
"""Define a property as overridable or not (only for custom properties!).
|
|
12869
13068
|
|
|
@@ -14115,18 +14314,9 @@ class IMAGE_PT_tools_mask_texture(
|
|
|
14115
14314
|
"""
|
|
14116
14315
|
...
|
|
14117
14316
|
|
|
14118
|
-
class
|
|
14119
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
14120
|
-
ImagePaintPanel,
|
|
14121
|
-
bpy_types._GenericUI,
|
|
14122
|
-
bl_ui.properties_paint_common.ClonePanel,
|
|
14123
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14124
|
-
):
|
|
14317
|
+
class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
|
|
14125
14318
|
bl_category: typing.Any
|
|
14126
|
-
bl_context: typing.Any
|
|
14127
14319
|
bl_label: typing.Any
|
|
14128
|
-
bl_options: typing.Any
|
|
14129
|
-
bl_parent_id: typing.Any
|
|
14130
14320
|
bl_region_type: typing.Any
|
|
14131
14321
|
bl_rna: typing.Any
|
|
14132
14322
|
bl_space_type: typing.Any
|
|
@@ -14171,13 +14361,6 @@ class IMAGE_PT_paint_clone(
|
|
|
14171
14361
|
"""
|
|
14172
14362
|
...
|
|
14173
14363
|
|
|
14174
|
-
def draw_header(self, context):
|
|
14175
|
-
"""
|
|
14176
|
-
|
|
14177
|
-
:param context:
|
|
14178
|
-
"""
|
|
14179
|
-
...
|
|
14180
|
-
|
|
14181
14364
|
def driver_add(self) -> bpy.types.FCurve:
|
|
14182
14365
|
"""Adds driver(s) to the given property
|
|
14183
14366
|
|
|
@@ -14201,14 +14384,6 @@ class IMAGE_PT_paint_clone(
|
|
|
14201
14384
|
"""
|
|
14202
14385
|
...
|
|
14203
14386
|
|
|
14204
|
-
def get_brush_mode(self, context):
|
|
14205
|
-
"""Get the correct mode for this context. For any context where this returns None,
|
|
14206
|
-
no brush options should be displayed.
|
|
14207
|
-
|
|
14208
|
-
:param context:
|
|
14209
|
-
"""
|
|
14210
|
-
...
|
|
14211
|
-
|
|
14212
14387
|
def id_properties_clear(self):
|
|
14213
14388
|
"""
|
|
14214
14389
|
|
|
@@ -14295,13 +14470,6 @@ class IMAGE_PT_paint_clone(
|
|
|
14295
14470
|
"""
|
|
14296
14471
|
...
|
|
14297
14472
|
|
|
14298
|
-
def paint_settings(self, context):
|
|
14299
|
-
"""
|
|
14300
|
-
|
|
14301
|
-
:param context:
|
|
14302
|
-
"""
|
|
14303
|
-
...
|
|
14304
|
-
|
|
14305
14473
|
def path_from_id(self) -> str:
|
|
14306
14474
|
"""Returns the data path from the ID to this object (string).
|
|
14307
14475
|
|
|
@@ -14337,59 +14505,6 @@ class IMAGE_PT_paint_clone(
|
|
|
14337
14505
|
"""
|
|
14338
14506
|
...
|
|
14339
14507
|
|
|
14340
|
-
def prop_unified(
|
|
14341
|
-
self,
|
|
14342
|
-
layout,
|
|
14343
|
-
context,
|
|
14344
|
-
brush,
|
|
14345
|
-
prop_name,
|
|
14346
|
-
unified_name=None,
|
|
14347
|
-
pressure_name=None,
|
|
14348
|
-
icon="NONE",
|
|
14349
|
-
text=None,
|
|
14350
|
-
slider=False,
|
|
14351
|
-
header=False,
|
|
14352
|
-
):
|
|
14353
|
-
"""Generalized way of adding brush options to the UI,
|
|
14354
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
14355
|
-
|
|
14356
|
-
:param layout:
|
|
14357
|
-
:param context:
|
|
14358
|
-
:param brush:
|
|
14359
|
-
:param prop_name:
|
|
14360
|
-
:param unified_name:
|
|
14361
|
-
:param pressure_name:
|
|
14362
|
-
:param icon:
|
|
14363
|
-
:param text:
|
|
14364
|
-
:param slider:
|
|
14365
|
-
:param header:
|
|
14366
|
-
"""
|
|
14367
|
-
...
|
|
14368
|
-
|
|
14369
|
-
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
14370
|
-
"""
|
|
14371
|
-
|
|
14372
|
-
:param parent:
|
|
14373
|
-
:param context:
|
|
14374
|
-
:param brush:
|
|
14375
|
-
:param prop_name:
|
|
14376
|
-
:param text:
|
|
14377
|
-
"""
|
|
14378
|
-
...
|
|
14379
|
-
|
|
14380
|
-
def prop_unified_color_picker(
|
|
14381
|
-
self, parent, context, brush, prop_name, value_slider=True
|
|
14382
|
-
):
|
|
14383
|
-
"""
|
|
14384
|
-
|
|
14385
|
-
:param parent:
|
|
14386
|
-
:param context:
|
|
14387
|
-
:param brush:
|
|
14388
|
-
:param prop_name:
|
|
14389
|
-
:param value_slider:
|
|
14390
|
-
"""
|
|
14391
|
-
...
|
|
14392
|
-
|
|
14393
14508
|
def property_overridable_library_set(self) -> bool:
|
|
14394
14509
|
"""Define a property as overridable or not (only for custom properties!).
|
|
14395
14510
|
|
|
@@ -14425,11 +14540,9 @@ class IMAGE_PT_paint_clone(
|
|
|
14425
14540
|
"""
|
|
14426
14541
|
...
|
|
14427
14542
|
|
|
14428
|
-
class
|
|
14543
|
+
class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
14429
14544
|
bl_category: typing.Any
|
|
14430
|
-
bl_context: typing.Any
|
|
14431
14545
|
bl_label: typing.Any
|
|
14432
|
-
bl_parent_id: typing.Any
|
|
14433
14546
|
bl_region_type: typing.Any
|
|
14434
14547
|
bl_rna: typing.Any
|
|
14435
14548
|
bl_space_type: typing.Any
|
|
@@ -14653,15 +14766,8 @@ class IMAGE_PT_paint_color(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
14653
14766
|
"""
|
|
14654
14767
|
...
|
|
14655
14768
|
|
|
14656
|
-
class
|
|
14657
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
14658
|
-
ImagePaintPanel,
|
|
14659
|
-
bpy_types._GenericUI,
|
|
14660
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
14661
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14662
|
-
):
|
|
14769
|
+
class IMAGE_PT_view_display(bpy_types._GenericUI):
|
|
14663
14770
|
bl_category: typing.Any
|
|
14664
|
-
bl_context: typing.Any
|
|
14665
14771
|
bl_label: typing.Any
|
|
14666
14772
|
bl_region_type: typing.Any
|
|
14667
14773
|
bl_rna: typing.Any
|
|
@@ -14730,14 +14836,6 @@ class IMAGE_PT_paint_select(
|
|
|
14730
14836
|
"""
|
|
14731
14837
|
...
|
|
14732
14838
|
|
|
14733
|
-
def get_brush_mode(self, context):
|
|
14734
|
-
"""Get the correct mode for this context. For any context where this returns None,
|
|
14735
|
-
no brush options should be displayed.
|
|
14736
|
-
|
|
14737
|
-
:param context:
|
|
14738
|
-
"""
|
|
14739
|
-
...
|
|
14740
|
-
|
|
14741
14839
|
def id_properties_clear(self):
|
|
14742
14840
|
"""
|
|
14743
14841
|
|
|
@@ -14824,13 +14922,6 @@ class IMAGE_PT_paint_select(
|
|
|
14824
14922
|
"""
|
|
14825
14923
|
...
|
|
14826
14924
|
|
|
14827
|
-
def paint_settings(self, context):
|
|
14828
|
-
"""
|
|
14829
|
-
|
|
14830
|
-
:param context:
|
|
14831
|
-
"""
|
|
14832
|
-
...
|
|
14833
|
-
|
|
14834
14925
|
def path_from_id(self) -> str:
|
|
14835
14926
|
"""Returns the data path from the ID to this object (string).
|
|
14836
14927
|
|
|
@@ -14844,78 +14935,25 @@ class IMAGE_PT_paint_select(
|
|
|
14844
14935
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14845
14936
|
...
|
|
14846
14937
|
|
|
14847
|
-
def poll(self, context):
|
|
14848
|
-
"""
|
|
14849
|
-
|
|
14850
|
-
:param context:
|
|
14851
|
-
"""
|
|
14852
|
-
...
|
|
14853
|
-
|
|
14854
|
-
def pop(self):
|
|
14855
|
-
"""Remove and return the value of the custom property assigned to key or default
|
|
14856
|
-
when not found (matches Python's dictionary function of the same name).
|
|
14857
|
-
|
|
14858
|
-
"""
|
|
14859
|
-
...
|
|
14860
|
-
|
|
14861
|
-
def prepend(self, draw_func):
|
|
14862
|
-
"""Prepend a draw function to this menu, takes the same arguments as
|
|
14863
|
-
the menus draw function
|
|
14864
|
-
|
|
14865
|
-
:param draw_func:
|
|
14866
|
-
"""
|
|
14867
|
-
...
|
|
14868
|
-
|
|
14869
|
-
def prop_unified(
|
|
14870
|
-
self,
|
|
14871
|
-
layout,
|
|
14872
|
-
context,
|
|
14873
|
-
brush,
|
|
14874
|
-
prop_name,
|
|
14875
|
-
unified_name=None,
|
|
14876
|
-
pressure_name=None,
|
|
14877
|
-
icon="NONE",
|
|
14878
|
-
text=None,
|
|
14879
|
-
slider=False,
|
|
14880
|
-
header=False,
|
|
14881
|
-
):
|
|
14882
|
-
"""Generalized way of adding brush options to the UI,
|
|
14883
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
14884
|
-
|
|
14885
|
-
:param layout:
|
|
14886
|
-
:param context:
|
|
14887
|
-
:param brush:
|
|
14888
|
-
:param prop_name:
|
|
14889
|
-
:param unified_name:
|
|
14890
|
-
:param pressure_name:
|
|
14891
|
-
:param icon:
|
|
14892
|
-
:param text:
|
|
14893
|
-
:param slider:
|
|
14894
|
-
:param header:
|
|
14895
|
-
"""
|
|
14896
|
-
...
|
|
14897
|
-
|
|
14898
|
-
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
14938
|
+
def poll(self, context):
|
|
14899
14939
|
"""
|
|
14900
14940
|
|
|
14901
|
-
:param parent:
|
|
14902
14941
|
:param context:
|
|
14903
|
-
:param brush:
|
|
14904
|
-
:param prop_name:
|
|
14905
|
-
:param text:
|
|
14906
14942
|
"""
|
|
14907
14943
|
...
|
|
14908
14944
|
|
|
14909
|
-
def
|
|
14910
|
-
|
|
14911
|
-
|
|
14945
|
+
def pop(self):
|
|
14946
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
14947
|
+
when not found (matches Python's dictionary function of the same name).
|
|
14948
|
+
|
|
14912
14949
|
"""
|
|
14950
|
+
...
|
|
14913
14951
|
|
|
14914
|
-
|
|
14915
|
-
|
|
14916
|
-
|
|
14917
|
-
|
|
14918
|
-
|
|
14952
|
+
def prepend(self, draw_func):
|
|
14953
|
+
"""Prepend a draw function to this menu, takes the same arguments as
|
|
14954
|
+
the menus draw function
|
|
14955
|
+
|
|
14956
|
+
:param draw_func:
|
|
14919
14957
|
"""
|
|
14920
14958
|
...
|
|
14921
14959
|
|
|
@@ -14954,9 +14992,8 @@ class IMAGE_PT_paint_select(
|
|
|
14954
14992
|
"""
|
|
14955
14993
|
...
|
|
14956
14994
|
|
|
14957
|
-
class
|
|
14995
|
+
class IMAGE_PT_view_histogram(ImageScopesPanel, bpy_types._GenericUI):
|
|
14958
14996
|
bl_category: typing.Any
|
|
14959
|
-
bl_context: typing.Any
|
|
14960
14997
|
bl_label: typing.Any
|
|
14961
14998
|
bl_region_type: typing.Any
|
|
14962
14999
|
bl_rna: typing.Any
|
|
@@ -15124,6 +15161,13 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15124
15161
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15125
15162
|
...
|
|
15126
15163
|
|
|
15164
|
+
def poll(self, context):
|
|
15165
|
+
"""
|
|
15166
|
+
|
|
15167
|
+
:param context:
|
|
15168
|
+
"""
|
|
15169
|
+
...
|
|
15170
|
+
|
|
15127
15171
|
def pop(self):
|
|
15128
15172
|
"""Remove and return the value of the custom property assigned to key or default
|
|
15129
15173
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -15174,15 +15218,12 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15174
15218
|
"""
|
|
15175
15219
|
...
|
|
15176
15220
|
|
|
15177
|
-
class
|
|
15221
|
+
class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy_types._GenericUI):
|
|
15178
15222
|
bl_category: typing.Any
|
|
15179
|
-
bl_context: typing.Any
|
|
15180
15223
|
bl_label: typing.Any
|
|
15181
|
-
bl_parent_id: typing.Any
|
|
15182
15224
|
bl_region_type: typing.Any
|
|
15183
15225
|
bl_rna: typing.Any
|
|
15184
15226
|
bl_space_type: typing.Any
|
|
15185
|
-
bl_ui_units_x: typing.Any
|
|
15186
15227
|
id_data: typing.Any
|
|
15187
15228
|
|
|
15188
15229
|
def append(self, draw_func):
|
|
@@ -15346,6 +15387,13 @@ class IMAGE_PT_paint_settings_advanced(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15346
15387
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15347
15388
|
...
|
|
15348
15389
|
|
|
15390
|
+
def poll(self, context):
|
|
15391
|
+
"""
|
|
15392
|
+
|
|
15393
|
+
:param context:
|
|
15394
|
+
"""
|
|
15395
|
+
...
|
|
15396
|
+
|
|
15349
15397
|
def pop(self):
|
|
15350
15398
|
"""Remove and return the value of the custom property assigned to key or default
|
|
15351
15399
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -15396,18 +15444,9 @@ class IMAGE_PT_paint_settings_advanced(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15396
15444
|
"""
|
|
15397
15445
|
...
|
|
15398
15446
|
|
|
15399
|
-
class
|
|
15400
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
15401
|
-
ImagePaintPanel,
|
|
15402
|
-
bpy_types._GenericUI,
|
|
15403
|
-
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
15404
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15405
|
-
):
|
|
15447
|
+
class IMAGE_PT_view_waveform(ImageScopesPanel, bpy_types._GenericUI):
|
|
15406
15448
|
bl_category: typing.Any
|
|
15407
|
-
bl_context: typing.Any
|
|
15408
15449
|
bl_label: typing.Any
|
|
15409
|
-
bl_options: typing.Any
|
|
15410
|
-
bl_parent_id: typing.Any
|
|
15411
15450
|
bl_region_type: typing.Any
|
|
15412
15451
|
bl_rna: typing.Any
|
|
15413
15452
|
bl_space_type: typing.Any
|
|
@@ -15475,14 +15514,6 @@ class IMAGE_PT_paint_swatches(
|
|
|
15475
15514
|
"""
|
|
15476
15515
|
...
|
|
15477
15516
|
|
|
15478
|
-
def get_brush_mode(self, context):
|
|
15479
|
-
"""Get the correct mode for this context. For any context where this returns None,
|
|
15480
|
-
no brush options should be displayed.
|
|
15481
|
-
|
|
15482
|
-
:param context:
|
|
15483
|
-
"""
|
|
15484
|
-
...
|
|
15485
|
-
|
|
15486
15517
|
def id_properties_clear(self):
|
|
15487
15518
|
"""
|
|
15488
15519
|
|
|
@@ -15569,13 +15600,6 @@ class IMAGE_PT_paint_swatches(
|
|
|
15569
15600
|
"""
|
|
15570
15601
|
...
|
|
15571
15602
|
|
|
15572
|
-
def paint_settings(self, context):
|
|
15573
|
-
"""
|
|
15574
|
-
|
|
15575
|
-
:param context:
|
|
15576
|
-
"""
|
|
15577
|
-
...
|
|
15578
|
-
|
|
15579
15603
|
def path_from_id(self) -> str:
|
|
15580
15604
|
"""Returns the data path from the ID to this object (string).
|
|
15581
15605
|
|
|
@@ -15611,59 +15635,6 @@ class IMAGE_PT_paint_swatches(
|
|
|
15611
15635
|
"""
|
|
15612
15636
|
...
|
|
15613
15637
|
|
|
15614
|
-
def prop_unified(
|
|
15615
|
-
self,
|
|
15616
|
-
layout,
|
|
15617
|
-
context,
|
|
15618
|
-
brush,
|
|
15619
|
-
prop_name,
|
|
15620
|
-
unified_name=None,
|
|
15621
|
-
pressure_name=None,
|
|
15622
|
-
icon="NONE",
|
|
15623
|
-
text=None,
|
|
15624
|
-
slider=False,
|
|
15625
|
-
header=False,
|
|
15626
|
-
):
|
|
15627
|
-
"""Generalized way of adding brush options to the UI,
|
|
15628
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
15629
|
-
|
|
15630
|
-
:param layout:
|
|
15631
|
-
:param context:
|
|
15632
|
-
:param brush:
|
|
15633
|
-
:param prop_name:
|
|
15634
|
-
:param unified_name:
|
|
15635
|
-
:param pressure_name:
|
|
15636
|
-
:param icon:
|
|
15637
|
-
:param text:
|
|
15638
|
-
:param slider:
|
|
15639
|
-
:param header:
|
|
15640
|
-
"""
|
|
15641
|
-
...
|
|
15642
|
-
|
|
15643
|
-
def prop_unified_color(self, parent, context, brush, prop_name, text=None):
|
|
15644
|
-
"""
|
|
15645
|
-
|
|
15646
|
-
:param parent:
|
|
15647
|
-
:param context:
|
|
15648
|
-
:param brush:
|
|
15649
|
-
:param prop_name:
|
|
15650
|
-
:param text:
|
|
15651
|
-
"""
|
|
15652
|
-
...
|
|
15653
|
-
|
|
15654
|
-
def prop_unified_color_picker(
|
|
15655
|
-
self, parent, context, brush, prop_name, value_slider=True
|
|
15656
|
-
):
|
|
15657
|
-
"""
|
|
15658
|
-
|
|
15659
|
-
:param parent:
|
|
15660
|
-
:param context:
|
|
15661
|
-
:param brush:
|
|
15662
|
-
:param prop_name:
|
|
15663
|
-
:param value_slider:
|
|
15664
|
-
"""
|
|
15665
|
-
...
|
|
15666
|
-
|
|
15667
15638
|
def property_overridable_library_set(self) -> bool:
|
|
15668
15639
|
"""Define a property as overridable or not (only for custom properties!).
|
|
15669
15640
|
|
|
@@ -15699,14 +15670,8 @@ class IMAGE_PT_paint_swatches(
|
|
|
15699
15670
|
"""
|
|
15700
15671
|
...
|
|
15701
15672
|
|
|
15702
|
-
class
|
|
15703
|
-
bl_category: typing.Any
|
|
15704
|
-
bl_context: typing.Any
|
|
15705
|
-
bl_label: typing.Any
|
|
15706
|
-
bl_options: typing.Any
|
|
15707
|
-
bl_region_type: typing.Any
|
|
15673
|
+
class IMAGE_UL_render_slots(bpy_types._GenericUI):
|
|
15708
15674
|
bl_rna: typing.Any
|
|
15709
|
-
bl_space_type: typing.Any
|
|
15710
15675
|
id_data: typing.Any
|
|
15711
15676
|
|
|
15712
15677
|
def append(self, draw_func):
|
|
@@ -15741,10 +15706,27 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15741
15706
|
"""
|
|
15742
15707
|
...
|
|
15743
15708
|
|
|
15744
|
-
def
|
|
15709
|
+
def draw_item(
|
|
15710
|
+
self,
|
|
15711
|
+
_context,
|
|
15712
|
+
layout,
|
|
15713
|
+
_data,
|
|
15714
|
+
item,
|
|
15715
|
+
_icon,
|
|
15716
|
+
_active_data,
|
|
15717
|
+
_active_propname,
|
|
15718
|
+
_index,
|
|
15719
|
+
):
|
|
15745
15720
|
"""
|
|
15746
15721
|
|
|
15747
|
-
:param
|
|
15722
|
+
:param _context:
|
|
15723
|
+
:param layout:
|
|
15724
|
+
:param _data:
|
|
15725
|
+
:param item:
|
|
15726
|
+
:param _icon:
|
|
15727
|
+
:param _active_data:
|
|
15728
|
+
:param _active_propname:
|
|
15729
|
+
:param _index:
|
|
15748
15730
|
"""
|
|
15749
15731
|
...
|
|
15750
15732
|
|
|
@@ -15920,13 +15902,8 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15920
15902
|
"""
|
|
15921
15903
|
...
|
|
15922
15904
|
|
|
15923
|
-
class
|
|
15924
|
-
bl_category: typing.Any
|
|
15925
|
-
bl_context: typing.Any
|
|
15926
|
-
bl_label: typing.Any
|
|
15927
|
-
bl_region_type: typing.Any
|
|
15905
|
+
class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
|
|
15928
15906
|
bl_rna: typing.Any
|
|
15929
|
-
bl_space_type: typing.Any
|
|
15930
15907
|
id_data: typing.Any
|
|
15931
15908
|
|
|
15932
15909
|
def append(self, draw_func):
|
|
@@ -15961,10 +15938,27 @@ class IMAGE_PT_uv_sculpt_options(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
15961
15938
|
"""
|
|
15962
15939
|
...
|
|
15963
15940
|
|
|
15964
|
-
def
|
|
15941
|
+
def draw_item(
|
|
15942
|
+
self,
|
|
15943
|
+
_context,
|
|
15944
|
+
layout,
|
|
15945
|
+
_data,
|
|
15946
|
+
item,
|
|
15947
|
+
_icon,
|
|
15948
|
+
_active_data,
|
|
15949
|
+
_active_propname,
|
|
15950
|
+
_index,
|
|
15951
|
+
):
|
|
15965
15952
|
"""
|
|
15966
15953
|
|
|
15967
|
-
:param
|
|
15954
|
+
:param _context:
|
|
15955
|
+
:param layout:
|
|
15956
|
+
:param _data:
|
|
15957
|
+
:param item:
|
|
15958
|
+
:param _icon:
|
|
15959
|
+
:param _active_data:
|
|
15960
|
+
:param _active_propname:
|
|
15961
|
+
:param _index:
|
|
15968
15962
|
"""
|
|
15969
15963
|
...
|
|
15970
15964
|
|
|
@@ -16140,9 +16134,38 @@ class IMAGE_PT_uv_sculpt_options(bpy_types._GenericUI, ImagePaintPanel):
|
|
|
16140
16134
|
"""
|
|
16141
16135
|
...
|
|
16142
16136
|
|
|
16143
|
-
class
|
|
16137
|
+
class ImageScopesPanel:
|
|
16138
|
+
def poll(self, context):
|
|
16139
|
+
"""
|
|
16140
|
+
|
|
16141
|
+
:param context:
|
|
16142
|
+
"""
|
|
16143
|
+
...
|
|
16144
|
+
|
|
16145
|
+
class _draw_tool_settings_context_mode:
|
|
16146
|
+
def PAINT(self, context, layout, tool):
|
|
16147
|
+
"""
|
|
16148
|
+
|
|
16149
|
+
:param context:
|
|
16150
|
+
:param layout:
|
|
16151
|
+
:param tool:
|
|
16152
|
+
"""
|
|
16153
|
+
...
|
|
16154
|
+
|
|
16155
|
+
def UV(self, context, layout, tool):
|
|
16156
|
+
"""
|
|
16157
|
+
|
|
16158
|
+
:param context:
|
|
16159
|
+
:param layout:
|
|
16160
|
+
:param tool:
|
|
16161
|
+
"""
|
|
16162
|
+
...
|
|
16163
|
+
|
|
16164
|
+
class IMAGE_PT_paint_color(bpy_types._GenericUI, ImagePaintPanel):
|
|
16144
16165
|
bl_category: typing.Any
|
|
16166
|
+
bl_context: typing.Any
|
|
16145
16167
|
bl_label: typing.Any
|
|
16168
|
+
bl_parent_id: typing.Any
|
|
16146
16169
|
bl_region_type: typing.Any
|
|
16147
16170
|
bl_rna: typing.Any
|
|
16148
16171
|
bl_space_type: typing.Any
|
|
@@ -16366,10 +16389,10 @@ class IMAGE_PT_sample_line(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
16366
16389
|
"""
|
|
16367
16390
|
...
|
|
16368
16391
|
|
|
16369
|
-
class
|
|
16392
|
+
class IMAGE_PT_paint_settings(bpy_types._GenericUI, ImagePaintPanel):
|
|
16370
16393
|
bl_category: typing.Any
|
|
16394
|
+
bl_context: typing.Any
|
|
16371
16395
|
bl_label: typing.Any
|
|
16372
|
-
bl_options: typing.Any
|
|
16373
16396
|
bl_region_type: typing.Any
|
|
16374
16397
|
bl_rna: typing.Any
|
|
16375
16398
|
bl_space_type: typing.Any
|
|
@@ -16536,13 +16559,6 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
16536
16559
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16537
16560
|
...
|
|
16538
16561
|
|
|
16539
|
-
def poll(self, context):
|
|
16540
|
-
"""
|
|
16541
|
-
|
|
16542
|
-
:param context:
|
|
16543
|
-
"""
|
|
16544
|
-
...
|
|
16545
|
-
|
|
16546
16562
|
def pop(self):
|
|
16547
16563
|
"""Remove and return the value of the custom property assigned to key or default
|
|
16548
16564
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -16593,12 +16609,15 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
16593
16609
|
"""
|
|
16594
16610
|
...
|
|
16595
16611
|
|
|
16596
|
-
class
|
|
16612
|
+
class IMAGE_PT_paint_settings_advanced(bpy_types._GenericUI, ImagePaintPanel):
|
|
16597
16613
|
bl_category: typing.Any
|
|
16614
|
+
bl_context: typing.Any
|
|
16598
16615
|
bl_label: typing.Any
|
|
16616
|
+
bl_parent_id: typing.Any
|
|
16599
16617
|
bl_region_type: typing.Any
|
|
16600
16618
|
bl_rna: typing.Any
|
|
16601
16619
|
bl_space_type: typing.Any
|
|
16620
|
+
bl_ui_units_x: typing.Any
|
|
16602
16621
|
id_data: typing.Any
|
|
16603
16622
|
|
|
16604
16623
|
def append(self, draw_func):
|
|
@@ -16762,13 +16781,6 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
16762
16781
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16763
16782
|
...
|
|
16764
16783
|
|
|
16765
|
-
def poll(self, context):
|
|
16766
|
-
"""
|
|
16767
|
-
|
|
16768
|
-
:param context:
|
|
16769
|
-
"""
|
|
16770
|
-
...
|
|
16771
|
-
|
|
16772
16784
|
def pop(self):
|
|
16773
16785
|
"""Remove and return the value of the custom property assigned to key or default
|
|
16774
16786
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -16819,9 +16831,11 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
16819
16831
|
"""
|
|
16820
16832
|
...
|
|
16821
16833
|
|
|
16822
|
-
class
|
|
16834
|
+
class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, ImagePaintPanel):
|
|
16823
16835
|
bl_category: typing.Any
|
|
16836
|
+
bl_context: typing.Any
|
|
16824
16837
|
bl_label: typing.Any
|
|
16838
|
+
bl_options: typing.Any
|
|
16825
16839
|
bl_region_type: typing.Any
|
|
16826
16840
|
bl_rna: typing.Any
|
|
16827
16841
|
bl_space_type: typing.Any
|
|
@@ -16988,13 +17002,6 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
16988
17002
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16989
17003
|
...
|
|
16990
17004
|
|
|
16991
|
-
def poll(self, context):
|
|
16992
|
-
"""
|
|
16993
|
-
|
|
16994
|
-
:param context:
|
|
16995
|
-
"""
|
|
16996
|
-
...
|
|
16997
|
-
|
|
16998
17005
|
def pop(self):
|
|
16999
17006
|
"""Remove and return the value of the custom property assigned to key or default
|
|
17000
17007
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -17045,8 +17052,9 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
17045
17052
|
"""
|
|
17046
17053
|
...
|
|
17047
17054
|
|
|
17048
|
-
class
|
|
17055
|
+
class IMAGE_PT_uv_sculpt_options(bpy_types._GenericUI, ImagePaintPanel):
|
|
17049
17056
|
bl_category: typing.Any
|
|
17057
|
+
bl_context: typing.Any
|
|
17050
17058
|
bl_label: typing.Any
|
|
17051
17059
|
bl_region_type: typing.Any
|
|
17052
17060
|
bl_rna: typing.Any
|
|
@@ -17214,13 +17222,6 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy_types._GenericUI):
|
|
|
17214
17222
|
"""Returns the property from the path, raise an exception when not found."""
|
|
17215
17223
|
...
|
|
17216
17224
|
|
|
17217
|
-
def poll(self, context):
|
|
17218
|
-
"""
|
|
17219
|
-
|
|
17220
|
-
:param context:
|
|
17221
|
-
"""
|
|
17222
|
-
...
|
|
17223
|
-
|
|
17224
17225
|
def pop(self):
|
|
17225
17226
|
"""Remove and return the value of the custom property assigned to key or default
|
|
17226
17227
|
when not found (matches Python's dictionary function of the same name).
|