fake-bpy-module 20240714__py3-none-any.whl → 20240716__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.
- bgl/__init__.pyi +0 -558
- bl_i18n_utils/utils/__init__.pyi +8 -4
- bl_operators/anim/__init__.pyi +10 -5
- bl_operators/assets/__init__.pyi +6 -3
- bl_operators/bone_selection_sets/__init__.pyi +6 -3
- bl_operators/clip/__init__.pyi +20 -10
- bl_operators/connect_to_output/__init__.pyi +12 -6
- bl_operators/console/__init__.pyi +10 -5
- bl_operators/constraint/__init__.pyi +8 -4
- bl_operators/freestyle/__init__.pyi +8 -4
- bl_operators/geometry_nodes/__init__.pyi +12 -6
- bl_operators/image/__init__.pyi +4 -2
- bl_operators/image_as_planes/__init__.pyi +5 -4
- bl_operators/mesh/__init__.pyi +6 -3
- bl_operators/node/__init__.pyi +20 -10
- bl_operators/node_editor/node_functions/__init__.pyi +2 -1
- bl_operators/object/__init__.pyi +22 -11
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +2 -1
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +10 -5
- bl_operators/rigidbody/__init__.pyi +6 -3
- bl_operators/sequencer/__init__.pyi +12 -6
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +12 -6
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
- bl_operators/uvcalc_transform/__init__.pyi +4 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +18 -11
- bl_operators/wm/__init__.pyi +48 -25
- bl_operators/world/__init__.pyi +2 -1
- bl_ui/__init__.pyi +6 -3
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/properties_collection/__init__.pyi +2 -1
- bl_ui/properties_constraint/__init__.pyi +10 -5
- bl_ui/properties_data_armature/__init__.pyi +14 -7
- bl_ui/properties_data_bone/__init__.pyi +12 -6
- bl_ui/properties_data_camera/__init__.pyi +4 -2
- bl_ui/properties_data_curve/__init__.pyi +16 -8
- bl_ui/properties_data_curves/__init__.pyi +4 -2
- bl_ui/properties_data_empty/__init__.pyi +4 -2
- bl_ui/properties_data_gpencil/__init__.pyi +6 -3
- bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
- bl_ui/properties_data_lattice/__init__.pyi +2 -1
- bl_ui/properties_data_light/__init__.pyi +12 -6
- bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
- bl_ui/properties_data_mesh/__init__.pyi +6 -3
- bl_ui/properties_data_metaball/__init__.pyi +4 -2
- bl_ui/properties_data_modifier/__init__.pyi +8 -4
- bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
- bl_ui/properties_data_speaker/__init__.pyi +2 -1
- bl_ui/properties_data_volume/__init__.pyi +2 -1
- bl_ui/properties_freestyle/__init__.pyi +12 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
- bl_ui/properties_mask_common/__init__.pyi +14 -7
- bl_ui/properties_material/__init__.pyi +15 -8
- bl_ui/properties_material_gpencil/__init__.pyi +4 -2
- bl_ui/properties_object/__init__.pyi +12 -6
- bl_ui/properties_output/__init__.pyi +12 -6
- bl_ui/properties_paint_common/__init__.pyi +31 -18
- bl_ui/properties_particle/__init__.pyi +82 -41
- bl_ui/properties_physics_cloth/__init__.pyi +2 -1
- bl_ui/properties_physics_common/__init__.pyi +6 -5
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
- bl_ui/properties_physics_field/__init__.pyi +24 -12
- bl_ui/properties_physics_fluid/__init__.pyi +70 -35
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
- bl_ui/properties_physics_softbody/__init__.pyi +2 -1
- bl_ui/properties_render/__init__.pyi +81 -41
- bl_ui/properties_scene/__init__.pyi +10 -5
- bl_ui/properties_texture/__init__.pyi +16 -8
- bl_ui/properties_view_layer/__init__.pyi +2 -1
- bl_ui/properties_world/__init__.pyi +14 -7
- bl_ui/space_clip/__init__.pyi +34 -17
- bl_ui/space_dopesheet/__init__.pyi +20 -10
- bl_ui/space_filebrowser/__init__.pyi +20 -10
- bl_ui/space_image/__init__.pyi +34 -17
- bl_ui/space_nla/__init__.pyi +2 -1
- bl_ui/space_node/__init__.pyi +18 -9
- bl_ui/space_outliner/__init__.pyi +8 -4
- bl_ui/space_sequencer/__init__.pyi +76 -38
- bl_ui/space_text/__init__.pyi +2 -1
- bl_ui/space_time/__init__.pyi +8 -4
- bl_ui/space_toolsystem_common/__init__.pyi +22 -13
- bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
- bl_ui/space_topbar/__init__.pyi +12 -6
- bl_ui/space_userpref/__init__.pyi +44 -22
- bl_ui/space_view3d/__init__.pyi +93 -47
- bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
- bl_ui/temp_anim_layers/__init__.pyi +2 -1
- bl_ui/utils/__init__.pyi +4 -2
- bpy/ops/image/__init__.pyi +14 -56
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/path/__init__.pyi +0 -182
- bpy/types/__init__.pyi +37 -1
- bpy/utils/__init__.pyi +0 -215
- bpy/utils/previews/__init__.pyi +9 -80
- bpy_extras/anim_utils/__init__.pyi +0 -55
- bpy_extras/asset_utils/__init__.pyi +7 -17
- bpy_extras/id_map_utils/__init__.pyi +0 -10
- bpy_extras/image_utils/__init__.pyi +0 -49
- bpy_extras/io_utils/__init__.pyi +0 -131
- bpy_extras/keyconfig_utils/__init__.pyi +0 -11
- bpy_extras/mesh_utils/__init__.pyi +0 -88
- bpy_extras/node_utils/__init__.pyi +0 -1
- bpy_extras/object_utils/__init__.pyi +0 -96
- bpy_extras/view3d_utils/__init__.pyi +0 -94
- bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -2
- nodeitems_utils/__init__.pyi +6 -3
- rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/top_level.txt +0 -0
bl_operators/object/__init__.pyi
CHANGED
|
@@ -588,7 +588,8 @@ class DupliOffsetFromObject:
|
|
|
588
588
|
"""Returns the property from the path, raise an exception when not found."""
|
|
589
589
|
...
|
|
590
590
|
|
|
591
|
-
|
|
591
|
+
@classmethod
|
|
592
|
+
def poll(cls, context):
|
|
592
593
|
"""
|
|
593
594
|
|
|
594
595
|
:param context:
|
|
@@ -1009,7 +1010,8 @@ class IsolateTypeRender:
|
|
|
1009
1010
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1010
1011
|
...
|
|
1011
1012
|
|
|
1012
|
-
|
|
1013
|
+
@classmethod
|
|
1014
|
+
def poll(cls, context):
|
|
1013
1015
|
"""
|
|
1014
1016
|
|
|
1015
1017
|
:param context:
|
|
@@ -1223,7 +1225,8 @@ class JoinUVs:
|
|
|
1223
1225
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1224
1226
|
...
|
|
1225
1227
|
|
|
1226
|
-
|
|
1228
|
+
@classmethod
|
|
1229
|
+
def poll(cls, context):
|
|
1227
1230
|
"""
|
|
1228
1231
|
|
|
1229
1232
|
:param context:
|
|
@@ -1500,7 +1503,8 @@ class OBJECT_OT_assign_property_defaults:
|
|
|
1500
1503
|
"""
|
|
1501
1504
|
...
|
|
1502
1505
|
|
|
1503
|
-
|
|
1506
|
+
@staticmethod
|
|
1507
|
+
def assign_defaults(obj):
|
|
1504
1508
|
"""
|
|
1505
1509
|
|
|
1506
1510
|
:param obj:
|
|
@@ -1651,7 +1655,8 @@ class OBJECT_OT_assign_property_defaults:
|
|
|
1651
1655
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1652
1656
|
...
|
|
1653
1657
|
|
|
1654
|
-
|
|
1658
|
+
@classmethod
|
|
1659
|
+
def poll(cls, context):
|
|
1655
1660
|
"""
|
|
1656
1661
|
|
|
1657
1662
|
:param context:
|
|
@@ -2072,7 +2077,8 @@ class SelectHierarchy:
|
|
|
2072
2077
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2073
2078
|
...
|
|
2074
2079
|
|
|
2075
|
-
|
|
2080
|
+
@classmethod
|
|
2081
|
+
def poll(cls, context):
|
|
2076
2082
|
"""
|
|
2077
2083
|
|
|
2078
2084
|
:param context:
|
|
@@ -2302,7 +2308,8 @@ class SelectPattern:
|
|
|
2302
2308
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2303
2309
|
...
|
|
2304
2310
|
|
|
2305
|
-
|
|
2311
|
+
@classmethod
|
|
2312
|
+
def poll(cls, context):
|
|
2306
2313
|
"""
|
|
2307
2314
|
|
|
2308
2315
|
:param context:
|
|
@@ -2516,7 +2523,8 @@ class ShapeTransfer:
|
|
|
2516
2523
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2517
2524
|
...
|
|
2518
2525
|
|
|
2519
|
-
|
|
2526
|
+
@classmethod
|
|
2527
|
+
def poll(cls, context):
|
|
2520
2528
|
"""
|
|
2521
2529
|
|
|
2522
2530
|
:param context:
|
|
@@ -2730,7 +2738,8 @@ class SubdivisionSet:
|
|
|
2730
2738
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2731
2739
|
...
|
|
2732
2740
|
|
|
2733
|
-
|
|
2741
|
+
@classmethod
|
|
2742
|
+
def poll(cls, context):
|
|
2734
2743
|
"""
|
|
2735
2744
|
|
|
2736
2745
|
:param context:
|
|
@@ -2944,7 +2953,8 @@ class TransformsToDeltas:
|
|
|
2944
2953
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2945
2954
|
...
|
|
2946
2955
|
|
|
2947
|
-
|
|
2956
|
+
@classmethod
|
|
2957
|
+
def poll(cls, context):
|
|
2948
2958
|
"""
|
|
2949
2959
|
|
|
2950
2960
|
:param context:
|
|
@@ -3179,7 +3189,8 @@ class TransformsToDeltasAnim:
|
|
|
3179
3189
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3180
3190
|
...
|
|
3181
3191
|
|
|
3182
|
-
|
|
3192
|
+
@classmethod
|
|
3193
|
+
def poll(cls, context):
|
|
3183
3194
|
"""
|
|
3184
3195
|
|
|
3185
3196
|
:param context:
|
|
@@ -11,7 +11,8 @@ GenericType2 = typing.TypeVar("GenericType2")
|
|
|
11
11
|
class AddPresetBase:
|
|
12
12
|
bl_options: typing.Any
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
@staticmethod
|
|
15
|
+
def as_filename(name):
|
|
15
16
|
"""
|
|
16
17
|
|
|
17
18
|
:param name:
|
|
@@ -3021,7 +3022,8 @@ class AddPresetOperator(AddPresetBase):
|
|
|
3021
3022
|
"""
|
|
3022
3023
|
...
|
|
3023
3024
|
|
|
3024
|
-
|
|
3025
|
+
@staticmethod
|
|
3026
|
+
def operator_path(operator):
|
|
3025
3027
|
"""
|
|
3026
3028
|
|
|
3027
3029
|
:param operator:
|
|
@@ -4643,7 +4645,8 @@ class RemovePresetInterfaceTheme(AddPresetBase):
|
|
|
4643
4645
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4644
4646
|
...
|
|
4645
4647
|
|
|
4646
|
-
|
|
4648
|
+
@classmethod
|
|
4649
|
+
def poll(cls, context):
|
|
4647
4650
|
"""
|
|
4648
4651
|
|
|
4649
4652
|
:param context:
|
|
@@ -4888,7 +4891,8 @@ class RemovePresetKeyconfig(AddPresetBase):
|
|
|
4888
4891
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4889
4892
|
...
|
|
4890
4893
|
|
|
4891
|
-
|
|
4894
|
+
@classmethod
|
|
4895
|
+
def poll(cls, context):
|
|
4892
4896
|
"""
|
|
4893
4897
|
|
|
4894
4898
|
:param context:
|
|
@@ -5140,7 +5144,8 @@ class SavePresetInterfaceTheme(AddPresetBase):
|
|
|
5140
5144
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5141
5145
|
...
|
|
5142
5146
|
|
|
5143
|
-
|
|
5147
|
+
@classmethod
|
|
5148
|
+
def poll(cls, context):
|
|
5144
5149
|
"""
|
|
5145
5150
|
|
|
5146
5151
|
:param context:
|
|
@@ -182,7 +182,8 @@ class BakeToKeyframes:
|
|
|
182
182
|
"""Returns the property from the path, raise an exception when not found."""
|
|
183
183
|
...
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
@classmethod
|
|
186
|
+
def poll(cls, context):
|
|
186
187
|
"""
|
|
187
188
|
|
|
188
189
|
:param context:
|
|
@@ -396,7 +397,8 @@ class ConnectRigidBodies:
|
|
|
396
397
|
"""Returns the property from the path, raise an exception when not found."""
|
|
397
398
|
...
|
|
398
399
|
|
|
399
|
-
|
|
400
|
+
@classmethod
|
|
401
|
+
def poll(cls, context):
|
|
400
402
|
"""
|
|
401
403
|
|
|
402
404
|
:param context:
|
|
@@ -610,7 +612,8 @@ class CopyRigidbodySettings:
|
|
|
610
612
|
"""Returns the property from the path, raise an exception when not found."""
|
|
611
613
|
...
|
|
612
614
|
|
|
613
|
-
|
|
615
|
+
@classmethod
|
|
616
|
+
def poll(cls, context):
|
|
614
617
|
"""
|
|
615
618
|
|
|
616
619
|
:param context:
|
|
@@ -24,7 +24,8 @@ class Fade:
|
|
|
24
24
|
...
|
|
25
25
|
|
|
26
26
|
class SequencerFileHandlerBase:
|
|
27
|
-
|
|
27
|
+
@classmethod
|
|
28
|
+
def poll_drop(cls, context):
|
|
28
29
|
"""
|
|
29
30
|
|
|
30
31
|
:param context:
|
|
@@ -199,7 +200,8 @@ class SequencerCrossfadeSounds:
|
|
|
199
200
|
"""Returns the property from the path, raise an exception when not found."""
|
|
200
201
|
...
|
|
201
202
|
|
|
202
|
-
|
|
203
|
+
@classmethod
|
|
204
|
+
def poll(cls, context):
|
|
203
205
|
"""
|
|
204
206
|
|
|
205
207
|
:param context:
|
|
@@ -413,7 +415,8 @@ class SequencerDeinterlaceSelectedMovies:
|
|
|
413
415
|
"""Returns the property from the path, raise an exception when not found."""
|
|
414
416
|
...
|
|
415
417
|
|
|
416
|
-
|
|
418
|
+
@classmethod
|
|
419
|
+
def poll(cls, context):
|
|
417
420
|
"""
|
|
418
421
|
|
|
419
422
|
:param context:
|
|
@@ -682,7 +685,8 @@ class SequencerFadesAdd:
|
|
|
682
685
|
"""Returns the property from the path, raise an exception when not found."""
|
|
683
686
|
...
|
|
684
687
|
|
|
685
|
-
|
|
688
|
+
@classmethod
|
|
689
|
+
def poll(cls, context):
|
|
686
690
|
"""
|
|
687
691
|
|
|
688
692
|
:param context:
|
|
@@ -896,7 +900,8 @@ class SequencerFadesClear:
|
|
|
896
900
|
"""Returns the property from the path, raise an exception when not found."""
|
|
897
901
|
...
|
|
898
902
|
|
|
899
|
-
|
|
903
|
+
@classmethod
|
|
904
|
+
def poll(cls, context):
|
|
900
905
|
"""
|
|
901
906
|
|
|
902
907
|
:param context:
|
|
@@ -1110,7 +1115,8 @@ class SequencerSplitMulticam:
|
|
|
1110
1115
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1111
1116
|
...
|
|
1112
1117
|
|
|
1113
|
-
|
|
1118
|
+
@classmethod
|
|
1119
|
+
def poll(cls, context):
|
|
1114
1120
|
"""
|
|
1115
1121
|
|
|
1116
1122
|
:param context:
|
|
@@ -1214,7 +1214,8 @@ class PREFERENCES_OT_addon_remove:
|
|
|
1214
1214
|
"""
|
|
1215
1215
|
...
|
|
1216
1216
|
|
|
1217
|
-
|
|
1217
|
+
@staticmethod
|
|
1218
|
+
def path_from_addon(module):
|
|
1218
1219
|
"""
|
|
1219
1220
|
|
|
1220
1221
|
:param module:
|
|
@@ -1861,7 +1862,8 @@ class PREFERENCES_OT_copy_prev:
|
|
|
1861
1862
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1862
1863
|
...
|
|
1863
1864
|
|
|
1864
|
-
|
|
1865
|
+
@classmethod
|
|
1866
|
+
def poll(cls, _context):
|
|
1865
1867
|
"""
|
|
1866
1868
|
|
|
1867
1869
|
:param _context:
|
|
@@ -1879,7 +1881,8 @@ class PREFERENCES_OT_copy_prev:
|
|
|
1879
1881
|
"""
|
|
1880
1882
|
...
|
|
1881
1883
|
|
|
1882
|
-
|
|
1884
|
+
@classmethod
|
|
1885
|
+
def previous_version(cls): ...
|
|
1883
1886
|
def property_overridable_library_set(self) -> bool:
|
|
1884
1887
|
"""Define a property as overridable or not (only for custom properties!).
|
|
1885
1888
|
|
|
@@ -2707,7 +2710,8 @@ class PREFERENCES_OT_keyconfig_remove:
|
|
|
2707
2710
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2708
2711
|
...
|
|
2709
2712
|
|
|
2710
|
-
|
|
2713
|
+
@classmethod
|
|
2714
|
+
def poll(cls, context):
|
|
2711
2715
|
"""
|
|
2712
2716
|
|
|
2713
2717
|
:param context:
|
|
@@ -3332,7 +3336,8 @@ class PREFERENCES_OT_keyitem_remove:
|
|
|
3332
3336
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3333
3337
|
...
|
|
3334
3338
|
|
|
3335
|
-
|
|
3339
|
+
@classmethod
|
|
3340
|
+
def poll(cls, context):
|
|
3336
3341
|
"""
|
|
3337
3342
|
|
|
3338
3343
|
:param context:
|
|
@@ -3545,7 +3550,8 @@ class PREFERENCES_OT_keyitem_restore:
|
|
|
3545
3550
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3546
3551
|
...
|
|
3547
3552
|
|
|
3548
|
-
|
|
3553
|
+
@classmethod
|
|
3554
|
+
def poll(cls, context):
|
|
3549
3555
|
"""
|
|
3550
3556
|
|
|
3551
3557
|
:param context:
|
|
@@ -182,7 +182,8 @@ class AlignUVRotation:
|
|
|
182
182
|
"""Returns the property from the path, raise an exception when not found."""
|
|
183
183
|
...
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
@classmethod
|
|
186
|
+
def poll(cls, context):
|
|
186
187
|
"""
|
|
187
188
|
|
|
188
189
|
:param context:
|
|
@@ -396,7 +397,8 @@ class RandomizeUVTransform:
|
|
|
396
397
|
"""Returns the property from the path, raise an exception when not found."""
|
|
397
398
|
...
|
|
398
399
|
|
|
399
|
-
|
|
400
|
+
@classmethod
|
|
401
|
+
def poll(cls, context):
|
|
400
402
|
"""
|
|
401
403
|
|
|
402
404
|
:param context:
|
bl_operators/view3d/__init__.pyi
CHANGED
|
@@ -159,7 +159,8 @@ class VIEW3D_FH_camera_background_image:
|
|
|
159
159
|
"""Returns the property from the path, raise an exception when not found."""
|
|
160
160
|
...
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
@classmethod
|
|
163
|
+
def poll_drop(cls, context):
|
|
163
164
|
"""
|
|
164
165
|
|
|
165
166
|
:param context:
|
|
@@ -354,7 +355,8 @@ class VIEW3D_FH_empty_image:
|
|
|
354
355
|
"""Returns the property from the path, raise an exception when not found."""
|
|
355
356
|
...
|
|
356
357
|
|
|
357
|
-
|
|
358
|
+
@classmethod
|
|
359
|
+
def poll_drop(cls, context):
|
|
358
360
|
"""
|
|
359
361
|
|
|
360
362
|
:param context:
|
|
@@ -549,7 +551,8 @@ class VIEW3D_FH_vdb_volume:
|
|
|
549
551
|
"""Returns the property from the path, raise an exception when not found."""
|
|
550
552
|
...
|
|
551
553
|
|
|
552
|
-
|
|
554
|
+
@classmethod
|
|
555
|
+
def poll_drop(cls, context):
|
|
553
556
|
"""
|
|
554
557
|
|
|
555
558
|
:param context:
|
|
@@ -766,7 +769,8 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move:
|
|
|
766
769
|
"""Returns the property from the path, raise an exception when not found."""
|
|
767
770
|
...
|
|
768
771
|
|
|
769
|
-
|
|
772
|
+
@classmethod
|
|
773
|
+
def poll(cls, context):
|
|
770
774
|
"""
|
|
771
775
|
|
|
772
776
|
:param context:
|
|
@@ -987,7 +991,8 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal:
|
|
|
987
991
|
"""Returns the property from the path, raise an exception when not found."""
|
|
988
992
|
...
|
|
989
993
|
|
|
990
|
-
|
|
994
|
+
@classmethod
|
|
995
|
+
def poll(cls, context):
|
|
991
996
|
"""
|
|
992
997
|
|
|
993
998
|
:param context:
|
|
@@ -1095,9 +1100,8 @@ class VIEW3D_OT_edit_mesh_extrude_move:
|
|
|
1095
1100
|
"""
|
|
1096
1101
|
...
|
|
1097
1102
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
):
|
|
1103
|
+
@staticmethod
|
|
1104
|
+
def extrude_region(operator, context, use_vert_normals, dissolve_and_intersect):
|
|
1101
1105
|
"""
|
|
1102
1106
|
|
|
1103
1107
|
:param operator:
|
|
@@ -1220,7 +1224,8 @@ class VIEW3D_OT_edit_mesh_extrude_move:
|
|
|
1220
1224
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1221
1225
|
...
|
|
1222
1226
|
|
|
1223
|
-
|
|
1227
|
+
@classmethod
|
|
1228
|
+
def poll(cls, context):
|
|
1224
1229
|
"""
|
|
1225
1230
|
|
|
1226
1231
|
:param context:
|
|
@@ -1441,7 +1446,8 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten:
|
|
|
1441
1446
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1442
1447
|
...
|
|
1443
1448
|
|
|
1444
|
-
|
|
1449
|
+
@classmethod
|
|
1450
|
+
def poll(cls, context):
|
|
1445
1451
|
"""
|
|
1446
1452
|
|
|
1447
1453
|
:param context:
|
|
@@ -1663,7 +1669,8 @@ class VIEW3D_OT_transform_gizmo_set:
|
|
|
1663
1669
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1664
1670
|
...
|
|
1665
1671
|
|
|
1666
|
-
|
|
1672
|
+
@classmethod
|
|
1673
|
+
def poll(cls, context):
|
|
1667
1674
|
"""
|
|
1668
1675
|
|
|
1669
1676
|
:param context:
|