fake-bpy-module 20240721__py3-none-any.whl → 20240723__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.
- bl_operators/bone_selection_sets/__init__.pyi +6 -18
- bl_operators/node/__init__.pyi +2 -4
- bl_operators/presets/__init__.pyi +2 -5
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +6 -18
- bl_ui/properties_constraint/__init__.pyi +79 -142
- bl_ui/properties_data_armature/__init__.pyi +17 -32
- bl_ui/properties_data_bone/__init__.pyi +10 -15
- bl_ui/properties_data_camera/__init__.pyi +14 -29
- bl_ui/properties_data_curve/__init__.pyi +15 -40
- bl_ui/properties_data_curves/__init__.pyi +6 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -4
- bl_ui/properties_data_light/__init__.pyi +12 -23
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- bl_ui/properties_data_mesh/__init__.pyi +20 -27
- bl_ui/properties_data_metaball/__init__.pyi +5 -8
- bl_ui/properties_data_modifier/__init__.pyi +9 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +5 -6
- bl_ui/properties_data_volume/__init__.pyi +8 -13
- bl_ui/properties_freestyle/__init__.pyi +26 -112
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +16 -40
- bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- bl_ui/properties_object/__init__.pyi +14 -25
- bl_ui/properties_output/__init__.pyi +18 -45
- bl_ui/properties_paint_common/__init__.pyi +9 -10
- bl_ui/properties_particle/__init__.pyi +52 -134
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- bl_ui/properties_physics_field/__init__.pyi +10 -27
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- bl_ui/properties_render/__init__.pyi +55 -146
- bl_ui/properties_scene/__init__.pyi +15 -28
- bl_ui/properties_texture/__init__.pyi +26 -70
- bl_ui/properties_view_layer/__init__.pyi +49 -80
- bl_ui/properties_workspace/__init__.pyi +4 -8
- bl_ui/properties_world/__init__.pyi +10 -17
- bl_ui/space_clip/__init__.pyi +72 -116
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +39 -56
- bl_ui/space_filebrowser/__init__.pyi +29 -44
- bl_ui/space_graph/__init__.pyi +20 -23
- bl_ui/space_image/__init__.pyi +69 -134
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +17 -26
- bl_ui/space_node/__init__.pyi +28 -35
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +80 -134
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -12
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +91 -196
- bl_ui/space_view3d/__init__.pyi +279 -342
- bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,6 @@ import bl_ui.properties_grease_pencil_common
|
|
|
5
5
|
import bl_ui.properties_paint_common
|
|
6
6
|
import bl_ui.utils
|
|
7
7
|
import bpy.types
|
|
8
|
-
import bpy_types
|
|
9
8
|
|
|
10
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
11
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -83,7 +82,7 @@ class SelectPaintSlotHelper:
|
|
|
83
82
|
"""
|
|
84
83
|
...
|
|
85
84
|
|
|
86
|
-
class TEXTURE_UL_texpaintslots(bpy.types.UIList
|
|
85
|
+
class TEXTURE_UL_texpaintslots(bpy.types.UIList):
|
|
87
86
|
bl_rna: typing.Any
|
|
88
87
|
id_data: typing.Any
|
|
89
88
|
|
|
@@ -127,7 +126,7 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList, bpy_types._GenericUI):
|
|
|
127
126
|
"""
|
|
128
127
|
...
|
|
129
128
|
|
|
130
|
-
class VIEW3D_MT_brush_context_menu(bpy.types.Menu
|
|
129
|
+
class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
|
|
131
130
|
bl_label: typing.Any
|
|
132
131
|
bl_rna: typing.Any
|
|
133
132
|
id_data: typing.Any
|
|
@@ -155,7 +154,7 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
155
154
|
"""
|
|
156
155
|
...
|
|
157
156
|
|
|
158
|
-
class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu
|
|
157
|
+
class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
|
|
159
158
|
bl_label: typing.Any
|
|
160
159
|
bl_rna: typing.Any
|
|
161
160
|
id_data: typing.Any
|
|
@@ -183,7 +182,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
183
182
|
"""
|
|
184
183
|
...
|
|
185
184
|
|
|
186
|
-
class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu
|
|
185
|
+
class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
|
|
187
186
|
bl_label: typing.Any
|
|
188
187
|
bl_rna: typing.Any
|
|
189
188
|
id_data: typing.Any
|
|
@@ -211,7 +210,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
211
210
|
"""
|
|
212
211
|
...
|
|
213
212
|
|
|
214
|
-
class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu
|
|
213
|
+
class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
|
|
215
214
|
bl_label: typing.Any
|
|
216
215
|
bl_rna: typing.Any
|
|
217
216
|
id_data: typing.Any
|
|
@@ -239,17 +238,13 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
239
238
|
"""
|
|
240
239
|
...
|
|
241
240
|
|
|
242
|
-
class
|
|
243
|
-
View3DPanel,
|
|
244
|
-
bpy_types._GenericUI,
|
|
245
|
-
bpy.types.Panel,
|
|
246
|
-
View3DPaintPanel,
|
|
247
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
248
|
-
):
|
|
241
|
+
class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
249
242
|
bl_category: typing.Any
|
|
250
|
-
|
|
243
|
+
bl_region_type: typing.Any
|
|
244
|
+
bl_space_type: typing.Any
|
|
245
|
+
|
|
246
|
+
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
|
|
251
247
|
bl_label: typing.Any
|
|
252
|
-
bl_options: typing.Any
|
|
253
248
|
bl_region_type: typing.Any
|
|
254
249
|
bl_rna: typing.Any
|
|
255
250
|
bl_space_type: typing.Any
|
|
@@ -271,29 +266,17 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
271
266
|
"""
|
|
272
267
|
...
|
|
273
268
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
:param context:
|
|
278
|
-
"""
|
|
279
|
-
...
|
|
280
|
-
|
|
281
|
-
@classmethod
|
|
282
|
-
def poll(cls, context):
|
|
283
|
-
"""
|
|
284
|
-
|
|
285
|
-
:param context:
|
|
286
|
-
"""
|
|
287
|
-
...
|
|
269
|
+
class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
|
|
270
|
+
"""Brush settings"""
|
|
288
271
|
|
|
289
|
-
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
290
|
-
bpy.types.Panel, bpy_types._GenericUI
|
|
291
|
-
):
|
|
292
272
|
bl_label: typing.Any
|
|
293
273
|
bl_region_type: typing.Any
|
|
294
274
|
bl_rna: typing.Any
|
|
295
275
|
bl_space_type: typing.Any
|
|
296
276
|
id_data: typing.Any
|
|
277
|
+
preset_add_operator: typing.Any
|
|
278
|
+
preset_operator: typing.Any
|
|
279
|
+
preset_subdir: typing.Any
|
|
297
280
|
|
|
298
281
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
299
282
|
"""
|
|
@@ -311,19 +294,13 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
|
311
294
|
"""
|
|
312
295
|
...
|
|
313
296
|
|
|
314
|
-
class
|
|
315
|
-
bpy_types._GenericUI, bpy.types.Panel, bl_ui.utils.PresetPanel
|
|
316
|
-
):
|
|
317
|
-
"""Brush settings"""
|
|
318
|
-
|
|
297
|
+
class VIEW3D_PT_mask(bpy.types.Panel):
|
|
319
298
|
bl_label: typing.Any
|
|
299
|
+
bl_options: typing.Any
|
|
320
300
|
bl_region_type: typing.Any
|
|
321
301
|
bl_rna: typing.Any
|
|
322
302
|
bl_space_type: typing.Any
|
|
323
303
|
id_data: typing.Any
|
|
324
|
-
preset_add_operator: typing.Any
|
|
325
|
-
preset_operator: typing.Any
|
|
326
|
-
preset_subdir: typing.Any
|
|
327
304
|
|
|
328
305
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
329
306
|
"""
|
|
@@ -341,35 +318,19 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
341
318
|
"""
|
|
342
319
|
...
|
|
343
320
|
|
|
344
|
-
|
|
345
|
-
View3DPanel, View3DPaintPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
346
|
-
):
|
|
347
|
-
bl_category: typing.Any
|
|
348
|
-
bl_label: typing.Any
|
|
349
|
-
bl_region_type: typing.Any
|
|
350
|
-
bl_space_type: typing.Any
|
|
351
|
-
|
|
352
|
-
def draw(self, _context):
|
|
353
|
-
"""
|
|
354
|
-
|
|
355
|
-
:param _context:
|
|
356
|
-
"""
|
|
357
|
-
...
|
|
358
|
-
|
|
359
|
-
@classmethod
|
|
360
|
-
def poll(cls, _context):
|
|
321
|
+
def draw(self, context):
|
|
361
322
|
"""
|
|
362
323
|
|
|
363
|
-
:param
|
|
324
|
+
:param context:
|
|
364
325
|
"""
|
|
365
326
|
...
|
|
366
327
|
|
|
367
|
-
class
|
|
328
|
+
class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
|
|
368
329
|
bl_label: typing.Any
|
|
369
|
-
bl_options: typing.Any
|
|
370
330
|
bl_region_type: typing.Any
|
|
371
331
|
bl_rna: typing.Any
|
|
372
332
|
bl_space_type: typing.Any
|
|
333
|
+
bl_ui_units_x: typing.Any
|
|
373
334
|
id_data: typing.Any
|
|
374
335
|
|
|
375
336
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -388,24 +349,8 @@ class VIEW3D_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
388
349
|
"""
|
|
389
350
|
...
|
|
390
351
|
|
|
391
|
-
|
|
392
|
-
"""
|
|
393
|
-
|
|
394
|
-
:param context:
|
|
395
|
-
"""
|
|
396
|
-
...
|
|
397
|
-
|
|
398
|
-
class VIEW3D_PT_sculpt_dyntopo(
|
|
399
|
-
View3DPanel,
|
|
400
|
-
bpy_types._GenericUI,
|
|
401
|
-
bpy.types.Panel,
|
|
402
|
-
View3DPaintPanel,
|
|
403
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
404
|
-
):
|
|
405
|
-
bl_category: typing.Any
|
|
406
|
-
bl_context: typing.Any
|
|
352
|
+
class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
|
|
407
353
|
bl_label: typing.Any
|
|
408
|
-
bl_options: typing.Any
|
|
409
354
|
bl_region_type: typing.Any
|
|
410
355
|
bl_rna: typing.Any
|
|
411
356
|
bl_space_type: typing.Any
|
|
@@ -442,29 +387,13 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
442
387
|
"""
|
|
443
388
|
...
|
|
444
389
|
|
|
445
|
-
|
|
446
|
-
def poll(cls, context):
|
|
447
|
-
"""
|
|
448
|
-
|
|
449
|
-
:param context:
|
|
450
|
-
"""
|
|
451
|
-
...
|
|
452
|
-
|
|
453
|
-
class VIEW3D_PT_sculpt_options(
|
|
454
|
-
View3DPanel,
|
|
455
|
-
bpy_types._GenericUI,
|
|
456
|
-
bpy.types.Panel,
|
|
457
|
-
View3DPaintPanel,
|
|
458
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
459
|
-
):
|
|
460
|
-
bl_category: typing.Any
|
|
461
|
-
bl_context: typing.Any
|
|
390
|
+
class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
|
|
462
391
|
bl_label: typing.Any
|
|
463
|
-
bl_options: typing.Any
|
|
464
392
|
bl_region_type: typing.Any
|
|
465
393
|
bl_rna: typing.Any
|
|
466
394
|
bl_space_type: typing.Any
|
|
467
|
-
|
|
395
|
+
canvas_image_attr_name: typing.Any
|
|
396
|
+
canvas_source_attr_name: typing.Any
|
|
468
397
|
id_data: typing.Any
|
|
469
398
|
|
|
470
399
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -483,54 +412,21 @@ class VIEW3D_PT_sculpt_options(
|
|
|
483
412
|
"""
|
|
484
413
|
...
|
|
485
414
|
|
|
486
|
-
def
|
|
487
|
-
"""
|
|
488
|
-
|
|
489
|
-
:param context:
|
|
490
|
-
"""
|
|
491
|
-
...
|
|
492
|
-
|
|
493
|
-
@classmethod
|
|
494
|
-
def poll(cls, context):
|
|
415
|
+
def draw_header(self, context):
|
|
495
416
|
"""
|
|
496
417
|
|
|
497
418
|
:param context:
|
|
498
419
|
"""
|
|
499
420
|
...
|
|
500
421
|
|
|
501
|
-
|
|
502
|
-
View3DPanel,
|
|
503
|
-
bpy_types._GenericUI,
|
|
504
|
-
bpy.types.Panel,
|
|
505
|
-
View3DPaintPanel,
|
|
506
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
507
|
-
):
|
|
508
|
-
bl_category: typing.Any
|
|
509
|
-
bl_context: typing.Any
|
|
510
|
-
bl_label: typing.Any
|
|
511
|
-
bl_parent_id: typing.Any
|
|
512
|
-
bl_region_type: typing.Any
|
|
513
|
-
bl_rna: typing.Any
|
|
514
|
-
bl_space_type: typing.Any
|
|
515
|
-
id_data: typing.Any
|
|
516
|
-
|
|
517
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
518
|
-
"""
|
|
519
|
-
|
|
520
|
-
:return: The RNA type or default when not found.
|
|
521
|
-
:rtype: bpy.types.Struct
|
|
522
|
-
"""
|
|
523
|
-
...
|
|
524
|
-
|
|
525
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
422
|
+
def draw_image_interpolation(self, **kwargs):
|
|
526
423
|
"""
|
|
527
424
|
|
|
528
|
-
:
|
|
529
|
-
:rtype: typing.Any
|
|
425
|
+
:param kwargs:
|
|
530
426
|
"""
|
|
531
427
|
...
|
|
532
428
|
|
|
533
|
-
def
|
|
429
|
+
def get_mode_settings(self, context):
|
|
534
430
|
"""
|
|
535
431
|
|
|
536
432
|
:param context:
|
|
@@ -545,20 +441,13 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
545
441
|
"""
|
|
546
442
|
...
|
|
547
443
|
|
|
548
|
-
class
|
|
549
|
-
View3DPanel,
|
|
550
|
-
bpy_types._GenericUI,
|
|
551
|
-
bpy.types.Panel,
|
|
552
|
-
View3DPaintPanel,
|
|
553
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
554
|
-
):
|
|
555
|
-
bl_category: typing.Any
|
|
556
|
-
bl_context: typing.Any
|
|
444
|
+
class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
|
|
557
445
|
bl_label: typing.Any
|
|
558
|
-
bl_options: typing.Any
|
|
559
446
|
bl_region_type: typing.Any
|
|
560
447
|
bl_rna: typing.Any
|
|
561
448
|
bl_space_type: typing.Any
|
|
449
|
+
canvas_image_attr_name: typing.Any
|
|
450
|
+
canvas_source_attr_name: typing.Any
|
|
562
451
|
id_data: typing.Any
|
|
563
452
|
|
|
564
453
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -577,56 +466,38 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
577
466
|
"""
|
|
578
467
|
...
|
|
579
468
|
|
|
580
|
-
def
|
|
469
|
+
def draw_header(self, context):
|
|
581
470
|
"""
|
|
582
471
|
|
|
583
472
|
:param context:
|
|
584
473
|
"""
|
|
585
474
|
...
|
|
586
475
|
|
|
587
|
-
|
|
588
|
-
def poll(cls, context):
|
|
476
|
+
def draw_image_interpolation(self, layout, mode_settings):
|
|
589
477
|
"""
|
|
590
478
|
|
|
591
|
-
:param
|
|
479
|
+
:param layout:
|
|
480
|
+
:param mode_settings:
|
|
592
481
|
"""
|
|
593
482
|
...
|
|
594
483
|
|
|
595
|
-
|
|
596
|
-
bl_label: typing.Any
|
|
597
|
-
bl_region_type: typing.Any
|
|
598
|
-
bl_rna: typing.Any
|
|
599
|
-
bl_space_type: typing.Any
|
|
600
|
-
bl_ui_units_x: typing.Any
|
|
601
|
-
id_data: typing.Any
|
|
602
|
-
|
|
603
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
484
|
+
def get_mode_settings(self, context):
|
|
604
485
|
"""
|
|
605
486
|
|
|
606
|
-
:
|
|
607
|
-
:rtype: bpy.types.Struct
|
|
487
|
+
:param context:
|
|
608
488
|
"""
|
|
609
489
|
...
|
|
610
490
|
|
|
611
|
-
|
|
491
|
+
@classmethod
|
|
492
|
+
def poll(cls, context):
|
|
612
493
|
"""
|
|
613
494
|
|
|
614
|
-
:
|
|
615
|
-
:rtype: typing.Any
|
|
495
|
+
:param context:
|
|
616
496
|
"""
|
|
617
497
|
...
|
|
618
498
|
|
|
619
|
-
class
|
|
620
|
-
View3DPanel,
|
|
621
|
-
bpy_types._GenericUI,
|
|
622
|
-
bpy.types.Panel,
|
|
623
|
-
View3DPaintPanel,
|
|
624
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
625
|
-
):
|
|
626
|
-
bl_category: typing.Any
|
|
627
|
-
bl_context: typing.Any
|
|
499
|
+
class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
|
|
628
500
|
bl_label: typing.Any
|
|
629
|
-
bl_options: typing.Any
|
|
630
501
|
bl_region_type: typing.Any
|
|
631
502
|
bl_rna: typing.Any
|
|
632
503
|
bl_space_type: typing.Any
|
|
@@ -656,16 +527,17 @@ class VIEW3D_PT_sculpt_voxel_remesh(
|
|
|
656
527
|
"""
|
|
657
528
|
...
|
|
658
529
|
|
|
659
|
-
|
|
660
|
-
def poll(cls, context):
|
|
530
|
+
def draw_header(self, context):
|
|
661
531
|
"""
|
|
662
532
|
|
|
663
533
|
:param context:
|
|
664
534
|
"""
|
|
665
535
|
...
|
|
666
536
|
|
|
667
|
-
class
|
|
537
|
+
class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
|
|
668
538
|
bl_label: typing.Any
|
|
539
|
+
bl_options: typing.Any
|
|
540
|
+
bl_parent_id: typing.Any
|
|
669
541
|
bl_region_type: typing.Any
|
|
670
542
|
bl_rna: typing.Any
|
|
671
543
|
bl_space_type: typing.Any
|
|
@@ -702,15 +574,21 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
702
574
|
"""
|
|
703
575
|
...
|
|
704
576
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
577
|
+
@classmethod
|
|
578
|
+
def poll(cls, context):
|
|
579
|
+
"""
|
|
580
|
+
|
|
581
|
+
:param context:
|
|
582
|
+
"""
|
|
583
|
+
...
|
|
584
|
+
|
|
585
|
+
class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
|
|
586
|
+
bl_category: typing.Any
|
|
587
|
+
bl_context: typing.Any
|
|
708
588
|
bl_label: typing.Any
|
|
709
589
|
bl_region_type: typing.Any
|
|
710
590
|
bl_rna: typing.Any
|
|
711
591
|
bl_space_type: typing.Any
|
|
712
|
-
canvas_image_attr_name: typing.Any
|
|
713
|
-
canvas_source_attr_name: typing.Any
|
|
714
592
|
id_data: typing.Any
|
|
715
593
|
|
|
716
594
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -729,44 +607,54 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
729
607
|
"""
|
|
730
608
|
...
|
|
731
609
|
|
|
732
|
-
def
|
|
610
|
+
def draw(self, context):
|
|
733
611
|
"""
|
|
734
612
|
|
|
735
613
|
:param context:
|
|
736
614
|
"""
|
|
737
615
|
...
|
|
738
616
|
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
617
|
+
class VIEW3D_PT_tools_brush_clone(
|
|
618
|
+
View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
|
|
619
|
+
):
|
|
620
|
+
bl_category: typing.Any
|
|
621
|
+
bl_context: typing.Any
|
|
622
|
+
bl_label: typing.Any
|
|
623
|
+
bl_options: typing.Any
|
|
624
|
+
bl_parent_id: typing.Any
|
|
625
|
+
bl_region_type: typing.Any
|
|
626
|
+
bl_rna: typing.Any
|
|
627
|
+
bl_space_type: typing.Any
|
|
628
|
+
id_data: typing.Any
|
|
745
629
|
|
|
746
|
-
def
|
|
630
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
747
631
|
"""
|
|
748
632
|
|
|
749
|
-
:
|
|
633
|
+
:return: The RNA type or default when not found.
|
|
634
|
+
:rtype: bpy.types.Struct
|
|
750
635
|
"""
|
|
751
636
|
...
|
|
752
637
|
|
|
753
|
-
|
|
754
|
-
def poll(cls, context):
|
|
638
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
755
639
|
"""
|
|
756
640
|
|
|
757
|
-
:
|
|
641
|
+
:return: The class or default when not found.
|
|
642
|
+
:rtype: typing.Any
|
|
758
643
|
"""
|
|
759
644
|
...
|
|
760
645
|
|
|
761
|
-
class
|
|
762
|
-
bpy.types.Panel,
|
|
646
|
+
class VIEW3D_PT_tools_brush_display(
|
|
647
|
+
View3DPaintBrushPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
|
|
763
648
|
):
|
|
649
|
+
bl_category: typing.Any
|
|
650
|
+
bl_context: typing.Any
|
|
764
651
|
bl_label: typing.Any
|
|
652
|
+
bl_options: typing.Any
|
|
653
|
+
bl_parent_id: typing.Any
|
|
765
654
|
bl_region_type: typing.Any
|
|
766
655
|
bl_rna: typing.Any
|
|
767
656
|
bl_space_type: typing.Any
|
|
768
|
-
|
|
769
|
-
canvas_source_attr_name: typing.Any
|
|
657
|
+
bl_ui_units_x: typing.Any
|
|
770
658
|
id_data: typing.Any
|
|
771
659
|
|
|
772
660
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -785,42 +673,44 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
785
673
|
"""
|
|
786
674
|
...
|
|
787
675
|
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
"""
|
|
801
|
-
...
|
|
676
|
+
class VIEW3D_PT_tools_brush_falloff(
|
|
677
|
+
View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.FalloffPanel
|
|
678
|
+
):
|
|
679
|
+
bl_category: typing.Any
|
|
680
|
+
bl_context: typing.Any
|
|
681
|
+
bl_label: typing.Any
|
|
682
|
+
bl_options: typing.Any
|
|
683
|
+
bl_parent_id: typing.Any
|
|
684
|
+
bl_region_type: typing.Any
|
|
685
|
+
bl_rna: typing.Any
|
|
686
|
+
bl_space_type: typing.Any
|
|
687
|
+
id_data: typing.Any
|
|
802
688
|
|
|
803
|
-
def
|
|
689
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
804
690
|
"""
|
|
805
691
|
|
|
806
|
-
:
|
|
692
|
+
:return: The RNA type or default when not found.
|
|
693
|
+
:rtype: bpy.types.Struct
|
|
807
694
|
"""
|
|
808
695
|
...
|
|
809
696
|
|
|
810
|
-
|
|
811
|
-
def poll(cls, context):
|
|
697
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
812
698
|
"""
|
|
813
699
|
|
|
814
|
-
:
|
|
700
|
+
:return: The class or default when not found.
|
|
701
|
+
:rtype: typing.Any
|
|
815
702
|
"""
|
|
816
703
|
...
|
|
817
704
|
|
|
818
|
-
class
|
|
705
|
+
class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel):
|
|
706
|
+
bl_category: typing.Any
|
|
707
|
+
bl_context: typing.Any
|
|
819
708
|
bl_label: typing.Any
|
|
709
|
+
bl_options: typing.Any
|
|
710
|
+
bl_parent_id: typing.Any
|
|
820
711
|
bl_region_type: typing.Any
|
|
821
712
|
bl_rna: typing.Any
|
|
822
713
|
bl_space_type: typing.Any
|
|
823
|
-
bl_ui_units_x: typing.Any
|
|
824
714
|
id_data: typing.Any
|
|
825
715
|
|
|
826
716
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -853,14 +743,23 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
853
743
|
"""
|
|
854
744
|
...
|
|
855
745
|
|
|
856
|
-
|
|
746
|
+
@classmethod
|
|
747
|
+
def poll(cls, context):
|
|
748
|
+
"""
|
|
749
|
+
|
|
750
|
+
:param context:
|
|
751
|
+
"""
|
|
752
|
+
...
|
|
753
|
+
|
|
754
|
+
class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
|
|
755
|
+
bl_category: typing.Any
|
|
756
|
+
bl_context: typing.Any
|
|
857
757
|
bl_label: typing.Any
|
|
858
758
|
bl_options: typing.Any
|
|
859
759
|
bl_parent_id: typing.Any
|
|
860
760
|
bl_region_type: typing.Any
|
|
861
761
|
bl_rna: typing.Any
|
|
862
762
|
bl_space_type: typing.Any
|
|
863
|
-
bl_ui_units_x: typing.Any
|
|
864
763
|
id_data: typing.Any
|
|
865
764
|
|
|
866
765
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -901,8 +800,10 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
901
800
|
"""
|
|
902
801
|
...
|
|
903
802
|
|
|
904
|
-
class
|
|
905
|
-
|
|
803
|
+
class VIEW3D_PT_tools_brush_select(
|
|
804
|
+
View3DPaintBrushPanel,
|
|
805
|
+
bpy.types.Panel,
|
|
806
|
+
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
906
807
|
):
|
|
907
808
|
bl_category: typing.Any
|
|
908
809
|
bl_context: typing.Any
|
|
@@ -928,21 +829,8 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
928
829
|
"""
|
|
929
830
|
...
|
|
930
831
|
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
:param context:
|
|
935
|
-
"""
|
|
936
|
-
...
|
|
937
|
-
|
|
938
|
-
class VIEW3D_PT_tools_brush_clone(
|
|
939
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
940
|
-
View3DPanel,
|
|
941
|
-
bpy_types._GenericUI,
|
|
942
|
-
bpy.types.Panel,
|
|
943
|
-
View3DPaintPanel,
|
|
944
|
-
bl_ui.properties_paint_common.ClonePanel,
|
|
945
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
832
|
+
class VIEW3D_PT_tools_brush_stroke(
|
|
833
|
+
View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.StrokePanel
|
|
946
834
|
):
|
|
947
835
|
bl_category: typing.Any
|
|
948
836
|
bl_context: typing.Any
|
|
@@ -952,6 +840,7 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
952
840
|
bl_region_type: typing.Any
|
|
953
841
|
bl_rna: typing.Any
|
|
954
842
|
bl_space_type: typing.Any
|
|
843
|
+
bl_ui_units_x: typing.Any
|
|
955
844
|
id_data: typing.Any
|
|
956
845
|
|
|
957
846
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -970,16 +859,13 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
970
859
|
"""
|
|
971
860
|
...
|
|
972
861
|
|
|
973
|
-
class
|
|
974
|
-
|
|
975
|
-
bpy_types._GenericUI,
|
|
976
|
-
bpy.types.Panel,
|
|
977
|
-
View3DPaintPanel,
|
|
978
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
862
|
+
class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
863
|
+
View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
|
|
979
864
|
):
|
|
980
865
|
bl_category: typing.Any
|
|
981
866
|
bl_context: typing.Any
|
|
982
867
|
bl_label: typing.Any
|
|
868
|
+
bl_options: typing.Any
|
|
983
869
|
bl_parent_id: typing.Any
|
|
984
870
|
bl_region_type: typing.Any
|
|
985
871
|
bl_rna: typing.Any
|
|
@@ -1002,30 +888,8 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
1002
888
|
"""
|
|
1003
889
|
...
|
|
1004
890
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
:param context:
|
|
1009
|
-
"""
|
|
1010
|
-
...
|
|
1011
|
-
|
|
1012
|
-
@classmethod
|
|
1013
|
-
def poll(cls, context):
|
|
1014
|
-
"""
|
|
1015
|
-
|
|
1016
|
-
:param context:
|
|
1017
|
-
"""
|
|
1018
|
-
...
|
|
1019
|
-
|
|
1020
|
-
class VIEW3D_PT_tools_brush_display(
|
|
1021
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
1022
|
-
View3DPanel,
|
|
1023
|
-
View3DPaintBrushPanel,
|
|
1024
|
-
bpy.types.Panel,
|
|
1025
|
-
bpy_types._GenericUI,
|
|
1026
|
-
View3DPaintPanel,
|
|
1027
|
-
bl_ui.properties_paint_common.DisplayPanel,
|
|
1028
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
891
|
+
class VIEW3D_PT_tools_brush_swatches(
|
|
892
|
+
View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
|
|
1029
893
|
):
|
|
1030
894
|
bl_category: typing.Any
|
|
1031
895
|
bl_context: typing.Any
|
|
@@ -1035,7 +899,6 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
1035
899
|
bl_region_type: typing.Any
|
|
1036
900
|
bl_rna: typing.Any
|
|
1037
901
|
bl_space_type: typing.Any
|
|
1038
|
-
bl_ui_units_x: typing.Any
|
|
1039
902
|
id_data: typing.Any
|
|
1040
903
|
|
|
1041
904
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1054,15 +917,7 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
1054
917
|
"""
|
|
1055
918
|
...
|
|
1056
919
|
|
|
1057
|
-
class
|
|
1058
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
1059
|
-
View3DPanel,
|
|
1060
|
-
bpy_types._GenericUI,
|
|
1061
|
-
bpy.types.Panel,
|
|
1062
|
-
View3DPaintPanel,
|
|
1063
|
-
bl_ui.properties_paint_common.FalloffPanel,
|
|
1064
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1065
|
-
):
|
|
920
|
+
class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel):
|
|
1066
921
|
bl_category: typing.Any
|
|
1067
922
|
bl_context: typing.Any
|
|
1068
923
|
bl_label: typing.Any
|
|
@@ -1071,6 +926,7 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
1071
926
|
bl_region_type: typing.Any
|
|
1072
927
|
bl_rna: typing.Any
|
|
1073
928
|
bl_space_type: typing.Any
|
|
929
|
+
bl_ui_units_x: typing.Any
|
|
1074
930
|
id_data: typing.Any
|
|
1075
931
|
|
|
1076
932
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1089,18 +945,26 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
1089
945
|
"""
|
|
1090
946
|
...
|
|
1091
947
|
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
948
|
+
def draw(self, context):
|
|
949
|
+
"""
|
|
950
|
+
|
|
951
|
+
:param context:
|
|
952
|
+
"""
|
|
953
|
+
...
|
|
954
|
+
|
|
955
|
+
@classmethod
|
|
956
|
+
def poll(cls, context):
|
|
957
|
+
"""
|
|
958
|
+
|
|
959
|
+
:param context:
|
|
960
|
+
"""
|
|
961
|
+
...
|
|
962
|
+
|
|
963
|
+
class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
|
|
1099
964
|
bl_category: typing.Any
|
|
1100
965
|
bl_context: typing.Any
|
|
1101
966
|
bl_label: typing.Any
|
|
1102
967
|
bl_options: typing.Any
|
|
1103
|
-
bl_parent_id: typing.Any
|
|
1104
968
|
bl_region_type: typing.Any
|
|
1105
969
|
bl_rna: typing.Any
|
|
1106
970
|
bl_space_type: typing.Any
|
|
@@ -1129,13 +993,6 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
1129
993
|
"""
|
|
1130
994
|
...
|
|
1131
995
|
|
|
1132
|
-
def draw_header(self, context):
|
|
1133
|
-
"""
|
|
1134
|
-
|
|
1135
|
-
:param context:
|
|
1136
|
-
"""
|
|
1137
|
-
...
|
|
1138
|
-
|
|
1139
996
|
@classmethod
|
|
1140
997
|
def poll(cls, context):
|
|
1141
998
|
"""
|
|
@@ -1144,17 +1001,10 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
1144
1001
|
"""
|
|
1145
1002
|
...
|
|
1146
1003
|
|
|
1147
|
-
class
|
|
1148
|
-
bpy.types.Panel,
|
|
1149
|
-
View3DPanel,
|
|
1150
|
-
View3DPaintPanel,
|
|
1151
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1152
|
-
bpy_types._GenericUI,
|
|
1153
|
-
):
|
|
1004
|
+
class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Panel):
|
|
1154
1005
|
bl_category: typing.Any
|
|
1155
1006
|
bl_context: typing.Any
|
|
1156
1007
|
bl_label: typing.Any
|
|
1157
|
-
bl_options: typing.Any
|
|
1158
1008
|
bl_parent_id: typing.Any
|
|
1159
1009
|
bl_region_type: typing.Any
|
|
1160
1010
|
bl_rna: typing.Any
|
|
@@ -1184,13 +1034,6 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
1184
1034
|
"""
|
|
1185
1035
|
...
|
|
1186
1036
|
|
|
1187
|
-
def draw_header(self, context):
|
|
1188
|
-
"""
|
|
1189
|
-
|
|
1190
|
-
:param context:
|
|
1191
|
-
"""
|
|
1192
|
-
...
|
|
1193
|
-
|
|
1194
1037
|
@classmethod
|
|
1195
1038
|
def poll(cls, context):
|
|
1196
1039
|
"""
|
|
@@ -1199,19 +1042,11 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
1199
1042
|
"""
|
|
1200
1043
|
...
|
|
1201
1044
|
|
|
1202
|
-
class
|
|
1203
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
1204
|
-
View3DPanel,
|
|
1205
|
-
View3DPaintBrushPanel,
|
|
1206
|
-
bpy.types.Panel,
|
|
1207
|
-
bpy_types._GenericUI,
|
|
1208
|
-
View3DPaintPanel,
|
|
1209
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1210
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1211
|
-
):
|
|
1045
|
+
class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Panel):
|
|
1212
1046
|
bl_category: typing.Any
|
|
1213
1047
|
bl_context: typing.Any
|
|
1214
1048
|
bl_label: typing.Any
|
|
1049
|
+
bl_parent_id: typing.Any
|
|
1215
1050
|
bl_region_type: typing.Any
|
|
1216
1051
|
bl_rna: typing.Any
|
|
1217
1052
|
bl_space_type: typing.Any
|
|
@@ -1233,14 +1068,22 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
1233
1068
|
"""
|
|
1234
1069
|
...
|
|
1235
1070
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1071
|
+
def draw(self, context):
|
|
1072
|
+
"""
|
|
1073
|
+
|
|
1074
|
+
:param context:
|
|
1075
|
+
"""
|
|
1076
|
+
...
|
|
1077
|
+
|
|
1078
|
+
@classmethod
|
|
1079
|
+
def poll(cls, context):
|
|
1080
|
+
"""
|
|
1081
|
+
|
|
1082
|
+
:param context:
|
|
1083
|
+
"""
|
|
1084
|
+
...
|
|
1085
|
+
|
|
1086
|
+
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel):
|
|
1244
1087
|
bl_category: typing.Any
|
|
1245
1088
|
bl_context: typing.Any
|
|
1246
1089
|
bl_label: typing.Any
|
|
@@ -1280,14 +1123,7 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
1280
1123
|
"""
|
|
1281
1124
|
...
|
|
1282
1125
|
|
|
1283
|
-
class
|
|
1284
|
-
View3DPanel,
|
|
1285
|
-
View3DPaintBrushPanel,
|
|
1286
|
-
bpy.types.Panel,
|
|
1287
|
-
bpy_types._GenericUI,
|
|
1288
|
-
View3DPaintPanel,
|
|
1289
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1290
|
-
):
|
|
1126
|
+
class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types.Panel):
|
|
1291
1127
|
bl_category: typing.Any
|
|
1292
1128
|
bl_context: typing.Any
|
|
1293
1129
|
bl_label: typing.Any
|
|
@@ -1296,7 +1132,6 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
1296
1132
|
bl_region_type: typing.Any
|
|
1297
1133
|
bl_rna: typing.Any
|
|
1298
1134
|
bl_space_type: typing.Any
|
|
1299
|
-
bl_ui_units_x: typing.Any
|
|
1300
1135
|
id_data: typing.Any
|
|
1301
1136
|
|
|
1302
1137
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1322,6 +1157,13 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
1322
1157
|
"""
|
|
1323
1158
|
...
|
|
1324
1159
|
|
|
1160
|
+
def draw_header(self, context):
|
|
1161
|
+
"""
|
|
1162
|
+
|
|
1163
|
+
:param context:
|
|
1164
|
+
"""
|
|
1165
|
+
...
|
|
1166
|
+
|
|
1325
1167
|
@classmethod
|
|
1326
1168
|
def poll(cls, context):
|
|
1327
1169
|
"""
|
|
@@ -1330,15 +1172,7 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
1330
1172
|
"""
|
|
1331
1173
|
...
|
|
1332
1174
|
|
|
1333
|
-
class
|
|
1334
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
1335
|
-
View3DPanel,
|
|
1336
|
-
bpy_types._GenericUI,
|
|
1337
|
-
bpy.types.Panel,
|
|
1338
|
-
View3DPaintPanel,
|
|
1339
|
-
bl_ui.properties_paint_common.StrokePanel,
|
|
1340
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1341
|
-
):
|
|
1175
|
+
class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
|
|
1342
1176
|
bl_category: typing.Any
|
|
1343
1177
|
bl_context: typing.Any
|
|
1344
1178
|
bl_label: typing.Any
|
|
@@ -1347,7 +1181,6 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
1347
1181
|
bl_region_type: typing.Any
|
|
1348
1182
|
bl_rna: typing.Any
|
|
1349
1183
|
bl_space_type: typing.Any
|
|
1350
|
-
bl_ui_units_x: typing.Any
|
|
1351
1184
|
id_data: typing.Any
|
|
1352
1185
|
|
|
1353
1186
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1366,20 +1199,37 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
1366
1199
|
"""
|
|
1367
1200
|
...
|
|
1368
1201
|
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1202
|
+
def draw(self, context):
|
|
1203
|
+
"""
|
|
1204
|
+
|
|
1205
|
+
:param context:
|
|
1206
|
+
"""
|
|
1207
|
+
...
|
|
1208
|
+
|
|
1209
|
+
def draw_header(self, context):
|
|
1210
|
+
"""
|
|
1211
|
+
|
|
1212
|
+
:param context:
|
|
1213
|
+
"""
|
|
1214
|
+
...
|
|
1215
|
+
|
|
1216
|
+
@classmethod
|
|
1217
|
+
def poll(cls, context):
|
|
1218
|
+
"""
|
|
1219
|
+
|
|
1220
|
+
:param context:
|
|
1221
|
+
"""
|
|
1222
|
+
...
|
|
1223
|
+
|
|
1224
|
+
class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
1225
|
+
GreasePencilPaintPanel,
|
|
1373
1226
|
bpy.types.Panel,
|
|
1374
|
-
|
|
1375
|
-
bl_ui.properties_paint_common.
|
|
1376
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1227
|
+
View3DPanel,
|
|
1228
|
+
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1377
1229
|
):
|
|
1378
1230
|
bl_category: typing.Any
|
|
1379
1231
|
bl_context: typing.Any
|
|
1380
1232
|
bl_label: typing.Any
|
|
1381
|
-
bl_options: typing.Any
|
|
1382
|
-
bl_parent_id: typing.Any
|
|
1383
1233
|
bl_region_type: typing.Any
|
|
1384
1234
|
bl_rna: typing.Any
|
|
1385
1235
|
bl_space_type: typing.Any
|
|
@@ -1401,20 +1251,14 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
1401
1251
|
"""
|
|
1402
1252
|
...
|
|
1403
1253
|
|
|
1404
|
-
class
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
View3DPaintPanel,
|
|
1410
|
-
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
1411
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1412
|
-
):
|
|
1254
|
+
class View3DPanel:
|
|
1255
|
+
bl_region_type: typing.Any
|
|
1256
|
+
bl_space_type: typing.Any
|
|
1257
|
+
|
|
1258
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Panel):
|
|
1413
1259
|
bl_category: typing.Any
|
|
1414
1260
|
bl_context: typing.Any
|
|
1415
1261
|
bl_label: typing.Any
|
|
1416
|
-
bl_options: typing.Any
|
|
1417
|
-
bl_parent_id: typing.Any
|
|
1418
1262
|
bl_region_type: typing.Any
|
|
1419
1263
|
bl_rna: typing.Any
|
|
1420
1264
|
bl_space_type: typing.Any
|
|
@@ -1436,17 +1280,25 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
1436
1280
|
"""
|
|
1437
1281
|
...
|
|
1438
1282
|
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1283
|
+
def draw(self, context):
|
|
1284
|
+
"""
|
|
1285
|
+
|
|
1286
|
+
:param context:
|
|
1287
|
+
"""
|
|
1288
|
+
...
|
|
1289
|
+
|
|
1290
|
+
@classmethod
|
|
1291
|
+
def poll(cls, context):
|
|
1292
|
+
"""
|
|
1293
|
+
|
|
1294
|
+
:param context:
|
|
1295
|
+
"""
|
|
1296
|
+
...
|
|
1297
|
+
|
|
1298
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.Panel):
|
|
1446
1299
|
bl_category: typing.Any
|
|
1447
1300
|
bl_context: typing.Any
|
|
1448
1301
|
bl_label: typing.Any
|
|
1449
|
-
bl_options: typing.Any
|
|
1450
1302
|
bl_parent_id: typing.Any
|
|
1451
1303
|
bl_region_type: typing.Any
|
|
1452
1304
|
bl_rna: typing.Any
|
|
@@ -1484,8 +1336,10 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
1484
1336
|
"""
|
|
1485
1337
|
...
|
|
1486
1338
|
|
|
1487
|
-
class
|
|
1488
|
-
|
|
1339
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
1340
|
+
View3DPanel,
|
|
1341
|
+
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
1342
|
+
bpy.types.Panel,
|
|
1489
1343
|
):
|
|
1490
1344
|
bl_category: typing.Any
|
|
1491
1345
|
bl_context: typing.Any
|
|
@@ -1495,7 +1349,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
1495
1349
|
bl_region_type: typing.Any
|
|
1496
1350
|
bl_rna: typing.Any
|
|
1497
1351
|
bl_space_type: typing.Any
|
|
1498
|
-
bl_ui_units_x: typing.Any
|
|
1499
1352
|
id_data: typing.Any
|
|
1500
1353
|
|
|
1501
1354
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1514,13 +1367,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
1514
1367
|
"""
|
|
1515
1368
|
...
|
|
1516
1369
|
|
|
1517
|
-
def draw(self, context):
|
|
1518
|
-
"""
|
|
1519
|
-
|
|
1520
|
-
:param context:
|
|
1521
|
-
"""
|
|
1522
|
-
...
|
|
1523
|
-
|
|
1524
1370
|
@classmethod
|
|
1525
1371
|
def poll(cls, context):
|
|
1526
1372
|
"""
|
|
@@ -1529,13 +1375,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
1529
1375
|
"""
|
|
1530
1376
|
...
|
|
1531
1377
|
|
|
1532
|
-
class
|
|
1533
|
-
|
|
1378
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
1379
|
+
View3DPanel,
|
|
1380
|
+
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
1381
|
+
bpy.types.Panel,
|
|
1534
1382
|
):
|
|
1535
1383
|
bl_category: typing.Any
|
|
1536
1384
|
bl_context: typing.Any
|
|
1537
1385
|
bl_label: typing.Any
|
|
1538
|
-
bl_options: typing.Any
|
|
1539
1386
|
bl_region_type: typing.Any
|
|
1540
1387
|
bl_rna: typing.Any
|
|
1541
1388
|
bl_space_type: typing.Any
|
|
@@ -1557,31 +1404,54 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(
|
|
|
1557
1404
|
"""
|
|
1558
1405
|
...
|
|
1559
1406
|
|
|
1560
|
-
|
|
1407
|
+
@classmethod
|
|
1408
|
+
def poll(cls, context):
|
|
1561
1409
|
"""
|
|
1562
1410
|
|
|
1563
1411
|
:param context:
|
|
1564
1412
|
"""
|
|
1565
1413
|
...
|
|
1566
1414
|
|
|
1567
|
-
|
|
1568
|
-
|
|
1415
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
1416
|
+
GreasePencilSculptPanel,
|
|
1417
|
+
bpy.types.Panel,
|
|
1418
|
+
View3DPanel,
|
|
1419
|
+
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1420
|
+
):
|
|
1421
|
+
bl_category: typing.Any
|
|
1422
|
+
bl_context: typing.Any
|
|
1423
|
+
bl_label: typing.Any
|
|
1424
|
+
bl_region_type: typing.Any
|
|
1425
|
+
bl_rna: typing.Any
|
|
1426
|
+
bl_space_type: typing.Any
|
|
1427
|
+
id_data: typing.Any
|
|
1428
|
+
|
|
1429
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1569
1430
|
"""
|
|
1570
1431
|
|
|
1571
|
-
:
|
|
1432
|
+
:return: The RNA type or default when not found.
|
|
1433
|
+
:rtype: bpy.types.Struct
|
|
1572
1434
|
"""
|
|
1573
1435
|
...
|
|
1574
1436
|
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1437
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1438
|
+
"""
|
|
1439
|
+
|
|
1440
|
+
:return: The class or default when not found.
|
|
1441
|
+
:rtype: typing.Any
|
|
1442
|
+
"""
|
|
1443
|
+
...
|
|
1444
|
+
|
|
1445
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Panel):
|
|
1578
1446
|
bl_category: typing.Any
|
|
1579
1447
|
bl_context: typing.Any
|
|
1580
1448
|
bl_label: typing.Any
|
|
1449
|
+
bl_options: typing.Any
|
|
1581
1450
|
bl_parent_id: typing.Any
|
|
1582
1451
|
bl_region_type: typing.Any
|
|
1583
1452
|
bl_rna: typing.Any
|
|
1584
1453
|
bl_space_type: typing.Any
|
|
1454
|
+
bl_ui_units_x: typing.Any
|
|
1585
1455
|
id_data: typing.Any
|
|
1586
1456
|
|
|
1587
1457
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1615,13 +1485,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
1615
1485
|
"""
|
|
1616
1486
|
...
|
|
1617
1487
|
|
|
1618
|
-
class
|
|
1619
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1620
|
-
):
|
|
1488
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel):
|
|
1621
1489
|
bl_category: typing.Any
|
|
1622
1490
|
bl_context: typing.Any
|
|
1623
1491
|
bl_label: typing.Any
|
|
1624
|
-
|
|
1492
|
+
bl_options: typing.Any
|
|
1625
1493
|
bl_region_type: typing.Any
|
|
1626
1494
|
bl_rna: typing.Any
|
|
1627
1495
|
bl_space_type: typing.Any
|
|
@@ -1658,12 +1526,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
1658
1526
|
"""
|
|
1659
1527
|
...
|
|
1660
1528
|
|
|
1661
|
-
class
|
|
1662
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1663
|
-
):
|
|
1529
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.Panel):
|
|
1664
1530
|
bl_category: typing.Any
|
|
1665
1531
|
bl_context: typing.Any
|
|
1666
1532
|
bl_label: typing.Any
|
|
1533
|
+
bl_parent_id: typing.Any
|
|
1667
1534
|
bl_region_type: typing.Any
|
|
1668
1535
|
bl_rna: typing.Any
|
|
1669
1536
|
bl_space_type: typing.Any
|
|
@@ -1700,18 +1567,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
1700
1567
|
"""
|
|
1701
1568
|
...
|
|
1702
1569
|
|
|
1703
|
-
class
|
|
1704
|
-
View3DPanel,
|
|
1705
|
-
bpy_types._GenericUI,
|
|
1706
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
1707
|
-
bpy.types.Panel,
|
|
1708
|
-
View3DPaintPanel,
|
|
1709
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1710
|
-
):
|
|
1570
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.Panel):
|
|
1711
1571
|
bl_category: typing.Any
|
|
1712
1572
|
bl_context: typing.Any
|
|
1713
1573
|
bl_label: typing.Any
|
|
1714
|
-
|
|
1574
|
+
bl_parent_id: typing.Any
|
|
1715
1575
|
bl_region_type: typing.Any
|
|
1716
1576
|
bl_rna: typing.Any
|
|
1717
1577
|
bl_space_type: typing.Any
|
|
@@ -1733,6 +1593,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
1733
1593
|
"""
|
|
1734
1594
|
...
|
|
1735
1595
|
|
|
1596
|
+
def draw(self, context):
|
|
1597
|
+
"""
|
|
1598
|
+
|
|
1599
|
+
:param context:
|
|
1600
|
+
"""
|
|
1601
|
+
...
|
|
1602
|
+
|
|
1736
1603
|
@classmethod
|
|
1737
1604
|
def poll(cls, context):
|
|
1738
1605
|
"""
|
|
@@ -1741,14 +1608,10 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
1741
1608
|
"""
|
|
1742
1609
|
...
|
|
1743
1610
|
|
|
1744
|
-
class
|
|
1745
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1746
|
-
):
|
|
1611
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Panel):
|
|
1747
1612
|
bl_category: typing.Any
|
|
1748
1613
|
bl_context: typing.Any
|
|
1749
1614
|
bl_label: typing.Any
|
|
1750
|
-
bl_options: typing.Any
|
|
1751
|
-
bl_parent_id: typing.Any
|
|
1752
1615
|
bl_region_type: typing.Any
|
|
1753
1616
|
bl_rna: typing.Any
|
|
1754
1617
|
bl_space_type: typing.Any
|
|
@@ -1777,13 +1640,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
1777
1640
|
"""
|
|
1778
1641
|
...
|
|
1779
1642
|
|
|
1780
|
-
def draw_header(self, context):
|
|
1781
|
-
"""
|
|
1782
|
-
|
|
1783
|
-
:param context:
|
|
1784
|
-
"""
|
|
1785
|
-
...
|
|
1786
|
-
|
|
1787
1643
|
@classmethod
|
|
1788
1644
|
def poll(cls, context):
|
|
1789
1645
|
"""
|
|
@@ -1792,8 +1648,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
1792
1648
|
"""
|
|
1793
1649
|
...
|
|
1794
1650
|
|
|
1795
|
-
class
|
|
1796
|
-
bpy.types.Panel
|
|
1651
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
1652
|
+
View3DPanel, bpy.types.Panel
|
|
1797
1653
|
):
|
|
1798
1654
|
bl_category: typing.Any
|
|
1799
1655
|
bl_context: typing.Any
|
|
@@ -1843,18 +1699,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
1843
1699
|
"""
|
|
1844
1700
|
...
|
|
1845
1701
|
|
|
1846
|
-
class
|
|
1847
|
-
View3DPanel,
|
|
1848
|
-
bpy_types._GenericUI,
|
|
1849
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
1850
|
-
bpy.types.Panel,
|
|
1851
|
-
View3DPaintPanel,
|
|
1852
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1853
|
-
):
|
|
1702
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel):
|
|
1854
1703
|
bl_category: typing.Any
|
|
1855
1704
|
bl_context: typing.Any
|
|
1856
1705
|
bl_label: typing.Any
|
|
1857
1706
|
bl_options: typing.Any
|
|
1707
|
+
bl_parent_id: typing.Any
|
|
1858
1708
|
bl_region_type: typing.Any
|
|
1859
1709
|
bl_rna: typing.Any
|
|
1860
1710
|
bl_space_type: typing.Any
|
|
@@ -1876,6 +1726,20 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
1876
1726
|
"""
|
|
1877
1727
|
...
|
|
1878
1728
|
|
|
1729
|
+
def draw(self, context):
|
|
1730
|
+
"""
|
|
1731
|
+
|
|
1732
|
+
:param context:
|
|
1733
|
+
"""
|
|
1734
|
+
...
|
|
1735
|
+
|
|
1736
|
+
def draw_header(self, context):
|
|
1737
|
+
"""
|
|
1738
|
+
|
|
1739
|
+
:param context:
|
|
1740
|
+
"""
|
|
1741
|
+
...
|
|
1742
|
+
|
|
1879
1743
|
@classmethod
|
|
1880
1744
|
def poll(cls, context):
|
|
1881
1745
|
"""
|
|
@@ -1884,14 +1748,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
1884
1748
|
"""
|
|
1885
1749
|
...
|
|
1886
1750
|
|
|
1887
|
-
class
|
|
1888
|
-
|
|
1889
|
-
GreasePencilPaintPanel,
|
|
1890
|
-
bpy_types._GenericUI,
|
|
1751
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
1752
|
+
GreasePencilV3PaintPanel,
|
|
1891
1753
|
bpy.types.Panel,
|
|
1892
1754
|
View3DPanel,
|
|
1893
1755
|
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1894
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1895
1756
|
):
|
|
1896
1757
|
bl_category: typing.Any
|
|
1897
1758
|
bl_context: typing.Any
|
|
@@ -1917,12 +1778,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
1917
1778
|
"""
|
|
1918
1779
|
...
|
|
1919
1780
|
|
|
1920
|
-
class
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1781
|
+
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
1782
|
+
GreasePencilVertexPanel,
|
|
1783
|
+
View3DPanel,
|
|
1784
|
+
bpy.types.Panel,
|
|
1785
|
+
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1926
1786
|
):
|
|
1927
1787
|
bl_category: typing.Any
|
|
1928
1788
|
bl_context: typing.Any
|
|
@@ -1948,33 +1808,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
1948
1808
|
"""
|
|
1949
1809
|
...
|
|
1950
1810
|
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
:param context:
|
|
1955
|
-
"""
|
|
1956
|
-
...
|
|
1957
|
-
|
|
1958
|
-
@classmethod
|
|
1959
|
-
def poll(cls, context):
|
|
1960
|
-
"""
|
|
1961
|
-
|
|
1962
|
-
:param context:
|
|
1963
|
-
"""
|
|
1964
|
-
...
|
|
1965
|
-
|
|
1966
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
1811
|
+
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
1812
|
+
GreasePencilWeightPanel,
|
|
1967
1813
|
View3DPanel,
|
|
1968
|
-
bpy_types._GenericUI,
|
|
1969
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
1970
1814
|
bpy.types.Panel,
|
|
1971
|
-
|
|
1972
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1815
|
+
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1973
1816
|
):
|
|
1974
1817
|
bl_category: typing.Any
|
|
1975
1818
|
bl_context: typing.Any
|
|
1976
1819
|
bl_label: typing.Any
|
|
1977
|
-
bl_options: typing.Any
|
|
1978
1820
|
bl_region_type: typing.Any
|
|
1979
1821
|
bl_rna: typing.Any
|
|
1980
1822
|
bl_space_type: typing.Any
|
|
@@ -1996,21 +1838,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
1996
1838
|
"""
|
|
1997
1839
|
...
|
|
1998
1840
|
|
|
1999
|
-
|
|
2000
|
-
def poll(cls, context):
|
|
2001
|
-
"""
|
|
2002
|
-
|
|
2003
|
-
:param context:
|
|
2004
|
-
"""
|
|
2005
|
-
...
|
|
2006
|
-
|
|
2007
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
2008
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2009
|
-
):
|
|
1841
|
+
class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
|
|
2010
1842
|
bl_category: typing.Any
|
|
2011
1843
|
bl_context: typing.Any
|
|
2012
1844
|
bl_label: typing.Any
|
|
2013
|
-
|
|
1845
|
+
bl_options: typing.Any
|
|
2014
1846
|
bl_region_type: typing.Any
|
|
2015
1847
|
bl_rna: typing.Any
|
|
2016
1848
|
bl_space_type: typing.Any
|
|
@@ -2047,16 +1879,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
2047
1879
|
"""
|
|
2048
1880
|
...
|
|
2049
1881
|
|
|
2050
|
-
class
|
|
2051
|
-
View3DPanel,
|
|
2052
|
-
bpy_types._GenericUI,
|
|
2053
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
2054
|
-
bpy.types.Panel,
|
|
2055
|
-
View3DPaintPanel,
|
|
2056
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2057
|
-
):
|
|
2058
|
-
bl_category: typing.Any
|
|
2059
|
-
bl_context: typing.Any
|
|
1882
|
+
class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
|
|
2060
1883
|
bl_label: typing.Any
|
|
2061
1884
|
bl_options: typing.Any
|
|
2062
1885
|
bl_parent_id: typing.Any
|
|
@@ -2081,19 +1904,22 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
2081
1904
|
"""
|
|
2082
1905
|
...
|
|
2083
1906
|
|
|
2084
|
-
|
|
2085
|
-
def poll(cls, context):
|
|
1907
|
+
def draw(self, context):
|
|
2086
1908
|
"""
|
|
2087
1909
|
|
|
2088
1910
|
:param context:
|
|
2089
1911
|
"""
|
|
2090
1912
|
...
|
|
2091
1913
|
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
1914
|
+
def draw_header(self, context):
|
|
1915
|
+
"""
|
|
1916
|
+
|
|
1917
|
+
:param context:
|
|
1918
|
+
"""
|
|
1919
|
+
...
|
|
1920
|
+
|
|
1921
|
+
class VIEW3D_PT_tools_mask_texture(
|
|
1922
|
+
View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
|
|
2097
1923
|
):
|
|
2098
1924
|
bl_category: typing.Any
|
|
2099
1925
|
bl_context: typing.Any
|
|
@@ -2121,44 +1947,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
2121
1947
|
"""
|
|
2122
1948
|
...
|
|
2123
1949
|
|
|
2124
|
-
|
|
2125
|
-
def poll(cls, context):
|
|
1950
|
+
def draw(self, context):
|
|
2126
1951
|
"""
|
|
2127
1952
|
|
|
2128
1953
|
:param context:
|
|
2129
1954
|
"""
|
|
2130
1955
|
...
|
|
2131
1956
|
|
|
2132
|
-
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
2133
|
-
bpy.types.Panel,
|
|
2134
|
-
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
2135
|
-
View3DPanel,
|
|
2136
|
-
bpy_types._GenericUI,
|
|
2137
|
-
):
|
|
2138
|
-
bl_category: typing.Any
|
|
2139
|
-
bl_context: typing.Any
|
|
2140
|
-
bl_label: typing.Any
|
|
2141
|
-
bl_region_type: typing.Any
|
|
2142
|
-
bl_rna: typing.Any
|
|
2143
|
-
bl_space_type: typing.Any
|
|
2144
|
-
id_data: typing.Any
|
|
2145
|
-
|
|
2146
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2147
|
-
"""
|
|
2148
|
-
|
|
2149
|
-
:return: The RNA type or default when not found.
|
|
2150
|
-
:rtype: bpy.types.Struct
|
|
2151
|
-
"""
|
|
2152
|
-
...
|
|
2153
|
-
|
|
2154
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2155
|
-
"""
|
|
2156
|
-
|
|
2157
|
-
:return: The class or default when not found.
|
|
2158
|
-
:rtype: typing.Any
|
|
2159
|
-
"""
|
|
2160
|
-
...
|
|
2161
|
-
|
|
2162
1957
|
@classmethod
|
|
2163
1958
|
def poll(cls, context):
|
|
2164
1959
|
"""
|
|
@@ -2167,21 +1962,15 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
2167
1962
|
"""
|
|
2168
1963
|
...
|
|
2169
1964
|
|
|
2170
|
-
class
|
|
2171
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
2172
|
-
GreasePencilSculptPanel,
|
|
2173
|
-
bpy_types._GenericUI,
|
|
2174
|
-
bpy.types.Panel,
|
|
2175
|
-
View3DPanel,
|
|
2176
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
2177
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2178
|
-
):
|
|
1965
|
+
class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
|
|
2179
1966
|
bl_category: typing.Any
|
|
2180
1967
|
bl_context: typing.Any
|
|
2181
1968
|
bl_label: typing.Any
|
|
1969
|
+
bl_options: typing.Any
|
|
2182
1970
|
bl_region_type: typing.Any
|
|
2183
1971
|
bl_rna: typing.Any
|
|
2184
1972
|
bl_space_type: typing.Any
|
|
1973
|
+
bl_ui_units_x: typing.Any
|
|
2185
1974
|
id_data: typing.Any
|
|
2186
1975
|
|
|
2187
1976
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2200,18 +1989,21 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
2200
1989
|
"""
|
|
2201
1990
|
...
|
|
2202
1991
|
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
1992
|
+
def draw(self, _context):
|
|
1993
|
+
"""
|
|
1994
|
+
|
|
1995
|
+
:param _context:
|
|
1996
|
+
"""
|
|
1997
|
+
...
|
|
1998
|
+
|
|
1999
|
+
class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
|
|
2206
2000
|
bl_category: typing.Any
|
|
2207
2001
|
bl_context: typing.Any
|
|
2208
2002
|
bl_label: typing.Any
|
|
2209
|
-
bl_options: typing.Any
|
|
2210
2003
|
bl_parent_id: typing.Any
|
|
2211
2004
|
bl_region_type: typing.Any
|
|
2212
2005
|
bl_rna: typing.Any
|
|
2213
2006
|
bl_space_type: typing.Any
|
|
2214
|
-
bl_ui_units_x: typing.Any
|
|
2215
2007
|
id_data: typing.Any
|
|
2216
2008
|
|
|
2217
2009
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2245,13 +2037,11 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
2245
2037
|
"""
|
|
2246
2038
|
...
|
|
2247
2039
|
|
|
2248
|
-
class
|
|
2249
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2250
|
-
):
|
|
2040
|
+
class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
|
|
2251
2041
|
bl_category: typing.Any
|
|
2252
2042
|
bl_context: typing.Any
|
|
2253
2043
|
bl_label: typing.Any
|
|
2254
|
-
|
|
2044
|
+
bl_parent_id: typing.Any
|
|
2255
2045
|
bl_region_type: typing.Any
|
|
2256
2046
|
bl_rna: typing.Any
|
|
2257
2047
|
bl_space_type: typing.Any
|
|
@@ -2280,21 +2070,10 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(
|
|
|
2280
2070
|
"""
|
|
2281
2071
|
...
|
|
2282
2072
|
|
|
2283
|
-
|
|
2284
|
-
def poll(cls, context):
|
|
2285
|
-
"""
|
|
2286
|
-
|
|
2287
|
-
:param context:
|
|
2288
|
-
"""
|
|
2289
|
-
...
|
|
2290
|
-
|
|
2291
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
2292
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2293
|
-
):
|
|
2073
|
+
class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
|
|
2294
2074
|
bl_category: typing.Any
|
|
2295
2075
|
bl_context: typing.Any
|
|
2296
2076
|
bl_label: typing.Any
|
|
2297
|
-
bl_parent_id: typing.Any
|
|
2298
2077
|
bl_region_type: typing.Any
|
|
2299
2078
|
bl_rna: typing.Any
|
|
2300
2079
|
bl_space_type: typing.Any
|
|
@@ -2323,17 +2102,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
|
2323
2102
|
"""
|
|
2324
2103
|
...
|
|
2325
2104
|
|
|
2326
|
-
|
|
2327
|
-
def poll(cls, context):
|
|
2328
|
-
"""
|
|
2329
|
-
|
|
2330
|
-
:param context:
|
|
2331
|
-
"""
|
|
2332
|
-
...
|
|
2333
|
-
|
|
2334
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
2335
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2336
|
-
):
|
|
2105
|
+
class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
|
|
2337
2106
|
bl_category: typing.Any
|
|
2338
2107
|
bl_context: typing.Any
|
|
2339
2108
|
bl_label: typing.Any
|
|
@@ -2366,20 +2135,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
2366
2135
|
"""
|
|
2367
2136
|
...
|
|
2368
2137
|
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
"""
|
|
2372
|
-
|
|
2373
|
-
:param context:
|
|
2374
|
-
"""
|
|
2375
|
-
...
|
|
2138
|
+
class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
|
|
2139
|
+
"""Default tools for particle mode"""
|
|
2376
2140
|
|
|
2377
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
2378
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2379
|
-
):
|
|
2380
2141
|
bl_category: typing.Any
|
|
2381
2142
|
bl_context: typing.Any
|
|
2382
2143
|
bl_label: typing.Any
|
|
2144
|
+
bl_options: typing.Any
|
|
2383
2145
|
bl_region_type: typing.Any
|
|
2384
2146
|
bl_rna: typing.Any
|
|
2385
2147
|
bl_space_type: typing.Any
|
|
@@ -2408,21 +2170,11 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
2408
2170
|
"""
|
|
2409
2171
|
...
|
|
2410
2172
|
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
"""
|
|
2414
|
-
|
|
2415
|
-
:param context:
|
|
2416
|
-
"""
|
|
2417
|
-
...
|
|
2173
|
+
class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel):
|
|
2174
|
+
"""Default tools for particle mode"""
|
|
2418
2175
|
|
|
2419
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
2420
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2421
|
-
):
|
|
2422
2176
|
bl_category: typing.Any
|
|
2423
|
-
bl_context: typing.Any
|
|
2424
2177
|
bl_label: typing.Any
|
|
2425
|
-
bl_options: typing.Any
|
|
2426
2178
|
bl_parent_id: typing.Any
|
|
2427
2179
|
bl_region_type: typing.Any
|
|
2428
2180
|
bl_rna: typing.Any
|
|
@@ -2452,26 +2204,10 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
2452
2204
|
"""
|
|
2453
2205
|
...
|
|
2454
2206
|
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
:param context:
|
|
2459
|
-
"""
|
|
2460
|
-
...
|
|
2461
|
-
|
|
2462
|
-
@classmethod
|
|
2463
|
-
def poll(cls, context):
|
|
2464
|
-
"""
|
|
2465
|
-
|
|
2466
|
-
:param context:
|
|
2467
|
-
"""
|
|
2468
|
-
...
|
|
2207
|
+
class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel):
|
|
2208
|
+
"""Default tools for particle mode"""
|
|
2469
2209
|
|
|
2470
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
2471
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2472
|
-
):
|
|
2473
2210
|
bl_category: typing.Any
|
|
2474
|
-
bl_context: typing.Any
|
|
2475
2211
|
bl_label: typing.Any
|
|
2476
2212
|
bl_options: typing.Any
|
|
2477
2213
|
bl_parent_id: typing.Any
|
|
@@ -2503,30 +2239,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
|
2503
2239
|
"""
|
|
2504
2240
|
...
|
|
2505
2241
|
|
|
2506
|
-
|
|
2507
|
-
"""
|
|
2508
|
-
|
|
2509
|
-
:param context:
|
|
2510
|
-
"""
|
|
2511
|
-
...
|
|
2512
|
-
|
|
2513
|
-
@classmethod
|
|
2514
|
-
def poll(cls, context):
|
|
2515
|
-
"""
|
|
2516
|
-
|
|
2517
|
-
:param context:
|
|
2518
|
-
"""
|
|
2519
|
-
...
|
|
2520
|
-
|
|
2521
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
2522
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
2523
|
-
GreasePencilV3PaintPanel,
|
|
2524
|
-
bpy_types._GenericUI,
|
|
2525
|
-
bpy.types.Panel,
|
|
2526
|
-
View3DPanel,
|
|
2527
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
2528
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2529
|
-
):
|
|
2242
|
+
class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
|
|
2530
2243
|
bl_category: typing.Any
|
|
2531
2244
|
bl_context: typing.Any
|
|
2532
2245
|
bl_label: typing.Any
|
|
@@ -2551,17 +2264,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
2551
2264
|
"""
|
|
2552
2265
|
...
|
|
2553
2266
|
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
):
|
|
2563
|
-
bl_category: typing.Any
|
|
2564
|
-
bl_context: typing.Any
|
|
2267
|
+
def draw(self, context):
|
|
2268
|
+
"""
|
|
2269
|
+
|
|
2270
|
+
:param context:
|
|
2271
|
+
"""
|
|
2272
|
+
...
|
|
2273
|
+
|
|
2274
|
+
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
|
|
2565
2275
|
bl_label: typing.Any
|
|
2566
2276
|
bl_region_type: typing.Any
|
|
2567
2277
|
bl_rna: typing.Any
|
|
@@ -2584,17 +2294,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
2584
2294
|
"""
|
|
2585
2295
|
...
|
|
2586
2296
|
|
|
2587
|
-
class
|
|
2588
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
2589
|
-
GreasePencilWeightPanel,
|
|
2590
|
-
bpy.types.Panel,
|
|
2591
|
-
View3DPanel,
|
|
2592
|
-
bpy_types._GenericUI,
|
|
2593
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
2594
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2595
|
-
):
|
|
2596
|
-
bl_category: typing.Any
|
|
2597
|
-
bl_context: typing.Any
|
|
2297
|
+
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
|
|
2598
2298
|
bl_label: typing.Any
|
|
2599
2299
|
bl_region_type: typing.Any
|
|
2600
2300
|
bl_rna: typing.Any
|
|
@@ -2617,12 +2317,8 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
2617
2317
|
"""
|
|
2618
2318
|
...
|
|
2619
2319
|
|
|
2620
|
-
class
|
|
2621
|
-
bpy.types.Panel,
|
|
2622
|
-
View3DPanel,
|
|
2623
|
-
View3DPaintPanel,
|
|
2624
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2625
|
-
bpy_types._GenericUI,
|
|
2320
|
+
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
2321
|
+
View3DPanel, bpy.types.Panel, GreasePencilPaintPanel
|
|
2626
2322
|
):
|
|
2627
2323
|
bl_category: typing.Any
|
|
2628
2324
|
bl_context: typing.Any
|
|
@@ -2656,18 +2352,19 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
2656
2352
|
"""
|
|
2657
2353
|
...
|
|
2658
2354
|
|
|
2659
|
-
|
|
2660
|
-
def poll(cls, context):
|
|
2355
|
+
def draw_header_preset(self, _context):
|
|
2661
2356
|
"""
|
|
2662
2357
|
|
|
2663
|
-
:param
|
|
2358
|
+
:param _context:
|
|
2664
2359
|
"""
|
|
2665
2360
|
...
|
|
2666
2361
|
|
|
2667
|
-
class
|
|
2362
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
2363
|
+
View3DPanel, bpy.types.Panel, GreasePencilSculptPanel
|
|
2364
|
+
):
|
|
2365
|
+
bl_category: typing.Any
|
|
2366
|
+
bl_context: typing.Any
|
|
2668
2367
|
bl_label: typing.Any
|
|
2669
|
-
bl_options: typing.Any
|
|
2670
|
-
bl_parent_id: typing.Any
|
|
2671
2368
|
bl_region_type: typing.Any
|
|
2672
2369
|
bl_rna: typing.Any
|
|
2673
2370
|
bl_space_type: typing.Any
|
|
@@ -2696,25 +2393,13 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel, bpy_types._Gene
|
|
|
2696
2393
|
"""
|
|
2697
2394
|
...
|
|
2698
2395
|
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
:param context:
|
|
2703
|
-
"""
|
|
2704
|
-
...
|
|
2705
|
-
|
|
2706
|
-
class VIEW3D_PT_tools_imagepaint_options_external(
|
|
2707
|
-
View3DPanel,
|
|
2708
|
-
bpy_types._GenericUI,
|
|
2709
|
-
bpy.types.Panel,
|
|
2710
|
-
View3DPaintPanel,
|
|
2711
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2396
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
2397
|
+
View3DPanel, bpy.types.Panel, GreasePencilV3PaintPanel
|
|
2712
2398
|
):
|
|
2713
2399
|
bl_category: typing.Any
|
|
2714
2400
|
bl_context: typing.Any
|
|
2715
2401
|
bl_label: typing.Any
|
|
2716
2402
|
bl_options: typing.Any
|
|
2717
|
-
bl_parent_id: typing.Any
|
|
2718
2403
|
bl_region_type: typing.Any
|
|
2719
2404
|
bl_rna: typing.Any
|
|
2720
2405
|
bl_space_type: typing.Any
|
|
@@ -2743,17 +2428,19 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
2743
2428
|
"""
|
|
2744
2429
|
...
|
|
2745
2430
|
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2431
|
+
def draw_header_preset(self, _context):
|
|
2432
|
+
"""
|
|
2433
|
+
|
|
2434
|
+
:param _context:
|
|
2435
|
+
"""
|
|
2436
|
+
...
|
|
2437
|
+
|
|
2438
|
+
class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
2439
|
+
View3DPanel, bpy.types.Panel, GreasePencilVertexPanel
|
|
2752
2440
|
):
|
|
2753
2441
|
bl_category: typing.Any
|
|
2754
2442
|
bl_context: typing.Any
|
|
2755
2443
|
bl_label: typing.Any
|
|
2756
|
-
bl_options: typing.Any
|
|
2757
2444
|
bl_region_type: typing.Any
|
|
2758
2445
|
bl_rna: typing.Any
|
|
2759
2446
|
bl_space_type: typing.Any
|
|
@@ -2782,28 +2469,13 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
2782
2469
|
"""
|
|
2783
2470
|
...
|
|
2784
2471
|
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
"""
|
|
2788
|
-
|
|
2789
|
-
:param context:
|
|
2790
|
-
"""
|
|
2791
|
-
...
|
|
2792
|
-
|
|
2793
|
-
class VIEW3D_PT_tools_mask_texture(
|
|
2794
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
2795
|
-
View3DPanel,
|
|
2796
|
-
bpy_types._GenericUI,
|
|
2797
|
-
bpy.types.Panel,
|
|
2798
|
-
View3DPaintPanel,
|
|
2799
|
-
bl_ui.properties_paint_common.TextureMaskPanel,
|
|
2800
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2472
|
+
class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
2473
|
+
View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
|
|
2801
2474
|
):
|
|
2802
2475
|
bl_category: typing.Any
|
|
2803
2476
|
bl_context: typing.Any
|
|
2804
2477
|
bl_label: typing.Any
|
|
2805
2478
|
bl_options: typing.Any
|
|
2806
|
-
bl_parent_id: typing.Any
|
|
2807
2479
|
bl_region_type: typing.Any
|
|
2808
2480
|
bl_rna: typing.Any
|
|
2809
2481
|
bl_space_type: typing.Any
|
|
@@ -2832,25 +2504,15 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
2832
2504
|
"""
|
|
2833
2505
|
...
|
|
2834
2506
|
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
"""
|
|
2838
|
-
|
|
2839
|
-
:param context:
|
|
2840
|
-
"""
|
|
2841
|
-
...
|
|
2842
|
-
|
|
2843
|
-
class VIEW3D_PT_tools_meshedit_options(
|
|
2844
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2507
|
+
class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
2508
|
+
View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
|
|
2845
2509
|
):
|
|
2846
2510
|
bl_category: typing.Any
|
|
2847
2511
|
bl_context: typing.Any
|
|
2848
2512
|
bl_label: typing.Any
|
|
2849
|
-
bl_options: typing.Any
|
|
2850
2513
|
bl_region_type: typing.Any
|
|
2851
2514
|
bl_rna: typing.Any
|
|
2852
2515
|
bl_space_type: typing.Any
|
|
2853
|
-
bl_ui_units_x: typing.Any
|
|
2854
2516
|
id_data: typing.Any
|
|
2855
2517
|
|
|
2856
2518
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2869,20 +2531,18 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
2869
2531
|
"""
|
|
2870
2532
|
...
|
|
2871
2533
|
|
|
2872
|
-
def draw(self,
|
|
2534
|
+
def draw(self, context):
|
|
2873
2535
|
"""
|
|
2874
2536
|
|
|
2875
|
-
:param
|
|
2537
|
+
:param context:
|
|
2876
2538
|
"""
|
|
2877
2539
|
...
|
|
2878
2540
|
|
|
2879
|
-
class
|
|
2880
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2881
|
-
):
|
|
2541
|
+
class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
|
|
2882
2542
|
bl_category: typing.Any
|
|
2883
2543
|
bl_context: typing.Any
|
|
2884
2544
|
bl_label: typing.Any
|
|
2885
|
-
|
|
2545
|
+
bl_options: typing.Any
|
|
2886
2546
|
bl_region_type: typing.Any
|
|
2887
2547
|
bl_rna: typing.Any
|
|
2888
2548
|
bl_space_type: typing.Any
|
|
@@ -2919,50 +2579,36 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
2919
2579
|
"""
|
|
2920
2580
|
...
|
|
2921
2581
|
|
|
2922
|
-
class
|
|
2923
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2924
|
-
):
|
|
2582
|
+
class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
|
|
2925
2583
|
bl_category: typing.Any
|
|
2926
|
-
bl_context: typing.Any
|
|
2927
2584
|
bl_label: typing.Any
|
|
2928
|
-
bl_parent_id: typing.Any
|
|
2929
2585
|
bl_region_type: typing.Any
|
|
2930
|
-
bl_rna: typing.Any
|
|
2931
2586
|
bl_space_type: typing.Any
|
|
2932
|
-
id_data: typing.Any
|
|
2933
|
-
|
|
2934
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2935
|
-
"""
|
|
2936
|
-
|
|
2937
|
-
:return: The RNA type or default when not found.
|
|
2938
|
-
:rtype: bpy.types.Struct
|
|
2939
|
-
"""
|
|
2940
|
-
...
|
|
2941
2587
|
|
|
2942
|
-
def
|
|
2588
|
+
def draw(self, _context):
|
|
2943
2589
|
"""
|
|
2944
2590
|
|
|
2945
|
-
:
|
|
2946
|
-
:rtype: typing.Any
|
|
2591
|
+
:param _context:
|
|
2947
2592
|
"""
|
|
2948
2593
|
...
|
|
2949
2594
|
|
|
2950
|
-
|
|
2595
|
+
@classmethod
|
|
2596
|
+
def poll(cls, _context):
|
|
2951
2597
|
"""
|
|
2952
2598
|
|
|
2953
|
-
:param
|
|
2599
|
+
:param _context:
|
|
2954
2600
|
"""
|
|
2955
2601
|
...
|
|
2956
2602
|
|
|
2957
|
-
class
|
|
2958
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2959
|
-
):
|
|
2603
|
+
class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
|
|
2960
2604
|
bl_category: typing.Any
|
|
2961
2605
|
bl_context: typing.Any
|
|
2962
2606
|
bl_label: typing.Any
|
|
2607
|
+
bl_options: typing.Any
|
|
2963
2608
|
bl_region_type: typing.Any
|
|
2964
2609
|
bl_rna: typing.Any
|
|
2965
2610
|
bl_space_type: typing.Any
|
|
2611
|
+
bl_ui_units_x: typing.Any
|
|
2966
2612
|
id_data: typing.Any
|
|
2967
2613
|
|
|
2968
2614
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2988,16 +2634,30 @@ class VIEW3D_PT_tools_object_options(
|
|
|
2988
2634
|
"""
|
|
2989
2635
|
...
|
|
2990
2636
|
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2637
|
+
def draw_header(self, context):
|
|
2638
|
+
"""
|
|
2639
|
+
|
|
2640
|
+
:param context:
|
|
2641
|
+
"""
|
|
2642
|
+
...
|
|
2643
|
+
|
|
2644
|
+
@classmethod
|
|
2645
|
+
def poll(cls, context):
|
|
2646
|
+
"""
|
|
2647
|
+
|
|
2648
|
+
:param context:
|
|
2649
|
+
"""
|
|
2650
|
+
...
|
|
2651
|
+
|
|
2652
|
+
class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
|
|
2994
2653
|
bl_category: typing.Any
|
|
2995
2654
|
bl_context: typing.Any
|
|
2996
2655
|
bl_label: typing.Any
|
|
2997
|
-
|
|
2656
|
+
bl_options: typing.Any
|
|
2998
2657
|
bl_region_type: typing.Any
|
|
2999
2658
|
bl_rna: typing.Any
|
|
3000
2659
|
bl_space_type: typing.Any
|
|
2660
|
+
bl_ui_units_x: typing.Any
|
|
3001
2661
|
id_data: typing.Any
|
|
3002
2662
|
|
|
3003
2663
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -3023,17 +2683,19 @@ class VIEW3D_PT_tools_object_options_transform(
|
|
|
3023
2683
|
"""
|
|
3024
2684
|
...
|
|
3025
2685
|
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
2686
|
+
@classmethod
|
|
2687
|
+
def poll(cls, context):
|
|
2688
|
+
"""
|
|
2689
|
+
|
|
2690
|
+
:param context:
|
|
2691
|
+
"""
|
|
2692
|
+
...
|
|
2693
|
+
|
|
2694
|
+
class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
|
|
3033
2695
|
bl_category: typing.Any
|
|
3034
2696
|
bl_context: typing.Any
|
|
3035
2697
|
bl_label: typing.Any
|
|
3036
|
-
|
|
2698
|
+
bl_parent_id: typing.Any
|
|
3037
2699
|
bl_region_type: typing.Any
|
|
3038
2700
|
bl_rna: typing.Any
|
|
3039
2701
|
bl_space_type: typing.Any
|
|
@@ -3070,11 +2732,7 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
3070
2732
|
"""
|
|
3071
2733
|
...
|
|
3072
2734
|
|
|
3073
|
-
class
|
|
3074
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
3075
|
-
):
|
|
3076
|
-
"""Default tools for particle mode"""
|
|
3077
|
-
|
|
2735
|
+
class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
|
|
3078
2736
|
bl_category: typing.Any
|
|
3079
2737
|
bl_context: typing.Any
|
|
3080
2738
|
bl_label: typing.Any
|
|
@@ -3107,17 +2765,23 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
3107
2765
|
"""
|
|
3108
2766
|
...
|
|
3109
2767
|
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
"""Default tools for particle mode"""
|
|
2768
|
+
@classmethod
|
|
2769
|
+
def poll(cls, context):
|
|
2770
|
+
"""
|
|
3114
2771
|
|
|
2772
|
+
:param context:
|
|
2773
|
+
"""
|
|
2774
|
+
...
|
|
2775
|
+
|
|
2776
|
+
class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
|
|
3115
2777
|
bl_category: typing.Any
|
|
2778
|
+
bl_context: typing.Any
|
|
3116
2779
|
bl_label: typing.Any
|
|
3117
|
-
|
|
2780
|
+
bl_options: typing.Any
|
|
3118
2781
|
bl_region_type: typing.Any
|
|
3119
2782
|
bl_rna: typing.Any
|
|
3120
2783
|
bl_space_type: typing.Any
|
|
2784
|
+
bl_ui_units_x: typing.Any
|
|
3121
2785
|
id_data: typing.Any
|
|
3122
2786
|
|
|
3123
2787
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -3143,14 +2807,18 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
3143
2807
|
"""
|
|
3144
2808
|
...
|
|
3145
2809
|
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
2810
|
+
@classmethod
|
|
2811
|
+
def poll(cls, context):
|
|
2812
|
+
"""
|
|
2813
|
+
|
|
2814
|
+
:param context:
|
|
2815
|
+
"""
|
|
2816
|
+
...
|
|
3150
2817
|
|
|
2818
|
+
class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
|
|
3151
2819
|
bl_category: typing.Any
|
|
2820
|
+
bl_context: typing.Any
|
|
3152
2821
|
bl_label: typing.Any
|
|
3153
|
-
bl_options: typing.Any
|
|
3154
2822
|
bl_parent_id: typing.Any
|
|
3155
2823
|
bl_region_type: typing.Any
|
|
3156
2824
|
bl_rna: typing.Any
|
|
@@ -3180,12 +2848,20 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
3180
2848
|
"""
|
|
3181
2849
|
...
|
|
3182
2850
|
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
2851
|
+
@classmethod
|
|
2852
|
+
def poll(cls, context):
|
|
2853
|
+
"""
|
|
2854
|
+
|
|
2855
|
+
:param context:
|
|
2856
|
+
"""
|
|
2857
|
+
...
|
|
2858
|
+
|
|
2859
|
+
class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
|
|
3186
2860
|
bl_category: typing.Any
|
|
3187
2861
|
bl_context: typing.Any
|
|
3188
2862
|
bl_label: typing.Any
|
|
2863
|
+
bl_options: typing.Any
|
|
2864
|
+
bl_parent_id: typing.Any
|
|
3189
2865
|
bl_region_type: typing.Any
|
|
3190
2866
|
bl_rna: typing.Any
|
|
3191
2867
|
bl_space_type: typing.Any
|
|
@@ -3214,12 +2890,18 @@ class VIEW3D_PT_tools_posemode_options(
|
|
|
3214
2890
|
"""
|
|
3215
2891
|
...
|
|
3216
2892
|
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
2893
|
+
@classmethod
|
|
2894
|
+
def poll(cls, context):
|
|
2895
|
+
"""
|
|
2896
|
+
|
|
2897
|
+
:param context:
|
|
2898
|
+
"""
|
|
2899
|
+
...
|
|
2900
|
+
|
|
2901
|
+
class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
3220
2902
|
bpy.types.Panel,
|
|
2903
|
+
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
3221
2904
|
View3DPaintPanel,
|
|
3222
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3223
2905
|
):
|
|
3224
2906
|
bl_category: typing.Any
|
|
3225
2907
|
bl_context: typing.Any
|
|
@@ -3246,27 +2928,18 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
3246
2928
|
"""
|
|
3247
2929
|
...
|
|
3248
2930
|
|
|
3249
|
-
def draw(self, _context):
|
|
3250
|
-
"""
|
|
3251
|
-
|
|
3252
|
-
:param _context:
|
|
3253
|
-
"""
|
|
3254
|
-
...
|
|
3255
|
-
|
|
3256
2931
|
@classmethod
|
|
3257
|
-
def poll(cls,
|
|
2932
|
+
def poll(cls, context):
|
|
3258
2933
|
"""
|
|
3259
2934
|
|
|
3260
|
-
:param
|
|
2935
|
+
:param context:
|
|
3261
2936
|
"""
|
|
3262
2937
|
...
|
|
3263
2938
|
|
|
3264
|
-
class
|
|
3265
|
-
View3DPanel,
|
|
3266
|
-
bpy_types._GenericUI,
|
|
2939
|
+
class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
3267
2940
|
bpy.types.Panel,
|
|
2941
|
+
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
3268
2942
|
View3DPaintPanel,
|
|
3269
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3270
2943
|
):
|
|
3271
2944
|
bl_category: typing.Any
|
|
3272
2945
|
bl_context: typing.Any
|
|
@@ -3293,13 +2966,6 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
3293
2966
|
"""
|
|
3294
2967
|
...
|
|
3295
2968
|
|
|
3296
|
-
def draw(self, context):
|
|
3297
|
-
"""
|
|
3298
|
-
|
|
3299
|
-
:param context:
|
|
3300
|
-
"""
|
|
3301
|
-
...
|
|
3302
|
-
|
|
3303
2969
|
@classmethod
|
|
3304
2970
|
def poll(cls, context):
|
|
3305
2971
|
"""
|
|
@@ -3308,10 +2974,15 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
3308
2974
|
"""
|
|
3309
2975
|
...
|
|
3310
2976
|
|
|
3311
|
-
class
|
|
3312
|
-
bpy.types.Panel,
|
|
2977
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
2978
|
+
bpy.types.Panel,
|
|
2979
|
+
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
2980
|
+
View3DPaintPanel,
|
|
3313
2981
|
):
|
|
2982
|
+
bl_category: typing.Any
|
|
2983
|
+
bl_context: typing.Any
|
|
3314
2984
|
bl_label: typing.Any
|
|
2985
|
+
bl_options: typing.Any
|
|
3315
2986
|
bl_region_type: typing.Any
|
|
3316
2987
|
bl_rna: typing.Any
|
|
3317
2988
|
bl_space_type: typing.Any
|
|
@@ -3333,16 +3004,24 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
|
3333
3004
|
"""
|
|
3334
3005
|
...
|
|
3335
3006
|
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3007
|
+
@classmethod
|
|
3008
|
+
def poll(cls, context):
|
|
3009
|
+
"""
|
|
3010
|
+
|
|
3011
|
+
:param context:
|
|
3012
|
+
"""
|
|
3013
|
+
...
|
|
3014
|
+
|
|
3015
|
+
class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
3339
3016
|
bpy.types.Panel,
|
|
3017
|
+
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
3340
3018
|
View3DPaintPanel,
|
|
3341
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3342
3019
|
):
|
|
3343
3020
|
bl_category: typing.Any
|
|
3021
|
+
bl_context: typing.Any
|
|
3344
3022
|
bl_label: typing.Any
|
|
3345
3023
|
bl_options: typing.Any
|
|
3024
|
+
bl_parent_id: typing.Any
|
|
3346
3025
|
bl_region_type: typing.Any
|
|
3347
3026
|
bl_rna: typing.Any
|
|
3348
3027
|
bl_space_type: typing.Any
|
|
@@ -3364,13 +3043,6 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
3364
3043
|
"""
|
|
3365
3044
|
...
|
|
3366
3045
|
|
|
3367
|
-
def draw(self, context):
|
|
3368
|
-
"""
|
|
3369
|
-
|
|
3370
|
-
:param context:
|
|
3371
|
-
"""
|
|
3372
|
-
...
|
|
3373
|
-
|
|
3374
3046
|
@classmethod
|
|
3375
3047
|
def poll(cls, context):
|
|
3376
3048
|
"""
|
|
@@ -3379,17 +3051,12 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
3379
3051
|
"""
|
|
3380
3052
|
...
|
|
3381
3053
|
|
|
3382
|
-
class
|
|
3383
|
-
View3DPanel,
|
|
3384
|
-
bpy_types._GenericUI,
|
|
3385
|
-
bpy.types.Panel,
|
|
3386
|
-
View3DPaintPanel,
|
|
3387
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3388
|
-
):
|
|
3054
|
+
class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPanel):
|
|
3389
3055
|
bl_category: typing.Any
|
|
3390
3056
|
bl_context: typing.Any
|
|
3391
3057
|
bl_label: typing.Any
|
|
3392
3058
|
bl_options: typing.Any
|
|
3059
|
+
bl_parent_id: typing.Any
|
|
3393
3060
|
bl_region_type: typing.Any
|
|
3394
3061
|
bl_rna: typing.Any
|
|
3395
3062
|
bl_space_type: typing.Any
|
|
@@ -3418,13 +3085,7 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
3418
3085
|
"""
|
|
3419
3086
|
...
|
|
3420
3087
|
|
|
3421
|
-
class
|
|
3422
|
-
View3DPanel,
|
|
3423
|
-
bpy_types._GenericUI,
|
|
3424
|
-
bpy.types.Panel,
|
|
3425
|
-
View3DPaintPanel,
|
|
3426
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3427
|
-
):
|
|
3088
|
+
class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
|
|
3428
3089
|
bl_category: typing.Any
|
|
3429
3090
|
bl_context: typing.Any
|
|
3430
3091
|
bl_label: typing.Any
|
|
@@ -3465,10 +3126,11 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
3465
3126
|
"""
|
|
3466
3127
|
...
|
|
3467
3128
|
|
|
3468
|
-
class
|
|
3469
|
-
|
|
3470
|
-
|
|
3129
|
+
class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
|
|
3130
|
+
bl_category: typing.Any
|
|
3131
|
+
bl_context: typing.Any
|
|
3471
3132
|
bl_label: typing.Any
|
|
3133
|
+
bl_options: typing.Any
|
|
3472
3134
|
bl_region_type: typing.Any
|
|
3473
3135
|
bl_rna: typing.Any
|
|
3474
3136
|
bl_space_type: typing.Any
|
|
@@ -3490,12 +3152,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3490
3152
|
"""
|
|
3491
3153
|
...
|
|
3492
3154
|
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3155
|
+
def draw(self, context):
|
|
3156
|
+
"""
|
|
3157
|
+
|
|
3158
|
+
:param context:
|
|
3159
|
+
"""
|
|
3160
|
+
...
|
|
3499
3161
|
|
|
3500
3162
|
@classmethod
|
|
3501
3163
|
def poll(cls, context):
|
|
@@ -3505,14 +3167,7 @@ class View3DPaintBrushPanel(
|
|
|
3505
3167
|
"""
|
|
3506
3168
|
...
|
|
3507
3169
|
|
|
3508
|
-
class
|
|
3509
|
-
bl_category: typing.Any
|
|
3510
|
-
bl_region_type: typing.Any
|
|
3511
|
-
bl_space_type: typing.Any
|
|
3512
|
-
|
|
3513
|
-
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
3514
|
-
View3DPanel, bpy.types.Panel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
3515
|
-
):
|
|
3170
|
+
class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
|
|
3516
3171
|
bl_category: typing.Any
|
|
3517
3172
|
bl_context: typing.Any
|
|
3518
3173
|
bl_label: typing.Any
|
|
@@ -3538,26 +3193,26 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
3538
3193
|
"""
|
|
3539
3194
|
...
|
|
3540
3195
|
|
|
3541
|
-
def draw(self,
|
|
3196
|
+
def draw(self, _context):
|
|
3542
3197
|
"""
|
|
3543
3198
|
|
|
3544
|
-
:param
|
|
3199
|
+
:param _context:
|
|
3545
3200
|
"""
|
|
3546
3201
|
...
|
|
3547
3202
|
|
|
3548
|
-
|
|
3203
|
+
@classmethod
|
|
3204
|
+
def poll(cls, _context):
|
|
3549
3205
|
"""
|
|
3550
3206
|
|
|
3551
3207
|
:param _context:
|
|
3552
3208
|
"""
|
|
3553
3209
|
...
|
|
3554
3210
|
|
|
3555
|
-
class
|
|
3556
|
-
View3DPanel, bpy.types.Panel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
3557
|
-
):
|
|
3211
|
+
class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
|
|
3558
3212
|
bl_category: typing.Any
|
|
3559
3213
|
bl_context: typing.Any
|
|
3560
3214
|
bl_label: typing.Any
|
|
3215
|
+
bl_options: typing.Any
|
|
3561
3216
|
bl_region_type: typing.Any
|
|
3562
3217
|
bl_rna: typing.Any
|
|
3563
3218
|
bl_space_type: typing.Any
|
|
@@ -3586,11 +3241,16 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
3586
3241
|
"""
|
|
3587
3242
|
...
|
|
3588
3243
|
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3244
|
+
@classmethod
|
|
3245
|
+
def poll(cls, context):
|
|
3246
|
+
"""
|
|
3247
|
+
|
|
3248
|
+
:param context:
|
|
3249
|
+
"""
|
|
3250
|
+
...
|
|
3251
|
+
|
|
3252
|
+
class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
|
|
3592
3253
|
bl_category: typing.Any
|
|
3593
|
-
bl_context: typing.Any
|
|
3594
3254
|
bl_label: typing.Any
|
|
3595
3255
|
bl_options: typing.Any
|
|
3596
3256
|
bl_region_type: typing.Any
|
|
@@ -3621,19 +3281,19 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
3621
3281
|
"""
|
|
3622
3282
|
...
|
|
3623
3283
|
|
|
3624
|
-
|
|
3284
|
+
@classmethod
|
|
3285
|
+
def poll(cls, context):
|
|
3625
3286
|
"""
|
|
3626
3287
|
|
|
3627
|
-
:param
|
|
3288
|
+
:param context:
|
|
3628
3289
|
"""
|
|
3629
3290
|
...
|
|
3630
3291
|
|
|
3631
|
-
class
|
|
3632
|
-
View3DPanel, bpy.types.Panel, bpy_types._GenericUI, GreasePencilVertexPanel
|
|
3633
|
-
):
|
|
3292
|
+
class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
|
|
3634
3293
|
bl_category: typing.Any
|
|
3635
3294
|
bl_context: typing.Any
|
|
3636
3295
|
bl_label: typing.Any
|
|
3296
|
+
bl_options: typing.Any
|
|
3637
3297
|
bl_region_type: typing.Any
|
|
3638
3298
|
bl_rna: typing.Any
|
|
3639
3299
|
bl_space_type: typing.Any
|
|
@@ -3662,9 +3322,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
3662
3322
|
"""
|
|
3663
3323
|
...
|
|
3664
3324
|
|
|
3665
|
-
class
|
|
3666
|
-
View3DPanel, bpy.types.Panel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
3667
|
-
):
|
|
3325
|
+
class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
|
|
3668
3326
|
bl_category: typing.Any
|
|
3669
3327
|
bl_context: typing.Any
|
|
3670
3328
|
bl_label: typing.Any
|
|
@@ -3697,43 +3355,28 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
3697
3355
|
"""
|
|
3698
3356
|
...
|
|
3699
3357
|
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
):
|
|
3703
|
-
bl_category: typing.Any
|
|
3704
|
-
bl_context: typing.Any
|
|
3705
|
-
bl_label: typing.Any
|
|
3706
|
-
bl_region_type: typing.Any
|
|
3707
|
-
bl_rna: typing.Any
|
|
3708
|
-
bl_space_type: typing.Any
|
|
3709
|
-
id_data: typing.Any
|
|
3710
|
-
|
|
3711
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
3358
|
+
@classmethod
|
|
3359
|
+
def poll(cls, context):
|
|
3712
3360
|
"""
|
|
3713
3361
|
|
|
3714
|
-
:
|
|
3715
|
-
:rtype: bpy.types.Struct
|
|
3362
|
+
:param context:
|
|
3716
3363
|
"""
|
|
3717
3364
|
...
|
|
3718
3365
|
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
:rtype: typing.Any
|
|
3724
|
-
"""
|
|
3725
|
-
...
|
|
3366
|
+
class View3DPaintBrushPanel(View3DPaintPanel):
|
|
3367
|
+
bl_category: typing.Any
|
|
3368
|
+
bl_region_type: typing.Any
|
|
3369
|
+
bl_space_type: typing.Any
|
|
3726
3370
|
|
|
3727
|
-
|
|
3371
|
+
@classmethod
|
|
3372
|
+
def poll(cls, context):
|
|
3728
3373
|
"""
|
|
3729
3374
|
|
|
3730
3375
|
:param context:
|
|
3731
3376
|
"""
|
|
3732
3377
|
...
|
|
3733
3378
|
|
|
3734
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
3735
|
-
bpy_types._GenericUI, bpy.types.Panel, View3DPanel
|
|
3736
|
-
):
|
|
3379
|
+
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPanel):
|
|
3737
3380
|
bl_category: typing.Any
|
|
3738
3381
|
bl_context: typing.Any
|
|
3739
3382
|
bl_label: typing.Any
|
|
@@ -3782,9 +3425,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
3782
3425
|
"""
|
|
3783
3426
|
...
|
|
3784
3427
|
|
|
3785
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
3786
|
-
bpy_types._GenericUI, bpy.types.Panel, View3DPanel
|
|
3787
|
-
):
|
|
3428
|
+
class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
|
|
3788
3429
|
bl_category: typing.Any
|
|
3789
3430
|
bl_context: typing.Any
|
|
3790
3431
|
bl_label: typing.Any
|
|
@@ -3828,9 +3469,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
3828
3469
|
...
|
|
3829
3470
|
|
|
3830
3471
|
class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
3831
|
-
bpy_types._GenericUI,
|
|
3832
|
-
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3833
3472
|
bpy.types.Panel,
|
|
3473
|
+
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3834
3474
|
View3DPanel,
|
|
3835
3475
|
):
|
|
3836
3476
|
bl_category: typing.Any
|
|
@@ -3861,9 +3501,8 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
3861
3501
|
...
|
|
3862
3502
|
|
|
3863
3503
|
class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
3864
|
-
bpy_types._GenericUI,
|
|
3865
|
-
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3866
3504
|
bpy.types.Panel,
|
|
3505
|
+
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3867
3506
|
View3DPanel,
|
|
3868
3507
|
):
|
|
3869
3508
|
bl_category: typing.Any
|
|
@@ -3892,9 +3531,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
3892
3531
|
"""
|
|
3893
3532
|
...
|
|
3894
3533
|
|
|
3895
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
3896
|
-
bpy_types._GenericUI, bpy.types.Panel, View3DPanel
|
|
3897
|
-
):
|
|
3534
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DPanel):
|
|
3898
3535
|
bl_category: typing.Any
|
|
3899
3536
|
bl_context: typing.Any
|
|
3900
3537
|
bl_label: typing.Any
|
|
@@ -3943,9 +3580,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
|
3943
3580
|
"""
|
|
3944
3581
|
...
|
|
3945
3582
|
|
|
3946
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
|
|
3947
|
-
bpy_types._GenericUI, bpy.types.Panel, View3DPanel
|
|
3948
|
-
):
|
|
3583
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel):
|
|
3949
3584
|
bl_category: typing.Any
|
|
3950
3585
|
bl_context: typing.Any
|
|
3951
3586
|
bl_label: typing.Any
|
|
@@ -3989,9 +3624,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
|
|
|
3989
3624
|
...
|
|
3990
3625
|
|
|
3991
3626
|
class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
3992
|
-
bpy_types._GenericUI,
|
|
3993
|
-
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3994
3627
|
bpy.types.Panel,
|
|
3628
|
+
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3995
3629
|
View3DPanel,
|
|
3996
3630
|
):
|
|
3997
3631
|
bl_category: typing.Any
|
|
@@ -4021,9 +3655,8 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
4021
3655
|
...
|
|
4022
3656
|
|
|
4023
3657
|
class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
4024
|
-
bpy_types._GenericUI,
|
|
4025
|
-
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
4026
3658
|
bpy.types.Panel,
|
|
3659
|
+
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
4027
3660
|
View3DPanel,
|
|
4028
3661
|
):
|
|
4029
3662
|
bl_category: typing.Any
|
|
@@ -4052,6 +3685,89 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
4052
3685
|
"""
|
|
4053
3686
|
...
|
|
4054
3687
|
|
|
3688
|
+
class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
|
|
3689
|
+
bl_category: typing.Any
|
|
3690
|
+
bl_context: typing.Any
|
|
3691
|
+
bl_label: typing.Any
|
|
3692
|
+
bl_region_type: typing.Any
|
|
3693
|
+
bl_rna: typing.Any
|
|
3694
|
+
bl_space_type: typing.Any
|
|
3695
|
+
id_data: typing.Any
|
|
3696
|
+
|
|
3697
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
3698
|
+
"""
|
|
3699
|
+
|
|
3700
|
+
:return: The RNA type or default when not found.
|
|
3701
|
+
:rtype: bpy.types.Struct
|
|
3702
|
+
"""
|
|
3703
|
+
...
|
|
3704
|
+
|
|
3705
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3706
|
+
"""
|
|
3707
|
+
|
|
3708
|
+
:return: The class or default when not found.
|
|
3709
|
+
:rtype: typing.Any
|
|
3710
|
+
"""
|
|
3711
|
+
...
|
|
3712
|
+
|
|
3713
|
+
def draw(self, context):
|
|
3714
|
+
"""
|
|
3715
|
+
|
|
3716
|
+
:param context:
|
|
3717
|
+
"""
|
|
3718
|
+
...
|
|
3719
|
+
|
|
3720
|
+
@classmethod
|
|
3721
|
+
def poll(cls, context):
|
|
3722
|
+
"""
|
|
3723
|
+
|
|
3724
|
+
:param context:
|
|
3725
|
+
"""
|
|
3726
|
+
...
|
|
3727
|
+
|
|
3728
|
+
class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushPanel):
|
|
3729
|
+
bl_category: typing.Any
|
|
3730
|
+
bl_context: typing.Any
|
|
3731
|
+
bl_label: typing.Any
|
|
3732
|
+
bl_options: typing.Any
|
|
3733
|
+
bl_parent_id: typing.Any
|
|
3734
|
+
bl_region_type: typing.Any
|
|
3735
|
+
bl_rna: typing.Any
|
|
3736
|
+
bl_space_type: typing.Any
|
|
3737
|
+
bl_ui_units_x: typing.Any
|
|
3738
|
+
id_data: typing.Any
|
|
3739
|
+
|
|
3740
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
3741
|
+
"""
|
|
3742
|
+
|
|
3743
|
+
:return: The RNA type or default when not found.
|
|
3744
|
+
:rtype: bpy.types.Struct
|
|
3745
|
+
"""
|
|
3746
|
+
...
|
|
3747
|
+
|
|
3748
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3749
|
+
"""
|
|
3750
|
+
|
|
3751
|
+
:return: The class or default when not found.
|
|
3752
|
+
:rtype: typing.Any
|
|
3753
|
+
"""
|
|
3754
|
+
...
|
|
3755
|
+
|
|
3756
|
+
def draw(self, context):
|
|
3757
|
+
"""
|
|
3758
|
+
|
|
3759
|
+
:param context:
|
|
3760
|
+
"""
|
|
3761
|
+
...
|
|
3762
|
+
|
|
3763
|
+
@classmethod
|
|
3764
|
+
def poll(cls, context):
|
|
3765
|
+
"""
|
|
3766
|
+
|
|
3767
|
+
:param context:
|
|
3768
|
+
"""
|
|
3769
|
+
...
|
|
3770
|
+
|
|
4055
3771
|
def draw_vpaint_symmetry(layout, vpaint, obj): ...
|
|
4056
3772
|
def is_not_gpencil_edit_mode(context): ...
|
|
4057
3773
|
def tool_use_brush(context): ...
|