fake-bpy-module 20240420__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,29 +1,58 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class
|
|
7
|
+
class DataButtonsPanel:
|
|
7
8
|
""" """
|
|
8
9
|
|
|
9
10
|
bl_context: typing.Any
|
|
10
11
|
""" """
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
bl_region_type: typing.Any
|
|
13
14
|
""" """
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
bl_space_type: typing.Any
|
|
16
17
|
""" """
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
def poll(self, context):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
:param context:
|
|
23
|
+
"""
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class LayerDataButtonsPanel:
|
|
19
27
|
""" """
|
|
20
28
|
|
|
21
|
-
|
|
29
|
+
bl_context: typing.Any
|
|
30
|
+
""" """
|
|
31
|
+
|
|
32
|
+
bl_region_type: typing.Any
|
|
22
33
|
""" """
|
|
23
34
|
|
|
24
35
|
bl_space_type: typing.Any
|
|
25
36
|
""" """
|
|
26
37
|
|
|
38
|
+
def poll(self, context):
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
:param context:
|
|
42
|
+
"""
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
46
|
+
bpy_types.Menu, bpy_types._GenericUI
|
|
47
|
+
):
|
|
48
|
+
""" """
|
|
49
|
+
|
|
50
|
+
bl_label: typing.Any
|
|
51
|
+
""" """
|
|
52
|
+
|
|
53
|
+
bl_rna: typing.Any
|
|
54
|
+
""" """
|
|
55
|
+
|
|
27
56
|
id_data: typing.Any
|
|
28
57
|
""" """
|
|
29
58
|
|
|
@@ -53,6 +82,21 @@ class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
|
|
|
53
82
|
"""
|
|
54
83
|
...
|
|
55
84
|
|
|
85
|
+
def draw_collapsible(self, context, layout):
|
|
86
|
+
"""
|
|
87
|
+
|
|
88
|
+
:param context:
|
|
89
|
+
:param layout:
|
|
90
|
+
"""
|
|
91
|
+
...
|
|
92
|
+
|
|
93
|
+
def draw_preset(self, _context):
|
|
94
|
+
"""
|
|
95
|
+
|
|
96
|
+
:param _context:
|
|
97
|
+
"""
|
|
98
|
+
...
|
|
99
|
+
|
|
56
100
|
def driver_add(self):
|
|
57
101
|
""" """
|
|
58
102
|
...
|
|
@@ -117,17 +161,36 @@ class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
|
|
|
117
161
|
""" """
|
|
118
162
|
...
|
|
119
163
|
|
|
120
|
-
def
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
164
|
+
def path_menu(
|
|
165
|
+
self,
|
|
166
|
+
searchpaths,
|
|
167
|
+
operator,
|
|
168
|
+
props_default,
|
|
169
|
+
prop_filepath,
|
|
170
|
+
filter_ext,
|
|
171
|
+
filter_path,
|
|
172
|
+
display_name,
|
|
173
|
+
add_operator,
|
|
174
|
+
add_operator_props,
|
|
175
|
+
):
|
|
125
176
|
"""
|
|
126
177
|
|
|
127
|
-
:param
|
|
178
|
+
:param searchpaths:
|
|
179
|
+
:param operator:
|
|
180
|
+
:param props_default:
|
|
181
|
+
:param prop_filepath:
|
|
182
|
+
:param filter_ext:
|
|
183
|
+
:param filter_path:
|
|
184
|
+
:param display_name:
|
|
185
|
+
:param add_operator:
|
|
186
|
+
:param add_operator_props:
|
|
128
187
|
"""
|
|
129
188
|
...
|
|
130
189
|
|
|
190
|
+
def path_resolve(self):
|
|
191
|
+
""" """
|
|
192
|
+
...
|
|
193
|
+
|
|
131
194
|
def pop(self):
|
|
132
195
|
""" """
|
|
133
196
|
...
|
|
@@ -162,30 +225,15 @@ class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
|
|
|
162
225
|
""" """
|
|
163
226
|
...
|
|
164
227
|
|
|
165
|
-
class
|
|
166
|
-
""" """
|
|
167
|
-
|
|
168
|
-
bl_context: typing.Any
|
|
228
|
+
class GREASE_PENCIL_MT_layer_mask_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
169
229
|
""" """
|
|
170
230
|
|
|
171
231
|
bl_label: typing.Any
|
|
172
232
|
""" """
|
|
173
233
|
|
|
174
|
-
bl_options: typing.Any
|
|
175
|
-
""" """
|
|
176
|
-
|
|
177
|
-
bl_order: typing.Any
|
|
178
|
-
""" """
|
|
179
|
-
|
|
180
|
-
bl_region_type: typing.Any
|
|
181
|
-
""" """
|
|
182
|
-
|
|
183
234
|
bl_rna: typing.Any
|
|
184
235
|
""" """
|
|
185
236
|
|
|
186
|
-
bl_space_type: typing.Any
|
|
187
|
-
""" """
|
|
188
|
-
|
|
189
237
|
id_data: typing.Any
|
|
190
238
|
""" """
|
|
191
239
|
|
|
@@ -215,6 +263,21 @@ class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
|
|
|
215
263
|
"""
|
|
216
264
|
...
|
|
217
265
|
|
|
266
|
+
def draw_collapsible(self, context, layout):
|
|
267
|
+
"""
|
|
268
|
+
|
|
269
|
+
:param context:
|
|
270
|
+
:param layout:
|
|
271
|
+
"""
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def draw_preset(self, _context):
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
:param _context:
|
|
278
|
+
"""
|
|
279
|
+
...
|
|
280
|
+
|
|
218
281
|
def driver_add(self):
|
|
219
282
|
""" """
|
|
220
283
|
...
|
|
@@ -279,17 +342,36 @@ class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
|
|
|
279
342
|
""" """
|
|
280
343
|
...
|
|
281
344
|
|
|
282
|
-
def
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
345
|
+
def path_menu(
|
|
346
|
+
self,
|
|
347
|
+
searchpaths,
|
|
348
|
+
operator,
|
|
349
|
+
props_default,
|
|
350
|
+
prop_filepath,
|
|
351
|
+
filter_ext,
|
|
352
|
+
filter_path,
|
|
353
|
+
display_name,
|
|
354
|
+
add_operator,
|
|
355
|
+
add_operator_props,
|
|
356
|
+
):
|
|
287
357
|
"""
|
|
288
358
|
|
|
289
|
-
:param
|
|
359
|
+
:param searchpaths:
|
|
360
|
+
:param operator:
|
|
361
|
+
:param props_default:
|
|
362
|
+
:param prop_filepath:
|
|
363
|
+
:param filter_ext:
|
|
364
|
+
:param filter_path:
|
|
365
|
+
:param display_name:
|
|
366
|
+
:param add_operator:
|
|
367
|
+
:param add_operator_props:
|
|
290
368
|
"""
|
|
291
369
|
...
|
|
292
370
|
|
|
371
|
+
def path_resolve(self):
|
|
372
|
+
""" """
|
|
373
|
+
...
|
|
374
|
+
|
|
293
375
|
def pop(self):
|
|
294
376
|
""" """
|
|
295
377
|
...
|
|
@@ -324,30 +406,12 @@ class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
|
|
|
324
406
|
""" """
|
|
325
407
|
...
|
|
326
408
|
|
|
327
|
-
class
|
|
328
|
-
""" """
|
|
329
|
-
|
|
330
|
-
bl_context: typing.Any
|
|
331
|
-
""" """
|
|
332
|
-
|
|
333
|
-
bl_label: typing.Any
|
|
334
|
-
""" """
|
|
335
|
-
|
|
336
|
-
bl_options: typing.Any
|
|
337
|
-
""" """
|
|
338
|
-
|
|
339
|
-
bl_parent_id: typing.Any
|
|
340
|
-
""" """
|
|
341
|
-
|
|
342
|
-
bl_region_type: typing.Any
|
|
409
|
+
class GREASE_PENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
343
410
|
""" """
|
|
344
411
|
|
|
345
412
|
bl_rna: typing.Any
|
|
346
413
|
""" """
|
|
347
414
|
|
|
348
|
-
bl_space_type: typing.Any
|
|
349
|
-
""" """
|
|
350
|
-
|
|
351
415
|
id_data: typing.Any
|
|
352
416
|
""" """
|
|
353
417
|
|
|
@@ -370,17 +434,27 @@ class DATA_PT_grease_pencil_layer_masks(bpy_types._GenericUI):
|
|
|
370
434
|
""" """
|
|
371
435
|
...
|
|
372
436
|
|
|
373
|
-
def
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
437
|
+
def draw_item(
|
|
438
|
+
self,
|
|
439
|
+
_context,
|
|
440
|
+
layout,
|
|
441
|
+
_data,
|
|
442
|
+
item,
|
|
443
|
+
icon,
|
|
444
|
+
_active_data,
|
|
445
|
+
_active_propname,
|
|
446
|
+
_index,
|
|
447
|
+
):
|
|
381
448
|
"""
|
|
382
449
|
|
|
383
|
-
:param
|
|
450
|
+
:param _context:
|
|
451
|
+
:param layout:
|
|
452
|
+
:param _data:
|
|
453
|
+
:param item:
|
|
454
|
+
:param icon:
|
|
455
|
+
:param _active_data:
|
|
456
|
+
:param _active_propname:
|
|
457
|
+
:param _index:
|
|
384
458
|
"""
|
|
385
459
|
...
|
|
386
460
|
|
|
@@ -452,13 +526,6 @@ class DATA_PT_grease_pencil_layer_masks(bpy_types._GenericUI):
|
|
|
452
526
|
""" """
|
|
453
527
|
...
|
|
454
528
|
|
|
455
|
-
def poll(self, context):
|
|
456
|
-
"""
|
|
457
|
-
|
|
458
|
-
:param context:
|
|
459
|
-
"""
|
|
460
|
-
...
|
|
461
|
-
|
|
462
529
|
def pop(self):
|
|
463
530
|
""" """
|
|
464
531
|
...
|
|
@@ -493,7 +560,9 @@ class DATA_PT_grease_pencil_layer_masks(bpy_types._GenericUI):
|
|
|
493
560
|
""" """
|
|
494
561
|
...
|
|
495
562
|
|
|
496
|
-
class
|
|
563
|
+
class DATA_PT_context_grease_pencil(
|
|
564
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
565
|
+
):
|
|
497
566
|
""" """
|
|
498
567
|
|
|
499
568
|
bl_context: typing.Any
|
|
@@ -505,9 +574,6 @@ class DATA_PT_grease_pencil_layer_relations(bpy_types._GenericUI):
|
|
|
505
574
|
bl_options: typing.Any
|
|
506
575
|
""" """
|
|
507
576
|
|
|
508
|
-
bl_parent_id: typing.Any
|
|
509
|
-
""" """
|
|
510
|
-
|
|
511
577
|
bl_region_type: typing.Any
|
|
512
578
|
""" """
|
|
513
579
|
|
|
@@ -655,7 +721,9 @@ class DATA_PT_grease_pencil_layer_relations(bpy_types._GenericUI):
|
|
|
655
721
|
""" """
|
|
656
722
|
...
|
|
657
723
|
|
|
658
|
-
class
|
|
724
|
+
class DATA_PT_grease_pencil_custom_props(
|
|
725
|
+
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
726
|
+
):
|
|
659
727
|
""" """
|
|
660
728
|
|
|
661
729
|
bl_context: typing.Any
|
|
@@ -667,7 +735,7 @@ class DATA_PT_grease_pencil_layer_transform(bpy_types._GenericUI):
|
|
|
667
735
|
bl_options: typing.Any
|
|
668
736
|
""" """
|
|
669
737
|
|
|
670
|
-
|
|
738
|
+
bl_order: typing.Any
|
|
671
739
|
""" """
|
|
672
740
|
|
|
673
741
|
bl_region_type: typing.Any
|
|
@@ -817,7 +885,9 @@ class DATA_PT_grease_pencil_layer_transform(bpy_types._GenericUI):
|
|
|
817
885
|
""" """
|
|
818
886
|
...
|
|
819
887
|
|
|
820
|
-
class DATA_PT_grease_pencil_layers(
|
|
888
|
+
class DATA_PT_grease_pencil_layers(
|
|
889
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
890
|
+
):
|
|
821
891
|
""" """
|
|
822
892
|
|
|
823
893
|
bl_context: typing.Any
|
|
@@ -973,7 +1043,9 @@ class DATA_PT_grease_pencil_layers(bpy_types._GenericUI):
|
|
|
973
1043
|
""" """
|
|
974
1044
|
...
|
|
975
1045
|
|
|
976
|
-
class DATA_PT_grease_pencil_onion_skinning(
|
|
1046
|
+
class DATA_PT_grease_pencil_onion_skinning(
|
|
1047
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1048
|
+
):
|
|
977
1049
|
""" """
|
|
978
1050
|
|
|
979
1051
|
bl_context: typing.Any
|
|
@@ -1129,7 +1201,9 @@ class DATA_PT_grease_pencil_onion_skinning(bpy_types._GenericUI):
|
|
|
1129
1201
|
""" """
|
|
1130
1202
|
...
|
|
1131
1203
|
|
|
1132
|
-
class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
1204
|
+
class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
1205
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1206
|
+
):
|
|
1133
1207
|
""" """
|
|
1134
1208
|
|
|
1135
1209
|
bl_context: typing.Any
|
|
@@ -1298,7 +1372,9 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(bpy_types._GenericUI):
|
|
|
1298
1372
|
""" """
|
|
1299
1373
|
...
|
|
1300
1374
|
|
|
1301
|
-
class DATA_PT_grease_pencil_onion_skinning_display(
|
|
1375
|
+
class DATA_PT_grease_pencil_onion_skinning_display(
|
|
1376
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1377
|
+
):
|
|
1302
1378
|
""" """
|
|
1303
1379
|
|
|
1304
1380
|
bl_context: typing.Any
|
|
@@ -1460,7 +1536,9 @@ class DATA_PT_grease_pencil_onion_skinning_display(bpy_types._GenericUI):
|
|
|
1460
1536
|
""" """
|
|
1461
1537
|
...
|
|
1462
1538
|
|
|
1463
|
-
class DATA_PT_grease_pencil_settings(
|
|
1539
|
+
class DATA_PT_grease_pencil_settings(
|
|
1540
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1541
|
+
):
|
|
1464
1542
|
""" """
|
|
1465
1543
|
|
|
1466
1544
|
bl_context: typing.Any
|
|
@@ -1616,34 +1694,32 @@ class DATA_PT_grease_pencil_settings(bpy_types._GenericUI):
|
|
|
1616
1694
|
""" """
|
|
1617
1695
|
...
|
|
1618
1696
|
|
|
1619
|
-
class
|
|
1697
|
+
class DATA_PT_grease_pencil_layer_masks(
|
|
1698
|
+
bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
|
|
1699
|
+
):
|
|
1620
1700
|
""" """
|
|
1621
1701
|
|
|
1622
1702
|
bl_context: typing.Any
|
|
1623
1703
|
""" """
|
|
1624
1704
|
|
|
1625
|
-
|
|
1705
|
+
bl_label: typing.Any
|
|
1626
1706
|
""" """
|
|
1627
1707
|
|
|
1628
|
-
|
|
1708
|
+
bl_options: typing.Any
|
|
1629
1709
|
""" """
|
|
1630
1710
|
|
|
1631
|
-
|
|
1632
|
-
"""
|
|
1633
|
-
|
|
1634
|
-
:param context:
|
|
1635
|
-
"""
|
|
1636
|
-
...
|
|
1637
|
-
|
|
1638
|
-
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
|
|
1711
|
+
bl_parent_id: typing.Any
|
|
1639
1712
|
""" """
|
|
1640
1713
|
|
|
1641
|
-
|
|
1714
|
+
bl_region_type: typing.Any
|
|
1642
1715
|
""" """
|
|
1643
1716
|
|
|
1644
1717
|
bl_rna: typing.Any
|
|
1645
1718
|
""" """
|
|
1646
1719
|
|
|
1720
|
+
bl_space_type: typing.Any
|
|
1721
|
+
""" """
|
|
1722
|
+
|
|
1647
1723
|
id_data: typing.Any
|
|
1648
1724
|
""" """
|
|
1649
1725
|
|
|
@@ -1673,18 +1749,10 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
|
|
|
1673
1749
|
"""
|
|
1674
1750
|
...
|
|
1675
1751
|
|
|
1676
|
-
def
|
|
1752
|
+
def draw_header(self, context):
|
|
1677
1753
|
"""
|
|
1678
1754
|
|
|
1679
1755
|
:param context:
|
|
1680
|
-
:param layout:
|
|
1681
|
-
"""
|
|
1682
|
-
...
|
|
1683
|
-
|
|
1684
|
-
def draw_preset(self, _context):
|
|
1685
|
-
"""
|
|
1686
|
-
|
|
1687
|
-
:param _context:
|
|
1688
1756
|
"""
|
|
1689
1757
|
...
|
|
1690
1758
|
|
|
@@ -1752,34 +1820,15 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
|
|
|
1752
1820
|
""" """
|
|
1753
1821
|
...
|
|
1754
1822
|
|
|
1755
|
-
def
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
operator,
|
|
1759
|
-
props_default,
|
|
1760
|
-
prop_filepath,
|
|
1761
|
-
filter_ext,
|
|
1762
|
-
filter_path,
|
|
1763
|
-
display_name,
|
|
1764
|
-
add_operator,
|
|
1765
|
-
add_operator_props,
|
|
1766
|
-
):
|
|
1767
|
-
"""
|
|
1823
|
+
def path_resolve(self):
|
|
1824
|
+
""" """
|
|
1825
|
+
...
|
|
1768
1826
|
|
|
1769
|
-
|
|
1770
|
-
:param operator:
|
|
1771
|
-
:param props_default:
|
|
1772
|
-
:param prop_filepath:
|
|
1773
|
-
:param filter_ext:
|
|
1774
|
-
:param filter_path:
|
|
1775
|
-
:param display_name:
|
|
1776
|
-
:param add_operator:
|
|
1777
|
-
:param add_operator_props:
|
|
1827
|
+
def poll(self, context):
|
|
1778
1828
|
"""
|
|
1779
|
-
...
|
|
1780
1829
|
|
|
1781
|
-
|
|
1782
|
-
"""
|
|
1830
|
+
:param context:
|
|
1831
|
+
"""
|
|
1783
1832
|
...
|
|
1784
1833
|
|
|
1785
1834
|
def pop(self):
|
|
@@ -1816,15 +1865,32 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
|
|
|
1816
1865
|
""" """
|
|
1817
1866
|
...
|
|
1818
1867
|
|
|
1819
|
-
class
|
|
1868
|
+
class DATA_PT_grease_pencil_layer_relations(
|
|
1869
|
+
bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
|
|
1870
|
+
):
|
|
1871
|
+
""" """
|
|
1872
|
+
|
|
1873
|
+
bl_context: typing.Any
|
|
1820
1874
|
""" """
|
|
1821
1875
|
|
|
1822
1876
|
bl_label: typing.Any
|
|
1823
1877
|
""" """
|
|
1824
1878
|
|
|
1879
|
+
bl_options: typing.Any
|
|
1880
|
+
""" """
|
|
1881
|
+
|
|
1882
|
+
bl_parent_id: typing.Any
|
|
1883
|
+
""" """
|
|
1884
|
+
|
|
1885
|
+
bl_region_type: typing.Any
|
|
1886
|
+
""" """
|
|
1887
|
+
|
|
1825
1888
|
bl_rna: typing.Any
|
|
1826
1889
|
""" """
|
|
1827
1890
|
|
|
1891
|
+
bl_space_type: typing.Any
|
|
1892
|
+
""" """
|
|
1893
|
+
|
|
1828
1894
|
id_data: typing.Any
|
|
1829
1895
|
""" """
|
|
1830
1896
|
|
|
@@ -1854,21 +1920,6 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
|
|
|
1854
1920
|
"""
|
|
1855
1921
|
...
|
|
1856
1922
|
|
|
1857
|
-
def draw_collapsible(self, context, layout):
|
|
1858
|
-
"""
|
|
1859
|
-
|
|
1860
|
-
:param context:
|
|
1861
|
-
:param layout:
|
|
1862
|
-
"""
|
|
1863
|
-
...
|
|
1864
|
-
|
|
1865
|
-
def draw_preset(self, _context):
|
|
1866
|
-
"""
|
|
1867
|
-
|
|
1868
|
-
:param _context:
|
|
1869
|
-
"""
|
|
1870
|
-
...
|
|
1871
|
-
|
|
1872
1923
|
def driver_add(self):
|
|
1873
1924
|
""" """
|
|
1874
1925
|
...
|
|
@@ -1933,34 +1984,15 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
|
|
|
1933
1984
|
""" """
|
|
1934
1985
|
...
|
|
1935
1986
|
|
|
1936
|
-
def
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
operator,
|
|
1940
|
-
props_default,
|
|
1941
|
-
prop_filepath,
|
|
1942
|
-
filter_ext,
|
|
1943
|
-
filter_path,
|
|
1944
|
-
display_name,
|
|
1945
|
-
add_operator,
|
|
1946
|
-
add_operator_props,
|
|
1947
|
-
):
|
|
1948
|
-
"""
|
|
1987
|
+
def path_resolve(self):
|
|
1988
|
+
""" """
|
|
1989
|
+
...
|
|
1949
1990
|
|
|
1950
|
-
|
|
1951
|
-
:param operator:
|
|
1952
|
-
:param props_default:
|
|
1953
|
-
:param prop_filepath:
|
|
1954
|
-
:param filter_ext:
|
|
1955
|
-
:param filter_path:
|
|
1956
|
-
:param display_name:
|
|
1957
|
-
:param add_operator:
|
|
1958
|
-
:param add_operator_props:
|
|
1991
|
+
def poll(self, context):
|
|
1959
1992
|
"""
|
|
1960
|
-
...
|
|
1961
1993
|
|
|
1962
|
-
|
|
1963
|
-
"""
|
|
1994
|
+
:param context:
|
|
1995
|
+
"""
|
|
1964
1996
|
...
|
|
1965
1997
|
|
|
1966
1998
|
def pop(self):
|
|
@@ -1997,12 +2029,32 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
|
|
|
1997
2029
|
""" """
|
|
1998
2030
|
...
|
|
1999
2031
|
|
|
2000
|
-
class
|
|
2032
|
+
class DATA_PT_grease_pencil_layer_transform(
|
|
2033
|
+
bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
|
|
2034
|
+
):
|
|
2035
|
+
""" """
|
|
2036
|
+
|
|
2037
|
+
bl_context: typing.Any
|
|
2038
|
+
""" """
|
|
2039
|
+
|
|
2040
|
+
bl_label: typing.Any
|
|
2041
|
+
""" """
|
|
2042
|
+
|
|
2043
|
+
bl_options: typing.Any
|
|
2044
|
+
""" """
|
|
2045
|
+
|
|
2046
|
+
bl_parent_id: typing.Any
|
|
2047
|
+
""" """
|
|
2048
|
+
|
|
2049
|
+
bl_region_type: typing.Any
|
|
2001
2050
|
""" """
|
|
2002
2051
|
|
|
2003
2052
|
bl_rna: typing.Any
|
|
2004
2053
|
""" """
|
|
2005
2054
|
|
|
2055
|
+
bl_space_type: typing.Any
|
|
2056
|
+
""" """
|
|
2057
|
+
|
|
2006
2058
|
id_data: typing.Any
|
|
2007
2059
|
""" """
|
|
2008
2060
|
|
|
@@ -2025,27 +2077,10 @@ class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
|
|
|
2025
2077
|
""" """
|
|
2026
2078
|
...
|
|
2027
2079
|
|
|
2028
|
-
def
|
|
2029
|
-
self,
|
|
2030
|
-
_context,
|
|
2031
|
-
layout,
|
|
2032
|
-
_data,
|
|
2033
|
-
item,
|
|
2034
|
-
icon,
|
|
2035
|
-
_active_data,
|
|
2036
|
-
_active_propname,
|
|
2037
|
-
_index,
|
|
2038
|
-
):
|
|
2080
|
+
def draw(self, context):
|
|
2039
2081
|
"""
|
|
2040
2082
|
|
|
2041
|
-
:param
|
|
2042
|
-
:param layout:
|
|
2043
|
-
:param _data:
|
|
2044
|
-
:param item:
|
|
2045
|
-
:param icon:
|
|
2046
|
-
:param _active_data:
|
|
2047
|
-
:param _active_propname:
|
|
2048
|
-
:param _index:
|
|
2083
|
+
:param context:
|
|
2049
2084
|
"""
|
|
2050
2085
|
...
|
|
2051
2086
|
|
|
@@ -2117,6 +2152,13 @@ class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
|
|
|
2117
2152
|
""" """
|
|
2118
2153
|
...
|
|
2119
2154
|
|
|
2155
|
+
def poll(self, context):
|
|
2156
|
+
"""
|
|
2157
|
+
|
|
2158
|
+
:param context:
|
|
2159
|
+
"""
|
|
2160
|
+
...
|
|
2161
|
+
|
|
2120
2162
|
def pop(self):
|
|
2121
2163
|
""" """
|
|
2122
2164
|
...
|
|
@@ -2150,22 +2192,3 @@ class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
|
|
|
2150
2192
|
def values(self):
|
|
2151
2193
|
""" """
|
|
2152
2194
|
...
|
|
2153
|
-
|
|
2154
|
-
class LayerDataButtonsPanel:
|
|
2155
|
-
""" """
|
|
2156
|
-
|
|
2157
|
-
bl_context: typing.Any
|
|
2158
|
-
""" """
|
|
2159
|
-
|
|
2160
|
-
bl_region_type: typing.Any
|
|
2161
|
-
""" """
|
|
2162
|
-
|
|
2163
|
-
bl_space_type: typing.Any
|
|
2164
|
-
""" """
|
|
2165
|
-
|
|
2166
|
-
def poll(self, context):
|
|
2167
|
-
"""
|
|
2168
|
-
|
|
2169
|
-
:param context:
|
|
2170
|
-
"""
|
|
2171
|
-
...
|