fake-bpy-module 20240421__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 +333 -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 +330 -329
- 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 +106351 -103198
- 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-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.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-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
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 TEXTURE_MT_context_menu(bpy_types._GenericUI):
|
|
7
|
+
class TEXTURE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
8
|
""" """
|
|
8
9
|
|
|
9
10
|
COMPAT_ENGINES: typing.Any
|
|
@@ -187,31 +188,35 @@ class TEXTURE_MT_context_menu(bpy_types._GenericUI):
|
|
|
187
188
|
""" """
|
|
188
189
|
...
|
|
189
190
|
|
|
190
|
-
class
|
|
191
|
-
""" """
|
|
192
|
-
|
|
193
|
-
COMPAT_ENGINES: typing.Any
|
|
191
|
+
class TextureButtonsPanel:
|
|
194
192
|
""" """
|
|
195
193
|
|
|
196
194
|
bl_context: typing.Any
|
|
197
195
|
""" """
|
|
198
196
|
|
|
199
|
-
|
|
197
|
+
bl_region_type: typing.Any
|
|
200
198
|
""" """
|
|
201
199
|
|
|
202
|
-
|
|
200
|
+
bl_space_type: typing.Any
|
|
203
201
|
""" """
|
|
204
202
|
|
|
205
|
-
|
|
203
|
+
class TextureColorsPoll:
|
|
206
204
|
""" """
|
|
207
205
|
|
|
208
|
-
|
|
206
|
+
def poll(self, context):
|
|
207
|
+
"""
|
|
208
|
+
|
|
209
|
+
:param context:
|
|
210
|
+
"""
|
|
211
|
+
...
|
|
212
|
+
|
|
213
|
+
class TEXTURE_UL_texslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
209
214
|
""" """
|
|
210
215
|
|
|
211
|
-
|
|
216
|
+
bl_rna: typing.Any
|
|
212
217
|
""" """
|
|
213
218
|
|
|
214
|
-
|
|
219
|
+
id_data: typing.Any
|
|
215
220
|
""" """
|
|
216
221
|
|
|
217
222
|
def append(self, draw_func):
|
|
@@ -233,10 +238,27 @@ class TEXTURE_PT_blend(bpy_types._GenericUI):
|
|
|
233
238
|
""" """
|
|
234
239
|
...
|
|
235
240
|
|
|
236
|
-
def
|
|
241
|
+
def draw_item(
|
|
242
|
+
self,
|
|
243
|
+
_context,
|
|
244
|
+
layout,
|
|
245
|
+
_data,
|
|
246
|
+
item,
|
|
247
|
+
icon,
|
|
248
|
+
_active_data,
|
|
249
|
+
_active_propname,
|
|
250
|
+
_index,
|
|
251
|
+
):
|
|
237
252
|
"""
|
|
238
253
|
|
|
239
|
-
:param
|
|
254
|
+
:param _context:
|
|
255
|
+
:param layout:
|
|
256
|
+
:param _data:
|
|
257
|
+
:param item:
|
|
258
|
+
:param icon:
|
|
259
|
+
:param _active_data:
|
|
260
|
+
:param _active_propname:
|
|
261
|
+
:param _index:
|
|
240
262
|
"""
|
|
241
263
|
...
|
|
242
264
|
|
|
@@ -308,13 +330,6 @@ class TEXTURE_PT_blend(bpy_types._GenericUI):
|
|
|
308
330
|
""" """
|
|
309
331
|
...
|
|
310
332
|
|
|
311
|
-
def poll(self, context):
|
|
312
|
-
"""
|
|
313
|
-
|
|
314
|
-
:param context:
|
|
315
|
-
"""
|
|
316
|
-
...
|
|
317
|
-
|
|
318
333
|
def pop(self):
|
|
319
334
|
""" """
|
|
320
335
|
...
|
|
@@ -349,7 +364,7 @@ class TEXTURE_PT_blend(bpy_types._GenericUI):
|
|
|
349
364
|
""" """
|
|
350
365
|
...
|
|
351
366
|
|
|
352
|
-
class
|
|
367
|
+
class TEXTURE_PT_context(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
353
368
|
""" """
|
|
354
369
|
|
|
355
370
|
COMPAT_ENGINES: typing.Any
|
|
@@ -361,6 +376,9 @@ class TEXTURE_PT_clouds(bpy_types._GenericUI):
|
|
|
361
376
|
bl_label: typing.Any
|
|
362
377
|
""" """
|
|
363
378
|
|
|
379
|
+
bl_options: typing.Any
|
|
380
|
+
""" """
|
|
381
|
+
|
|
364
382
|
bl_region_type: typing.Any
|
|
365
383
|
""" """
|
|
366
384
|
|
|
@@ -373,9 +391,6 @@ class TEXTURE_PT_clouds(bpy_types._GenericUI):
|
|
|
373
391
|
id_data: typing.Any
|
|
374
392
|
""" """
|
|
375
393
|
|
|
376
|
-
tex_type: typing.Any
|
|
377
|
-
""" """
|
|
378
|
-
|
|
379
394
|
def append(self, draw_func):
|
|
380
395
|
"""
|
|
381
396
|
|
|
@@ -470,13 +485,6 @@ class TEXTURE_PT_clouds(bpy_types._GenericUI):
|
|
|
470
485
|
""" """
|
|
471
486
|
...
|
|
472
487
|
|
|
473
|
-
def poll(self, context):
|
|
474
|
-
"""
|
|
475
|
-
|
|
476
|
-
:param context:
|
|
477
|
-
"""
|
|
478
|
-
...
|
|
479
|
-
|
|
480
488
|
def pop(self):
|
|
481
489
|
""" """
|
|
482
490
|
...
|
|
@@ -511,7 +519,12 @@ class TEXTURE_PT_clouds(bpy_types._GenericUI):
|
|
|
511
519
|
""" """
|
|
512
520
|
...
|
|
513
521
|
|
|
514
|
-
class
|
|
522
|
+
class TEXTURE_PT_custom_props(
|
|
523
|
+
bpy_types.Panel,
|
|
524
|
+
TextureButtonsPanel,
|
|
525
|
+
rna_prop_ui.PropertyPanel,
|
|
526
|
+
bpy_types._GenericUI,
|
|
527
|
+
):
|
|
515
528
|
""" """
|
|
516
529
|
|
|
517
530
|
COMPAT_ENGINES: typing.Any
|
|
@@ -526,6 +539,9 @@ class TEXTURE_PT_colors(bpy_types._GenericUI):
|
|
|
526
539
|
bl_options: typing.Any
|
|
527
540
|
""" """
|
|
528
541
|
|
|
542
|
+
bl_order: typing.Any
|
|
543
|
+
""" """
|
|
544
|
+
|
|
529
545
|
bl_region_type: typing.Any
|
|
530
546
|
""" """
|
|
531
547
|
|
|
@@ -673,7 +689,7 @@ class TEXTURE_PT_colors(bpy_types._GenericUI):
|
|
|
673
689
|
""" """
|
|
674
690
|
...
|
|
675
691
|
|
|
676
|
-
class
|
|
692
|
+
class TEXTURE_PT_node(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
677
693
|
""" """
|
|
678
694
|
|
|
679
695
|
COMPAT_ENGINES: typing.Any
|
|
@@ -685,12 +701,6 @@ class TEXTURE_PT_colors_ramp(bpy_types._GenericUI):
|
|
|
685
701
|
bl_label: typing.Any
|
|
686
702
|
""" """
|
|
687
703
|
|
|
688
|
-
bl_options: typing.Any
|
|
689
|
-
""" """
|
|
690
|
-
|
|
691
|
-
bl_parent_id: typing.Any
|
|
692
|
-
""" """
|
|
693
|
-
|
|
694
704
|
bl_region_type: typing.Any
|
|
695
705
|
""" """
|
|
696
706
|
|
|
@@ -729,13 +739,6 @@ class TEXTURE_PT_colors_ramp(bpy_types._GenericUI):
|
|
|
729
739
|
"""
|
|
730
740
|
...
|
|
731
741
|
|
|
732
|
-
def draw_header(self, context):
|
|
733
|
-
"""
|
|
734
|
-
|
|
735
|
-
:param context:
|
|
736
|
-
"""
|
|
737
|
-
...
|
|
738
|
-
|
|
739
742
|
def driver_add(self):
|
|
740
743
|
""" """
|
|
741
744
|
...
|
|
@@ -845,7 +848,7 @@ class TEXTURE_PT_colors_ramp(bpy_types._GenericUI):
|
|
|
845
848
|
""" """
|
|
846
849
|
...
|
|
847
850
|
|
|
848
|
-
class
|
|
851
|
+
class TEXTURE_PT_preview(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
849
852
|
""" """
|
|
850
853
|
|
|
851
854
|
COMPAT_ENGINES: typing.Any
|
|
@@ -857,9 +860,6 @@ class TEXTURE_PT_context(bpy_types._GenericUI):
|
|
|
857
860
|
bl_label: typing.Any
|
|
858
861
|
""" """
|
|
859
862
|
|
|
860
|
-
bl_options: typing.Any
|
|
861
|
-
""" """
|
|
862
|
-
|
|
863
863
|
bl_region_type: typing.Any
|
|
864
864
|
""" """
|
|
865
865
|
|
|
@@ -966,6 +966,13 @@ class TEXTURE_PT_context(bpy_types._GenericUI):
|
|
|
966
966
|
""" """
|
|
967
967
|
...
|
|
968
968
|
|
|
969
|
+
def poll(self, context):
|
|
970
|
+
"""
|
|
971
|
+
|
|
972
|
+
:param context:
|
|
973
|
+
"""
|
|
974
|
+
...
|
|
975
|
+
|
|
969
976
|
def pop(self):
|
|
970
977
|
""" """
|
|
971
978
|
...
|
|
@@ -1000,7 +1007,7 @@ class TEXTURE_PT_context(bpy_types._GenericUI):
|
|
|
1000
1007
|
""" """
|
|
1001
1008
|
...
|
|
1002
1009
|
|
|
1003
|
-
class
|
|
1010
|
+
class TextureSlotPanel(TextureButtonsPanel):
|
|
1004
1011
|
""" """
|
|
1005
1012
|
|
|
1006
1013
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1009,13 +1016,53 @@ class TEXTURE_PT_custom_props(bpy_types._GenericUI):
|
|
|
1009
1016
|
bl_context: typing.Any
|
|
1010
1017
|
""" """
|
|
1011
1018
|
|
|
1012
|
-
|
|
1019
|
+
bl_region_type: typing.Any
|
|
1013
1020
|
""" """
|
|
1014
1021
|
|
|
1015
|
-
|
|
1022
|
+
bl_space_type: typing.Any
|
|
1016
1023
|
""" """
|
|
1017
1024
|
|
|
1018
|
-
|
|
1025
|
+
def poll(self, context):
|
|
1026
|
+
"""
|
|
1027
|
+
|
|
1028
|
+
:param context:
|
|
1029
|
+
"""
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
class TextureTypePanel(TextureButtonsPanel):
|
|
1033
|
+
""" """
|
|
1034
|
+
|
|
1035
|
+
bl_context: typing.Any
|
|
1036
|
+
""" """
|
|
1037
|
+
|
|
1038
|
+
bl_region_type: typing.Any
|
|
1039
|
+
""" """
|
|
1040
|
+
|
|
1041
|
+
bl_space_type: typing.Any
|
|
1042
|
+
""" """
|
|
1043
|
+
|
|
1044
|
+
def poll(self, context):
|
|
1045
|
+
"""
|
|
1046
|
+
|
|
1047
|
+
:param context:
|
|
1048
|
+
"""
|
|
1049
|
+
...
|
|
1050
|
+
|
|
1051
|
+
class TEXTURE_PT_colors(
|
|
1052
|
+
bpy_types.Panel, TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
|
|
1053
|
+
):
|
|
1054
|
+
""" """
|
|
1055
|
+
|
|
1056
|
+
COMPAT_ENGINES: typing.Any
|
|
1057
|
+
""" """
|
|
1058
|
+
|
|
1059
|
+
bl_context: typing.Any
|
|
1060
|
+
""" """
|
|
1061
|
+
|
|
1062
|
+
bl_label: typing.Any
|
|
1063
|
+
""" """
|
|
1064
|
+
|
|
1065
|
+
bl_options: typing.Any
|
|
1019
1066
|
""" """
|
|
1020
1067
|
|
|
1021
1068
|
bl_region_type: typing.Any
|
|
@@ -1165,7 +1212,9 @@ class TEXTURE_PT_custom_props(bpy_types._GenericUI):
|
|
|
1165
1212
|
""" """
|
|
1166
1213
|
...
|
|
1167
1214
|
|
|
1168
|
-
class
|
|
1215
|
+
class TEXTURE_PT_colors_ramp(
|
|
1216
|
+
bpy_types.Panel, TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
|
|
1217
|
+
):
|
|
1169
1218
|
""" """
|
|
1170
1219
|
|
|
1171
1220
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1177,6 +1226,12 @@ class TEXTURE_PT_distortednoise(bpy_types._GenericUI):
|
|
|
1177
1226
|
bl_label: typing.Any
|
|
1178
1227
|
""" """
|
|
1179
1228
|
|
|
1229
|
+
bl_options: typing.Any
|
|
1230
|
+
""" """
|
|
1231
|
+
|
|
1232
|
+
bl_parent_id: typing.Any
|
|
1233
|
+
""" """
|
|
1234
|
+
|
|
1180
1235
|
bl_region_type: typing.Any
|
|
1181
1236
|
""" """
|
|
1182
1237
|
|
|
@@ -1189,9 +1244,6 @@ class TEXTURE_PT_distortednoise(bpy_types._GenericUI):
|
|
|
1189
1244
|
id_data: typing.Any
|
|
1190
1245
|
""" """
|
|
1191
1246
|
|
|
1192
|
-
tex_type: typing.Any
|
|
1193
|
-
""" """
|
|
1194
|
-
|
|
1195
1247
|
def append(self, draw_func):
|
|
1196
1248
|
"""
|
|
1197
1249
|
|
|
@@ -1218,6 +1270,13 @@ class TEXTURE_PT_distortednoise(bpy_types._GenericUI):
|
|
|
1218
1270
|
"""
|
|
1219
1271
|
...
|
|
1220
1272
|
|
|
1273
|
+
def draw_header(self, context):
|
|
1274
|
+
"""
|
|
1275
|
+
|
|
1276
|
+
:param context:
|
|
1277
|
+
"""
|
|
1278
|
+
...
|
|
1279
|
+
|
|
1221
1280
|
def driver_add(self):
|
|
1222
1281
|
""" """
|
|
1223
1282
|
...
|
|
@@ -1327,7 +1386,9 @@ class TEXTURE_PT_distortednoise(bpy_types._GenericUI):
|
|
|
1327
1386
|
""" """
|
|
1328
1387
|
...
|
|
1329
1388
|
|
|
1330
|
-
class
|
|
1389
|
+
class TEXTURE_PT_influence(
|
|
1390
|
+
bpy_types.Panel, TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
1391
|
+
):
|
|
1331
1392
|
""" """
|
|
1332
1393
|
|
|
1333
1394
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1339,6 +1400,9 @@ class TEXTURE_PT_image(bpy_types._GenericUI):
|
|
|
1339
1400
|
bl_label: typing.Any
|
|
1340
1401
|
""" """
|
|
1341
1402
|
|
|
1403
|
+
bl_options: typing.Any
|
|
1404
|
+
""" """
|
|
1405
|
+
|
|
1342
1406
|
bl_region_type: typing.Any
|
|
1343
1407
|
""" """
|
|
1344
1408
|
|
|
@@ -1351,9 +1415,6 @@ class TEXTURE_PT_image(bpy_types._GenericUI):
|
|
|
1351
1415
|
id_data: typing.Any
|
|
1352
1416
|
""" """
|
|
1353
1417
|
|
|
1354
|
-
tex_type: typing.Any
|
|
1355
|
-
""" """
|
|
1356
|
-
|
|
1357
1418
|
def append(self, draw_func):
|
|
1358
1419
|
"""
|
|
1359
1420
|
|
|
@@ -1373,10 +1434,10 @@ class TEXTURE_PT_image(bpy_types._GenericUI):
|
|
|
1373
1434
|
""" """
|
|
1374
1435
|
...
|
|
1375
1436
|
|
|
1376
|
-
def draw(self,
|
|
1437
|
+
def draw(self, context):
|
|
1377
1438
|
"""
|
|
1378
1439
|
|
|
1379
|
-
:param
|
|
1440
|
+
:param context:
|
|
1380
1441
|
"""
|
|
1381
1442
|
...
|
|
1382
1443
|
|
|
@@ -1489,7 +1550,9 @@ class TEXTURE_PT_image(bpy_types._GenericUI):
|
|
|
1489
1550
|
""" """
|
|
1490
1551
|
...
|
|
1491
1552
|
|
|
1492
|
-
class
|
|
1553
|
+
class TEXTURE_PT_mapping(
|
|
1554
|
+
bpy_types.Panel, TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
1555
|
+
):
|
|
1493
1556
|
""" """
|
|
1494
1557
|
|
|
1495
1558
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1501,12 +1564,6 @@ class TEXTURE_PT_image_alpha(bpy_types._GenericUI):
|
|
|
1501
1564
|
bl_label: typing.Any
|
|
1502
1565
|
""" """
|
|
1503
1566
|
|
|
1504
|
-
bl_options: typing.Any
|
|
1505
|
-
""" """
|
|
1506
|
-
|
|
1507
|
-
bl_parent_id: typing.Any
|
|
1508
|
-
""" """
|
|
1509
|
-
|
|
1510
1567
|
bl_region_type: typing.Any
|
|
1511
1568
|
""" """
|
|
1512
1569
|
|
|
@@ -1519,9 +1576,6 @@ class TEXTURE_PT_image_alpha(bpy_types._GenericUI):
|
|
|
1519
1576
|
id_data: typing.Any
|
|
1520
1577
|
""" """
|
|
1521
1578
|
|
|
1522
|
-
tex_type: typing.Any
|
|
1523
|
-
""" """
|
|
1524
|
-
|
|
1525
1579
|
def append(self, draw_func):
|
|
1526
1580
|
"""
|
|
1527
1581
|
|
|
@@ -1548,13 +1602,6 @@ class TEXTURE_PT_image_alpha(bpy_types._GenericUI):
|
|
|
1548
1602
|
"""
|
|
1549
1603
|
...
|
|
1550
1604
|
|
|
1551
|
-
def draw_header(self, context):
|
|
1552
|
-
"""
|
|
1553
|
-
|
|
1554
|
-
:param context:
|
|
1555
|
-
"""
|
|
1556
|
-
...
|
|
1557
|
-
|
|
1558
1605
|
def driver_add(self):
|
|
1559
1606
|
""" """
|
|
1560
1607
|
...
|
|
@@ -1664,7 +1711,9 @@ class TEXTURE_PT_image_alpha(bpy_types._GenericUI):
|
|
|
1664
1711
|
""" """
|
|
1665
1712
|
...
|
|
1666
1713
|
|
|
1667
|
-
class
|
|
1714
|
+
class TEXTURE_PT_blend(
|
|
1715
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
1716
|
+
):
|
|
1668
1717
|
""" """
|
|
1669
1718
|
|
|
1670
1719
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1676,12 +1725,6 @@ class TEXTURE_PT_image_mapping(bpy_types._GenericUI):
|
|
|
1676
1725
|
bl_label: typing.Any
|
|
1677
1726
|
""" """
|
|
1678
1727
|
|
|
1679
|
-
bl_options: typing.Any
|
|
1680
|
-
""" """
|
|
1681
|
-
|
|
1682
|
-
bl_parent_id: typing.Any
|
|
1683
|
-
""" """
|
|
1684
|
-
|
|
1685
1728
|
bl_region_type: typing.Any
|
|
1686
1729
|
""" """
|
|
1687
1730
|
|
|
@@ -1832,7 +1875,9 @@ class TEXTURE_PT_image_mapping(bpy_types._GenericUI):
|
|
|
1832
1875
|
""" """
|
|
1833
1876
|
...
|
|
1834
1877
|
|
|
1835
|
-
class
|
|
1878
|
+
class TEXTURE_PT_clouds(
|
|
1879
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
1880
|
+
):
|
|
1836
1881
|
""" """
|
|
1837
1882
|
|
|
1838
1883
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1844,12 +1889,6 @@ class TEXTURE_PT_image_mapping_crop(bpy_types._GenericUI):
|
|
|
1844
1889
|
bl_label: typing.Any
|
|
1845
1890
|
""" """
|
|
1846
1891
|
|
|
1847
|
-
bl_options: typing.Any
|
|
1848
|
-
""" """
|
|
1849
|
-
|
|
1850
|
-
bl_parent_id: typing.Any
|
|
1851
|
-
""" """
|
|
1852
|
-
|
|
1853
1892
|
bl_region_type: typing.Any
|
|
1854
1893
|
""" """
|
|
1855
1894
|
|
|
@@ -2000,7 +2039,9 @@ class TEXTURE_PT_image_mapping_crop(bpy_types._GenericUI):
|
|
|
2000
2039
|
""" """
|
|
2001
2040
|
...
|
|
2002
2041
|
|
|
2003
|
-
class
|
|
2042
|
+
class TEXTURE_PT_distortednoise(
|
|
2043
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2044
|
+
):
|
|
2004
2045
|
""" """
|
|
2005
2046
|
|
|
2006
2047
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2012,12 +2053,6 @@ class TEXTURE_PT_image_sampling(bpy_types._GenericUI):
|
|
|
2012
2053
|
bl_label: typing.Any
|
|
2013
2054
|
""" """
|
|
2014
2055
|
|
|
2015
|
-
bl_options: typing.Any
|
|
2016
|
-
""" """
|
|
2017
|
-
|
|
2018
|
-
bl_parent_id: typing.Any
|
|
2019
|
-
""" """
|
|
2020
|
-
|
|
2021
2056
|
bl_region_type: typing.Any
|
|
2022
2057
|
""" """
|
|
2023
2058
|
|
|
@@ -2168,7 +2203,9 @@ class TEXTURE_PT_image_sampling(bpy_types._GenericUI):
|
|
|
2168
2203
|
""" """
|
|
2169
2204
|
...
|
|
2170
2205
|
|
|
2171
|
-
class
|
|
2206
|
+
class TEXTURE_PT_image(
|
|
2207
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2208
|
+
):
|
|
2172
2209
|
""" """
|
|
2173
2210
|
|
|
2174
2211
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2180,9 +2217,6 @@ class TEXTURE_PT_image_settings(bpy_types._GenericUI):
|
|
|
2180
2217
|
bl_label: typing.Any
|
|
2181
2218
|
""" """
|
|
2182
2219
|
|
|
2183
|
-
bl_parent_id: typing.Any
|
|
2184
|
-
""" """
|
|
2185
|
-
|
|
2186
2220
|
bl_region_type: typing.Any
|
|
2187
2221
|
""" """
|
|
2188
2222
|
|
|
@@ -2217,10 +2251,10 @@ class TEXTURE_PT_image_settings(bpy_types._GenericUI):
|
|
|
2217
2251
|
""" """
|
|
2218
2252
|
...
|
|
2219
2253
|
|
|
2220
|
-
def draw(self,
|
|
2254
|
+
def draw(self, _context):
|
|
2221
2255
|
"""
|
|
2222
2256
|
|
|
2223
|
-
:param
|
|
2257
|
+
:param _context:
|
|
2224
2258
|
"""
|
|
2225
2259
|
...
|
|
2226
2260
|
|
|
@@ -2333,7 +2367,9 @@ class TEXTURE_PT_image_settings(bpy_types._GenericUI):
|
|
|
2333
2367
|
""" """
|
|
2334
2368
|
...
|
|
2335
2369
|
|
|
2336
|
-
class
|
|
2370
|
+
class TEXTURE_PT_image_alpha(
|
|
2371
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2372
|
+
):
|
|
2337
2373
|
""" """
|
|
2338
2374
|
|
|
2339
2375
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2348,6 +2384,9 @@ class TEXTURE_PT_influence(bpy_types._GenericUI):
|
|
|
2348
2384
|
bl_options: typing.Any
|
|
2349
2385
|
""" """
|
|
2350
2386
|
|
|
2387
|
+
bl_parent_id: typing.Any
|
|
2388
|
+
""" """
|
|
2389
|
+
|
|
2351
2390
|
bl_region_type: typing.Any
|
|
2352
2391
|
""" """
|
|
2353
2392
|
|
|
@@ -2360,6 +2399,9 @@ class TEXTURE_PT_influence(bpy_types._GenericUI):
|
|
|
2360
2399
|
id_data: typing.Any
|
|
2361
2400
|
""" """
|
|
2362
2401
|
|
|
2402
|
+
tex_type: typing.Any
|
|
2403
|
+
""" """
|
|
2404
|
+
|
|
2363
2405
|
def append(self, draw_func):
|
|
2364
2406
|
"""
|
|
2365
2407
|
|
|
@@ -2386,6 +2428,13 @@ class TEXTURE_PT_influence(bpy_types._GenericUI):
|
|
|
2386
2428
|
"""
|
|
2387
2429
|
...
|
|
2388
2430
|
|
|
2431
|
+
def draw_header(self, context):
|
|
2432
|
+
"""
|
|
2433
|
+
|
|
2434
|
+
:param context:
|
|
2435
|
+
"""
|
|
2436
|
+
...
|
|
2437
|
+
|
|
2389
2438
|
def driver_add(self):
|
|
2390
2439
|
""" """
|
|
2391
2440
|
...
|
|
@@ -2495,7 +2544,9 @@ class TEXTURE_PT_influence(bpy_types._GenericUI):
|
|
|
2495
2544
|
""" """
|
|
2496
2545
|
...
|
|
2497
2546
|
|
|
2498
|
-
class
|
|
2547
|
+
class TEXTURE_PT_image_mapping(
|
|
2548
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2549
|
+
):
|
|
2499
2550
|
""" """
|
|
2500
2551
|
|
|
2501
2552
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2507,6 +2558,12 @@ class TEXTURE_PT_magic(bpy_types._GenericUI):
|
|
|
2507
2558
|
bl_label: typing.Any
|
|
2508
2559
|
""" """
|
|
2509
2560
|
|
|
2561
|
+
bl_options: typing.Any
|
|
2562
|
+
""" """
|
|
2563
|
+
|
|
2564
|
+
bl_parent_id: typing.Any
|
|
2565
|
+
""" """
|
|
2566
|
+
|
|
2510
2567
|
bl_region_type: typing.Any
|
|
2511
2568
|
""" """
|
|
2512
2569
|
|
|
@@ -2657,7 +2714,9 @@ class TEXTURE_PT_magic(bpy_types._GenericUI):
|
|
|
2657
2714
|
""" """
|
|
2658
2715
|
...
|
|
2659
2716
|
|
|
2660
|
-
class
|
|
2717
|
+
class TEXTURE_PT_image_mapping_crop(
|
|
2718
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2719
|
+
):
|
|
2661
2720
|
""" """
|
|
2662
2721
|
|
|
2663
2722
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2669,6 +2728,12 @@ class TEXTURE_PT_mapping(bpy_types._GenericUI):
|
|
|
2669
2728
|
bl_label: typing.Any
|
|
2670
2729
|
""" """
|
|
2671
2730
|
|
|
2731
|
+
bl_options: typing.Any
|
|
2732
|
+
""" """
|
|
2733
|
+
|
|
2734
|
+
bl_parent_id: typing.Any
|
|
2735
|
+
""" """
|
|
2736
|
+
|
|
2672
2737
|
bl_region_type: typing.Any
|
|
2673
2738
|
""" """
|
|
2674
2739
|
|
|
@@ -2681,6 +2746,9 @@ class TEXTURE_PT_mapping(bpy_types._GenericUI):
|
|
|
2681
2746
|
id_data: typing.Any
|
|
2682
2747
|
""" """
|
|
2683
2748
|
|
|
2749
|
+
tex_type: typing.Any
|
|
2750
|
+
""" """
|
|
2751
|
+
|
|
2684
2752
|
def append(self, draw_func):
|
|
2685
2753
|
"""
|
|
2686
2754
|
|
|
@@ -2816,7 +2884,9 @@ class TEXTURE_PT_mapping(bpy_types._GenericUI):
|
|
|
2816
2884
|
""" """
|
|
2817
2885
|
...
|
|
2818
2886
|
|
|
2819
|
-
class
|
|
2887
|
+
class TEXTURE_PT_image_sampling(
|
|
2888
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2889
|
+
):
|
|
2820
2890
|
""" """
|
|
2821
2891
|
|
|
2822
2892
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2828,6 +2898,12 @@ class TEXTURE_PT_marble(bpy_types._GenericUI):
|
|
|
2828
2898
|
bl_label: typing.Any
|
|
2829
2899
|
""" """
|
|
2830
2900
|
|
|
2901
|
+
bl_options: typing.Any
|
|
2902
|
+
""" """
|
|
2903
|
+
|
|
2904
|
+
bl_parent_id: typing.Any
|
|
2905
|
+
""" """
|
|
2906
|
+
|
|
2831
2907
|
bl_region_type: typing.Any
|
|
2832
2908
|
""" """
|
|
2833
2909
|
|
|
@@ -2978,7 +3054,9 @@ class TEXTURE_PT_marble(bpy_types._GenericUI):
|
|
|
2978
3054
|
""" """
|
|
2979
3055
|
...
|
|
2980
3056
|
|
|
2981
|
-
class
|
|
3057
|
+
class TEXTURE_PT_image_settings(
|
|
3058
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3059
|
+
):
|
|
2982
3060
|
""" """
|
|
2983
3061
|
|
|
2984
3062
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2990,6 +3068,9 @@ class TEXTURE_PT_musgrave(bpy_types._GenericUI):
|
|
|
2990
3068
|
bl_label: typing.Any
|
|
2991
3069
|
""" """
|
|
2992
3070
|
|
|
3071
|
+
bl_parent_id: typing.Any
|
|
3072
|
+
""" """
|
|
3073
|
+
|
|
2993
3074
|
bl_region_type: typing.Any
|
|
2994
3075
|
""" """
|
|
2995
3076
|
|
|
@@ -3140,7 +3221,9 @@ class TEXTURE_PT_musgrave(bpy_types._GenericUI):
|
|
|
3140
3221
|
""" """
|
|
3141
3222
|
...
|
|
3142
3223
|
|
|
3143
|
-
class
|
|
3224
|
+
class TEXTURE_PT_magic(
|
|
3225
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3226
|
+
):
|
|
3144
3227
|
""" """
|
|
3145
3228
|
|
|
3146
3229
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3164,6 +3247,9 @@ class TEXTURE_PT_node(bpy_types._GenericUI):
|
|
|
3164
3247
|
id_data: typing.Any
|
|
3165
3248
|
""" """
|
|
3166
3249
|
|
|
3250
|
+
tex_type: typing.Any
|
|
3251
|
+
""" """
|
|
3252
|
+
|
|
3167
3253
|
def append(self, draw_func):
|
|
3168
3254
|
"""
|
|
3169
3255
|
|
|
@@ -3299,7 +3385,9 @@ class TEXTURE_PT_node(bpy_types._GenericUI):
|
|
|
3299
3385
|
""" """
|
|
3300
3386
|
...
|
|
3301
3387
|
|
|
3302
|
-
class
|
|
3388
|
+
class TEXTURE_PT_marble(
|
|
3389
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3390
|
+
):
|
|
3303
3391
|
""" """
|
|
3304
3392
|
|
|
3305
3393
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3323,6 +3411,9 @@ class TEXTURE_PT_preview(bpy_types._GenericUI):
|
|
|
3323
3411
|
id_data: typing.Any
|
|
3324
3412
|
""" """
|
|
3325
3413
|
|
|
3414
|
+
tex_type: typing.Any
|
|
3415
|
+
""" """
|
|
3416
|
+
|
|
3326
3417
|
def append(self, draw_func):
|
|
3327
3418
|
"""
|
|
3328
3419
|
|
|
@@ -3458,7 +3549,9 @@ class TEXTURE_PT_preview(bpy_types._GenericUI):
|
|
|
3458
3549
|
""" """
|
|
3459
3550
|
...
|
|
3460
3551
|
|
|
3461
|
-
class
|
|
3552
|
+
class TEXTURE_PT_musgrave(
|
|
3553
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3554
|
+
):
|
|
3462
3555
|
""" """
|
|
3463
3556
|
|
|
3464
3557
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3620,7 +3713,9 @@ class TEXTURE_PT_stucci(bpy_types._GenericUI):
|
|
|
3620
3713
|
""" """
|
|
3621
3714
|
...
|
|
3622
3715
|
|
|
3623
|
-
class
|
|
3716
|
+
class TEXTURE_PT_stucci(
|
|
3717
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3718
|
+
):
|
|
3624
3719
|
""" """
|
|
3625
3720
|
|
|
3626
3721
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3782,7 +3877,9 @@ class TEXTURE_PT_voronoi(bpy_types._GenericUI):
|
|
|
3782
3877
|
""" """
|
|
3783
3878
|
...
|
|
3784
3879
|
|
|
3785
|
-
class
|
|
3880
|
+
class TEXTURE_PT_voronoi(
|
|
3881
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3882
|
+
):
|
|
3786
3883
|
""" """
|
|
3787
3884
|
|
|
3788
3885
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3794,9 +3891,6 @@ class TEXTURE_PT_voronoi_feature_weights(bpy_types._GenericUI):
|
|
|
3794
3891
|
bl_label: typing.Any
|
|
3795
3892
|
""" """
|
|
3796
3893
|
|
|
3797
|
-
bl_parent_id: typing.Any
|
|
3798
|
-
""" """
|
|
3799
|
-
|
|
3800
3894
|
bl_region_type: typing.Any
|
|
3801
3895
|
""" """
|
|
3802
3896
|
|
|
@@ -3947,7 +4041,9 @@ class TEXTURE_PT_voronoi_feature_weights(bpy_types._GenericUI):
|
|
|
3947
4041
|
""" """
|
|
3948
4042
|
...
|
|
3949
4043
|
|
|
3950
|
-
class
|
|
4044
|
+
class TEXTURE_PT_voronoi_feature_weights(
|
|
4045
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4046
|
+
):
|
|
3951
4047
|
""" """
|
|
3952
4048
|
|
|
3953
4049
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3959,6 +4055,9 @@ class TEXTURE_PT_wood(bpy_types._GenericUI):
|
|
|
3959
4055
|
bl_label: typing.Any
|
|
3960
4056
|
""" """
|
|
3961
4057
|
|
|
4058
|
+
bl_parent_id: typing.Any
|
|
4059
|
+
""" """
|
|
4060
|
+
|
|
3962
4061
|
bl_region_type: typing.Any
|
|
3963
4062
|
""" """
|
|
3964
4063
|
|
|
@@ -4109,15 +4208,35 @@ class TEXTURE_PT_wood(bpy_types._GenericUI):
|
|
|
4109
4208
|
""" """
|
|
4110
4209
|
...
|
|
4111
4210
|
|
|
4112
|
-
class
|
|
4211
|
+
class TEXTURE_PT_wood(
|
|
4212
|
+
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4213
|
+
):
|
|
4214
|
+
""" """
|
|
4215
|
+
|
|
4216
|
+
COMPAT_ENGINES: typing.Any
|
|
4217
|
+
""" """
|
|
4218
|
+
|
|
4219
|
+
bl_context: typing.Any
|
|
4220
|
+
""" """
|
|
4221
|
+
|
|
4222
|
+
bl_label: typing.Any
|
|
4223
|
+
""" """
|
|
4224
|
+
|
|
4225
|
+
bl_region_type: typing.Any
|
|
4113
4226
|
""" """
|
|
4114
4227
|
|
|
4115
4228
|
bl_rna: typing.Any
|
|
4116
4229
|
""" """
|
|
4117
4230
|
|
|
4231
|
+
bl_space_type: typing.Any
|
|
4232
|
+
""" """
|
|
4233
|
+
|
|
4118
4234
|
id_data: typing.Any
|
|
4119
4235
|
""" """
|
|
4120
4236
|
|
|
4237
|
+
tex_type: typing.Any
|
|
4238
|
+
""" """
|
|
4239
|
+
|
|
4121
4240
|
def append(self, draw_func):
|
|
4122
4241
|
"""
|
|
4123
4242
|
|
|
@@ -4137,27 +4256,10 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
4137
4256
|
""" """
|
|
4138
4257
|
...
|
|
4139
4258
|
|
|
4140
|
-
def
|
|
4141
|
-
self,
|
|
4142
|
-
_context,
|
|
4143
|
-
layout,
|
|
4144
|
-
_data,
|
|
4145
|
-
item,
|
|
4146
|
-
icon,
|
|
4147
|
-
_active_data,
|
|
4148
|
-
_active_propname,
|
|
4149
|
-
_index,
|
|
4150
|
-
):
|
|
4259
|
+
def draw(self, context):
|
|
4151
4260
|
"""
|
|
4152
4261
|
|
|
4153
|
-
:param
|
|
4154
|
-
:param layout:
|
|
4155
|
-
:param _data:
|
|
4156
|
-
:param item:
|
|
4157
|
-
:param icon:
|
|
4158
|
-
:param _active_data:
|
|
4159
|
-
:param _active_propname:
|
|
4160
|
-
:param _index:
|
|
4262
|
+
:param context:
|
|
4161
4263
|
"""
|
|
4162
4264
|
...
|
|
4163
4265
|
|
|
@@ -4229,6 +4331,13 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
4229
4331
|
""" """
|
|
4230
4332
|
...
|
|
4231
4333
|
|
|
4334
|
+
def poll(self, context):
|
|
4335
|
+
"""
|
|
4336
|
+
|
|
4337
|
+
:param context:
|
|
4338
|
+
"""
|
|
4339
|
+
...
|
|
4340
|
+
|
|
4232
4341
|
def pop(self):
|
|
4233
4342
|
""" """
|
|
4234
4343
|
...
|
|
@@ -4263,69 +4372,6 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
4263
4372
|
""" """
|
|
4264
4373
|
...
|
|
4265
4374
|
|
|
4266
|
-
class TextureButtonsPanel:
|
|
4267
|
-
""" """
|
|
4268
|
-
|
|
4269
|
-
bl_context: typing.Any
|
|
4270
|
-
""" """
|
|
4271
|
-
|
|
4272
|
-
bl_region_type: typing.Any
|
|
4273
|
-
""" """
|
|
4274
|
-
|
|
4275
|
-
bl_space_type: typing.Any
|
|
4276
|
-
""" """
|
|
4277
|
-
|
|
4278
|
-
class TextureColorsPoll:
|
|
4279
|
-
""" """
|
|
4280
|
-
|
|
4281
|
-
def poll(self, context):
|
|
4282
|
-
"""
|
|
4283
|
-
|
|
4284
|
-
:param context:
|
|
4285
|
-
"""
|
|
4286
|
-
...
|
|
4287
|
-
|
|
4288
|
-
class TextureSlotPanel(TextureButtonsPanel):
|
|
4289
|
-
""" """
|
|
4290
|
-
|
|
4291
|
-
COMPAT_ENGINES: typing.Any
|
|
4292
|
-
""" """
|
|
4293
|
-
|
|
4294
|
-
bl_context: typing.Any
|
|
4295
|
-
""" """
|
|
4296
|
-
|
|
4297
|
-
bl_region_type: typing.Any
|
|
4298
|
-
""" """
|
|
4299
|
-
|
|
4300
|
-
bl_space_type: typing.Any
|
|
4301
|
-
""" """
|
|
4302
|
-
|
|
4303
|
-
def poll(self, context):
|
|
4304
|
-
"""
|
|
4305
|
-
|
|
4306
|
-
:param context:
|
|
4307
|
-
"""
|
|
4308
|
-
...
|
|
4309
|
-
|
|
4310
|
-
class TextureTypePanel(TextureButtonsPanel):
|
|
4311
|
-
""" """
|
|
4312
|
-
|
|
4313
|
-
bl_context: typing.Any
|
|
4314
|
-
""" """
|
|
4315
|
-
|
|
4316
|
-
bl_region_type: typing.Any
|
|
4317
|
-
""" """
|
|
4318
|
-
|
|
4319
|
-
bl_space_type: typing.Any
|
|
4320
|
-
""" """
|
|
4321
|
-
|
|
4322
|
-
def poll(self, context):
|
|
4323
|
-
"""
|
|
4324
|
-
|
|
4325
|
-
:param context:
|
|
4326
|
-
"""
|
|
4327
|
-
...
|
|
4328
|
-
|
|
4329
4375
|
def context_tex_datablock(context):
|
|
4330
4376
|
""" """
|
|
4331
4377
|
|