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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bl_ui.properties_animviz
|
|
4
5
|
import bpy.types
|
|
5
6
|
import bpy_types
|
|
@@ -560,12 +561,9 @@ class ArmatureButtonsPanel:
|
|
|
560
561
|
"""
|
|
561
562
|
...
|
|
562
563
|
|
|
563
|
-
class
|
|
564
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel, bpy_types._GenericUI
|
|
565
|
-
):
|
|
564
|
+
class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
566
565
|
bl_context: typing.Any
|
|
567
566
|
bl_label: typing.Any
|
|
568
|
-
bl_options: typing.Any
|
|
569
567
|
bl_region_type: typing.Any
|
|
570
568
|
bl_rna: typing.Any
|
|
571
569
|
bl_space_type: typing.Any
|
|
@@ -610,16 +608,6 @@ class DATA_PT_motion_paths(
|
|
|
610
608
|
"""
|
|
611
609
|
...
|
|
612
610
|
|
|
613
|
-
def draw_settings(self, _context, avs, mpath, bones=False):
|
|
614
|
-
"""
|
|
615
|
-
|
|
616
|
-
:param _context:
|
|
617
|
-
:param avs:
|
|
618
|
-
:param mpath:
|
|
619
|
-
:param bones:
|
|
620
|
-
"""
|
|
621
|
-
...
|
|
622
|
-
|
|
623
611
|
def driver_add(self) -> bpy.types.FCurve:
|
|
624
612
|
"""Adds driver(s) to the given property
|
|
625
613
|
|
|
@@ -799,13 +787,10 @@ class DATA_PT_motion_paths(
|
|
|
799
787
|
"""
|
|
800
788
|
...
|
|
801
789
|
|
|
802
|
-
class
|
|
803
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy_types._GenericUI
|
|
804
|
-
):
|
|
790
|
+
class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
805
791
|
bl_context: typing.Any
|
|
806
792
|
bl_label: typing.Any
|
|
807
793
|
bl_options: typing.Any
|
|
808
|
-
bl_parent_id: typing.Any
|
|
809
794
|
bl_region_type: typing.Any
|
|
810
795
|
bl_rna: typing.Any
|
|
811
796
|
bl_space_type: typing.Any
|
|
@@ -850,16 +835,6 @@ class DATA_PT_motion_paths_display(
|
|
|
850
835
|
"""
|
|
851
836
|
...
|
|
852
837
|
|
|
853
|
-
def draw_settings(self, _context, avs, mpath, bones=False):
|
|
854
|
-
"""
|
|
855
|
-
|
|
856
|
-
:param _context:
|
|
857
|
-
:param avs:
|
|
858
|
-
:param mpath:
|
|
859
|
-
:param bones:
|
|
860
|
-
"""
|
|
861
|
-
...
|
|
862
|
-
|
|
863
838
|
def driver_add(self) -> bpy.types.FCurve:
|
|
864
839
|
"""Adds driver(s) to the given property
|
|
865
840
|
|
|
@@ -1039,8 +1014,21 @@ class DATA_PT_motion_paths_display(
|
|
|
1039
1014
|
"""
|
|
1040
1015
|
...
|
|
1041
1016
|
|
|
1042
|
-
class
|
|
1017
|
+
class DATA_PT_custom_props_arm(
|
|
1018
|
+
ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1019
|
+
):
|
|
1020
|
+
"""The subclass should have its own poll function
|
|
1021
|
+
and the variable '_context_path' MUST be set.
|
|
1022
|
+
"""
|
|
1023
|
+
|
|
1024
|
+
COMPAT_ENGINES: typing.Any
|
|
1025
|
+
bl_context: typing.Any
|
|
1026
|
+
bl_label: typing.Any
|
|
1027
|
+
bl_options: typing.Any
|
|
1028
|
+
bl_order: typing.Any
|
|
1029
|
+
bl_region_type: typing.Any
|
|
1043
1030
|
bl_rna: typing.Any
|
|
1031
|
+
bl_space_type: typing.Any
|
|
1044
1032
|
id_data: typing.Any
|
|
1045
1033
|
|
|
1046
1034
|
def append(self, draw_func):
|
|
@@ -1075,27 +1063,10 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
|
|
|
1075
1063
|
"""
|
|
1076
1064
|
...
|
|
1077
1065
|
|
|
1078
|
-
def
|
|
1079
|
-
self,
|
|
1080
|
-
_context,
|
|
1081
|
-
layout,
|
|
1082
|
-
armature,
|
|
1083
|
-
bcoll,
|
|
1084
|
-
_icon,
|
|
1085
|
-
_active_data,
|
|
1086
|
-
_active_propname,
|
|
1087
|
-
_index,
|
|
1088
|
-
):
|
|
1066
|
+
def draw(self, context):
|
|
1089
1067
|
"""
|
|
1090
1068
|
|
|
1091
|
-
:param
|
|
1092
|
-
:param layout:
|
|
1093
|
-
:param armature:
|
|
1094
|
-
:param bcoll:
|
|
1095
|
-
:param _icon:
|
|
1096
|
-
:param _active_data:
|
|
1097
|
-
:param _active_propname:
|
|
1098
|
-
:param _index:
|
|
1069
|
+
:param context:
|
|
1099
1070
|
"""
|
|
1100
1071
|
...
|
|
1101
1072
|
|
|
@@ -1221,6 +1192,13 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
|
|
|
1221
1192
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1222
1193
|
...
|
|
1223
1194
|
|
|
1195
|
+
def poll(self, context):
|
|
1196
|
+
"""
|
|
1197
|
+
|
|
1198
|
+
:param context:
|
|
1199
|
+
"""
|
|
1200
|
+
...
|
|
1201
|
+
|
|
1224
1202
|
def pop(self):
|
|
1225
1203
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1226
1204
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1271,9 +1249,19 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
|
|
|
1271
1249
|
"""
|
|
1272
1250
|
...
|
|
1273
1251
|
|
|
1274
|
-
class
|
|
1252
|
+
class DATA_PT_custom_props_bcoll(
|
|
1253
|
+
ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1254
|
+
):
|
|
1255
|
+
"""The subclass should have its own poll function
|
|
1256
|
+
and the variable '_context_path' MUST be set.
|
|
1257
|
+
"""
|
|
1258
|
+
|
|
1259
|
+
COMPAT_ENGINES: typing.Any
|
|
1275
1260
|
bl_context: typing.Any
|
|
1276
1261
|
bl_label: typing.Any
|
|
1262
|
+
bl_options: typing.Any
|
|
1263
|
+
bl_order: typing.Any
|
|
1264
|
+
bl_parent_id: typing.Any
|
|
1277
1265
|
bl_region_type: typing.Any
|
|
1278
1266
|
bl_rna: typing.Any
|
|
1279
1267
|
bl_space_type: typing.Any
|
|
@@ -1497,7 +1485,7 @@ class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
1497
1485
|
"""
|
|
1498
1486
|
...
|
|
1499
1487
|
|
|
1500
|
-
class
|
|
1488
|
+
class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
1501
1489
|
bl_context: typing.Any
|
|
1502
1490
|
bl_label: typing.Any
|
|
1503
1491
|
bl_options: typing.Any
|
|
@@ -1724,18 +1712,10 @@ class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
1724
1712
|
"""
|
|
1725
1713
|
...
|
|
1726
1714
|
|
|
1727
|
-
class
|
|
1728
|
-
ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1729
|
-
):
|
|
1730
|
-
"""The subclass should have its own poll function
|
|
1731
|
-
and the variable '_context_path' MUST be set.
|
|
1732
|
-
"""
|
|
1733
|
-
|
|
1734
|
-
COMPAT_ENGINES: typing.Any
|
|
1715
|
+
class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
1735
1716
|
bl_context: typing.Any
|
|
1736
1717
|
bl_label: typing.Any
|
|
1737
1718
|
bl_options: typing.Any
|
|
1738
|
-
bl_order: typing.Any
|
|
1739
1719
|
bl_region_type: typing.Any
|
|
1740
1720
|
bl_rna: typing.Any
|
|
1741
1721
|
bl_space_type: typing.Any
|
|
@@ -1959,19 +1939,12 @@ class DATA_PT_custom_props_arm(
|
|
|
1959
1939
|
"""
|
|
1960
1940
|
...
|
|
1961
1941
|
|
|
1962
|
-
class
|
|
1963
|
-
|
|
1942
|
+
class DATA_PT_motion_paths(
|
|
1943
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel, bpy_types._GenericUI
|
|
1964
1944
|
):
|
|
1965
|
-
"""The subclass should have its own poll function
|
|
1966
|
-
and the variable '_context_path' MUST be set.
|
|
1967
|
-
"""
|
|
1968
|
-
|
|
1969
|
-
COMPAT_ENGINES: typing.Any
|
|
1970
1945
|
bl_context: typing.Any
|
|
1971
1946
|
bl_label: typing.Any
|
|
1972
1947
|
bl_options: typing.Any
|
|
1973
|
-
bl_order: typing.Any
|
|
1974
|
-
bl_parent_id: typing.Any
|
|
1975
1948
|
bl_region_type: typing.Any
|
|
1976
1949
|
bl_rna: typing.Any
|
|
1977
1950
|
bl_space_type: typing.Any
|
|
@@ -2016,6 +1989,16 @@ class DATA_PT_custom_props_bcoll(
|
|
|
2016
1989
|
"""
|
|
2017
1990
|
...
|
|
2018
1991
|
|
|
1992
|
+
def draw_settings(self, _context, avs, mpath, bones=False):
|
|
1993
|
+
"""
|
|
1994
|
+
|
|
1995
|
+
:param _context:
|
|
1996
|
+
:param avs:
|
|
1997
|
+
:param mpath:
|
|
1998
|
+
:param bones:
|
|
1999
|
+
"""
|
|
2000
|
+
...
|
|
2001
|
+
|
|
2019
2002
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2020
2003
|
"""Adds driver(s) to the given property
|
|
2021
2004
|
|
|
@@ -2195,10 +2178,13 @@ class DATA_PT_custom_props_bcoll(
|
|
|
2195
2178
|
"""
|
|
2196
2179
|
...
|
|
2197
2180
|
|
|
2198
|
-
class
|
|
2181
|
+
class DATA_PT_motion_paths_display(
|
|
2182
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy_types._GenericUI
|
|
2183
|
+
):
|
|
2199
2184
|
bl_context: typing.Any
|
|
2200
2185
|
bl_label: typing.Any
|
|
2201
2186
|
bl_options: typing.Any
|
|
2187
|
+
bl_parent_id: typing.Any
|
|
2202
2188
|
bl_region_type: typing.Any
|
|
2203
2189
|
bl_rna: typing.Any
|
|
2204
2190
|
bl_space_type: typing.Any
|
|
@@ -2243,6 +2229,16 @@ class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
2243
2229
|
"""
|
|
2244
2230
|
...
|
|
2245
2231
|
|
|
2232
|
+
def draw_settings(self, _context, avs, mpath, bones=False):
|
|
2233
|
+
"""
|
|
2234
|
+
|
|
2235
|
+
:param _context:
|
|
2236
|
+
:param avs:
|
|
2237
|
+
:param mpath:
|
|
2238
|
+
:param bones:
|
|
2239
|
+
"""
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2246
2242
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2247
2243
|
"""Adds driver(s) to the given property
|
|
2248
2244
|
|
|
@@ -2422,10 +2418,9 @@ class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
2422
2418
|
"""
|
|
2423
2419
|
...
|
|
2424
2420
|
|
|
2425
|
-
class
|
|
2421
|
+
class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
2426
2422
|
bl_context: typing.Any
|
|
2427
2423
|
bl_label: typing.Any
|
|
2428
|
-
bl_options: typing.Any
|
|
2429
2424
|
bl_region_type: typing.Any
|
|
2430
2425
|
bl_rna: typing.Any
|
|
2431
2426
|
bl_space_type: typing.Any
|
|
@@ -2649,12 +2644,8 @@ class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
2649
2644
|
"""
|
|
2650
2645
|
...
|
|
2651
2646
|
|
|
2652
|
-
class
|
|
2653
|
-
bl_context: typing.Any
|
|
2654
|
-
bl_label: typing.Any
|
|
2655
|
-
bl_region_type: typing.Any
|
|
2647
|
+
class DATA_UL_bone_collections(bpy_types._GenericUI):
|
|
2656
2648
|
bl_rna: typing.Any
|
|
2657
|
-
bl_space_type: typing.Any
|
|
2658
2649
|
id_data: typing.Any
|
|
2659
2650
|
|
|
2660
2651
|
def append(self, draw_func):
|
|
@@ -2689,10 +2680,27 @@ class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
2689
2680
|
"""
|
|
2690
2681
|
...
|
|
2691
2682
|
|
|
2692
|
-
def
|
|
2683
|
+
def draw_item(
|
|
2684
|
+
self,
|
|
2685
|
+
_context,
|
|
2686
|
+
layout,
|
|
2687
|
+
armature,
|
|
2688
|
+
bcoll,
|
|
2689
|
+
_icon,
|
|
2690
|
+
_active_data,
|
|
2691
|
+
_active_propname,
|
|
2692
|
+
_index,
|
|
2693
|
+
):
|
|
2693
2694
|
"""
|
|
2694
2695
|
|
|
2695
|
-
:param
|
|
2696
|
+
:param _context:
|
|
2697
|
+
:param layout:
|
|
2698
|
+
:param armature:
|
|
2699
|
+
:param bcoll:
|
|
2700
|
+
:param _icon:
|
|
2701
|
+
:param _active_data:
|
|
2702
|
+
:param _active_propname:
|
|
2703
|
+
:param _index:
|
|
2696
2704
|
"""
|
|
2697
2705
|
...
|
|
2698
2706
|
|
|
@@ -2818,13 +2826,6 @@ class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
2818
2826
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2819
2827
|
...
|
|
2820
2828
|
|
|
2821
|
-
def poll(self, context):
|
|
2822
|
-
"""
|
|
2823
|
-
|
|
2824
|
-
:param context:
|
|
2825
|
-
"""
|
|
2826
|
-
...
|
|
2827
|
-
|
|
2828
2829
|
def pop(self):
|
|
2829
2830
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2830
2831
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
import bpy_types
|
|
5
6
|
import rna_prop_ui
|
|
@@ -7,18 +8,6 @@ import rna_prop_ui
|
|
|
7
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
10
|
|
|
10
|
-
class BoneButtonsPanel:
|
|
11
|
-
bl_context: typing.Any
|
|
12
|
-
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
|
-
def poll(self, context):
|
|
16
|
-
"""
|
|
17
|
-
|
|
18
|
-
:param context:
|
|
19
|
-
"""
|
|
20
|
-
...
|
|
21
|
-
|
|
22
11
|
class BONE_PT_collections(BoneButtonsPanel, bpy_types._GenericUI):
|
|
23
12
|
bl_context: typing.Any
|
|
24
13
|
bl_label: typing.Any
|
|
@@ -2326,3 +2315,15 @@ class BONE_PT_transform(BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
2326
2315
|
:return: custom property values.
|
|
2327
2316
|
"""
|
|
2328
2317
|
...
|
|
2318
|
+
|
|
2319
|
+
class BoneButtonsPanel:
|
|
2320
|
+
bl_context: typing.Any
|
|
2321
|
+
bl_region_type: typing.Any
|
|
2322
|
+
bl_space_type: typing.Any
|
|
2323
|
+
|
|
2324
|
+
def poll(self, context):
|
|
2325
|
+
"""
|
|
2326
|
+
|
|
2327
|
+
:param context:
|
|
2328
|
+
"""
|
|
2329
|
+
...
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
import bpy_types
|
|
5
6
|
import rna_prop_ui
|
|
@@ -19,57 +20,11 @@ class CurveButtonsPanel:
|
|
|
19
20
|
"""
|
|
20
21
|
...
|
|
21
22
|
|
|
22
|
-
class
|
|
23
|
+
class DATA_PT_active_spline(
|
|
24
|
+
CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
|
|
25
|
+
):
|
|
23
26
|
"""Same as above but for curves only"""
|
|
24
27
|
|
|
25
|
-
bl_context: typing.Any
|
|
26
|
-
bl_region_type: typing.Any
|
|
27
|
-
bl_space_type: typing.Any
|
|
28
|
-
|
|
29
|
-
def poll(self, context):
|
|
30
|
-
"""
|
|
31
|
-
|
|
32
|
-
:param context:
|
|
33
|
-
"""
|
|
34
|
-
...
|
|
35
|
-
|
|
36
|
-
class CurveButtonsPanelCurve(CurveButtonsPanel):
|
|
37
|
-
bl_context: typing.Any
|
|
38
|
-
bl_region_type: typing.Any
|
|
39
|
-
bl_space_type: typing.Any
|
|
40
|
-
|
|
41
|
-
def poll(self, context):
|
|
42
|
-
"""
|
|
43
|
-
|
|
44
|
-
:param context:
|
|
45
|
-
"""
|
|
46
|
-
...
|
|
47
|
-
|
|
48
|
-
class CurveButtonsPanelSurface(CurveButtonsPanel):
|
|
49
|
-
bl_context: typing.Any
|
|
50
|
-
bl_region_type: typing.Any
|
|
51
|
-
bl_space_type: typing.Any
|
|
52
|
-
|
|
53
|
-
def poll(self, context):
|
|
54
|
-
"""
|
|
55
|
-
|
|
56
|
-
:param context:
|
|
57
|
-
"""
|
|
58
|
-
...
|
|
59
|
-
|
|
60
|
-
class CurveButtonsPanelText(CurveButtonsPanel):
|
|
61
|
-
bl_context: typing.Any
|
|
62
|
-
bl_region_type: typing.Any
|
|
63
|
-
bl_space_type: typing.Any
|
|
64
|
-
|
|
65
|
-
def poll(self, context):
|
|
66
|
-
"""
|
|
67
|
-
|
|
68
|
-
:param context:
|
|
69
|
-
"""
|
|
70
|
-
...
|
|
71
|
-
|
|
72
|
-
class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
73
28
|
bl_context: typing.Any
|
|
74
29
|
bl_label: typing.Any
|
|
75
30
|
bl_options: typing.Any
|
|
@@ -296,8 +251,7 @@ class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
|
296
251
|
"""
|
|
297
252
|
...
|
|
298
253
|
|
|
299
|
-
class
|
|
300
|
-
COMPAT_ENGINES: typing.Any
|
|
254
|
+
class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
301
255
|
bl_context: typing.Any
|
|
302
256
|
bl_label: typing.Any
|
|
303
257
|
bl_options: typing.Any
|
|
@@ -524,18 +478,11 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
|
|
|
524
478
|
"""
|
|
525
479
|
...
|
|
526
480
|
|
|
527
|
-
class
|
|
528
|
-
CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
529
|
-
):
|
|
530
|
-
"""The subclass should have its own poll function
|
|
531
|
-
and the variable '_context_path' MUST be set.
|
|
532
|
-
"""
|
|
533
|
-
|
|
481
|
+
class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
|
|
534
482
|
COMPAT_ENGINES: typing.Any
|
|
535
483
|
bl_context: typing.Any
|
|
536
484
|
bl_label: typing.Any
|
|
537
485
|
bl_options: typing.Any
|
|
538
|
-
bl_order: typing.Any
|
|
539
486
|
bl_region_type: typing.Any
|
|
540
487
|
bl_rna: typing.Any
|
|
541
488
|
bl_space_type: typing.Any
|
|
@@ -759,9 +706,18 @@ class DATA_PT_custom_props_curve(
|
|
|
759
706
|
"""
|
|
760
707
|
...
|
|
761
708
|
|
|
762
|
-
class
|
|
709
|
+
class DATA_PT_custom_props_curve(
|
|
710
|
+
CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
711
|
+
):
|
|
712
|
+
"""The subclass should have its own poll function
|
|
713
|
+
and the variable '_context_path' MUST be set.
|
|
714
|
+
"""
|
|
715
|
+
|
|
716
|
+
COMPAT_ENGINES: typing.Any
|
|
763
717
|
bl_context: typing.Any
|
|
764
718
|
bl_label: typing.Any
|
|
719
|
+
bl_options: typing.Any
|
|
720
|
+
bl_order: typing.Any
|
|
765
721
|
bl_region_type: typing.Any
|
|
766
722
|
bl_rna: typing.Any
|
|
767
723
|
bl_space_type: typing.Any
|
|
@@ -985,11 +941,7 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
|
985
941
|
"""
|
|
986
942
|
...
|
|
987
943
|
|
|
988
|
-
class
|
|
989
|
-
CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
|
|
990
|
-
):
|
|
991
|
-
"""Same as above but for curves only"""
|
|
992
|
-
|
|
944
|
+
class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
|
|
993
945
|
bl_context: typing.Any
|
|
994
946
|
bl_label: typing.Any
|
|
995
947
|
bl_options: typing.Any
|
|
@@ -1216,12 +1168,12 @@ class DATA_PT_active_spline(
|
|
|
1216
1168
|
"""
|
|
1217
1169
|
...
|
|
1218
1170
|
|
|
1219
|
-
class
|
|
1220
|
-
|
|
1171
|
+
class DATA_PT_font_transform(
|
|
1172
|
+
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
1221
1173
|
):
|
|
1222
1174
|
bl_context: typing.Any
|
|
1223
1175
|
bl_label: typing.Any
|
|
1224
|
-
|
|
1176
|
+
bl_parent_id: typing.Any
|
|
1225
1177
|
bl_region_type: typing.Any
|
|
1226
1178
|
bl_rna: typing.Any
|
|
1227
1179
|
bl_space_type: typing.Any
|
|
@@ -1445,12 +1397,12 @@ class DATA_PT_geometry_curve(
|
|
|
1445
1397
|
"""
|
|
1446
1398
|
...
|
|
1447
1399
|
|
|
1448
|
-
class
|
|
1400
|
+
class DATA_PT_geometry_curve(
|
|
1449
1401
|
CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1450
1402
|
):
|
|
1451
1403
|
bl_context: typing.Any
|
|
1452
1404
|
bl_label: typing.Any
|
|
1453
|
-
|
|
1405
|
+
bl_options: typing.Any
|
|
1454
1406
|
bl_region_type: typing.Any
|
|
1455
1407
|
bl_rna: typing.Any
|
|
1456
1408
|
bl_space_type: typing.Any
|
|
@@ -1674,12 +1626,11 @@ class DATA_PT_geometry_curve_bevel(
|
|
|
1674
1626
|
"""
|
|
1675
1627
|
...
|
|
1676
1628
|
|
|
1677
|
-
class
|
|
1629
|
+
class DATA_PT_geometry_curve_bevel(
|
|
1678
1630
|
CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1679
1631
|
):
|
|
1680
1632
|
bl_context: typing.Any
|
|
1681
1633
|
bl_label: typing.Any
|
|
1682
|
-
bl_options: typing.Any
|
|
1683
1634
|
bl_parent_id: typing.Any
|
|
1684
1635
|
bl_region_type: typing.Any
|
|
1685
1636
|
bl_rna: typing.Any
|
|
@@ -1904,10 +1855,13 @@ class DATA_PT_geometry_curve_start_end(
|
|
|
1904
1855
|
"""
|
|
1905
1856
|
...
|
|
1906
1857
|
|
|
1907
|
-
class
|
|
1858
|
+
class DATA_PT_geometry_curve_start_end(
|
|
1859
|
+
CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1860
|
+
):
|
|
1908
1861
|
bl_context: typing.Any
|
|
1909
1862
|
bl_label: typing.Any
|
|
1910
1863
|
bl_options: typing.Any
|
|
1864
|
+
bl_parent_id: typing.Any
|
|
1911
1865
|
bl_region_type: typing.Any
|
|
1912
1866
|
bl_rna: typing.Any
|
|
1913
1867
|
bl_space_type: typing.Any
|
|
@@ -1952,13 +1906,6 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._Gen
|
|
|
1952
1906
|
"""
|
|
1953
1907
|
...
|
|
1954
1908
|
|
|
1955
|
-
def draw_header(self, context):
|
|
1956
|
-
"""
|
|
1957
|
-
|
|
1958
|
-
:param context:
|
|
1959
|
-
"""
|
|
1960
|
-
...
|
|
1961
|
-
|
|
1962
1909
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1963
1910
|
"""Adds driver(s) to the given property
|
|
1964
1911
|
|
|
@@ -2138,10 +2085,9 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._Gen
|
|
|
2138
2085
|
"""
|
|
2139
2086
|
...
|
|
2140
2087
|
|
|
2141
|
-
class
|
|
2088
|
+
class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
|
|
2142
2089
|
bl_context: typing.Any
|
|
2143
2090
|
bl_label: typing.Any
|
|
2144
|
-
bl_options: typing.Any
|
|
2145
2091
|
bl_region_type: typing.Any
|
|
2146
2092
|
bl_rna: typing.Any
|
|
2147
2093
|
bl_space_type: typing.Any
|
|
@@ -2365,7 +2311,7 @@ class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericU
|
|
|
2365
2311
|
"""
|
|
2366
2312
|
...
|
|
2367
2313
|
|
|
2368
|
-
class
|
|
2314
|
+
class DATA_PT_paragraph_alignment(
|
|
2369
2315
|
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2370
2316
|
):
|
|
2371
2317
|
bl_context: typing.Any
|
|
@@ -2594,9 +2540,12 @@ class DATA_PT_font_transform(
|
|
|
2594
2540
|
"""
|
|
2595
2541
|
...
|
|
2596
2542
|
|
|
2597
|
-
class
|
|
2543
|
+
class DATA_PT_paragraph_spacing(
|
|
2544
|
+
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2545
|
+
):
|
|
2598
2546
|
bl_context: typing.Any
|
|
2599
2547
|
bl_label: typing.Any
|
|
2548
|
+
bl_parent_id: typing.Any
|
|
2600
2549
|
bl_region_type: typing.Any
|
|
2601
2550
|
bl_rna: typing.Any
|
|
2602
2551
|
bl_space_type: typing.Any
|
|
@@ -2820,12 +2769,10 @@ class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._Gen
|
|
|
2820
2769
|
"""
|
|
2821
2770
|
...
|
|
2822
2771
|
|
|
2823
|
-
class
|
|
2824
|
-
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2825
|
-
):
|
|
2772
|
+
class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI):
|
|
2826
2773
|
bl_context: typing.Any
|
|
2827
2774
|
bl_label: typing.Any
|
|
2828
|
-
|
|
2775
|
+
bl_options: typing.Any
|
|
2829
2776
|
bl_region_type: typing.Any
|
|
2830
2777
|
bl_rna: typing.Any
|
|
2831
2778
|
bl_space_type: typing.Any
|
|
@@ -2870,6 +2817,13 @@ class DATA_PT_paragraph_alignment(
|
|
|
2870
2817
|
"""
|
|
2871
2818
|
...
|
|
2872
2819
|
|
|
2820
|
+
def draw_header(self, context):
|
|
2821
|
+
"""
|
|
2822
|
+
|
|
2823
|
+
:param context:
|
|
2824
|
+
"""
|
|
2825
|
+
...
|
|
2826
|
+
|
|
2873
2827
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2874
2828
|
"""Adds driver(s) to the given property
|
|
2875
2829
|
|
|
@@ -3049,12 +3003,9 @@ class DATA_PT_paragraph_alignment(
|
|
|
3049
3003
|
"""
|
|
3050
3004
|
...
|
|
3051
3005
|
|
|
3052
|
-
class
|
|
3053
|
-
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
3054
|
-
):
|
|
3006
|
+
class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
3055
3007
|
bl_context: typing.Any
|
|
3056
3008
|
bl_label: typing.Any
|
|
3057
|
-
bl_parent_id: typing.Any
|
|
3058
3009
|
bl_region_type: typing.Any
|
|
3059
3010
|
bl_rna: typing.Any
|
|
3060
3011
|
bl_space_type: typing.Any
|
|
@@ -3506,3 +3457,53 @@ class DATA_PT_text_boxes(
|
|
|
3506
3457
|
:return: custom property values.
|
|
3507
3458
|
"""
|
|
3508
3459
|
...
|
|
3460
|
+
|
|
3461
|
+
class CurveButtonsPanelActive(CurveButtonsPanel):
|
|
3462
|
+
"""Same as above but for curves only"""
|
|
3463
|
+
|
|
3464
|
+
bl_context: typing.Any
|
|
3465
|
+
bl_region_type: typing.Any
|
|
3466
|
+
bl_space_type: typing.Any
|
|
3467
|
+
|
|
3468
|
+
def poll(self, context):
|
|
3469
|
+
"""
|
|
3470
|
+
|
|
3471
|
+
:param context:
|
|
3472
|
+
"""
|
|
3473
|
+
...
|
|
3474
|
+
|
|
3475
|
+
class CurveButtonsPanelCurve(CurveButtonsPanel):
|
|
3476
|
+
bl_context: typing.Any
|
|
3477
|
+
bl_region_type: typing.Any
|
|
3478
|
+
bl_space_type: typing.Any
|
|
3479
|
+
|
|
3480
|
+
def poll(self, context):
|
|
3481
|
+
"""
|
|
3482
|
+
|
|
3483
|
+
:param context:
|
|
3484
|
+
"""
|
|
3485
|
+
...
|
|
3486
|
+
|
|
3487
|
+
class CurveButtonsPanelSurface(CurveButtonsPanel):
|
|
3488
|
+
bl_context: typing.Any
|
|
3489
|
+
bl_region_type: typing.Any
|
|
3490
|
+
bl_space_type: typing.Any
|
|
3491
|
+
|
|
3492
|
+
def poll(self, context):
|
|
3493
|
+
"""
|
|
3494
|
+
|
|
3495
|
+
:param context:
|
|
3496
|
+
"""
|
|
3497
|
+
...
|
|
3498
|
+
|
|
3499
|
+
class CurveButtonsPanelText(CurveButtonsPanel):
|
|
3500
|
+
bl_context: typing.Any
|
|
3501
|
+
bl_region_type: typing.Any
|
|
3502
|
+
bl_space_type: typing.Any
|
|
3503
|
+
|
|
3504
|
+
def poll(self, context):
|
|
3505
|
+
"""
|
|
3506
|
+
|
|
3507
|
+
:param context:
|
|
3508
|
+
"""
|
|
3509
|
+
...
|