fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class
|
|
7
|
+
class DataButtonsPanel:
|
|
8
|
+
""" """
|
|
9
|
+
|
|
10
|
+
bl_context: typing.Any
|
|
11
|
+
""" """
|
|
12
|
+
|
|
13
|
+
bl_region_type: typing.Any
|
|
14
|
+
""" """
|
|
15
|
+
|
|
16
|
+
bl_space_type: typing.Any
|
|
17
|
+
""" """
|
|
18
|
+
|
|
19
|
+
def poll(self, context):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
:param context:
|
|
23
|
+
"""
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class DATA_PT_context_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
7
27
|
""" """
|
|
8
28
|
|
|
9
29
|
bl_context: typing.Any
|
|
@@ -162,7 +182,9 @@ class DATA_PT_context_metaball(bpy_types._GenericUI):
|
|
|
162
182
|
""" """
|
|
163
183
|
...
|
|
164
184
|
|
|
165
|
-
class DATA_PT_custom_props_metaball(
|
|
185
|
+
class DATA_PT_custom_props_metaball(
|
|
186
|
+
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
187
|
+
):
|
|
166
188
|
""" """
|
|
167
189
|
|
|
168
190
|
COMPAT_ENGINES: typing.Any
|
|
@@ -327,7 +349,9 @@ class DATA_PT_custom_props_metaball(bpy_types._GenericUI):
|
|
|
327
349
|
""" """
|
|
328
350
|
...
|
|
329
351
|
|
|
330
|
-
class DATA_PT_mball_texture_space(
|
|
352
|
+
class DATA_PT_mball_texture_space(
|
|
353
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
354
|
+
):
|
|
331
355
|
""" """
|
|
332
356
|
|
|
333
357
|
COMPAT_ENGINES: typing.Any
|
|
@@ -489,7 +513,7 @@ class DATA_PT_mball_texture_space(bpy_types._GenericUI):
|
|
|
489
513
|
""" """
|
|
490
514
|
...
|
|
491
515
|
|
|
492
|
-
class DATA_PT_metaball(bpy_types._GenericUI):
|
|
516
|
+
class DATA_PT_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
493
517
|
""" """
|
|
494
518
|
|
|
495
519
|
bl_context: typing.Any
|
|
@@ -645,7 +669,7 @@ class DATA_PT_metaball(bpy_types._GenericUI):
|
|
|
645
669
|
""" """
|
|
646
670
|
...
|
|
647
671
|
|
|
648
|
-
class DATA_PT_metaball_element(bpy_types._GenericUI):
|
|
672
|
+
class DATA_PT_metaball_element(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
649
673
|
""" """
|
|
650
674
|
|
|
651
675
|
bl_context: typing.Any
|
|
@@ -800,22 +824,3 @@ class DATA_PT_metaball_element(bpy_types._GenericUI):
|
|
|
800
824
|
def values(self):
|
|
801
825
|
""" """
|
|
802
826
|
...
|
|
803
|
-
|
|
804
|
-
class DataButtonsPanel:
|
|
805
|
-
""" """
|
|
806
|
-
|
|
807
|
-
bl_context: typing.Any
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
|
-
bl_region_type: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
|
-
bl_space_type: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
|
-
def poll(self, context):
|
|
817
|
-
"""
|
|
818
|
-
|
|
819
|
-
:param context:
|
|
820
|
-
"""
|
|
821
|
-
...
|
|
@@ -140,7 +140,44 @@ class AddModifierMenu(bpy_types.Operator):
|
|
|
140
140
|
""" """
|
|
141
141
|
...
|
|
142
142
|
|
|
143
|
-
class
|
|
143
|
+
class ModifierButtonsPanel:
|
|
144
|
+
""" """
|
|
145
|
+
|
|
146
|
+
bl_context: typing.Any
|
|
147
|
+
""" """
|
|
148
|
+
|
|
149
|
+
bl_options: typing.Any
|
|
150
|
+
""" """
|
|
151
|
+
|
|
152
|
+
bl_region_type: typing.Any
|
|
153
|
+
""" """
|
|
154
|
+
|
|
155
|
+
bl_space_type: typing.Any
|
|
156
|
+
""" """
|
|
157
|
+
|
|
158
|
+
class ModifierAddMenu:
|
|
159
|
+
""" """
|
|
160
|
+
|
|
161
|
+
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
162
|
+
""" """
|
|
163
|
+
|
|
164
|
+
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
165
|
+
""" """
|
|
166
|
+
|
|
167
|
+
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
168
|
+
""" """
|
|
169
|
+
|
|
170
|
+
def operator_modifier_add(self, layout, mod_type):
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
:param layout:
|
|
174
|
+
:param mod_type:
|
|
175
|
+
"""
|
|
176
|
+
...
|
|
177
|
+
|
|
178
|
+
class DATA_PT_gpencil_modifiers(
|
|
179
|
+
bpy_types.Panel, ModifierButtonsPanel, bpy_types._GenericUI
|
|
180
|
+
):
|
|
144
181
|
""" """
|
|
145
182
|
|
|
146
183
|
bl_context: typing.Any
|
|
@@ -299,7 +336,7 @@ class DATA_PT_gpencil_modifiers(bpy_types._GenericUI):
|
|
|
299
336
|
""" """
|
|
300
337
|
...
|
|
301
338
|
|
|
302
|
-
class DATA_PT_modifiers(bpy_types._GenericUI):
|
|
339
|
+
class DATA_PT_modifiers(bpy_types.Panel, ModifierButtonsPanel, bpy_types._GenericUI):
|
|
303
340
|
""" """
|
|
304
341
|
|
|
305
342
|
bl_context: typing.Any
|
|
@@ -458,42 +495,7 @@ class DATA_PT_modifiers(bpy_types._GenericUI):
|
|
|
458
495
|
""" """
|
|
459
496
|
...
|
|
460
497
|
|
|
461
|
-
class ModifierAddMenu:
|
|
462
|
-
""" """
|
|
463
|
-
|
|
464
|
-
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
465
|
-
""" """
|
|
466
|
-
|
|
467
|
-
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
468
|
-
""" """
|
|
469
|
-
|
|
470
|
-
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
471
|
-
""" """
|
|
472
|
-
|
|
473
|
-
def operator_modifier_add(self, layout, mod_type):
|
|
474
|
-
"""
|
|
475
|
-
|
|
476
|
-
:param layout:
|
|
477
|
-
:param mod_type:
|
|
478
|
-
"""
|
|
479
|
-
...
|
|
480
|
-
|
|
481
|
-
class ModifierButtonsPanel:
|
|
482
|
-
""" """
|
|
483
|
-
|
|
484
|
-
bl_context: typing.Any
|
|
485
|
-
""" """
|
|
486
|
-
|
|
487
|
-
bl_options: typing.Any
|
|
488
|
-
""" """
|
|
489
|
-
|
|
490
|
-
bl_region_type: typing.Any
|
|
491
|
-
""" """
|
|
492
|
-
|
|
493
|
-
bl_space_type: typing.Any
|
|
494
|
-
""" """
|
|
495
|
-
|
|
496
|
-
class OBJECT_MT_modifier_add(bpy_types._GenericUI):
|
|
498
|
+
class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI):
|
|
497
499
|
""" """
|
|
498
500
|
|
|
499
501
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
@@ -694,7 +696,9 @@ class OBJECT_MT_modifier_add(bpy_types._GenericUI):
|
|
|
694
696
|
""" """
|
|
695
697
|
...
|
|
696
698
|
|
|
697
|
-
class OBJECT_MT_modifier_add_color(
|
|
699
|
+
class OBJECT_MT_modifier_add_color(
|
|
700
|
+
bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
|
|
701
|
+
):
|
|
698
702
|
""" """
|
|
699
703
|
|
|
700
704
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
@@ -895,7 +899,9 @@ class OBJECT_MT_modifier_add_color(bpy_types._GenericUI):
|
|
|
895
899
|
""" """
|
|
896
900
|
...
|
|
897
901
|
|
|
898
|
-
class OBJECT_MT_modifier_add_deform(
|
|
902
|
+
class OBJECT_MT_modifier_add_deform(
|
|
903
|
+
bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
|
|
904
|
+
):
|
|
899
905
|
""" """
|
|
900
906
|
|
|
901
907
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
@@ -1096,7 +1102,9 @@ class OBJECT_MT_modifier_add_deform(bpy_types._GenericUI):
|
|
|
1096
1102
|
""" """
|
|
1097
1103
|
...
|
|
1098
1104
|
|
|
1099
|
-
class OBJECT_MT_modifier_add_edit(
|
|
1105
|
+
class OBJECT_MT_modifier_add_edit(
|
|
1106
|
+
bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
|
|
1107
|
+
):
|
|
1100
1108
|
""" """
|
|
1101
1109
|
|
|
1102
1110
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
@@ -1297,7 +1305,9 @@ class OBJECT_MT_modifier_add_edit(bpy_types._GenericUI):
|
|
|
1297
1305
|
""" """
|
|
1298
1306
|
...
|
|
1299
1307
|
|
|
1300
|
-
class OBJECT_MT_modifier_add_generate(
|
|
1308
|
+
class OBJECT_MT_modifier_add_generate(
|
|
1309
|
+
bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
|
|
1310
|
+
):
|
|
1301
1311
|
""" """
|
|
1302
1312
|
|
|
1303
1313
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
@@ -1498,7 +1508,9 @@ class OBJECT_MT_modifier_add_generate(bpy_types._GenericUI):
|
|
|
1498
1508
|
""" """
|
|
1499
1509
|
...
|
|
1500
1510
|
|
|
1501
|
-
class OBJECT_MT_modifier_add_physics(
|
|
1511
|
+
class OBJECT_MT_modifier_add_physics(
|
|
1512
|
+
bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
|
|
1513
|
+
):
|
|
1502
1514
|
""" """
|
|
1503
1515
|
|
|
1504
1516
|
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
@@ -1,35 +1,51 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class
|
|
7
|
-
""" """
|
|
8
|
-
|
|
9
|
-
COMPAT_ENGINES: typing.Any
|
|
7
|
+
class DataButtonsPanel:
|
|
10
8
|
""" """
|
|
11
9
|
|
|
12
10
|
bl_context: typing.Any
|
|
13
11
|
""" """
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
bl_region_type: typing.Any
|
|
16
14
|
""" """
|
|
17
15
|
|
|
18
|
-
|
|
16
|
+
bl_space_type: typing.Any
|
|
19
17
|
""" """
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
def poll(self, context):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
:param context:
|
|
23
|
+
"""
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
|
|
22
27
|
""" """
|
|
23
28
|
|
|
24
|
-
|
|
29
|
+
bl_label: typing.Any
|
|
25
30
|
""" """
|
|
26
31
|
|
|
27
|
-
|
|
32
|
+
bl_rna: typing.Any
|
|
28
33
|
""" """
|
|
29
34
|
|
|
30
35
|
id_data: typing.Any
|
|
31
36
|
""" """
|
|
32
37
|
|
|
38
|
+
def add_standard_attribute(self, layout, pointcloud, name, data_type, domain):
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
:param layout:
|
|
42
|
+
:param pointcloud:
|
|
43
|
+
:param name:
|
|
44
|
+
:param data_type:
|
|
45
|
+
:param domain:
|
|
46
|
+
"""
|
|
47
|
+
...
|
|
48
|
+
|
|
33
49
|
def append(self, draw_func):
|
|
34
50
|
"""
|
|
35
51
|
|
|
@@ -56,6 +72,21 @@ class DATA_PT_context_pointcloud(bpy_types._GenericUI):
|
|
|
56
72
|
"""
|
|
57
73
|
...
|
|
58
74
|
|
|
75
|
+
def draw_collapsible(self, context, layout):
|
|
76
|
+
"""
|
|
77
|
+
|
|
78
|
+
:param context:
|
|
79
|
+
:param layout:
|
|
80
|
+
"""
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
def draw_preset(self, _context):
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
:param _context:
|
|
87
|
+
"""
|
|
88
|
+
...
|
|
89
|
+
|
|
59
90
|
def driver_add(self):
|
|
60
91
|
""" """
|
|
61
92
|
...
|
|
@@ -120,17 +151,36 @@ class DATA_PT_context_pointcloud(bpy_types._GenericUI):
|
|
|
120
151
|
""" """
|
|
121
152
|
...
|
|
122
153
|
|
|
123
|
-
def
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
154
|
+
def path_menu(
|
|
155
|
+
self,
|
|
156
|
+
searchpaths,
|
|
157
|
+
operator,
|
|
158
|
+
props_default,
|
|
159
|
+
prop_filepath,
|
|
160
|
+
filter_ext,
|
|
161
|
+
filter_path,
|
|
162
|
+
display_name,
|
|
163
|
+
add_operator,
|
|
164
|
+
add_operator_props,
|
|
165
|
+
):
|
|
128
166
|
"""
|
|
129
167
|
|
|
130
|
-
:param
|
|
168
|
+
:param searchpaths:
|
|
169
|
+
:param operator:
|
|
170
|
+
:param props_default:
|
|
171
|
+
:param prop_filepath:
|
|
172
|
+
:param filter_ext:
|
|
173
|
+
:param filter_path:
|
|
174
|
+
:param display_name:
|
|
175
|
+
:param add_operator:
|
|
176
|
+
:param add_operator_props:
|
|
131
177
|
"""
|
|
132
178
|
...
|
|
133
179
|
|
|
180
|
+
def path_resolve(self):
|
|
181
|
+
""" """
|
|
182
|
+
...
|
|
183
|
+
|
|
134
184
|
def pop(self):
|
|
135
185
|
""" """
|
|
136
186
|
...
|
|
@@ -165,33 +215,12 @@ class DATA_PT_context_pointcloud(bpy_types._GenericUI):
|
|
|
165
215
|
""" """
|
|
166
216
|
...
|
|
167
217
|
|
|
168
|
-
class
|
|
169
|
-
""" """
|
|
170
|
-
|
|
171
|
-
COMPAT_ENGINES: typing.Any
|
|
172
|
-
""" """
|
|
173
|
-
|
|
174
|
-
bl_context: typing.Any
|
|
175
|
-
""" """
|
|
176
|
-
|
|
177
|
-
bl_label: typing.Any
|
|
178
|
-
""" """
|
|
179
|
-
|
|
180
|
-
bl_options: typing.Any
|
|
181
|
-
""" """
|
|
182
|
-
|
|
183
|
-
bl_order: typing.Any
|
|
184
|
-
""" """
|
|
185
|
-
|
|
186
|
-
bl_region_type: typing.Any
|
|
218
|
+
class POINTCLOUD_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
|
|
187
219
|
""" """
|
|
188
220
|
|
|
189
221
|
bl_rna: typing.Any
|
|
190
222
|
""" """
|
|
191
223
|
|
|
192
|
-
bl_space_type: typing.Any
|
|
193
|
-
""" """
|
|
194
|
-
|
|
195
224
|
id_data: typing.Any
|
|
196
225
|
""" """
|
|
197
226
|
|
|
@@ -214,10 +243,27 @@ class DATA_PT_custom_props_pointcloud(bpy_types._GenericUI):
|
|
|
214
243
|
""" """
|
|
215
244
|
...
|
|
216
245
|
|
|
217
|
-
def
|
|
246
|
+
def draw_item(
|
|
247
|
+
self,
|
|
248
|
+
_context,
|
|
249
|
+
layout,
|
|
250
|
+
_data,
|
|
251
|
+
attribute,
|
|
252
|
+
_icon,
|
|
253
|
+
_active_data,
|
|
254
|
+
_active_propname,
|
|
255
|
+
_index,
|
|
256
|
+
):
|
|
218
257
|
"""
|
|
219
258
|
|
|
220
|
-
:param
|
|
259
|
+
:param _context:
|
|
260
|
+
:param layout:
|
|
261
|
+
:param _data:
|
|
262
|
+
:param attribute:
|
|
263
|
+
:param _icon:
|
|
264
|
+
:param _active_data:
|
|
265
|
+
:param _active_propname:
|
|
266
|
+
:param _index:
|
|
221
267
|
"""
|
|
222
268
|
...
|
|
223
269
|
|
|
@@ -229,6 +275,15 @@ class DATA_PT_custom_props_pointcloud(bpy_types._GenericUI):
|
|
|
229
275
|
""" """
|
|
230
276
|
...
|
|
231
277
|
|
|
278
|
+
def filter_items(self, _context, data, property):
|
|
279
|
+
"""
|
|
280
|
+
|
|
281
|
+
:param _context:
|
|
282
|
+
:param data:
|
|
283
|
+
:param property:
|
|
284
|
+
"""
|
|
285
|
+
...
|
|
286
|
+
|
|
232
287
|
def get(self):
|
|
233
288
|
""" """
|
|
234
289
|
...
|
|
@@ -289,13 +344,6 @@ class DATA_PT_custom_props_pointcloud(bpy_types._GenericUI):
|
|
|
289
344
|
""" """
|
|
290
345
|
...
|
|
291
346
|
|
|
292
|
-
def poll(self, context):
|
|
293
|
-
"""
|
|
294
|
-
|
|
295
|
-
:param context:
|
|
296
|
-
"""
|
|
297
|
-
...
|
|
298
|
-
|
|
299
347
|
def pop(self):
|
|
300
348
|
""" """
|
|
301
349
|
...
|
|
@@ -330,7 +378,9 @@ class DATA_PT_custom_props_pointcloud(bpy_types._GenericUI):
|
|
|
330
378
|
""" """
|
|
331
379
|
...
|
|
332
380
|
|
|
333
|
-
class
|
|
381
|
+
class DATA_PT_context_pointcloud(
|
|
382
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
383
|
+
):
|
|
334
384
|
""" """
|
|
335
385
|
|
|
336
386
|
COMPAT_ENGINES: typing.Any
|
|
@@ -342,6 +392,9 @@ class DATA_PT_pointcloud_attributes(bpy_types._GenericUI):
|
|
|
342
392
|
bl_label: typing.Any
|
|
343
393
|
""" """
|
|
344
394
|
|
|
395
|
+
bl_options: typing.Any
|
|
396
|
+
""" """
|
|
397
|
+
|
|
345
398
|
bl_region_type: typing.Any
|
|
346
399
|
""" """
|
|
347
400
|
|
|
@@ -489,47 +542,37 @@ class DATA_PT_pointcloud_attributes(bpy_types._GenericUI):
|
|
|
489
542
|
""" """
|
|
490
543
|
...
|
|
491
544
|
|
|
492
|
-
class
|
|
545
|
+
class DATA_PT_custom_props_pointcloud(
|
|
546
|
+
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
547
|
+
):
|
|
493
548
|
""" """
|
|
494
549
|
|
|
495
|
-
|
|
550
|
+
COMPAT_ENGINES: typing.Any
|
|
496
551
|
""" """
|
|
497
552
|
|
|
498
|
-
|
|
553
|
+
bl_context: typing.Any
|
|
499
554
|
""" """
|
|
500
555
|
|
|
501
|
-
|
|
556
|
+
bl_label: typing.Any
|
|
502
557
|
""" """
|
|
503
558
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
:param context:
|
|
508
|
-
"""
|
|
509
|
-
...
|
|
559
|
+
bl_options: typing.Any
|
|
560
|
+
""" """
|
|
510
561
|
|
|
511
|
-
|
|
562
|
+
bl_order: typing.Any
|
|
512
563
|
""" """
|
|
513
564
|
|
|
514
|
-
|
|
565
|
+
bl_region_type: typing.Any
|
|
515
566
|
""" """
|
|
516
567
|
|
|
517
568
|
bl_rna: typing.Any
|
|
518
569
|
""" """
|
|
519
570
|
|
|
520
|
-
|
|
571
|
+
bl_space_type: typing.Any
|
|
521
572
|
""" """
|
|
522
573
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
:param layout:
|
|
527
|
-
:param pointcloud:
|
|
528
|
-
:param name:
|
|
529
|
-
:param data_type:
|
|
530
|
-
:param domain:
|
|
531
|
-
"""
|
|
532
|
-
...
|
|
574
|
+
id_data: typing.Any
|
|
575
|
+
""" """
|
|
533
576
|
|
|
534
577
|
def append(self, draw_func):
|
|
535
578
|
"""
|
|
@@ -557,21 +600,6 @@ class POINTCLOUD_MT_add_attribute(bpy_types._GenericUI):
|
|
|
557
600
|
"""
|
|
558
601
|
...
|
|
559
602
|
|
|
560
|
-
def draw_collapsible(self, context, layout):
|
|
561
|
-
"""
|
|
562
|
-
|
|
563
|
-
:param context:
|
|
564
|
-
:param layout:
|
|
565
|
-
"""
|
|
566
|
-
...
|
|
567
|
-
|
|
568
|
-
def draw_preset(self, _context):
|
|
569
|
-
"""
|
|
570
|
-
|
|
571
|
-
:param _context:
|
|
572
|
-
"""
|
|
573
|
-
...
|
|
574
|
-
|
|
575
603
|
def driver_add(self):
|
|
576
604
|
""" """
|
|
577
605
|
...
|
|
@@ -636,34 +664,15 @@ class POINTCLOUD_MT_add_attribute(bpy_types._GenericUI):
|
|
|
636
664
|
""" """
|
|
637
665
|
...
|
|
638
666
|
|
|
639
|
-
def
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
operator,
|
|
643
|
-
props_default,
|
|
644
|
-
prop_filepath,
|
|
645
|
-
filter_ext,
|
|
646
|
-
filter_path,
|
|
647
|
-
display_name,
|
|
648
|
-
add_operator,
|
|
649
|
-
add_operator_props,
|
|
650
|
-
):
|
|
651
|
-
"""
|
|
667
|
+
def path_resolve(self):
|
|
668
|
+
""" """
|
|
669
|
+
...
|
|
652
670
|
|
|
653
|
-
|
|
654
|
-
:param operator:
|
|
655
|
-
:param props_default:
|
|
656
|
-
:param prop_filepath:
|
|
657
|
-
:param filter_ext:
|
|
658
|
-
:param filter_path:
|
|
659
|
-
:param display_name:
|
|
660
|
-
:param add_operator:
|
|
661
|
-
:param add_operator_props:
|
|
671
|
+
def poll(self, context):
|
|
662
672
|
"""
|
|
663
|
-
...
|
|
664
673
|
|
|
665
|
-
|
|
666
|
-
"""
|
|
674
|
+
:param context:
|
|
675
|
+
"""
|
|
667
676
|
...
|
|
668
677
|
|
|
669
678
|
def pop(self):
|
|
@@ -700,12 +709,29 @@ class POINTCLOUD_MT_add_attribute(bpy_types._GenericUI):
|
|
|
700
709
|
""" """
|
|
701
710
|
...
|
|
702
711
|
|
|
703
|
-
class
|
|
712
|
+
class DATA_PT_pointcloud_attributes(
|
|
713
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
714
|
+
):
|
|
715
|
+
""" """
|
|
716
|
+
|
|
717
|
+
COMPAT_ENGINES: typing.Any
|
|
718
|
+
""" """
|
|
719
|
+
|
|
720
|
+
bl_context: typing.Any
|
|
721
|
+
""" """
|
|
722
|
+
|
|
723
|
+
bl_label: typing.Any
|
|
724
|
+
""" """
|
|
725
|
+
|
|
726
|
+
bl_region_type: typing.Any
|
|
704
727
|
""" """
|
|
705
728
|
|
|
706
729
|
bl_rna: typing.Any
|
|
707
730
|
""" """
|
|
708
731
|
|
|
732
|
+
bl_space_type: typing.Any
|
|
733
|
+
""" """
|
|
734
|
+
|
|
709
735
|
id_data: typing.Any
|
|
710
736
|
""" """
|
|
711
737
|
|
|
@@ -728,27 +754,10 @@ class POINTCLOUD_UL_attributes(bpy_types._GenericUI):
|
|
|
728
754
|
""" """
|
|
729
755
|
...
|
|
730
756
|
|
|
731
|
-
def
|
|
732
|
-
self,
|
|
733
|
-
_context,
|
|
734
|
-
layout,
|
|
735
|
-
_data,
|
|
736
|
-
attribute,
|
|
737
|
-
_icon,
|
|
738
|
-
_active_data,
|
|
739
|
-
_active_propname,
|
|
740
|
-
_index,
|
|
741
|
-
):
|
|
757
|
+
def draw(self, context):
|
|
742
758
|
"""
|
|
743
759
|
|
|
744
|
-
:param
|
|
745
|
-
:param layout:
|
|
746
|
-
:param _data:
|
|
747
|
-
:param attribute:
|
|
748
|
-
:param _icon:
|
|
749
|
-
:param _active_data:
|
|
750
|
-
:param _active_propname:
|
|
751
|
-
:param _index:
|
|
760
|
+
:param context:
|
|
752
761
|
"""
|
|
753
762
|
...
|
|
754
763
|
|
|
@@ -760,15 +769,6 @@ class POINTCLOUD_UL_attributes(bpy_types._GenericUI):
|
|
|
760
769
|
""" """
|
|
761
770
|
...
|
|
762
771
|
|
|
763
|
-
def filter_items(self, _context, data, property):
|
|
764
|
-
"""
|
|
765
|
-
|
|
766
|
-
:param _context:
|
|
767
|
-
:param data:
|
|
768
|
-
:param property:
|
|
769
|
-
"""
|
|
770
|
-
...
|
|
771
|
-
|
|
772
772
|
def get(self):
|
|
773
773
|
""" """
|
|
774
774
|
...
|
|
@@ -829,6 +829,13 @@ class POINTCLOUD_UL_attributes(bpy_types._GenericUI):
|
|
|
829
829
|
""" """
|
|
830
830
|
...
|
|
831
831
|
|
|
832
|
+
def poll(self, context):
|
|
833
|
+
"""
|
|
834
|
+
|
|
835
|
+
:param context:
|
|
836
|
+
"""
|
|
837
|
+
...
|
|
838
|
+
|
|
832
839
|
def pop(self):
|
|
833
840
|
""" """
|
|
834
841
|
...
|