fake-bpy-module 20250630__py3-none-any.whl → 20250827__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/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +47 -15
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +148 -38
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +58124 -41707
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
|
@@ -2,11 +2,12 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.space_properties
|
|
6
7
|
import bpy.types
|
|
7
8
|
import rna_prop_ui
|
|
8
9
|
|
|
9
|
-
class DATA_PT_context_metaball(DataButtonsPanel,
|
|
10
|
+
class DATA_PT_context_metaball(DataButtonsPanel, _bpy_types.Panel):
|
|
10
11
|
bl_context: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
12
13
|
bl_options: typing.Any
|
|
@@ -36,10 +37,10 @@ class DATA_PT_context_metaball(DataButtonsPanel, bpy.types.Panel):
|
|
|
36
37
|
"""
|
|
37
38
|
|
|
38
39
|
class DATA_PT_custom_props_metaball(
|
|
39
|
-
rna_prop_ui.PropertyPanel, DataButtonsPanel,
|
|
40
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
|
|
40
41
|
):
|
|
41
42
|
"""The subclass should have its own poll function
|
|
42
|
-
and the variable
|
|
43
|
+
and the variable _context_path MUST be set.
|
|
43
44
|
"""
|
|
44
45
|
|
|
45
46
|
bl_context: typing.Any
|
|
@@ -65,7 +66,7 @@ class DATA_PT_custom_props_metaball(
|
|
|
65
66
|
:rtype: typing.Any
|
|
66
67
|
"""
|
|
67
68
|
|
|
68
|
-
class DATA_PT_mball_texture_space(DataButtonsPanel,
|
|
69
|
+
class DATA_PT_mball_texture_space(DataButtonsPanel, _bpy_types.Panel):
|
|
69
70
|
bl_context: typing.Any
|
|
70
71
|
bl_label: typing.Any
|
|
71
72
|
bl_options: typing.Any
|
|
@@ -94,7 +95,7 @@ class DATA_PT_mball_texture_space(DataButtonsPanel, bpy.types.Panel):
|
|
|
94
95
|
:param context:
|
|
95
96
|
"""
|
|
96
97
|
|
|
97
|
-
class DATA_PT_metaball(DataButtonsPanel,
|
|
98
|
+
class DATA_PT_metaball(DataButtonsPanel, _bpy_types.Panel):
|
|
98
99
|
bl_context: typing.Any
|
|
99
100
|
bl_label: typing.Any
|
|
100
101
|
bl_region_type: typing.Any
|
|
@@ -126,9 +127,9 @@ class DATA_PT_metaball_animation(
|
|
|
126
127
|
rna_prop_ui.PropertyPanel,
|
|
127
128
|
DataButtonsPanel,
|
|
128
129
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
129
|
-
|
|
130
|
+
_bpy_types.Panel,
|
|
130
131
|
):
|
|
131
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
132
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
132
133
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
133
134
|
"""
|
|
134
135
|
|
|
@@ -155,7 +156,7 @@ class DATA_PT_metaball_animation(
|
|
|
155
156
|
:rtype: typing.Any
|
|
156
157
|
"""
|
|
157
158
|
|
|
158
|
-
class DATA_PT_metaball_element(DataButtonsPanel,
|
|
159
|
+
class DATA_PT_metaball_element(DataButtonsPanel, _bpy_types.Panel):
|
|
159
160
|
bl_context: typing.Any
|
|
160
161
|
bl_label: typing.Any
|
|
161
162
|
bl_region_type: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class AddModifierMenu(
|
|
8
|
+
class AddModifierMenu(_bpy_types.Operator):
|
|
8
9
|
bl_idname: typing.Any
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_rna: typing.Any
|
|
@@ -38,7 +39,7 @@ class AddModifierMenu(bpy.types.Operator):
|
|
|
38
39
|
:param context:
|
|
39
40
|
"""
|
|
40
41
|
|
|
41
|
-
class DATA_PT_modifiers(ModifierButtonsPanel,
|
|
42
|
+
class DATA_PT_modifiers(ModifierButtonsPanel, _bpy_types.Panel):
|
|
42
43
|
bl_context: typing.Any
|
|
43
44
|
bl_label: typing.Any
|
|
44
45
|
bl_options: typing.Any
|
|
@@ -93,7 +94,7 @@ class ModifierButtonsPanel:
|
|
|
93
94
|
bl_region_type: typing.Any
|
|
94
95
|
bl_space_type: typing.Any
|
|
95
96
|
|
|
96
|
-
class OBJECT_MT_modifier_add(ModifierAddMenu,
|
|
97
|
+
class OBJECT_MT_modifier_add(ModifierAddMenu, _bpy_types.Menu):
|
|
97
98
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
98
99
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
99
100
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -122,7 +123,7 @@ class OBJECT_MT_modifier_add(ModifierAddMenu, bpy.types.Menu):
|
|
|
122
123
|
:param context:
|
|
123
124
|
"""
|
|
124
125
|
|
|
125
|
-
class OBJECT_MT_modifier_add_color(ModifierAddMenu,
|
|
126
|
+
class OBJECT_MT_modifier_add_color(ModifierAddMenu, _bpy_types.Menu):
|
|
126
127
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
127
128
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
128
129
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -151,7 +152,7 @@ class OBJECT_MT_modifier_add_color(ModifierAddMenu, bpy.types.Menu):
|
|
|
151
152
|
:param context:
|
|
152
153
|
"""
|
|
153
154
|
|
|
154
|
-
class OBJECT_MT_modifier_add_deform(ModifierAddMenu,
|
|
155
|
+
class OBJECT_MT_modifier_add_deform(ModifierAddMenu, _bpy_types.Menu):
|
|
155
156
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
156
157
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
157
158
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -180,7 +181,7 @@ class OBJECT_MT_modifier_add_deform(ModifierAddMenu, bpy.types.Menu):
|
|
|
180
181
|
:param context:
|
|
181
182
|
"""
|
|
182
183
|
|
|
183
|
-
class OBJECT_MT_modifier_add_edit(ModifierAddMenu,
|
|
184
|
+
class OBJECT_MT_modifier_add_edit(ModifierAddMenu, _bpy_types.Menu):
|
|
184
185
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
185
186
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
186
187
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -209,7 +210,7 @@ class OBJECT_MT_modifier_add_edit(ModifierAddMenu, bpy.types.Menu):
|
|
|
209
210
|
:param context:
|
|
210
211
|
"""
|
|
211
212
|
|
|
212
|
-
class OBJECT_MT_modifier_add_generate(ModifierAddMenu,
|
|
213
|
+
class OBJECT_MT_modifier_add_generate(ModifierAddMenu, _bpy_types.Menu):
|
|
213
214
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
214
215
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
215
216
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -238,7 +239,7 @@ class OBJECT_MT_modifier_add_generate(ModifierAddMenu, bpy.types.Menu):
|
|
|
238
239
|
:param context:
|
|
239
240
|
"""
|
|
240
241
|
|
|
241
|
-
class OBJECT_MT_modifier_add_normals(ModifierAddMenu,
|
|
242
|
+
class OBJECT_MT_modifier_add_normals(ModifierAddMenu, _bpy_types.Menu):
|
|
242
243
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
243
244
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
244
245
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -267,7 +268,7 @@ class OBJECT_MT_modifier_add_normals(ModifierAddMenu, bpy.types.Menu):
|
|
|
267
268
|
:param context:
|
|
268
269
|
"""
|
|
269
270
|
|
|
270
|
-
class OBJECT_MT_modifier_add_physics(ModifierAddMenu,
|
|
271
|
+
class OBJECT_MT_modifier_add_physics(ModifierAddMenu, _bpy_types.Menu):
|
|
271
272
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
272
273
|
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
273
274
|
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
@@ -2,10 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
import rna_prop_ui
|
|
7
8
|
|
|
8
|
-
class DATA_PT_context_pointcloud(DataButtonsPanel,
|
|
9
|
+
class DATA_PT_context_pointcloud(DataButtonsPanel, _bpy_types.Panel):
|
|
9
10
|
COMPAT_ENGINES: typing.Any
|
|
10
11
|
bl_context: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
@@ -36,10 +37,10 @@ class DATA_PT_context_pointcloud(DataButtonsPanel, bpy.types.Panel):
|
|
|
36
37
|
"""
|
|
37
38
|
|
|
38
39
|
class DATA_PT_custom_props_pointcloud(
|
|
39
|
-
rna_prop_ui.PropertyPanel, DataButtonsPanel,
|
|
40
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
|
|
40
41
|
):
|
|
41
42
|
"""The subclass should have its own poll function
|
|
42
|
-
and the variable
|
|
43
|
+
and the variable _context_path MUST be set.
|
|
43
44
|
"""
|
|
44
45
|
|
|
45
46
|
COMPAT_ENGINES: typing.Any
|
|
@@ -66,7 +67,7 @@ class DATA_PT_custom_props_pointcloud(
|
|
|
66
67
|
:rtype: typing.Any
|
|
67
68
|
"""
|
|
68
69
|
|
|
69
|
-
class DATA_PT_pointcloud_attributes(DataButtonsPanel,
|
|
70
|
+
class DATA_PT_pointcloud_attributes(DataButtonsPanel, _bpy_types.Panel):
|
|
70
71
|
COMPAT_ENGINES: typing.Any
|
|
71
72
|
bl_context: typing.Any
|
|
72
73
|
bl_label: typing.Any
|
|
@@ -107,7 +108,7 @@ class DataButtonsPanel:
|
|
|
107
108
|
:param context:
|
|
108
109
|
"""
|
|
109
110
|
|
|
110
|
-
class POINTCLOUD_MT_add_attribute(
|
|
111
|
+
class POINTCLOUD_MT_add_attribute(_bpy_types.Menu):
|
|
111
112
|
bl_label: typing.Any
|
|
112
113
|
bl_rna: typing.Any
|
|
113
114
|
id_data: typing.Any
|
|
@@ -143,7 +144,7 @@ class POINTCLOUD_MT_add_attribute(bpy.types.Menu):
|
|
|
143
144
|
:param context:
|
|
144
145
|
"""
|
|
145
146
|
|
|
146
|
-
class POINTCLOUD_MT_attribute_context_menu(
|
|
147
|
+
class POINTCLOUD_MT_attribute_context_menu(_bpy_types.Menu):
|
|
147
148
|
bl_label: typing.Any
|
|
148
149
|
bl_rna: typing.Any
|
|
149
150
|
id_data: typing.Any
|
|
@@ -168,7 +169,7 @@ class POINTCLOUD_MT_attribute_context_menu(bpy.types.Menu):
|
|
|
168
169
|
:param _context:
|
|
169
170
|
"""
|
|
170
171
|
|
|
171
|
-
class POINTCLOUD_UL_attributes(
|
|
172
|
+
class POINTCLOUD_UL_attributes(_bpy_types.UIList):
|
|
172
173
|
bl_rna: typing.Any
|
|
173
174
|
id_data: typing.Any
|
|
174
175
|
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class DATA_PT_shader_fx(ShaderFxButtonsPanel,
|
|
8
|
+
class DATA_PT_shader_fx(ShaderFxButtonsPanel, _bpy_types.Panel):
|
|
8
9
|
bl_context: typing.Any
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_options: typing.Any
|
|
@@ -2,11 +2,12 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.space_properties
|
|
6
7
|
import bpy.types
|
|
7
8
|
import rna_prop_ui
|
|
8
9
|
|
|
9
|
-
class DATA_PT_cone(DataButtonsPanel,
|
|
10
|
+
class DATA_PT_cone(DataButtonsPanel, _bpy_types.Panel):
|
|
10
11
|
COMPAT_ENGINES: typing.Any
|
|
11
12
|
bl_context: typing.Any
|
|
12
13
|
bl_label: typing.Any
|
|
@@ -36,7 +37,7 @@ class DATA_PT_cone(DataButtonsPanel, bpy.types.Panel):
|
|
|
36
37
|
:param context:
|
|
37
38
|
"""
|
|
38
39
|
|
|
39
|
-
class DATA_PT_context_speaker(DataButtonsPanel,
|
|
40
|
+
class DATA_PT_context_speaker(DataButtonsPanel, _bpy_types.Panel):
|
|
40
41
|
COMPAT_ENGINES: typing.Any
|
|
41
42
|
bl_context: typing.Any
|
|
42
43
|
bl_label: typing.Any
|
|
@@ -67,10 +68,10 @@ class DATA_PT_context_speaker(DataButtonsPanel, bpy.types.Panel):
|
|
|
67
68
|
"""
|
|
68
69
|
|
|
69
70
|
class DATA_PT_custom_props_speaker(
|
|
70
|
-
rna_prop_ui.PropertyPanel, DataButtonsPanel,
|
|
71
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
|
|
71
72
|
):
|
|
72
73
|
"""The subclass should have its own poll function
|
|
73
|
-
and the variable
|
|
74
|
+
and the variable _context_path MUST be set.
|
|
74
75
|
"""
|
|
75
76
|
|
|
76
77
|
COMPAT_ENGINES: typing.Any
|
|
@@ -97,7 +98,7 @@ class DATA_PT_custom_props_speaker(
|
|
|
97
98
|
:rtype: typing.Any
|
|
98
99
|
"""
|
|
99
100
|
|
|
100
|
-
class DATA_PT_distance(DataButtonsPanel,
|
|
101
|
+
class DATA_PT_distance(DataButtonsPanel, _bpy_types.Panel):
|
|
101
102
|
COMPAT_ENGINES: typing.Any
|
|
102
103
|
bl_context: typing.Any
|
|
103
104
|
bl_label: typing.Any
|
|
@@ -127,7 +128,7 @@ class DATA_PT_distance(DataButtonsPanel, bpy.types.Panel):
|
|
|
127
128
|
:param context:
|
|
128
129
|
"""
|
|
129
130
|
|
|
130
|
-
class DATA_PT_speaker(DataButtonsPanel,
|
|
131
|
+
class DATA_PT_speaker(DataButtonsPanel, _bpy_types.Panel):
|
|
131
132
|
COMPAT_ENGINES: typing.Any
|
|
132
133
|
bl_context: typing.Any
|
|
133
134
|
bl_label: typing.Any
|
|
@@ -160,9 +161,9 @@ class DATA_PT_speaker_animation(
|
|
|
160
161
|
rna_prop_ui.PropertyPanel,
|
|
161
162
|
DataButtonsPanel,
|
|
162
163
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
163
|
-
|
|
164
|
+
_bpy_types.Panel,
|
|
164
165
|
):
|
|
165
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
166
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
166
167
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
167
168
|
"""
|
|
168
169
|
|
|
@@ -2,11 +2,12 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.space_properties
|
|
6
7
|
import bpy.types
|
|
7
8
|
import rna_prop_ui
|
|
8
9
|
|
|
9
|
-
class DATA_PT_context_volume(DataButtonsPanel,
|
|
10
|
+
class DATA_PT_context_volume(DataButtonsPanel, _bpy_types.Panel):
|
|
10
11
|
COMPAT_ENGINES: typing.Any
|
|
11
12
|
bl_context: typing.Any
|
|
12
13
|
bl_label: typing.Any
|
|
@@ -37,10 +38,10 @@ class DATA_PT_context_volume(DataButtonsPanel, bpy.types.Panel):
|
|
|
37
38
|
"""
|
|
38
39
|
|
|
39
40
|
class DATA_PT_custom_props_volume(
|
|
40
|
-
rna_prop_ui.PropertyPanel, DataButtonsPanel,
|
|
41
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
|
|
41
42
|
):
|
|
42
43
|
"""The subclass should have its own poll function
|
|
43
|
-
and the variable
|
|
44
|
+
and the variable _context_path MUST be set.
|
|
44
45
|
"""
|
|
45
46
|
|
|
46
47
|
COMPAT_ENGINES: typing.Any
|
|
@@ -71,9 +72,9 @@ class DATA_PT_volume_animation(
|
|
|
71
72
|
rna_prop_ui.PropertyPanel,
|
|
72
73
|
DataButtonsPanel,
|
|
73
74
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
74
|
-
|
|
75
|
+
_bpy_types.Panel,
|
|
75
76
|
):
|
|
76
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
77
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
77
78
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
78
79
|
"""
|
|
79
80
|
|
|
@@ -101,7 +102,7 @@ class DATA_PT_volume_animation(
|
|
|
101
102
|
:rtype: typing.Any
|
|
102
103
|
"""
|
|
103
104
|
|
|
104
|
-
class DATA_PT_volume_file(DataButtonsPanel,
|
|
105
|
+
class DATA_PT_volume_file(DataButtonsPanel, _bpy_types.Panel):
|
|
105
106
|
COMPAT_ENGINES: typing.Any
|
|
106
107
|
bl_context: typing.Any
|
|
107
108
|
bl_label: typing.Any
|
|
@@ -130,7 +131,7 @@ class DATA_PT_volume_file(DataButtonsPanel, bpy.types.Panel):
|
|
|
130
131
|
:param context:
|
|
131
132
|
"""
|
|
132
133
|
|
|
133
|
-
class DATA_PT_volume_grids(DataButtonsPanel,
|
|
134
|
+
class DATA_PT_volume_grids(DataButtonsPanel, _bpy_types.Panel):
|
|
134
135
|
COMPAT_ENGINES: typing.Any
|
|
135
136
|
bl_context: typing.Any
|
|
136
137
|
bl_label: typing.Any
|
|
@@ -159,7 +160,7 @@ class DATA_PT_volume_grids(DataButtonsPanel, bpy.types.Panel):
|
|
|
159
160
|
:param context:
|
|
160
161
|
"""
|
|
161
162
|
|
|
162
|
-
class DATA_PT_volume_render(DataButtonsPanel,
|
|
163
|
+
class DATA_PT_volume_render(DataButtonsPanel, _bpy_types.Panel):
|
|
163
164
|
COMPAT_ENGINES: typing.Any
|
|
164
165
|
bl_context: typing.Any
|
|
165
166
|
bl_label: typing.Any
|
|
@@ -188,7 +189,7 @@ class DATA_PT_volume_render(DataButtonsPanel, bpy.types.Panel):
|
|
|
188
189
|
:param context:
|
|
189
190
|
"""
|
|
190
191
|
|
|
191
|
-
class DATA_PT_volume_viewport_display(DataButtonsPanel,
|
|
192
|
+
class DATA_PT_volume_viewport_display(DataButtonsPanel, _bpy_types.Panel):
|
|
192
193
|
COMPAT_ENGINES: typing.Any
|
|
193
194
|
bl_context: typing.Any
|
|
194
195
|
bl_label: typing.Any
|
|
@@ -217,7 +218,7 @@ class DATA_PT_volume_viewport_display(DataButtonsPanel, bpy.types.Panel):
|
|
|
217
218
|
:param context:
|
|
218
219
|
"""
|
|
219
220
|
|
|
220
|
-
class DATA_PT_volume_viewport_display_slicing(DataButtonsPanel,
|
|
221
|
+
class DATA_PT_volume_viewport_display_slicing(DataButtonsPanel, _bpy_types.Panel):
|
|
221
222
|
COMPAT_ENGINES: typing.Any
|
|
222
223
|
bl_context: typing.Any
|
|
223
224
|
bl_label: typing.Any
|
|
@@ -265,7 +266,7 @@ class DataButtonsPanel:
|
|
|
265
266
|
:param context:
|
|
266
267
|
"""
|
|
267
268
|
|
|
268
|
-
class VOLUME_UL_grids(
|
|
269
|
+
class VOLUME_UL_grids(_bpy_types.UIList):
|
|
269
270
|
bl_rna: typing.Any
|
|
270
271
|
id_data: typing.Any
|
|
271
272
|
|
|
@@ -2,10 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.space_properties
|
|
6
7
|
import bpy.types
|
|
7
8
|
|
|
8
|
-
class MATERIAL_PT_freestyle_line(MaterialFreestyleButtonsPanel,
|
|
9
|
+
class MATERIAL_PT_freestyle_line(MaterialFreestyleButtonsPanel, _bpy_types.Panel):
|
|
9
10
|
COMPAT_ENGINES: typing.Any
|
|
10
11
|
bl_context: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
@@ -47,7 +48,7 @@ class MaterialFreestyleButtonsPanel:
|
|
|
47
48
|
:param context:
|
|
48
49
|
"""
|
|
49
50
|
|
|
50
|
-
class RENDER_MT_lineset_context_menu(
|
|
51
|
+
class RENDER_MT_lineset_context_menu(_bpy_types.Menu):
|
|
51
52
|
bl_label: typing.Any
|
|
52
53
|
bl_rna: typing.Any
|
|
53
54
|
id_data: typing.Any
|
|
@@ -72,7 +73,7 @@ class RENDER_MT_lineset_context_menu(bpy.types.Menu):
|
|
|
72
73
|
:param _context:
|
|
73
74
|
"""
|
|
74
75
|
|
|
75
|
-
class RENDER_PT_freestyle(RenderFreestyleButtonsPanel,
|
|
76
|
+
class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, _bpy_types.Panel):
|
|
76
77
|
COMPAT_ENGINES: typing.Any
|
|
77
78
|
bl_context: typing.Any
|
|
78
79
|
bl_label: typing.Any
|
|
@@ -121,7 +122,7 @@ class RenderFreestyleButtonsPanel:
|
|
|
121
122
|
:param context:
|
|
122
123
|
"""
|
|
123
124
|
|
|
124
|
-
class VIEWLAYER_PT_freestyle(ViewLayerFreestyleButtonsPanel,
|
|
125
|
+
class VIEWLAYER_PT_freestyle(ViewLayerFreestyleButtonsPanel, _bpy_types.Panel):
|
|
125
126
|
COMPAT_ENGINES: typing.Any
|
|
126
127
|
bl_context: typing.Any
|
|
127
128
|
bl_label: typing.Any
|
|
@@ -160,9 +161,9 @@ class VIEWLAYER_PT_freestyle(ViewLayerFreestyleButtonsPanel, bpy.types.Panel):
|
|
|
160
161
|
class VIEWLAYER_PT_freestyle_animation(
|
|
161
162
|
bl_ui.space_properties.PropertiesAnimationMixin,
|
|
162
163
|
ViewLayerFreestyleButtonsPanel,
|
|
163
|
-
|
|
164
|
+
_bpy_types.Panel,
|
|
164
165
|
):
|
|
165
|
-
"""Mix-in class for Animation panels.This class can be used to show a generic
|
|
166
|
+
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
166
167
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
167
168
|
"""
|
|
168
169
|
|
|
@@ -191,7 +192,7 @@ class VIEWLAYER_PT_freestyle_animation(
|
|
|
191
192
|
"""
|
|
192
193
|
|
|
193
194
|
class VIEWLAYER_PT_freestyle_edge_detection(
|
|
194
|
-
ViewLayerFreestyleButtonsPanel,
|
|
195
|
+
ViewLayerFreestyleButtonsPanel, _bpy_types.Panel
|
|
195
196
|
):
|
|
196
197
|
COMPAT_ENGINES: typing.Any
|
|
197
198
|
bl_context: typing.Any
|
|
@@ -224,7 +225,7 @@ class VIEWLAYER_PT_freestyle_edge_detection(
|
|
|
224
225
|
"""
|
|
225
226
|
|
|
226
227
|
class VIEWLAYER_PT_freestyle_lineset(
|
|
227
|
-
ViewLayerFreestyleEditorButtonsPanel,
|
|
228
|
+
ViewLayerFreestyleEditorButtonsPanel, _bpy_types.Panel
|
|
228
229
|
):
|
|
229
230
|
COMPAT_ENGINES: typing.Any
|
|
230
231
|
bl_context: typing.Any
|
|
@@ -264,7 +265,7 @@ class VIEWLAYER_PT_freestyle_lineset(
|
|
|
264
265
|
"""
|
|
265
266
|
|
|
266
267
|
class VIEWLAYER_PT_freestyle_lineset_collection(
|
|
267
|
-
ViewLayerFreestyleLineStyle,
|
|
268
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
268
269
|
):
|
|
269
270
|
COMPAT_ENGINES: typing.Any
|
|
270
271
|
bl_context: typing.Any
|
|
@@ -304,7 +305,7 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
|
|
|
304
305
|
"""
|
|
305
306
|
|
|
306
307
|
class VIEWLAYER_PT_freestyle_lineset_edgetype(
|
|
307
|
-
ViewLayerFreestyleLineStyle,
|
|
308
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
308
309
|
):
|
|
309
310
|
COMPAT_ENGINES: typing.Any
|
|
310
311
|
bl_context: typing.Any
|
|
@@ -351,7 +352,7 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
|
|
|
351
352
|
"""
|
|
352
353
|
|
|
353
354
|
class VIEWLAYER_PT_freestyle_lineset_facemarks(
|
|
354
|
-
ViewLayerFreestyleLineStyle,
|
|
355
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
355
356
|
):
|
|
356
357
|
COMPAT_ENGINES: typing.Any
|
|
357
358
|
bl_context: typing.Any
|
|
@@ -391,7 +392,7 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
|
|
|
391
392
|
"""
|
|
392
393
|
|
|
393
394
|
class VIEWLAYER_PT_freestyle_lineset_visibilty(
|
|
394
|
-
ViewLayerFreestyleLineStyle,
|
|
395
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
395
396
|
):
|
|
396
397
|
COMPAT_ENGINES: typing.Any
|
|
397
398
|
bl_context: typing.Any
|
|
@@ -430,7 +431,7 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
|
|
|
430
431
|
"""
|
|
431
432
|
|
|
432
433
|
class VIEWLAYER_PT_freestyle_linestyle_alpha(
|
|
433
|
-
ViewLayerFreestyleLineStyle,
|
|
434
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
434
435
|
):
|
|
435
436
|
COMPAT_ENGINES: typing.Any
|
|
436
437
|
bl_context: typing.Any
|
|
@@ -470,7 +471,7 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
|
|
|
470
471
|
"""
|
|
471
472
|
|
|
472
473
|
class VIEWLAYER_PT_freestyle_linestyle_color(
|
|
473
|
-
ViewLayerFreestyleLineStyle,
|
|
474
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
474
475
|
):
|
|
475
476
|
COMPAT_ENGINES: typing.Any
|
|
476
477
|
bl_context: typing.Any
|
|
@@ -510,7 +511,7 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
|
|
|
510
511
|
"""
|
|
511
512
|
|
|
512
513
|
class VIEWLAYER_PT_freestyle_linestyle_geometry(
|
|
513
|
-
ViewLayerFreestyleLineStyle,
|
|
514
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
514
515
|
):
|
|
515
516
|
COMPAT_ENGINES: typing.Any
|
|
516
517
|
bl_context: typing.Any
|
|
@@ -550,7 +551,7 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
|
|
|
550
551
|
"""
|
|
551
552
|
|
|
552
553
|
class VIEWLAYER_PT_freestyle_linestyle_strokes(
|
|
553
|
-
ViewLayerFreestyleLineStyle,
|
|
554
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
554
555
|
):
|
|
555
556
|
COMPAT_ENGINES: typing.Any
|
|
556
557
|
bl_context: typing.Any
|
|
@@ -583,7 +584,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
|
|
|
583
584
|
"""
|
|
584
585
|
|
|
585
586
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
|
|
586
|
-
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
587
|
+
ViewLayerFreestyleLinestyleStrokesSubPanel, _bpy_types.Panel
|
|
587
588
|
):
|
|
588
589
|
COMPAT_ENGINES: typing.Any
|
|
589
590
|
bl_context: typing.Any
|
|
@@ -622,7 +623,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
|
|
|
622
623
|
"""
|
|
623
624
|
|
|
624
625
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
|
|
625
|
-
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
626
|
+
ViewLayerFreestyleLinestyleStrokesSubPanel, _bpy_types.Panel
|
|
626
627
|
):
|
|
627
628
|
COMPAT_ENGINES: typing.Any
|
|
628
629
|
bl_context: typing.Any
|
|
@@ -662,7 +663,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
|
|
|
662
663
|
"""
|
|
663
664
|
|
|
664
665
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
|
|
665
|
-
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
666
|
+
ViewLayerFreestyleLinestyleStrokesSubPanel, _bpy_types.Panel
|
|
666
667
|
):
|
|
667
668
|
COMPAT_ENGINES: typing.Any
|
|
668
669
|
bl_context: typing.Any
|
|
@@ -696,7 +697,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
|
|
|
696
697
|
"""
|
|
697
698
|
|
|
698
699
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
|
|
699
|
-
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
700
|
+
ViewLayerFreestyleLinestyleStrokesSubPanel, _bpy_types.Panel
|
|
700
701
|
):
|
|
701
702
|
COMPAT_ENGINES: typing.Any
|
|
702
703
|
bl_context: typing.Any
|
|
@@ -736,7 +737,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
|
|
|
736
737
|
"""
|
|
737
738
|
|
|
738
739
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
|
|
739
|
-
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
740
|
+
ViewLayerFreestyleLinestyleStrokesSubPanel, _bpy_types.Panel
|
|
740
741
|
):
|
|
741
742
|
COMPAT_ENGINES: typing.Any
|
|
742
743
|
bl_context: typing.Any
|
|
@@ -770,7 +771,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
|
|
|
770
771
|
"""
|
|
771
772
|
|
|
772
773
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
|
|
773
|
-
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
774
|
+
ViewLayerFreestyleLinestyleStrokesSubPanel, _bpy_types.Panel
|
|
774
775
|
):
|
|
775
776
|
COMPAT_ENGINES: typing.Any
|
|
776
777
|
bl_context: typing.Any
|
|
@@ -810,7 +811,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
|
|
|
810
811
|
"""
|
|
811
812
|
|
|
812
813
|
class VIEWLAYER_PT_freestyle_linestyle_texture(
|
|
813
|
-
ViewLayerFreestyleLineStyle,
|
|
814
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
814
815
|
):
|
|
815
816
|
COMPAT_ENGINES: typing.Any
|
|
816
817
|
bl_context: typing.Any
|
|
@@ -843,7 +844,7 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
|
|
|
843
844
|
"""
|
|
844
845
|
|
|
845
846
|
class VIEWLAYER_PT_freestyle_linestyle_thickness(
|
|
846
|
-
ViewLayerFreestyleLineStyle,
|
|
847
|
+
ViewLayerFreestyleLineStyle, _bpy_types.Panel
|
|
847
848
|
):
|
|
848
849
|
COMPAT_ENGINES: typing.Any
|
|
849
850
|
bl_context: typing.Any
|
|
@@ -883,7 +884,7 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(
|
|
|
883
884
|
"""
|
|
884
885
|
|
|
885
886
|
class VIEWLAYER_PT_freestyle_style_modules(
|
|
886
|
-
ViewLayerFreestyleButtonsPanel,
|
|
887
|
+
ViewLayerFreestyleButtonsPanel, _bpy_types.Panel
|
|
887
888
|
):
|
|
888
889
|
COMPAT_ENGINES: typing.Any
|
|
889
890
|
bl_context: typing.Any
|
|
@@ -922,7 +923,7 @@ class VIEWLAYER_PT_freestyle_style_modules(
|
|
|
922
923
|
:param context:
|
|
923
924
|
"""
|
|
924
925
|
|
|
925
|
-
class VIEWLAYER_UL_linesets(
|
|
926
|
+
class VIEWLAYER_UL_linesets(_bpy_types.UIList):
|
|
926
927
|
bl_rna: typing.Any
|
|
927
928
|
id_data: typing.Any
|
|
928
929
|
|