fake-bpy-module 20240726__py3-none-any.whl → 20240727__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.
- bpy/ops/grease_pencil/__init__.pyi +18 -0
- bpy/ops/object/__init__.pyi +39 -3
- bpy/types/__init__.pyi +1684 -2526
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240727.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240727.dist-info}/RECORD +7 -7
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240727.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240727.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -403,49 +403,6 @@
|
|
|
403
403
|
:columns: 2
|
|
404
404
|
|
|
405
405
|
|
|
406
|
-
--------------------
|
|
407
|
-
|
|
408
|
-
* bpy_struct.id_data
|
|
409
|
-
|
|
410
|
-
:columns: 2
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
--------------------
|
|
414
|
-
|
|
415
|
-
* bpy_struct.as_pointer
|
|
416
|
-
* bpy_struct.driver_add
|
|
417
|
-
* bpy_struct.driver_remove
|
|
418
|
-
* bpy_struct.get
|
|
419
|
-
* bpy_struct.id_properties_clear
|
|
420
|
-
* bpy_struct.id_properties_ensure
|
|
421
|
-
* bpy_struct.id_properties_ui
|
|
422
|
-
* bpy_struct.is_property_hidden
|
|
423
|
-
* bpy_struct.is_property_overridable_library
|
|
424
|
-
* bpy_struct.is_property_readonly
|
|
425
|
-
* bpy_struct.is_property_set
|
|
426
|
-
* bpy_struct.items
|
|
427
|
-
* bpy_struct.keyframe_delete
|
|
428
|
-
* bpy_struct.keyframe_insert
|
|
429
|
-
* bpy_struct.keys
|
|
430
|
-
* bpy_struct.path_from_id
|
|
431
|
-
* bpy_struct.path_resolve
|
|
432
|
-
* bpy_struct.pop
|
|
433
|
-
* bpy_struct.property_overridable_library_set
|
|
434
|
-
* bpy_struct.property_unset
|
|
435
|
-
* bpy_struct.type_recast
|
|
436
|
-
* bpy_struct.values
|
|
437
|
-
|
|
438
|
-
:columns: 2
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
--------------------
|
|
442
|
-
|
|
443
|
-
* GPencilLayer.mask_layers
|
|
444
|
-
* GreasePencilMaskLayers.remove
|
|
445
|
-
|
|
446
|
-
:columns: 2
|
|
447
|
-
|
|
448
|
-
|
|
449
406
|
--------------------
|
|
450
407
|
|
|
451
408
|
* bpy_struct.id_data
|
|
@@ -4544,10 +4501,6 @@
|
|
|
4544
4501
|
|
|
4545
4502
|
--------------------
|
|
4546
4503
|
|
|
4547
|
-
* GPencilFrames.copy
|
|
4548
|
-
* GPencilFrames.copy
|
|
4549
|
-
* GPencilFrames.new
|
|
4550
|
-
* GPencilFrames.remove
|
|
4551
4504
|
* GPencilLayer.active_frame
|
|
4552
4505
|
* GPencilLayer.frames
|
|
4553
4506
|
|
|
@@ -10626,48 +10579,6 @@
|
|
|
10626
10579
|
:columns: 2
|
|
10627
10580
|
|
|
10628
10581
|
|
|
10629
|
-
--------------------
|
|
10630
|
-
|
|
10631
|
-
* bpy_struct.id_data
|
|
10632
|
-
|
|
10633
|
-
:columns: 2
|
|
10634
|
-
|
|
10635
|
-
|
|
10636
|
-
--------------------
|
|
10637
|
-
|
|
10638
|
-
* bpy_struct.as_pointer
|
|
10639
|
-
* bpy_struct.driver_add
|
|
10640
|
-
* bpy_struct.driver_remove
|
|
10641
|
-
* bpy_struct.get
|
|
10642
|
-
* bpy_struct.id_properties_clear
|
|
10643
|
-
* bpy_struct.id_properties_ensure
|
|
10644
|
-
* bpy_struct.id_properties_ui
|
|
10645
|
-
* bpy_struct.is_property_hidden
|
|
10646
|
-
* bpy_struct.is_property_overridable_library
|
|
10647
|
-
* bpy_struct.is_property_readonly
|
|
10648
|
-
* bpy_struct.is_property_set
|
|
10649
|
-
* bpy_struct.items
|
|
10650
|
-
* bpy_struct.keyframe_delete
|
|
10651
|
-
* bpy_struct.keyframe_insert
|
|
10652
|
-
* bpy_struct.keys
|
|
10653
|
-
* bpy_struct.path_from_id
|
|
10654
|
-
* bpy_struct.path_resolve
|
|
10655
|
-
* bpy_struct.pop
|
|
10656
|
-
* bpy_struct.property_overridable_library_set
|
|
10657
|
-
* bpy_struct.property_unset
|
|
10658
|
-
* bpy_struct.type_recast
|
|
10659
|
-
* bpy_struct.values
|
|
10660
|
-
|
|
10661
|
-
:columns: 2
|
|
10662
|
-
|
|
10663
|
-
|
|
10664
|
-
--------------------
|
|
10665
|
-
|
|
10666
|
-
* GreasePencil.grid
|
|
10667
|
-
|
|
10668
|
-
:columns: 2
|
|
10669
|
-
|
|
10670
|
-
|
|
10671
10582
|
--------------------
|
|
10672
10583
|
|
|
10673
10584
|
* bpy_struct.id_data
|
|
@@ -14684,48 +14595,6 @@
|
|
|
14684
14595
|
:columns: 2
|
|
14685
14596
|
|
|
14686
14597
|
|
|
14687
|
-
--------------------
|
|
14688
|
-
|
|
14689
|
-
* GPencilFrame.strokes
|
|
14690
|
-
|
|
14691
|
-
:columns: 2
|
|
14692
|
-
|
|
14693
|
-
|
|
14694
|
-
--------------------
|
|
14695
|
-
|
|
14696
|
-
* bpy_struct.id_data
|
|
14697
|
-
|
|
14698
|
-
:columns: 2
|
|
14699
|
-
|
|
14700
|
-
|
|
14701
|
-
--------------------
|
|
14702
|
-
|
|
14703
|
-
* bpy_struct.as_pointer
|
|
14704
|
-
* bpy_struct.driver_add
|
|
14705
|
-
* bpy_struct.driver_remove
|
|
14706
|
-
* bpy_struct.get
|
|
14707
|
-
* bpy_struct.id_properties_clear
|
|
14708
|
-
* bpy_struct.id_properties_ensure
|
|
14709
|
-
* bpy_struct.id_properties_ui
|
|
14710
|
-
* bpy_struct.is_property_hidden
|
|
14711
|
-
* bpy_struct.is_property_overridable_library
|
|
14712
|
-
* bpy_struct.is_property_readonly
|
|
14713
|
-
* bpy_struct.is_property_set
|
|
14714
|
-
* bpy_struct.items
|
|
14715
|
-
* bpy_struct.keyframe_delete
|
|
14716
|
-
* bpy_struct.keyframe_insert
|
|
14717
|
-
* bpy_struct.keys
|
|
14718
|
-
* bpy_struct.path_from_id
|
|
14719
|
-
* bpy_struct.path_resolve
|
|
14720
|
-
* bpy_struct.pop
|
|
14721
|
-
* bpy_struct.property_overridable_library_set
|
|
14722
|
-
* bpy_struct.property_unset
|
|
14723
|
-
* bpy_struct.type_recast
|
|
14724
|
-
* bpy_struct.values
|
|
14725
|
-
|
|
14726
|
-
:columns: 2
|
|
14727
|
-
|
|
14728
|
-
|
|
14729
14598
|
--------------------
|
|
14730
14599
|
|
|
14731
14600
|
* Scene.unit_settings
|
|
@@ -18639,48 +18508,6 @@
|
|
|
18639
18508
|
:columns: 2
|
|
18640
18509
|
|
|
18641
18510
|
|
|
18642
|
-
--------------------
|
|
18643
|
-
|
|
18644
|
-
* bpy_struct.id_data
|
|
18645
|
-
|
|
18646
|
-
:columns: 2
|
|
18647
|
-
|
|
18648
|
-
|
|
18649
|
-
--------------------
|
|
18650
|
-
|
|
18651
|
-
* bpy_struct.as_pointer
|
|
18652
|
-
* bpy_struct.driver_add
|
|
18653
|
-
* bpy_struct.driver_remove
|
|
18654
|
-
* bpy_struct.get
|
|
18655
|
-
* bpy_struct.id_properties_clear
|
|
18656
|
-
* bpy_struct.id_properties_ensure
|
|
18657
|
-
* bpy_struct.id_properties_ui
|
|
18658
|
-
* bpy_struct.is_property_hidden
|
|
18659
|
-
* bpy_struct.is_property_overridable_library
|
|
18660
|
-
* bpy_struct.is_property_readonly
|
|
18661
|
-
* bpy_struct.is_property_set
|
|
18662
|
-
* bpy_struct.items
|
|
18663
|
-
* bpy_struct.keyframe_delete
|
|
18664
|
-
* bpy_struct.keyframe_insert
|
|
18665
|
-
* bpy_struct.keys
|
|
18666
|
-
* bpy_struct.path_from_id
|
|
18667
|
-
* bpy_struct.path_resolve
|
|
18668
|
-
* bpy_struct.pop
|
|
18669
|
-
* bpy_struct.property_overridable_library_set
|
|
18670
|
-
* bpy_struct.property_unset
|
|
18671
|
-
* bpy_struct.type_recast
|
|
18672
|
-
* bpy_struct.values
|
|
18673
|
-
|
|
18674
|
-
:columns: 2
|
|
18675
|
-
|
|
18676
|
-
|
|
18677
|
-
--------------------
|
|
18678
|
-
|
|
18679
|
-
* GPencilLayer.frames
|
|
18680
|
-
|
|
18681
|
-
:columns: 2
|
|
18682
|
-
|
|
18683
|
-
|
|
18684
18511
|
--------------------
|
|
18685
18512
|
|
|
18686
18513
|
* bpy_struct.id_data
|
|
@@ -19079,36 +18906,6 @@
|
|
|
19079
18906
|
--------------------
|
|
19080
18907
|
|
|
19081
18908
|
* bpy_struct.id_data
|
|
19082
|
-
* Node.type
|
|
19083
|
-
* Node.location
|
|
19084
|
-
* Node.width
|
|
19085
|
-
* Node.height
|
|
19086
|
-
* Node.dimensions
|
|
19087
|
-
* Node.name
|
|
19088
|
-
* Node.label
|
|
19089
|
-
* Node.inputs
|
|
19090
|
-
* Node.outputs
|
|
19091
|
-
* Node.internal_links
|
|
19092
|
-
* Node.parent
|
|
19093
|
-
* Node.use_custom_color
|
|
19094
|
-
* Node.color
|
|
19095
|
-
* Node.select
|
|
19096
|
-
* Node.show_options
|
|
19097
|
-
* Node.show_preview
|
|
19098
|
-
* Node.hide
|
|
19099
|
-
* Node.mute
|
|
19100
|
-
* Node.show_texture
|
|
19101
|
-
* Node.bl_idname
|
|
19102
|
-
* Node.bl_label
|
|
19103
|
-
* Node.bl_description
|
|
19104
|
-
* Node.bl_icon
|
|
19105
|
-
* Node.bl_static_type
|
|
19106
|
-
* Node.bl_width_default
|
|
19107
|
-
* Node.bl_width_min
|
|
19108
|
-
* Node.bl_width_max
|
|
19109
|
-
* Node.bl_height_default
|
|
19110
|
-
* Node.bl_height_min
|
|
19111
|
-
* Node.bl_height_max
|
|
19112
18909
|
|
|
19113
18910
|
:columns: 2
|
|
19114
18911
|
|
|
@@ -19137,31 +18934,106 @@
|
|
|
19137
18934
|
* bpy_struct.property_unset
|
|
19138
18935
|
* bpy_struct.type_recast
|
|
19139
18936
|
* bpy_struct.values
|
|
19140
|
-
|
|
19141
|
-
|
|
19142
|
-
|
|
19143
|
-
|
|
19144
|
-
|
|
19145
|
-
|
|
19146
|
-
*
|
|
19147
|
-
*
|
|
19148
|
-
*
|
|
19149
|
-
*
|
|
19150
|
-
|
|
19151
|
-
|
|
19152
|
-
|
|
19153
|
-
|
|
19154
|
-
|
|
19155
|
-
|
|
19156
|
-
*
|
|
19157
|
-
*
|
|
19158
|
-
*
|
|
19159
|
-
*
|
|
19160
|
-
*
|
|
19161
|
-
*
|
|
19162
|
-
*
|
|
19163
|
-
*
|
|
19164
|
-
*
|
|
18937
|
+
|
|
18938
|
+
:columns: 2
|
|
18939
|
+
|
|
18940
|
+
|
|
18941
|
+
--------------------
|
|
18942
|
+
|
|
18943
|
+
* GreasePencilFrames.copy
|
|
18944
|
+
* GreasePencilFrames.new
|
|
18945
|
+
* GreasePencilLayer.frames
|
|
18946
|
+
* GreasePencilLayer.get_frame_at
|
|
18947
|
+
|
|
18948
|
+
:columns: 2
|
|
18949
|
+
|
|
18950
|
+
|
|
18951
|
+
--------------------
|
|
18952
|
+
|
|
18953
|
+
* bpy_struct.id_data
|
|
18954
|
+
* Node.type
|
|
18955
|
+
* Node.location
|
|
18956
|
+
* Node.width
|
|
18957
|
+
* Node.height
|
|
18958
|
+
* Node.dimensions
|
|
18959
|
+
* Node.name
|
|
18960
|
+
* Node.label
|
|
18961
|
+
* Node.inputs
|
|
18962
|
+
* Node.outputs
|
|
18963
|
+
* Node.internal_links
|
|
18964
|
+
* Node.parent
|
|
18965
|
+
* Node.use_custom_color
|
|
18966
|
+
* Node.color
|
|
18967
|
+
* Node.select
|
|
18968
|
+
* Node.show_options
|
|
18969
|
+
* Node.show_preview
|
|
18970
|
+
* Node.hide
|
|
18971
|
+
* Node.mute
|
|
18972
|
+
* Node.show_texture
|
|
18973
|
+
* Node.bl_idname
|
|
18974
|
+
* Node.bl_label
|
|
18975
|
+
* Node.bl_description
|
|
18976
|
+
* Node.bl_icon
|
|
18977
|
+
* Node.bl_static_type
|
|
18978
|
+
* Node.bl_width_default
|
|
18979
|
+
* Node.bl_width_min
|
|
18980
|
+
* Node.bl_width_max
|
|
18981
|
+
* Node.bl_height_default
|
|
18982
|
+
* Node.bl_height_min
|
|
18983
|
+
* Node.bl_height_max
|
|
18984
|
+
|
|
18985
|
+
:columns: 2
|
|
18986
|
+
|
|
18987
|
+
|
|
18988
|
+
--------------------
|
|
18989
|
+
|
|
18990
|
+
* bpy_struct.as_pointer
|
|
18991
|
+
* bpy_struct.driver_add
|
|
18992
|
+
* bpy_struct.driver_remove
|
|
18993
|
+
* bpy_struct.get
|
|
18994
|
+
* bpy_struct.id_properties_clear
|
|
18995
|
+
* bpy_struct.id_properties_ensure
|
|
18996
|
+
* bpy_struct.id_properties_ui
|
|
18997
|
+
* bpy_struct.is_property_hidden
|
|
18998
|
+
* bpy_struct.is_property_overridable_library
|
|
18999
|
+
* bpy_struct.is_property_readonly
|
|
19000
|
+
* bpy_struct.is_property_set
|
|
19001
|
+
* bpy_struct.items
|
|
19002
|
+
* bpy_struct.keyframe_delete
|
|
19003
|
+
* bpy_struct.keyframe_insert
|
|
19004
|
+
* bpy_struct.keys
|
|
19005
|
+
* bpy_struct.path_from_id
|
|
19006
|
+
* bpy_struct.path_resolve
|
|
19007
|
+
* bpy_struct.pop
|
|
19008
|
+
* bpy_struct.property_overridable_library_set
|
|
19009
|
+
* bpy_struct.property_unset
|
|
19010
|
+
* bpy_struct.type_recast
|
|
19011
|
+
* bpy_struct.values
|
|
19012
|
+
* Node.socket_value_update
|
|
19013
|
+
* Node.is_registered_node_type
|
|
19014
|
+
* Node.poll
|
|
19015
|
+
* Node.poll_instance
|
|
19016
|
+
* Node.update
|
|
19017
|
+
* Node.insert_link
|
|
19018
|
+
* Node.init
|
|
19019
|
+
* Node.copy
|
|
19020
|
+
* Node.free
|
|
19021
|
+
* Node.draw_buttons
|
|
19022
|
+
* Node.draw_buttons_ext
|
|
19023
|
+
* Node.draw_label
|
|
19024
|
+
* Node.poll
|
|
19025
|
+
* Node.bl_rna_get_subclass
|
|
19026
|
+
* Node.bl_rna_get_subclass_py
|
|
19027
|
+
* NodeInternal.poll
|
|
19028
|
+
* NodeInternal.poll_instance
|
|
19029
|
+
* NodeInternal.update
|
|
19030
|
+
* NodeInternal.draw_buttons
|
|
19031
|
+
* NodeInternal.draw_buttons_ext
|
|
19032
|
+
* NodeInternal.bl_rna_get_subclass
|
|
19033
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
19034
|
+
* ShaderNode.poll
|
|
19035
|
+
* ShaderNode.bl_rna_get_subclass
|
|
19036
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
19165
19037
|
|
|
19166
19038
|
:columns: 2
|
|
19167
19039
|
|
|
@@ -28455,6 +28327,9 @@ Menu.poll function.
|
|
|
28455
28327
|
* AttributeGroupGreasePencil.active
|
|
28456
28328
|
* AttributeGroupGreasePencil.new
|
|
28457
28329
|
* AttributeGroupGreasePencil.remove
|
|
28330
|
+
* AttributeGroupGreasePencilDrawing.active
|
|
28331
|
+
* AttributeGroupGreasePencilDrawing.new
|
|
28332
|
+
* AttributeGroupGreasePencilDrawing.remove
|
|
28458
28333
|
* AttributeGroupMesh.active
|
|
28459
28334
|
* AttributeGroupMesh.active_color
|
|
28460
28335
|
* AttributeGroupMesh.new
|
|
@@ -28464,6 +28339,8 @@ Menu.poll function.
|
|
|
28464
28339
|
* AttributeGroupPointCloud.remove
|
|
28465
28340
|
* Curves.attributes
|
|
28466
28341
|
* Curves.color_attributes
|
|
28342
|
+
* GreasePencilDrawing.attributes
|
|
28343
|
+
* GreasePencilDrawing.color_attributes
|
|
28467
28344
|
* GreasePencilv3.attributes
|
|
28468
28345
|
* GreasePencilv3.color_attributes
|
|
28469
28346
|
* Mesh.attributes
|
|
@@ -29195,250 +29072,208 @@ Menu.poll function.
|
|
|
29195
29072
|
|
|
29196
29073
|
--------------------
|
|
29197
29074
|
|
|
29198
|
-
*
|
|
29199
|
-
|
|
29200
|
-
|
|
29201
|
-
|
|
29202
|
-
|
|
29203
|
-
|
|
29204
|
-
|
|
29205
|
-
|
|
29206
|
-
|
|
29207
|
-
|
|
29208
|
-
|
|
29209
|
-
|
|
29210
|
-
|
|
29211
|
-
|
|
29212
|
-
|
|
29213
|
-
|
|
29214
|
-
* bpy_struct.
|
|
29215
|
-
* bpy_struct.
|
|
29216
|
-
* bpy_struct.
|
|
29217
|
-
* bpy_struct.
|
|
29218
|
-
* bpy_struct.
|
|
29219
|
-
* bpy_struct.
|
|
29220
|
-
* bpy_struct.
|
|
29221
|
-
* bpy_struct.
|
|
29222
|
-
* bpy_struct.
|
|
29223
|
-
* bpy_struct.
|
|
29224
|
-
* bpy_struct.
|
|
29225
|
-
* bpy_struct.
|
|
29226
|
-
* bpy_struct.
|
|
29227
|
-
* bpy_struct.
|
|
29228
|
-
* bpy_struct.
|
|
29229
|
-
* bpy_struct.
|
|
29230
|
-
* bpy_struct.
|
|
29231
|
-
* bpy_struct.
|
|
29232
|
-
* bpy_struct.
|
|
29233
|
-
* bpy_struct.
|
|
29234
|
-
|
|
29235
|
-
|
|
29236
|
-
|
|
29237
|
-
|
|
29238
|
-
|
|
29239
|
-
|
|
29240
|
-
|
|
29241
|
-
|
|
29242
|
-
*
|
|
29243
|
-
|
|
29244
|
-
:columns: 2
|
|
29245
|
-
|
|
29246
|
-
|
|
29247
|
-
--------------------
|
|
29248
|
-
|
|
29249
|
-
* bpy_struct.id_data
|
|
29250
|
-
|
|
29251
|
-
|
|
29252
|
-
|
|
29253
|
-
|
|
29254
|
-
|
|
29255
|
-
|
|
29256
|
-
*
|
|
29257
|
-
*
|
|
29258
|
-
*
|
|
29259
|
-
*
|
|
29260
|
-
*
|
|
29261
|
-
*
|
|
29262
|
-
*
|
|
29263
|
-
*
|
|
29264
|
-
*
|
|
29265
|
-
*
|
|
29266
|
-
*
|
|
29267
|
-
*
|
|
29268
|
-
*
|
|
29269
|
-
*
|
|
29270
|
-
*
|
|
29271
|
-
*
|
|
29272
|
-
*
|
|
29273
|
-
*
|
|
29274
|
-
*
|
|
29275
|
-
*
|
|
29276
|
-
*
|
|
29277
|
-
*
|
|
29278
|
-
|
|
29279
|
-
|
|
29280
|
-
|
|
29281
|
-
|
|
29282
|
-
|
|
29283
|
-
|
|
29284
|
-
|
|
29285
|
-
|
|
29286
|
-
|
|
29287
|
-
|
|
29288
|
-
|
|
29289
|
-
|
|
29290
|
-
|
|
29291
|
-
* bpy_struct.
|
|
29292
|
-
*
|
|
29293
|
-
*
|
|
29294
|
-
*
|
|
29295
|
-
*
|
|
29296
|
-
*
|
|
29297
|
-
*
|
|
29298
|
-
*
|
|
29299
|
-
*
|
|
29300
|
-
*
|
|
29301
|
-
*
|
|
29302
|
-
*
|
|
29303
|
-
*
|
|
29304
|
-
*
|
|
29305
|
-
*
|
|
29306
|
-
*
|
|
29307
|
-
*
|
|
29308
|
-
* Node.
|
|
29309
|
-
* Node.
|
|
29310
|
-
* Node.
|
|
29311
|
-
* Node.
|
|
29312
|
-
* Node.
|
|
29313
|
-
* Node.
|
|
29314
|
-
* Node.
|
|
29315
|
-
* Node.
|
|
29316
|
-
* Node.
|
|
29317
|
-
* Node.
|
|
29318
|
-
* Node.
|
|
29319
|
-
* Node.
|
|
29320
|
-
* Node.
|
|
29321
|
-
* Node.
|
|
29322
|
-
|
|
29323
|
-
|
|
29324
|
-
|
|
29325
|
-
|
|
29326
|
-
|
|
29327
|
-
|
|
29328
|
-
*
|
|
29329
|
-
*
|
|
29330
|
-
*
|
|
29331
|
-
*
|
|
29332
|
-
*
|
|
29333
|
-
|
|
29334
|
-
|
|
29335
|
-
|
|
29336
|
-
|
|
29337
|
-
|
|
29338
|
-
|
|
29339
|
-
* bpy_struct.
|
|
29340
|
-
*
|
|
29341
|
-
*
|
|
29342
|
-
*
|
|
29343
|
-
*
|
|
29344
|
-
*
|
|
29345
|
-
*
|
|
29346
|
-
*
|
|
29347
|
-
*
|
|
29348
|
-
*
|
|
29349
|
-
*
|
|
29350
|
-
*
|
|
29351
|
-
*
|
|
29352
|
-
*
|
|
29353
|
-
*
|
|
29354
|
-
*
|
|
29355
|
-
*
|
|
29356
|
-
*
|
|
29357
|
-
*
|
|
29358
|
-
*
|
|
29359
|
-
*
|
|
29360
|
-
*
|
|
29361
|
-
*
|
|
29362
|
-
|
|
29363
|
-
|
|
29364
|
-
|
|
29365
|
-
|
|
29366
|
-
|
|
29367
|
-
|
|
29368
|
-
*
|
|
29369
|
-
*
|
|
29370
|
-
*
|
|
29371
|
-
*
|
|
29372
|
-
*
|
|
29373
|
-
*
|
|
29374
|
-
*
|
|
29375
|
-
|
|
29376
|
-
|
|
29377
|
-
|
|
29378
|
-
|
|
29379
|
-
|
|
29380
|
-
|
|
29381
|
-
* bpy_struct.
|
|
29382
|
-
*
|
|
29383
|
-
*
|
|
29384
|
-
*
|
|
29385
|
-
*
|
|
29386
|
-
*
|
|
29387
|
-
*
|
|
29388
|
-
*
|
|
29389
|
-
*
|
|
29390
|
-
* NodeSocket.
|
|
29391
|
-
* NodeSocket.
|
|
29392
|
-
* NodeSocket.
|
|
29393
|
-
* NodeSocket.
|
|
29394
|
-
* NodeSocket.
|
|
29395
|
-
*
|
|
29396
|
-
*
|
|
29397
|
-
*
|
|
29398
|
-
*
|
|
29399
|
-
*
|
|
29400
|
-
* NodeSocket.bl_label
|
|
29401
|
-
* NodeSocket.bl_subtype_label
|
|
29402
|
-
* NodeSocket.links
|
|
29403
|
-
* NodeSocketStandard.links
|
|
29404
|
-
|
|
29405
|
-
:columns: 2
|
|
29406
|
-
|
|
29407
|
-
|
|
29408
|
-
--------------------
|
|
29409
|
-
|
|
29410
|
-
* bpy_struct.as_pointer
|
|
29411
|
-
* bpy_struct.driver_add
|
|
29412
|
-
* bpy_struct.driver_remove
|
|
29413
|
-
* bpy_struct.get
|
|
29414
|
-
* bpy_struct.id_properties_clear
|
|
29415
|
-
* bpy_struct.id_properties_ensure
|
|
29416
|
-
* bpy_struct.id_properties_ui
|
|
29417
|
-
* bpy_struct.is_property_hidden
|
|
29418
|
-
* bpy_struct.is_property_overridable_library
|
|
29419
|
-
* bpy_struct.is_property_readonly
|
|
29420
|
-
* bpy_struct.is_property_set
|
|
29421
|
-
* bpy_struct.items
|
|
29422
|
-
* bpy_struct.keyframe_delete
|
|
29423
|
-
* bpy_struct.keyframe_insert
|
|
29424
|
-
* bpy_struct.keys
|
|
29425
|
-
* bpy_struct.path_from_id
|
|
29426
|
-
* bpy_struct.path_resolve
|
|
29427
|
-
* bpy_struct.pop
|
|
29428
|
-
* bpy_struct.property_overridable_library_set
|
|
29429
|
-
* bpy_struct.property_unset
|
|
29430
|
-
* bpy_struct.type_recast
|
|
29431
|
-
* bpy_struct.values
|
|
29432
|
-
* NodeSocket.draw
|
|
29433
|
-
* NodeSocket.draw_color
|
|
29434
|
-
* NodeSocket.draw_color_simple
|
|
29435
|
-
* NodeSocket.bl_rna_get_subclass
|
|
29436
|
-
* NodeSocket.bl_rna_get_subclass_py
|
|
29437
|
-
* NodeSocketStandard.draw
|
|
29438
|
-
* NodeSocketStandard.draw_color
|
|
29439
|
-
* NodeSocketStandard.draw_color_simple
|
|
29440
|
-
* NodeSocketStandard.bl_rna_get_subclass
|
|
29441
|
-
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
29075
|
+
* PathCompareCollection.new
|
|
29076
|
+
* PathCompareCollection.remove
|
|
29077
|
+
* Preferences.autoexec_paths
|
|
29078
|
+
|
|
29079
|
+
:columns: 2
|
|
29080
|
+
|
|
29081
|
+
|
|
29082
|
+
--------------------
|
|
29083
|
+
|
|
29084
|
+
* bpy_struct.id_data
|
|
29085
|
+
|
|
29086
|
+
:columns: 2
|
|
29087
|
+
|
|
29088
|
+
|
|
29089
|
+
--------------------
|
|
29090
|
+
|
|
29091
|
+
* bpy_struct.as_pointer
|
|
29092
|
+
* bpy_struct.driver_add
|
|
29093
|
+
* bpy_struct.driver_remove
|
|
29094
|
+
* bpy_struct.get
|
|
29095
|
+
* bpy_struct.id_properties_clear
|
|
29096
|
+
* bpy_struct.id_properties_ensure
|
|
29097
|
+
* bpy_struct.id_properties_ui
|
|
29098
|
+
* bpy_struct.is_property_hidden
|
|
29099
|
+
* bpy_struct.is_property_overridable_library
|
|
29100
|
+
* bpy_struct.is_property_readonly
|
|
29101
|
+
* bpy_struct.is_property_set
|
|
29102
|
+
* bpy_struct.items
|
|
29103
|
+
* bpy_struct.keyframe_delete
|
|
29104
|
+
* bpy_struct.keyframe_insert
|
|
29105
|
+
* bpy_struct.keys
|
|
29106
|
+
* bpy_struct.path_from_id
|
|
29107
|
+
* bpy_struct.path_resolve
|
|
29108
|
+
* bpy_struct.pop
|
|
29109
|
+
* bpy_struct.property_overridable_library_set
|
|
29110
|
+
* bpy_struct.property_unset
|
|
29111
|
+
* bpy_struct.type_recast
|
|
29112
|
+
* bpy_struct.values
|
|
29113
|
+
|
|
29114
|
+
:columns: 2
|
|
29115
|
+
|
|
29116
|
+
|
|
29117
|
+
--------------------
|
|
29118
|
+
|
|
29119
|
+
* BlendData.fonts
|
|
29120
|
+
|
|
29121
|
+
:columns: 2
|
|
29122
|
+
|
|
29123
|
+
|
|
29124
|
+
--------------------
|
|
29125
|
+
|
|
29126
|
+
* bpy_struct.id_data
|
|
29127
|
+
* Node.type
|
|
29128
|
+
* Node.location
|
|
29129
|
+
* Node.width
|
|
29130
|
+
* Node.height
|
|
29131
|
+
* Node.dimensions
|
|
29132
|
+
* Node.name
|
|
29133
|
+
* Node.label
|
|
29134
|
+
* Node.inputs
|
|
29135
|
+
* Node.outputs
|
|
29136
|
+
* Node.internal_links
|
|
29137
|
+
* Node.parent
|
|
29138
|
+
* Node.use_custom_color
|
|
29139
|
+
* Node.color
|
|
29140
|
+
* Node.select
|
|
29141
|
+
* Node.show_options
|
|
29142
|
+
* Node.show_preview
|
|
29143
|
+
* Node.hide
|
|
29144
|
+
* Node.mute
|
|
29145
|
+
* Node.show_texture
|
|
29146
|
+
* Node.bl_idname
|
|
29147
|
+
* Node.bl_label
|
|
29148
|
+
* Node.bl_description
|
|
29149
|
+
* Node.bl_icon
|
|
29150
|
+
* Node.bl_static_type
|
|
29151
|
+
* Node.bl_width_default
|
|
29152
|
+
* Node.bl_width_min
|
|
29153
|
+
* Node.bl_width_max
|
|
29154
|
+
* Node.bl_height_default
|
|
29155
|
+
* Node.bl_height_min
|
|
29156
|
+
* Node.bl_height_max
|
|
29157
|
+
|
|
29158
|
+
:columns: 2
|
|
29159
|
+
|
|
29160
|
+
|
|
29161
|
+
--------------------
|
|
29162
|
+
|
|
29163
|
+
* bpy_struct.as_pointer
|
|
29164
|
+
* bpy_struct.driver_add
|
|
29165
|
+
* bpy_struct.driver_remove
|
|
29166
|
+
* bpy_struct.get
|
|
29167
|
+
* bpy_struct.id_properties_clear
|
|
29168
|
+
* bpy_struct.id_properties_ensure
|
|
29169
|
+
* bpy_struct.id_properties_ui
|
|
29170
|
+
* bpy_struct.is_property_hidden
|
|
29171
|
+
* bpy_struct.is_property_overridable_library
|
|
29172
|
+
* bpy_struct.is_property_readonly
|
|
29173
|
+
* bpy_struct.is_property_set
|
|
29174
|
+
* bpy_struct.items
|
|
29175
|
+
* bpy_struct.keyframe_delete
|
|
29176
|
+
* bpy_struct.keyframe_insert
|
|
29177
|
+
* bpy_struct.keys
|
|
29178
|
+
* bpy_struct.path_from_id
|
|
29179
|
+
* bpy_struct.path_resolve
|
|
29180
|
+
* bpy_struct.pop
|
|
29181
|
+
* bpy_struct.property_overridable_library_set
|
|
29182
|
+
* bpy_struct.property_unset
|
|
29183
|
+
* bpy_struct.type_recast
|
|
29184
|
+
* bpy_struct.values
|
|
29185
|
+
* Node.socket_value_update
|
|
29186
|
+
* Node.is_registered_node_type
|
|
29187
|
+
* Node.poll
|
|
29188
|
+
* Node.poll_instance
|
|
29189
|
+
* Node.update
|
|
29190
|
+
* Node.insert_link
|
|
29191
|
+
* Node.init
|
|
29192
|
+
* Node.copy
|
|
29193
|
+
* Node.free
|
|
29194
|
+
* Node.draw_buttons
|
|
29195
|
+
* Node.draw_buttons_ext
|
|
29196
|
+
* Node.draw_label
|
|
29197
|
+
* Node.poll
|
|
29198
|
+
* Node.bl_rna_get_subclass
|
|
29199
|
+
* Node.bl_rna_get_subclass_py
|
|
29200
|
+
* NodeInternal.poll
|
|
29201
|
+
* NodeInternal.poll_instance
|
|
29202
|
+
* NodeInternal.update
|
|
29203
|
+
* NodeInternal.draw_buttons
|
|
29204
|
+
* NodeInternal.draw_buttons_ext
|
|
29205
|
+
* NodeInternal.bl_rna_get_subclass
|
|
29206
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
29207
|
+
* GeometryNode.poll
|
|
29208
|
+
* GeometryNode.bl_rna_get_subclass
|
|
29209
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
29210
|
+
|
|
29211
|
+
:columns: 2
|
|
29212
|
+
|
|
29213
|
+
|
|
29214
|
+
--------------------
|
|
29215
|
+
|
|
29216
|
+
* bpy_struct.id_data
|
|
29217
|
+
* NodeSocket.name
|
|
29218
|
+
* NodeSocket.label
|
|
29219
|
+
* NodeSocket.identifier
|
|
29220
|
+
* NodeSocket.description
|
|
29221
|
+
* NodeSocket.is_output
|
|
29222
|
+
* NodeSocket.hide
|
|
29223
|
+
* NodeSocket.enabled
|
|
29224
|
+
* NodeSocket.link_limit
|
|
29225
|
+
* NodeSocket.is_linked
|
|
29226
|
+
* NodeSocket.is_unavailable
|
|
29227
|
+
* NodeSocket.is_multi_input
|
|
29228
|
+
* NodeSocket.show_expanded
|
|
29229
|
+
* NodeSocket.hide_value
|
|
29230
|
+
* NodeSocket.pin_gizmo
|
|
29231
|
+
* NodeSocket.node
|
|
29232
|
+
* NodeSocket.type
|
|
29233
|
+
* NodeSocket.display_shape
|
|
29234
|
+
* NodeSocket.bl_idname
|
|
29235
|
+
* NodeSocket.bl_label
|
|
29236
|
+
* NodeSocket.bl_subtype_label
|
|
29237
|
+
* NodeSocket.links
|
|
29238
|
+
* NodeSocketStandard.links
|
|
29239
|
+
|
|
29240
|
+
:columns: 2
|
|
29241
|
+
|
|
29242
|
+
|
|
29243
|
+
--------------------
|
|
29244
|
+
|
|
29245
|
+
* bpy_struct.as_pointer
|
|
29246
|
+
* bpy_struct.driver_add
|
|
29247
|
+
* bpy_struct.driver_remove
|
|
29248
|
+
* bpy_struct.get
|
|
29249
|
+
* bpy_struct.id_properties_clear
|
|
29250
|
+
* bpy_struct.id_properties_ensure
|
|
29251
|
+
* bpy_struct.id_properties_ui
|
|
29252
|
+
* bpy_struct.is_property_hidden
|
|
29253
|
+
* bpy_struct.is_property_overridable_library
|
|
29254
|
+
* bpy_struct.is_property_readonly
|
|
29255
|
+
* bpy_struct.is_property_set
|
|
29256
|
+
* bpy_struct.items
|
|
29257
|
+
* bpy_struct.keyframe_delete
|
|
29258
|
+
* bpy_struct.keyframe_insert
|
|
29259
|
+
* bpy_struct.keys
|
|
29260
|
+
* bpy_struct.path_from_id
|
|
29261
|
+
* bpy_struct.path_resolve
|
|
29262
|
+
* bpy_struct.pop
|
|
29263
|
+
* bpy_struct.property_overridable_library_set
|
|
29264
|
+
* bpy_struct.property_unset
|
|
29265
|
+
* bpy_struct.type_recast
|
|
29266
|
+
* bpy_struct.values
|
|
29267
|
+
* NodeSocket.draw
|
|
29268
|
+
* NodeSocket.draw_color
|
|
29269
|
+
* NodeSocket.draw_color_simple
|
|
29270
|
+
* NodeSocket.bl_rna_get_subclass
|
|
29271
|
+
* NodeSocket.bl_rna_get_subclass_py
|
|
29272
|
+
* NodeSocketStandard.draw
|
|
29273
|
+
* NodeSocketStandard.draw_color
|
|
29274
|
+
* NodeSocketStandard.draw_color_simple
|
|
29275
|
+
* NodeSocketStandard.bl_rna_get_subclass
|
|
29276
|
+
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
29442
29277
|
|
|
29443
29278
|
:columns: 2
|
|
29444
29279
|
|
|
@@ -30098,7 +29933,7 @@ Menu.poll function.
|
|
|
30098
29933
|
|
|
30099
29934
|
--------------------
|
|
30100
29935
|
|
|
30101
|
-
*
|
|
29936
|
+
* FCurve.keyframe_points
|
|
30102
29937
|
|
|
30103
29938
|
:columns: 2
|
|
30104
29939
|
|
|
@@ -30140,7 +29975,8 @@ Menu.poll function.
|
|
|
30140
29975
|
|
|
30141
29976
|
--------------------
|
|
30142
29977
|
|
|
30143
|
-
*
|
|
29978
|
+
* Context.tool_settings
|
|
29979
|
+
* Scene.tool_settings
|
|
30144
29980
|
|
|
30145
29981
|
:columns: 2
|
|
30146
29982
|
|
|
@@ -30148,79 +29984,36 @@ Menu.poll function.
|
|
|
30148
29984
|
--------------------
|
|
30149
29985
|
|
|
30150
29986
|
* bpy_struct.id_data
|
|
30151
|
-
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
*
|
|
30158
|
-
*
|
|
30159
|
-
*
|
|
30160
|
-
*
|
|
30161
|
-
*
|
|
30162
|
-
*
|
|
30163
|
-
*
|
|
30164
|
-
*
|
|
30165
|
-
*
|
|
30166
|
-
*
|
|
30167
|
-
*
|
|
30168
|
-
*
|
|
30169
|
-
*
|
|
30170
|
-
*
|
|
30171
|
-
*
|
|
30172
|
-
*
|
|
30173
|
-
*
|
|
30174
|
-
*
|
|
30175
|
-
*
|
|
30176
|
-
*
|
|
30177
|
-
*
|
|
30178
|
-
*
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
|
|
30183
|
-
--------------------
|
|
30184
|
-
|
|
30185
|
-
* Context.tool_settings
|
|
30186
|
-
* Scene.tool_settings
|
|
30187
|
-
|
|
30188
|
-
:columns: 2
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
--------------------
|
|
30192
|
-
|
|
30193
|
-
* bpy_struct.id_data
|
|
30194
|
-
* Node.type
|
|
30195
|
-
* Node.location
|
|
30196
|
-
* Node.width
|
|
30197
|
-
* Node.height
|
|
30198
|
-
* Node.dimensions
|
|
30199
|
-
* Node.name
|
|
30200
|
-
* Node.label
|
|
30201
|
-
* Node.inputs
|
|
30202
|
-
* Node.outputs
|
|
30203
|
-
* Node.internal_links
|
|
30204
|
-
* Node.parent
|
|
30205
|
-
* Node.use_custom_color
|
|
30206
|
-
* Node.color
|
|
30207
|
-
* Node.select
|
|
30208
|
-
* Node.show_options
|
|
30209
|
-
* Node.show_preview
|
|
30210
|
-
* Node.hide
|
|
30211
|
-
* Node.mute
|
|
30212
|
-
* Node.show_texture
|
|
30213
|
-
* Node.bl_idname
|
|
30214
|
-
* Node.bl_label
|
|
30215
|
-
* Node.bl_description
|
|
30216
|
-
* Node.bl_icon
|
|
30217
|
-
* Node.bl_static_type
|
|
30218
|
-
* Node.bl_width_default
|
|
30219
|
-
* Node.bl_width_min
|
|
30220
|
-
* Node.bl_width_max
|
|
30221
|
-
* Node.bl_height_default
|
|
30222
|
-
* Node.bl_height_min
|
|
30223
|
-
* Node.bl_height_max
|
|
29987
|
+
* Node.type
|
|
29988
|
+
* Node.location
|
|
29989
|
+
* Node.width
|
|
29990
|
+
* Node.height
|
|
29991
|
+
* Node.dimensions
|
|
29992
|
+
* Node.name
|
|
29993
|
+
* Node.label
|
|
29994
|
+
* Node.inputs
|
|
29995
|
+
* Node.outputs
|
|
29996
|
+
* Node.internal_links
|
|
29997
|
+
* Node.parent
|
|
29998
|
+
* Node.use_custom_color
|
|
29999
|
+
* Node.color
|
|
30000
|
+
* Node.select
|
|
30001
|
+
* Node.show_options
|
|
30002
|
+
* Node.show_preview
|
|
30003
|
+
* Node.hide
|
|
30004
|
+
* Node.mute
|
|
30005
|
+
* Node.show_texture
|
|
30006
|
+
* Node.bl_idname
|
|
30007
|
+
* Node.bl_label
|
|
30008
|
+
* Node.bl_description
|
|
30009
|
+
* Node.bl_icon
|
|
30010
|
+
* Node.bl_static_type
|
|
30011
|
+
* Node.bl_width_default
|
|
30012
|
+
* Node.bl_width_min
|
|
30013
|
+
* Node.bl_width_max
|
|
30014
|
+
* Node.bl_height_default
|
|
30015
|
+
* Node.bl_height_min
|
|
30016
|
+
* Node.bl_height_max
|
|
30224
30017
|
|
|
30225
30018
|
:columns: 2
|
|
30226
30019
|
|
|
@@ -30598,48 +30391,6 @@ Menu.poll function.
|
|
|
30598
30391
|
:columns: 2
|
|
30599
30392
|
|
|
30600
30393
|
|
|
30601
|
-
--------------------
|
|
30602
|
-
|
|
30603
|
-
* bpy_struct.id_data
|
|
30604
|
-
|
|
30605
|
-
:columns: 2
|
|
30606
|
-
|
|
30607
|
-
|
|
30608
|
-
--------------------
|
|
30609
|
-
|
|
30610
|
-
* bpy_struct.as_pointer
|
|
30611
|
-
* bpy_struct.driver_add
|
|
30612
|
-
* bpy_struct.driver_remove
|
|
30613
|
-
* bpy_struct.get
|
|
30614
|
-
* bpy_struct.id_properties_clear
|
|
30615
|
-
* bpy_struct.id_properties_ensure
|
|
30616
|
-
* bpy_struct.id_properties_ui
|
|
30617
|
-
* bpy_struct.is_property_hidden
|
|
30618
|
-
* bpy_struct.is_property_overridable_library
|
|
30619
|
-
* bpy_struct.is_property_readonly
|
|
30620
|
-
* bpy_struct.is_property_set
|
|
30621
|
-
* bpy_struct.items
|
|
30622
|
-
* bpy_struct.keyframe_delete
|
|
30623
|
-
* bpy_struct.keyframe_insert
|
|
30624
|
-
* bpy_struct.keys
|
|
30625
|
-
* bpy_struct.path_from_id
|
|
30626
|
-
* bpy_struct.path_resolve
|
|
30627
|
-
* bpy_struct.pop
|
|
30628
|
-
* bpy_struct.property_overridable_library_set
|
|
30629
|
-
* bpy_struct.property_unset
|
|
30630
|
-
* bpy_struct.type_recast
|
|
30631
|
-
* bpy_struct.values
|
|
30632
|
-
|
|
30633
|
-
:columns: 2
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
--------------------
|
|
30637
|
-
|
|
30638
|
-
* GPencilStroke.points
|
|
30639
|
-
|
|
30640
|
-
:columns: 2
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
30394
|
--------------------
|
|
30644
30395
|
|
|
30645
30396
|
* bpy_struct.id_data
|
|
@@ -35134,7 +34885,6 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
35134
34885
|
* FollowPathConstraint.target
|
|
35135
34886
|
* FollowTrackConstraint.camera
|
|
35136
34887
|
* FollowTrackConstraint.depth_object
|
|
35137
|
-
* GPencilLayer.parent
|
|
35138
34888
|
* GPencilSculptGuide.reference_object
|
|
35139
34889
|
* GreasePencilArmatureModifier.object
|
|
35140
34890
|
* GreasePencilArrayModifier.offset_object
|
|
@@ -39111,6 +38861,48 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
39111
38861
|
:maxdepth: 1
|
|
39112
38862
|
|
|
39113
38863
|
|
|
38864
|
+
--------------------
|
|
38865
|
+
|
|
38866
|
+
* bpy_struct.id_data
|
|
38867
|
+
|
|
38868
|
+
:columns: 2
|
|
38869
|
+
|
|
38870
|
+
|
|
38871
|
+
--------------------
|
|
38872
|
+
|
|
38873
|
+
* bpy_struct.as_pointer
|
|
38874
|
+
* bpy_struct.driver_add
|
|
38875
|
+
* bpy_struct.driver_remove
|
|
38876
|
+
* bpy_struct.get
|
|
38877
|
+
* bpy_struct.id_properties_clear
|
|
38878
|
+
* bpy_struct.id_properties_ensure
|
|
38879
|
+
* bpy_struct.id_properties_ui
|
|
38880
|
+
* bpy_struct.is_property_hidden
|
|
38881
|
+
* bpy_struct.is_property_overridable_library
|
|
38882
|
+
* bpy_struct.is_property_readonly
|
|
38883
|
+
* bpy_struct.is_property_set
|
|
38884
|
+
* bpy_struct.items
|
|
38885
|
+
* bpy_struct.keyframe_delete
|
|
38886
|
+
* bpy_struct.keyframe_insert
|
|
38887
|
+
* bpy_struct.keys
|
|
38888
|
+
* bpy_struct.path_from_id
|
|
38889
|
+
* bpy_struct.path_resolve
|
|
38890
|
+
* bpy_struct.pop
|
|
38891
|
+
* bpy_struct.property_overridable_library_set
|
|
38892
|
+
* bpy_struct.property_unset
|
|
38893
|
+
* bpy_struct.type_recast
|
|
38894
|
+
* bpy_struct.values
|
|
38895
|
+
|
|
38896
|
+
:columns: 2
|
|
38897
|
+
|
|
38898
|
+
|
|
38899
|
+
--------------------
|
|
38900
|
+
|
|
38901
|
+
* GreasePencilFrame.drawing
|
|
38902
|
+
|
|
38903
|
+
:columns: 2
|
|
38904
|
+
|
|
38905
|
+
|
|
39114
38906
|
--------------------
|
|
39115
38907
|
|
|
39116
38908
|
* bpy_struct.id_data
|
|
@@ -41752,48 +41544,6 @@ FileHandler
|
|
|
41752
41544
|
:columns: 2
|
|
41753
41545
|
|
|
41754
41546
|
|
|
41755
|
-
--------------------
|
|
41756
|
-
|
|
41757
|
-
* bpy_struct.id_data
|
|
41758
|
-
|
|
41759
|
-
:columns: 2
|
|
41760
|
-
|
|
41761
|
-
|
|
41762
|
-
--------------------
|
|
41763
|
-
|
|
41764
|
-
* bpy_struct.as_pointer
|
|
41765
|
-
* bpy_struct.driver_add
|
|
41766
|
-
* bpy_struct.driver_remove
|
|
41767
|
-
* bpy_struct.get
|
|
41768
|
-
* bpy_struct.id_properties_clear
|
|
41769
|
-
* bpy_struct.id_properties_ensure
|
|
41770
|
-
* bpy_struct.id_properties_ui
|
|
41771
|
-
* bpy_struct.is_property_hidden
|
|
41772
|
-
* bpy_struct.is_property_overridable_library
|
|
41773
|
-
* bpy_struct.is_property_readonly
|
|
41774
|
-
* bpy_struct.is_property_set
|
|
41775
|
-
* bpy_struct.items
|
|
41776
|
-
* bpy_struct.keyframe_delete
|
|
41777
|
-
* bpy_struct.keyframe_insert
|
|
41778
|
-
* bpy_struct.keys
|
|
41779
|
-
* bpy_struct.path_from_id
|
|
41780
|
-
* bpy_struct.path_resolve
|
|
41781
|
-
* bpy_struct.pop
|
|
41782
|
-
* bpy_struct.property_overridable_library_set
|
|
41783
|
-
* bpy_struct.property_unset
|
|
41784
|
-
* bpy_struct.type_recast
|
|
41785
|
-
* bpy_struct.values
|
|
41786
|
-
|
|
41787
|
-
:columns: 2
|
|
41788
|
-
|
|
41789
|
-
|
|
41790
|
-
--------------------
|
|
41791
|
-
|
|
41792
|
-
* GPencilLayer.mask_layers
|
|
41793
|
-
|
|
41794
|
-
:columns: 2
|
|
41795
|
-
|
|
41796
|
-
|
|
41797
41547
|
--------------------
|
|
41798
41548
|
|
|
41799
41549
|
* bpy_struct.id_data
|
|
@@ -42063,36 +41813,6 @@ FileHandler
|
|
|
42063
41813
|
--------------------
|
|
42064
41814
|
|
|
42065
41815
|
* bpy_struct.id_data
|
|
42066
|
-
* Node.type
|
|
42067
|
-
* Node.location
|
|
42068
|
-
* Node.width
|
|
42069
|
-
* Node.height
|
|
42070
|
-
* Node.dimensions
|
|
42071
|
-
* Node.name
|
|
42072
|
-
* Node.label
|
|
42073
|
-
* Node.inputs
|
|
42074
|
-
* Node.outputs
|
|
42075
|
-
* Node.internal_links
|
|
42076
|
-
* Node.parent
|
|
42077
|
-
* Node.use_custom_color
|
|
42078
|
-
* Node.color
|
|
42079
|
-
* Node.select
|
|
42080
|
-
* Node.show_options
|
|
42081
|
-
* Node.show_preview
|
|
42082
|
-
* Node.hide
|
|
42083
|
-
* Node.mute
|
|
42084
|
-
* Node.show_texture
|
|
42085
|
-
* Node.bl_idname
|
|
42086
|
-
* Node.bl_label
|
|
42087
|
-
* Node.bl_description
|
|
42088
|
-
* Node.bl_icon
|
|
42089
|
-
* Node.bl_static_type
|
|
42090
|
-
* Node.bl_width_default
|
|
42091
|
-
* Node.bl_width_min
|
|
42092
|
-
* Node.bl_width_max
|
|
42093
|
-
* Node.bl_height_default
|
|
42094
|
-
* Node.bl_height_min
|
|
42095
|
-
* Node.bl_height_max
|
|
42096
41816
|
|
|
42097
41817
|
:columns: 2
|
|
42098
41818
|
|
|
@@ -42121,33 +41841,105 @@ FileHandler
|
|
|
42121
41841
|
* bpy_struct.property_unset
|
|
42122
41842
|
* bpy_struct.type_recast
|
|
42123
41843
|
* bpy_struct.values
|
|
42124
|
-
|
|
42125
|
-
|
|
42126
|
-
|
|
42127
|
-
|
|
42128
|
-
|
|
42129
|
-
|
|
42130
|
-
*
|
|
42131
|
-
|
|
42132
|
-
|
|
42133
|
-
|
|
42134
|
-
|
|
42135
|
-
|
|
42136
|
-
|
|
42137
|
-
*
|
|
42138
|
-
* Node.
|
|
42139
|
-
*
|
|
42140
|
-
*
|
|
42141
|
-
*
|
|
42142
|
-
*
|
|
42143
|
-
*
|
|
42144
|
-
*
|
|
42145
|
-
*
|
|
42146
|
-
*
|
|
42147
|
-
*
|
|
42148
|
-
*
|
|
42149
|
-
*
|
|
42150
|
-
*
|
|
41844
|
+
|
|
41845
|
+
:columns: 2
|
|
41846
|
+
|
|
41847
|
+
|
|
41848
|
+
--------------------
|
|
41849
|
+
|
|
41850
|
+
* GreasePencilLayer.frames
|
|
41851
|
+
|
|
41852
|
+
:columns: 2
|
|
41853
|
+
|
|
41854
|
+
|
|
41855
|
+
--------------------
|
|
41856
|
+
|
|
41857
|
+
* bpy_struct.id_data
|
|
41858
|
+
* Node.type
|
|
41859
|
+
* Node.location
|
|
41860
|
+
* Node.width
|
|
41861
|
+
* Node.height
|
|
41862
|
+
* Node.dimensions
|
|
41863
|
+
* Node.name
|
|
41864
|
+
* Node.label
|
|
41865
|
+
* Node.inputs
|
|
41866
|
+
* Node.outputs
|
|
41867
|
+
* Node.internal_links
|
|
41868
|
+
* Node.parent
|
|
41869
|
+
* Node.use_custom_color
|
|
41870
|
+
* Node.color
|
|
41871
|
+
* Node.select
|
|
41872
|
+
* Node.show_options
|
|
41873
|
+
* Node.show_preview
|
|
41874
|
+
* Node.hide
|
|
41875
|
+
* Node.mute
|
|
41876
|
+
* Node.show_texture
|
|
41877
|
+
* Node.bl_idname
|
|
41878
|
+
* Node.bl_label
|
|
41879
|
+
* Node.bl_description
|
|
41880
|
+
* Node.bl_icon
|
|
41881
|
+
* Node.bl_static_type
|
|
41882
|
+
* Node.bl_width_default
|
|
41883
|
+
* Node.bl_width_min
|
|
41884
|
+
* Node.bl_width_max
|
|
41885
|
+
* Node.bl_height_default
|
|
41886
|
+
* Node.bl_height_min
|
|
41887
|
+
* Node.bl_height_max
|
|
41888
|
+
|
|
41889
|
+
:columns: 2
|
|
41890
|
+
|
|
41891
|
+
|
|
41892
|
+
--------------------
|
|
41893
|
+
|
|
41894
|
+
* bpy_struct.as_pointer
|
|
41895
|
+
* bpy_struct.driver_add
|
|
41896
|
+
* bpy_struct.driver_remove
|
|
41897
|
+
* bpy_struct.get
|
|
41898
|
+
* bpy_struct.id_properties_clear
|
|
41899
|
+
* bpy_struct.id_properties_ensure
|
|
41900
|
+
* bpy_struct.id_properties_ui
|
|
41901
|
+
* bpy_struct.is_property_hidden
|
|
41902
|
+
* bpy_struct.is_property_overridable_library
|
|
41903
|
+
* bpy_struct.is_property_readonly
|
|
41904
|
+
* bpy_struct.is_property_set
|
|
41905
|
+
* bpy_struct.items
|
|
41906
|
+
* bpy_struct.keyframe_delete
|
|
41907
|
+
* bpy_struct.keyframe_insert
|
|
41908
|
+
* bpy_struct.keys
|
|
41909
|
+
* bpy_struct.path_from_id
|
|
41910
|
+
* bpy_struct.path_resolve
|
|
41911
|
+
* bpy_struct.pop
|
|
41912
|
+
* bpy_struct.property_overridable_library_set
|
|
41913
|
+
* bpy_struct.property_unset
|
|
41914
|
+
* bpy_struct.type_recast
|
|
41915
|
+
* bpy_struct.values
|
|
41916
|
+
* Node.socket_value_update
|
|
41917
|
+
* Node.is_registered_node_type
|
|
41918
|
+
* Node.poll
|
|
41919
|
+
* Node.poll_instance
|
|
41920
|
+
* Node.update
|
|
41921
|
+
* Node.insert_link
|
|
41922
|
+
* Node.init
|
|
41923
|
+
* Node.copy
|
|
41924
|
+
* Node.free
|
|
41925
|
+
* Node.draw_buttons
|
|
41926
|
+
* Node.draw_buttons_ext
|
|
41927
|
+
* Node.draw_label
|
|
41928
|
+
* Node.poll
|
|
41929
|
+
* Node.bl_rna_get_subclass
|
|
41930
|
+
* Node.bl_rna_get_subclass_py
|
|
41931
|
+
* NodeInternal.poll
|
|
41932
|
+
* NodeInternal.poll_instance
|
|
41933
|
+
* NodeInternal.update
|
|
41934
|
+
* NodeInternal.draw_buttons
|
|
41935
|
+
* NodeInternal.draw_buttons_ext
|
|
41936
|
+
* NodeInternal.bl_rna_get_subclass
|
|
41937
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
41938
|
+
* CompositorNode.tag_need_exec
|
|
41939
|
+
* CompositorNode.poll
|
|
41940
|
+
* CompositorNode.update
|
|
41941
|
+
* CompositorNode.bl_rna_get_subclass
|
|
41942
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
42151
41943
|
|
|
42152
41944
|
:columns: 2
|
|
42153
41945
|
|
|
@@ -45887,9 +45679,6 @@ Property types used in class declarations are all in bpy.props
|
|
|
45887
45679
|
|
|
45888
45680
|
* bpy.context.editable_gpencil_strokes
|
|
45889
45681
|
* GPencilFrame.strokes
|
|
45890
|
-
* GPencilStrokes.close
|
|
45891
|
-
* GPencilStrokes.new
|
|
45892
|
-
* GPencilStrokes.remove
|
|
45893
45682
|
|
|
45894
45683
|
:columns: 2
|
|
45895
45684
|
|
|
@@ -52556,48 +52345,6 @@ Property types used in class declarations are all in bpy.props
|
|
|
52556
52345
|
:columns: 2
|
|
52557
52346
|
|
|
52558
52347
|
|
|
52559
|
-
--------------------
|
|
52560
|
-
|
|
52561
|
-
* GPencilStroke.triangles
|
|
52562
|
-
|
|
52563
|
-
:columns: 2
|
|
52564
|
-
|
|
52565
|
-
|
|
52566
|
-
--------------------
|
|
52567
|
-
|
|
52568
|
-
* bpy_struct.id_data
|
|
52569
|
-
|
|
52570
|
-
:columns: 2
|
|
52571
|
-
|
|
52572
|
-
|
|
52573
|
-
--------------------
|
|
52574
|
-
|
|
52575
|
-
* bpy_struct.as_pointer
|
|
52576
|
-
* bpy_struct.driver_add
|
|
52577
|
-
* bpy_struct.driver_remove
|
|
52578
|
-
* bpy_struct.get
|
|
52579
|
-
* bpy_struct.id_properties_clear
|
|
52580
|
-
* bpy_struct.id_properties_ensure
|
|
52581
|
-
* bpy_struct.id_properties_ui
|
|
52582
|
-
* bpy_struct.is_property_hidden
|
|
52583
|
-
* bpy_struct.is_property_overridable_library
|
|
52584
|
-
* bpy_struct.is_property_readonly
|
|
52585
|
-
* bpy_struct.is_property_set
|
|
52586
|
-
* bpy_struct.items
|
|
52587
|
-
* bpy_struct.keyframe_delete
|
|
52588
|
-
* bpy_struct.keyframe_insert
|
|
52589
|
-
* bpy_struct.keys
|
|
52590
|
-
* bpy_struct.path_from_id
|
|
52591
|
-
* bpy_struct.path_resolve
|
|
52592
|
-
* bpy_struct.pop
|
|
52593
|
-
* bpy_struct.property_overridable_library_set
|
|
52594
|
-
* bpy_struct.property_unset
|
|
52595
|
-
* bpy_struct.type_recast
|
|
52596
|
-
* bpy_struct.values
|
|
52597
|
-
|
|
52598
|
-
:columns: 2
|
|
52599
|
-
|
|
52600
|
-
|
|
52601
52348
|
--------------------
|
|
52602
52349
|
|
|
52603
52350
|
* Camera.stereo
|
|
@@ -56459,7 +56206,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56459
56206
|
|
|
56460
56207
|
--------------------
|
|
56461
56208
|
|
|
56462
|
-
*
|
|
56209
|
+
* GreasePencilDrawing.attributes
|
|
56210
|
+
* GreasePencilDrawing.color_attributes
|
|
56463
56211
|
|
|
56464
56212
|
:columns: 2
|
|
56465
56213
|
|
|
@@ -56501,97 +56249,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56501
56249
|
|
|
56502
56250
|
--------------------
|
|
56503
56251
|
|
|
56504
|
-
*
|
|
56505
|
-
|
|
56506
|
-
:columns: 2
|
|
56507
|
-
|
|
56508
|
-
|
|
56509
|
-
--------------------
|
|
56510
|
-
|
|
56511
|
-
* bpy_struct.id_data
|
|
56512
|
-
* Node.type
|
|
56513
|
-
* Node.location
|
|
56514
|
-
* Node.width
|
|
56515
|
-
* Node.height
|
|
56516
|
-
* Node.dimensions
|
|
56517
|
-
* Node.name
|
|
56518
|
-
* Node.label
|
|
56519
|
-
* Node.inputs
|
|
56520
|
-
* Node.outputs
|
|
56521
|
-
* Node.internal_links
|
|
56522
|
-
* Node.parent
|
|
56523
|
-
* Node.use_custom_color
|
|
56524
|
-
* Node.color
|
|
56525
|
-
* Node.select
|
|
56526
|
-
* Node.show_options
|
|
56527
|
-
* Node.show_preview
|
|
56528
|
-
* Node.hide
|
|
56529
|
-
* Node.mute
|
|
56530
|
-
* Node.show_texture
|
|
56531
|
-
* Node.bl_idname
|
|
56532
|
-
* Node.bl_label
|
|
56533
|
-
* Node.bl_description
|
|
56534
|
-
* Node.bl_icon
|
|
56535
|
-
* Node.bl_static_type
|
|
56536
|
-
* Node.bl_width_default
|
|
56537
|
-
* Node.bl_width_min
|
|
56538
|
-
* Node.bl_width_max
|
|
56539
|
-
* Node.bl_height_default
|
|
56540
|
-
* Node.bl_height_min
|
|
56541
|
-
* Node.bl_height_max
|
|
56542
|
-
|
|
56543
|
-
:columns: 2
|
|
56544
|
-
|
|
56545
|
-
|
|
56546
|
-
--------------------
|
|
56547
|
-
|
|
56548
|
-
* bpy_struct.as_pointer
|
|
56549
|
-
* bpy_struct.driver_add
|
|
56550
|
-
* bpy_struct.driver_remove
|
|
56551
|
-
* bpy_struct.get
|
|
56552
|
-
* bpy_struct.id_properties_clear
|
|
56553
|
-
* bpy_struct.id_properties_ensure
|
|
56554
|
-
* bpy_struct.id_properties_ui
|
|
56555
|
-
* bpy_struct.is_property_hidden
|
|
56556
|
-
* bpy_struct.is_property_overridable_library
|
|
56557
|
-
* bpy_struct.is_property_readonly
|
|
56558
|
-
* bpy_struct.is_property_set
|
|
56559
|
-
* bpy_struct.items
|
|
56560
|
-
* bpy_struct.keyframe_delete
|
|
56561
|
-
* bpy_struct.keyframe_insert
|
|
56562
|
-
* bpy_struct.keys
|
|
56563
|
-
* bpy_struct.path_from_id
|
|
56564
|
-
* bpy_struct.path_resolve
|
|
56565
|
-
* bpy_struct.pop
|
|
56566
|
-
* bpy_struct.property_overridable_library_set
|
|
56567
|
-
* bpy_struct.property_unset
|
|
56568
|
-
* bpy_struct.type_recast
|
|
56569
|
-
* bpy_struct.values
|
|
56570
|
-
* Node.socket_value_update
|
|
56571
|
-
* Node.is_registered_node_type
|
|
56572
|
-
* Node.poll
|
|
56573
|
-
* Node.poll_instance
|
|
56574
|
-
* Node.update
|
|
56575
|
-
* Node.insert_link
|
|
56576
|
-
* Node.init
|
|
56577
|
-
* Node.copy
|
|
56578
|
-
* Node.free
|
|
56579
|
-
* Node.draw_buttons
|
|
56580
|
-
* Node.draw_buttons_ext
|
|
56581
|
-
* Node.draw_label
|
|
56582
|
-
* Node.poll
|
|
56583
|
-
* Node.bl_rna_get_subclass
|
|
56584
|
-
* Node.bl_rna_get_subclass_py
|
|
56585
|
-
* NodeInternal.poll
|
|
56586
|
-
* NodeInternal.poll_instance
|
|
56587
|
-
* NodeInternal.update
|
|
56588
|
-
* NodeInternal.draw_buttons
|
|
56589
|
-
* NodeInternal.draw_buttons_ext
|
|
56590
|
-
* NodeInternal.bl_rna_get_subclass
|
|
56591
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
56592
|
-
* GeometryNode.poll
|
|
56593
|
-
* GeometryNode.bl_rna_get_subclass
|
|
56594
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
56252
|
+
* Volume.grids
|
|
56595
56253
|
|
|
56596
56254
|
:columns: 2
|
|
56597
56255
|
|
|
@@ -56633,7 +56291,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56633
56291
|
|
|
56634
56292
|
--------------------
|
|
56635
56293
|
|
|
56636
|
-
*
|
|
56294
|
+
* Brush.weight_paint_capabilities
|
|
56637
56295
|
|
|
56638
56296
|
:columns: 2
|
|
56639
56297
|
|
|
@@ -56721,11 +56379,9 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56721
56379
|
* NodeInternal.draw_buttons_ext
|
|
56722
56380
|
* NodeInternal.bl_rna_get_subclass
|
|
56723
56381
|
* NodeInternal.bl_rna_get_subclass_py
|
|
56724
|
-
*
|
|
56725
|
-
*
|
|
56726
|
-
*
|
|
56727
|
-
* CompositorNode.bl_rna_get_subclass
|
|
56728
|
-
* CompositorNode.bl_rna_get_subclass_py
|
|
56382
|
+
* GeometryNode.poll
|
|
56383
|
+
* GeometryNode.bl_rna_get_subclass
|
|
56384
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
56729
56385
|
|
|
56730
56386
|
:columns: 2
|
|
56731
56387
|
|
|
@@ -56767,7 +56423,141 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56767
56423
|
|
|
56768
56424
|
--------------------
|
|
56769
56425
|
|
|
56770
|
-
*
|
|
56426
|
+
* BlendData.cameras
|
|
56427
|
+
|
|
56428
|
+
:columns: 2
|
|
56429
|
+
|
|
56430
|
+
|
|
56431
|
+
--------------------
|
|
56432
|
+
|
|
56433
|
+
* bpy_struct.id_data
|
|
56434
|
+
* Node.type
|
|
56435
|
+
* Node.location
|
|
56436
|
+
* Node.width
|
|
56437
|
+
* Node.height
|
|
56438
|
+
* Node.dimensions
|
|
56439
|
+
* Node.name
|
|
56440
|
+
* Node.label
|
|
56441
|
+
* Node.inputs
|
|
56442
|
+
* Node.outputs
|
|
56443
|
+
* Node.internal_links
|
|
56444
|
+
* Node.parent
|
|
56445
|
+
* Node.use_custom_color
|
|
56446
|
+
* Node.color
|
|
56447
|
+
* Node.select
|
|
56448
|
+
* Node.show_options
|
|
56449
|
+
* Node.show_preview
|
|
56450
|
+
* Node.hide
|
|
56451
|
+
* Node.mute
|
|
56452
|
+
* Node.show_texture
|
|
56453
|
+
* Node.bl_idname
|
|
56454
|
+
* Node.bl_label
|
|
56455
|
+
* Node.bl_description
|
|
56456
|
+
* Node.bl_icon
|
|
56457
|
+
* Node.bl_static_type
|
|
56458
|
+
* Node.bl_width_default
|
|
56459
|
+
* Node.bl_width_min
|
|
56460
|
+
* Node.bl_width_max
|
|
56461
|
+
* Node.bl_height_default
|
|
56462
|
+
* Node.bl_height_min
|
|
56463
|
+
* Node.bl_height_max
|
|
56464
|
+
|
|
56465
|
+
:columns: 2
|
|
56466
|
+
|
|
56467
|
+
|
|
56468
|
+
--------------------
|
|
56469
|
+
|
|
56470
|
+
* bpy_struct.as_pointer
|
|
56471
|
+
* bpy_struct.driver_add
|
|
56472
|
+
* bpy_struct.driver_remove
|
|
56473
|
+
* bpy_struct.get
|
|
56474
|
+
* bpy_struct.id_properties_clear
|
|
56475
|
+
* bpy_struct.id_properties_ensure
|
|
56476
|
+
* bpy_struct.id_properties_ui
|
|
56477
|
+
* bpy_struct.is_property_hidden
|
|
56478
|
+
* bpy_struct.is_property_overridable_library
|
|
56479
|
+
* bpy_struct.is_property_readonly
|
|
56480
|
+
* bpy_struct.is_property_set
|
|
56481
|
+
* bpy_struct.items
|
|
56482
|
+
* bpy_struct.keyframe_delete
|
|
56483
|
+
* bpy_struct.keyframe_insert
|
|
56484
|
+
* bpy_struct.keys
|
|
56485
|
+
* bpy_struct.path_from_id
|
|
56486
|
+
* bpy_struct.path_resolve
|
|
56487
|
+
* bpy_struct.pop
|
|
56488
|
+
* bpy_struct.property_overridable_library_set
|
|
56489
|
+
* bpy_struct.property_unset
|
|
56490
|
+
* bpy_struct.type_recast
|
|
56491
|
+
* bpy_struct.values
|
|
56492
|
+
* Node.socket_value_update
|
|
56493
|
+
* Node.is_registered_node_type
|
|
56494
|
+
* Node.poll
|
|
56495
|
+
* Node.poll_instance
|
|
56496
|
+
* Node.update
|
|
56497
|
+
* Node.insert_link
|
|
56498
|
+
* Node.init
|
|
56499
|
+
* Node.copy
|
|
56500
|
+
* Node.free
|
|
56501
|
+
* Node.draw_buttons
|
|
56502
|
+
* Node.draw_buttons_ext
|
|
56503
|
+
* Node.draw_label
|
|
56504
|
+
* Node.poll
|
|
56505
|
+
* Node.bl_rna_get_subclass
|
|
56506
|
+
* Node.bl_rna_get_subclass_py
|
|
56507
|
+
* NodeInternal.poll
|
|
56508
|
+
* NodeInternal.poll_instance
|
|
56509
|
+
* NodeInternal.update
|
|
56510
|
+
* NodeInternal.draw_buttons
|
|
56511
|
+
* NodeInternal.draw_buttons_ext
|
|
56512
|
+
* NodeInternal.bl_rna_get_subclass
|
|
56513
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
56514
|
+
* CompositorNode.tag_need_exec
|
|
56515
|
+
* CompositorNode.poll
|
|
56516
|
+
* CompositorNode.update
|
|
56517
|
+
* CompositorNode.bl_rna_get_subclass
|
|
56518
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
56519
|
+
|
|
56520
|
+
:columns: 2
|
|
56521
|
+
|
|
56522
|
+
|
|
56523
|
+
--------------------
|
|
56524
|
+
|
|
56525
|
+
* bpy_struct.id_data
|
|
56526
|
+
|
|
56527
|
+
:columns: 2
|
|
56528
|
+
|
|
56529
|
+
|
|
56530
|
+
--------------------
|
|
56531
|
+
|
|
56532
|
+
* bpy_struct.as_pointer
|
|
56533
|
+
* bpy_struct.driver_add
|
|
56534
|
+
* bpy_struct.driver_remove
|
|
56535
|
+
* bpy_struct.get
|
|
56536
|
+
* bpy_struct.id_properties_clear
|
|
56537
|
+
* bpy_struct.id_properties_ensure
|
|
56538
|
+
* bpy_struct.id_properties_ui
|
|
56539
|
+
* bpy_struct.is_property_hidden
|
|
56540
|
+
* bpy_struct.is_property_overridable_library
|
|
56541
|
+
* bpy_struct.is_property_readonly
|
|
56542
|
+
* bpy_struct.is_property_set
|
|
56543
|
+
* bpy_struct.items
|
|
56544
|
+
* bpy_struct.keyframe_delete
|
|
56545
|
+
* bpy_struct.keyframe_insert
|
|
56546
|
+
* bpy_struct.keys
|
|
56547
|
+
* bpy_struct.path_from_id
|
|
56548
|
+
* bpy_struct.path_resolve
|
|
56549
|
+
* bpy_struct.pop
|
|
56550
|
+
* bpy_struct.property_overridable_library_set
|
|
56551
|
+
* bpy_struct.property_unset
|
|
56552
|
+
* bpy_struct.type_recast
|
|
56553
|
+
* bpy_struct.values
|
|
56554
|
+
|
|
56555
|
+
:columns: 2
|
|
56556
|
+
|
|
56557
|
+
|
|
56558
|
+
--------------------
|
|
56559
|
+
|
|
56560
|
+
* Camera.dof
|
|
56771
56561
|
|
|
56772
56562
|
:columns: 2
|
|
56773
56563
|
|
|
@@ -59415,11 +59205,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
59415
59205
|
* bpy.context.editable_gpencil_layers
|
|
59416
59206
|
* bpy.context.visible_gpencil_layers
|
|
59417
59207
|
* GreasePencil.layers
|
|
59418
|
-
* GreasePencilLayers.active
|
|
59419
|
-
* GreasePencilLayers.move
|
|
59420
|
-
* GreasePencilLayers.new
|
|
59421
|
-
* GreasePencilLayers.remove
|
|
59422
|
-
* GreasePencilMaskLayers.add
|
|
59423
59208
|
|
|
59424
59209
|
:columns: 2
|
|
59425
59210
|
|
|
@@ -65197,7 +64982,6 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
65197
64982
|
|
|
65198
64983
|
* Curve.materials
|
|
65199
64984
|
* Curves.materials
|
|
65200
|
-
* GreasePencil.materials
|
|
65201
64985
|
* GreasePencilv3.materials
|
|
65202
64986
|
* Mesh.materials
|
|
65203
64987
|
* MetaBall.materials
|
|
@@ -67865,7 +67649,6 @@ database.
|
|
|
67865
67649
|
* DashGpencilModifierData.material
|
|
67866
67650
|
* EnvelopeGpencilModifier.material
|
|
67867
67651
|
* GeometryNodeInputMaterial.material
|
|
67868
|
-
* GreasePencil.materials
|
|
67869
67652
|
* GreasePencilArrayModifier.material_filter
|
|
67870
67653
|
* GreasePencilBuildModifier.material_filter
|
|
67871
67654
|
* GreasePencilColorModifier.material_filter
|
|
@@ -92665,6 +92448,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
92665
92448
|
--------------------
|
|
92666
92449
|
|
|
92667
92450
|
* Curves.curve_offset_data
|
|
92451
|
+
* GreasePencilDrawing.curve_offsets
|
|
92668
92452
|
* IntAttribute.data
|
|
92669
92453
|
|
|
92670
92454
|
:columns: 2
|
|
@@ -99325,41 +99109,6 @@ Base class for integrating USD Hydra based renderers.
|
|
|
99325
99109
|
:columns: 2
|
|
99326
99110
|
|
|
99327
99111
|
|
|
99328
|
-
--------------------
|
|
99329
|
-
|
|
99330
|
-
* bpy_struct.id_data
|
|
99331
|
-
|
|
99332
|
-
:columns: 2
|
|
99333
|
-
|
|
99334
|
-
|
|
99335
|
-
--------------------
|
|
99336
|
-
|
|
99337
|
-
* bpy_struct.as_pointer
|
|
99338
|
-
* bpy_struct.driver_add
|
|
99339
|
-
* bpy_struct.driver_remove
|
|
99340
|
-
* bpy_struct.get
|
|
99341
|
-
* bpy_struct.id_properties_clear
|
|
99342
|
-
* bpy_struct.id_properties_ensure
|
|
99343
|
-
* bpy_struct.id_properties_ui
|
|
99344
|
-
* bpy_struct.is_property_hidden
|
|
99345
|
-
* bpy_struct.is_property_overridable_library
|
|
99346
|
-
* bpy_struct.is_property_readonly
|
|
99347
|
-
* bpy_struct.is_property_set
|
|
99348
|
-
* bpy_struct.items
|
|
99349
|
-
* bpy_struct.keyframe_delete
|
|
99350
|
-
* bpy_struct.keyframe_insert
|
|
99351
|
-
* bpy_struct.keys
|
|
99352
|
-
* bpy_struct.path_from_id
|
|
99353
|
-
* bpy_struct.path_resolve
|
|
99354
|
-
* bpy_struct.pop
|
|
99355
|
-
* bpy_struct.property_overridable_library_set
|
|
99356
|
-
* bpy_struct.property_unset
|
|
99357
|
-
* bpy_struct.type_recast
|
|
99358
|
-
* bpy_struct.values
|
|
99359
|
-
|
|
99360
|
-
:columns: 2
|
|
99361
|
-
|
|
99362
|
-
|
|
99363
99112
|
--------------------
|
|
99364
99113
|
|
|
99365
99114
|
* bpy_struct.id_data
|
|
@@ -101855,7 +101604,7 @@ class AttributeGroupGreasePencil(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101855
101604
|
"""
|
|
101856
101605
|
...
|
|
101857
101606
|
|
|
101858
|
-
class
|
|
101607
|
+
class AttributeGroupGreasePencilDrawing(bpy_prop_collection[Attribute], bpy_struct):
|
|
101859
101608
|
"""Group of geometry attributes"""
|
|
101860
101609
|
|
|
101861
101610
|
active: Attribute | None
|
|
@@ -101864,42 +101613,12 @@ class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101864
101613
|
:type: Attribute | None
|
|
101865
101614
|
"""
|
|
101866
101615
|
|
|
101867
|
-
active_color: Attribute | None
|
|
101868
|
-
""" Active color attribute for display and editing
|
|
101869
|
-
|
|
101870
|
-
:type: Attribute | None
|
|
101871
|
-
"""
|
|
101872
|
-
|
|
101873
|
-
active_color_index: int | None
|
|
101874
|
-
""" Active color attribute index
|
|
101875
|
-
|
|
101876
|
-
:type: int | None
|
|
101877
|
-
"""
|
|
101878
|
-
|
|
101879
|
-
active_color_name: str | None
|
|
101880
|
-
""" The name of the active color attribute for display and editing
|
|
101881
|
-
|
|
101882
|
-
:type: str | None
|
|
101883
|
-
"""
|
|
101884
|
-
|
|
101885
101616
|
active_index: int | None
|
|
101886
101617
|
""" Active attribute index
|
|
101887
101618
|
|
|
101888
101619
|
:type: int | None
|
|
101889
101620
|
"""
|
|
101890
101621
|
|
|
101891
|
-
default_color_name: str
|
|
101892
|
-
""" The name of the default color attribute used as a fallback for rendering
|
|
101893
|
-
|
|
101894
|
-
:type: str
|
|
101895
|
-
"""
|
|
101896
|
-
|
|
101897
|
-
render_color_index: int
|
|
101898
|
-
""" The index of the color attribute used as a fallback for rendering
|
|
101899
|
-
|
|
101900
|
-
:type: int
|
|
101901
|
-
"""
|
|
101902
|
-
|
|
101903
101622
|
def new(self, name: str, type: str | None, domain: str | None) -> Attribute:
|
|
101904
101623
|
"""Add attribute to geometry
|
|
101905
101624
|
|
|
@@ -101946,7 +101665,7 @@ class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101946
101665
|
"""
|
|
101947
101666
|
...
|
|
101948
101667
|
|
|
101949
|
-
class
|
|
101668
|
+
class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
101950
101669
|
"""Group of geometry attributes"""
|
|
101951
101670
|
|
|
101952
101671
|
active: Attribute | None
|
|
@@ -101955,12 +101674,42 @@ class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101955
101674
|
:type: Attribute | None
|
|
101956
101675
|
"""
|
|
101957
101676
|
|
|
101677
|
+
active_color: Attribute | None
|
|
101678
|
+
""" Active color attribute for display and editing
|
|
101679
|
+
|
|
101680
|
+
:type: Attribute | None
|
|
101681
|
+
"""
|
|
101682
|
+
|
|
101683
|
+
active_color_index: int | None
|
|
101684
|
+
""" Active color attribute index
|
|
101685
|
+
|
|
101686
|
+
:type: int | None
|
|
101687
|
+
"""
|
|
101688
|
+
|
|
101689
|
+
active_color_name: str | None
|
|
101690
|
+
""" The name of the active color attribute for display and editing
|
|
101691
|
+
|
|
101692
|
+
:type: str | None
|
|
101693
|
+
"""
|
|
101694
|
+
|
|
101958
101695
|
active_index: int | None
|
|
101959
101696
|
""" Active attribute index
|
|
101960
101697
|
|
|
101961
101698
|
:type: int | None
|
|
101962
101699
|
"""
|
|
101963
101700
|
|
|
101701
|
+
default_color_name: str
|
|
101702
|
+
""" The name of the default color attribute used as a fallback for rendering
|
|
101703
|
+
|
|
101704
|
+
:type: str
|
|
101705
|
+
"""
|
|
101706
|
+
|
|
101707
|
+
render_color_index: int
|
|
101708
|
+
""" The index of the color attribute used as a fallback for rendering
|
|
101709
|
+
|
|
101710
|
+
:type: int
|
|
101711
|
+
"""
|
|
101712
|
+
|
|
101964
101713
|
def new(self, name: str, type: str | None, domain: str | None) -> Attribute:
|
|
101965
101714
|
"""Add attribute to geometry
|
|
101966
101715
|
|
|
@@ -102007,44 +101756,105 @@ class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
102007
101756
|
"""
|
|
102008
101757
|
...
|
|
102009
101758
|
|
|
102010
|
-
class
|
|
102011
|
-
"""
|
|
101759
|
+
class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
101760
|
+
"""Group of geometry attributes"""
|
|
102012
101761
|
|
|
102013
|
-
|
|
102014
|
-
|
|
101762
|
+
active: Attribute | None
|
|
101763
|
+
""" Active attribute
|
|
102015
101764
|
|
|
102016
|
-
|
|
102017
|
-
|
|
102018
|
-
:return: New action data-block
|
|
102019
|
-
:rtype: Action
|
|
102020
|
-
"""
|
|
102021
|
-
...
|
|
101765
|
+
:type: Attribute | None
|
|
101766
|
+
"""
|
|
102022
101767
|
|
|
102023
|
-
|
|
102024
|
-
|
|
102025
|
-
action: Action,
|
|
102026
|
-
do_unlink: bool | None = True,
|
|
102027
|
-
do_id_user: bool | None = True,
|
|
102028
|
-
do_ui_user: bool | None = True,
|
|
102029
|
-
):
|
|
102030
|
-
"""Remove an action from the current blendfile
|
|
101768
|
+
active_index: int | None
|
|
101769
|
+
""" Active attribute index
|
|
102031
101770
|
|
|
102032
|
-
|
|
102033
|
-
|
|
102034
|
-
|
|
102035
|
-
|
|
102036
|
-
|
|
102037
|
-
|
|
102038
|
-
:param
|
|
102039
|
-
:type
|
|
101771
|
+
:type: int | None
|
|
101772
|
+
"""
|
|
101773
|
+
|
|
101774
|
+
def new(self, name: str, type: str | None, domain: str | None) -> Attribute:
|
|
101775
|
+
"""Add attribute to geometry
|
|
101776
|
+
|
|
101777
|
+
:param name: Name, Name of geometry attribute
|
|
101778
|
+
:type name: str
|
|
101779
|
+
:param type: Type, Attribute type
|
|
101780
|
+
:type type: str | None
|
|
101781
|
+
:param domain: Domain, Type of element that attribute is stored on
|
|
101782
|
+
:type domain: str | None
|
|
101783
|
+
:return: New geometry attribute
|
|
101784
|
+
:rtype: Attribute
|
|
102040
101785
|
"""
|
|
102041
101786
|
...
|
|
102042
101787
|
|
|
102043
|
-
def
|
|
102044
|
-
"""
|
|
101788
|
+
def remove(self, attribute: Attribute):
|
|
101789
|
+
"""Remove attribute from geometry
|
|
102045
101790
|
|
|
102046
|
-
:param
|
|
102047
|
-
:type
|
|
101791
|
+
:param attribute: Geometry Attribute
|
|
101792
|
+
:type attribute: Attribute
|
|
101793
|
+
"""
|
|
101794
|
+
...
|
|
101795
|
+
|
|
101796
|
+
@classmethod
|
|
101797
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
101798
|
+
"""
|
|
101799
|
+
|
|
101800
|
+
:param id: The RNA type identifier.
|
|
101801
|
+
:type id: str | None
|
|
101802
|
+
:param default:
|
|
101803
|
+
:return: The RNA type or default when not found.
|
|
101804
|
+
:rtype: Struct
|
|
101805
|
+
"""
|
|
101806
|
+
...
|
|
101807
|
+
|
|
101808
|
+
@classmethod
|
|
101809
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
101810
|
+
"""
|
|
101811
|
+
|
|
101812
|
+
:param id: The RNA type identifier.
|
|
101813
|
+
:type id: str | None
|
|
101814
|
+
:param default:
|
|
101815
|
+
:return: The class or default when not found.
|
|
101816
|
+
:rtype: typing.Any
|
|
101817
|
+
"""
|
|
101818
|
+
...
|
|
101819
|
+
|
|
101820
|
+
class BlendDataActions(bpy_prop_collection[Action], bpy_struct):
|
|
101821
|
+
"""Collection of actions"""
|
|
101822
|
+
|
|
101823
|
+
def new(self, name: str) -> Action:
|
|
101824
|
+
"""Add a new action to the main database
|
|
101825
|
+
|
|
101826
|
+
:param name: New name for the data-block
|
|
101827
|
+
:type name: str
|
|
101828
|
+
:return: New action data-block
|
|
101829
|
+
:rtype: Action
|
|
101830
|
+
"""
|
|
101831
|
+
...
|
|
101832
|
+
|
|
101833
|
+
def remove(
|
|
101834
|
+
self,
|
|
101835
|
+
action: Action,
|
|
101836
|
+
do_unlink: bool | None = True,
|
|
101837
|
+
do_id_user: bool | None = True,
|
|
101838
|
+
do_ui_user: bool | None = True,
|
|
101839
|
+
):
|
|
101840
|
+
"""Remove an action from the current blendfile
|
|
101841
|
+
|
|
101842
|
+
:param action: Action to remove
|
|
101843
|
+
:type action: Action
|
|
101844
|
+
:param do_unlink: Unlink all usages of this action before deleting it
|
|
101845
|
+
:type do_unlink: bool | None
|
|
101846
|
+
:param do_id_user: Decrement user counter of all datablocks used by this action
|
|
101847
|
+
:type do_id_user: bool | None
|
|
101848
|
+
:param do_ui_user: Make sure interface does not reference this action
|
|
101849
|
+
:type do_ui_user: bool | None
|
|
101850
|
+
"""
|
|
101851
|
+
...
|
|
101852
|
+
|
|
101853
|
+
def tag(self, value: bool | None):
|
|
101854
|
+
"""tag
|
|
101855
|
+
|
|
101856
|
+
:param value: Value
|
|
101857
|
+
:type value: bool | None
|
|
102048
101858
|
"""
|
|
102049
101859
|
...
|
|
102050
101860
|
|
|
@@ -102512,7 +102322,7 @@ class BlendDataFonts(bpy_prop_collection[VectorFont], bpy_struct):
|
|
|
102512
102322
|
...
|
|
102513
102323
|
|
|
102514
102324
|
class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
102515
|
-
"""Collection of
|
|
102325
|
+
"""Collection of annotations"""
|
|
102516
102326
|
|
|
102517
102327
|
def tag(self, value: bool | None):
|
|
102518
102328
|
"""tag
|
|
@@ -102523,11 +102333,11 @@ class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
|
102523
102333
|
...
|
|
102524
102334
|
|
|
102525
102335
|
def new(self, name: str) -> GreasePencil:
|
|
102526
|
-
"""Add a new
|
|
102336
|
+
"""Add a new annotation datablock to the main database
|
|
102527
102337
|
|
|
102528
102338
|
:param name: New name for the data-block
|
|
102529
102339
|
:type name: str
|
|
102530
|
-
:return: New
|
|
102340
|
+
:return: New annotation data-block
|
|
102531
102341
|
:rtype: GreasePencil
|
|
102532
102342
|
"""
|
|
102533
102343
|
...
|
|
@@ -102539,15 +102349,15 @@ class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
|
102539
102349
|
do_id_user: bool | None = True,
|
|
102540
102350
|
do_ui_user: bool | None = True,
|
|
102541
102351
|
):
|
|
102542
|
-
"""Remove
|
|
102352
|
+
"""Remove annotation instance from the current blendfile
|
|
102543
102353
|
|
|
102544
102354
|
:param grease_pencil: Grease Pencil to remove
|
|
102545
102355
|
:type grease_pencil: GreasePencil
|
|
102546
|
-
:param do_unlink: Unlink all usages of this
|
|
102356
|
+
:param do_unlink: Unlink all usages of this annotation before deleting it
|
|
102547
102357
|
:type do_unlink: bool | None
|
|
102548
|
-
:param do_id_user: Decrement user counter of all datablocks used by this
|
|
102358
|
+
:param do_id_user: Decrement user counter of all datablocks used by this annotation
|
|
102549
102359
|
:type do_id_user: bool | None
|
|
102550
|
-
:param do_ui_user: Make sure interface does not reference this
|
|
102360
|
+
:param do_ui_user: Make sure interface does not reference this annotation
|
|
102551
102361
|
:type do_ui_user: bool | None
|
|
102552
102362
|
"""
|
|
102553
102363
|
...
|
|
@@ -105355,39 +105165,29 @@ class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct)
|
|
|
105355
105165
|
"""
|
|
105356
105166
|
...
|
|
105357
105167
|
|
|
105358
|
-
class
|
|
105359
|
-
"""Collection of
|
|
105168
|
+
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
105169
|
+
"""Collection of gizmos"""
|
|
105360
105170
|
|
|
105361
|
-
def new(
|
|
105362
|
-
|
|
105363
|
-
) -> GPencilFrame:
|
|
105364
|
-
"""Add a new grease pencil frame
|
|
105171
|
+
def new(self, type: str) -> Gizmo:
|
|
105172
|
+
"""Add gizmo
|
|
105365
105173
|
|
|
105366
|
-
:param
|
|
105367
|
-
:type
|
|
105368
|
-
:
|
|
105369
|
-
:
|
|
105370
|
-
:return: The newly created frame
|
|
105371
|
-
:rtype: GPencilFrame
|
|
105174
|
+
:param type: Gizmo identifier
|
|
105175
|
+
:type type: str
|
|
105176
|
+
:return: New gizmo
|
|
105177
|
+
:rtype: Gizmo
|
|
105372
105178
|
"""
|
|
105373
105179
|
...
|
|
105374
105180
|
|
|
105375
|
-
def remove(self,
|
|
105376
|
-
"""
|
|
105181
|
+
def remove(self, gizmo: Gizmo):
|
|
105182
|
+
"""Delete gizmo
|
|
105377
105183
|
|
|
105378
|
-
:param
|
|
105379
|
-
:type
|
|
105184
|
+
:param gizmo: New gizmo
|
|
105185
|
+
:type gizmo: Gizmo
|
|
105380
105186
|
"""
|
|
105381
105187
|
...
|
|
105382
105188
|
|
|
105383
|
-
def
|
|
105384
|
-
"""
|
|
105385
|
-
|
|
105386
|
-
:param source: Source, The source frame
|
|
105387
|
-
:type source: GPencilFrame
|
|
105388
|
-
:return: The newly copied frame
|
|
105389
|
-
:rtype: GPencilFrame
|
|
105390
|
-
"""
|
|
105189
|
+
def clear(self):
|
|
105190
|
+
"""Delete all gizmos"""
|
|
105391
105191
|
...
|
|
105392
105192
|
|
|
105393
105193
|
@classmethod
|
|
@@ -105414,169 +105214,46 @@ class GPencilFrames(bpy_prop_collection[GPencilFrame], bpy_struct):
|
|
|
105414
105214
|
"""
|
|
105415
105215
|
...
|
|
105416
105216
|
|
|
105417
|
-
class
|
|
105418
|
-
"""Collection of
|
|
105419
|
-
|
|
105420
|
-
def add(
|
|
105421
|
-
self,
|
|
105422
|
-
count: int | None,
|
|
105423
|
-
pressure: float | None = 1.0,
|
|
105424
|
-
strength: float | None = 1.0,
|
|
105425
|
-
):
|
|
105426
|
-
"""Add a new grease pencil stroke point
|
|
105427
|
-
|
|
105428
|
-
:param count: Number, Number of points to add to the stroke
|
|
105429
|
-
:type count: int | None
|
|
105430
|
-
:param pressure: Pressure, Pressure for newly created points
|
|
105431
|
-
:type pressure: float | None
|
|
105432
|
-
:param strength: Strength, Color intensity (alpha factor) for newly created points
|
|
105433
|
-
:type strength: float | None
|
|
105434
|
-
"""
|
|
105435
|
-
...
|
|
105217
|
+
class GreasePencilFrames(bpy_prop_collection[GreasePencilFrame], bpy_struct):
|
|
105218
|
+
"""Collection of Grease Pencil frames"""
|
|
105436
105219
|
|
|
105437
|
-
def
|
|
105438
|
-
"""
|
|
105220
|
+
def new(self, frame_number: int | None) -> GreasePencilFrame:
|
|
105221
|
+
"""Add a new Grease Pencil frame
|
|
105439
105222
|
|
|
105440
|
-
:param
|
|
105441
|
-
:type
|
|
105223
|
+
:param frame_number: Frame Number, The frame on which the drawing appears
|
|
105224
|
+
:type frame_number: int | None
|
|
105225
|
+
:return: The newly created frame
|
|
105226
|
+
:rtype: GreasePencilFrame
|
|
105442
105227
|
"""
|
|
105443
105228
|
...
|
|
105444
105229
|
|
|
105445
|
-
def
|
|
105446
|
-
"""
|
|
105447
|
-
...
|
|
105448
|
-
|
|
105449
|
-
def weight_get(
|
|
105450
|
-
self, vertex_group_index: int | None = 0, point_index: int | None = 0
|
|
105451
|
-
) -> float:
|
|
105452
|
-
"""Get vertex group point weight
|
|
105230
|
+
def remove(self, frame_number: int | None):
|
|
105231
|
+
"""Remove a Grease Pencil frame
|
|
105453
105232
|
|
|
105454
|
-
:param
|
|
105455
|
-
:type
|
|
105456
|
-
:param point_index: Point Index, Index of the Point in the array
|
|
105457
|
-
:type point_index: int | None
|
|
105458
|
-
:return: Weight, Point Weight
|
|
105459
|
-
:rtype: float
|
|
105233
|
+
:param frame_number: Frame Number, The frame number of the frame to remove
|
|
105234
|
+
:type frame_number: int | None
|
|
105460
105235
|
"""
|
|
105461
105236
|
...
|
|
105462
105237
|
|
|
105463
|
-
def
|
|
105238
|
+
def copy(
|
|
105464
105239
|
self,
|
|
105465
|
-
|
|
105466
|
-
|
|
105467
|
-
|
|
105468
|
-
):
|
|
105469
|
-
"""
|
|
105470
|
-
|
|
105471
|
-
:param
|
|
105472
|
-
:type
|
|
105473
|
-
:param
|
|
105474
|
-
:type
|
|
105475
|
-
:param
|
|
105476
|
-
:type
|
|
105477
|
-
|
|
105478
|
-
|
|
105479
|
-
|
|
105480
|
-
@classmethod
|
|
105481
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105482
|
-
"""
|
|
105483
|
-
|
|
105484
|
-
:param id: The RNA type identifier.
|
|
105485
|
-
:type id: str | None
|
|
105486
|
-
:param default:
|
|
105487
|
-
:return: The RNA type or default when not found.
|
|
105488
|
-
:rtype: Struct
|
|
105489
|
-
"""
|
|
105490
|
-
...
|
|
105491
|
-
|
|
105492
|
-
@classmethod
|
|
105493
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
105494
|
-
"""
|
|
105495
|
-
|
|
105496
|
-
:param id: The RNA type identifier.
|
|
105497
|
-
:type id: str | None
|
|
105498
|
-
:param default:
|
|
105499
|
-
:return: The class or default when not found.
|
|
105500
|
-
:rtype: typing.Any
|
|
105501
|
-
"""
|
|
105502
|
-
...
|
|
105503
|
-
|
|
105504
|
-
class GPencilStrokes(bpy_prop_collection[GPencilStroke], bpy_struct):
|
|
105505
|
-
"""Collection of grease pencil stroke"""
|
|
105506
|
-
|
|
105507
|
-
def new(self) -> GPencilStroke:
|
|
105508
|
-
"""Add a new grease pencil stroke
|
|
105509
|
-
|
|
105510
|
-
:return: The newly created stroke
|
|
105511
|
-
:rtype: GPencilStroke
|
|
105512
|
-
"""
|
|
105513
|
-
...
|
|
105514
|
-
|
|
105515
|
-
def remove(self, stroke: GPencilStroke):
|
|
105516
|
-
"""Remove a grease pencil stroke
|
|
105517
|
-
|
|
105518
|
-
:param stroke: Stroke, The stroke to remove
|
|
105519
|
-
:type stroke: GPencilStroke
|
|
105520
|
-
"""
|
|
105521
|
-
...
|
|
105522
|
-
|
|
105523
|
-
def close(self, stroke: GPencilStroke):
|
|
105524
|
-
"""Close a grease pencil stroke adding geometry
|
|
105525
|
-
|
|
105526
|
-
:param stroke: Stroke, The stroke to close
|
|
105527
|
-
:type stroke: GPencilStroke
|
|
105528
|
-
"""
|
|
105529
|
-
...
|
|
105530
|
-
|
|
105531
|
-
@classmethod
|
|
105532
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105533
|
-
"""
|
|
105534
|
-
|
|
105535
|
-
:param id: The RNA type identifier.
|
|
105536
|
-
:type id: str | None
|
|
105537
|
-
:param default:
|
|
105538
|
-
:return: The RNA type or default when not found.
|
|
105539
|
-
:rtype: Struct
|
|
105540
|
-
"""
|
|
105541
|
-
...
|
|
105542
|
-
|
|
105543
|
-
@classmethod
|
|
105544
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
105545
|
-
"""
|
|
105546
|
-
|
|
105547
|
-
:param id: The RNA type identifier.
|
|
105548
|
-
:type id: str | None
|
|
105549
|
-
:param default:
|
|
105550
|
-
:return: The class or default when not found.
|
|
105551
|
-
:rtype: typing.Any
|
|
105552
|
-
"""
|
|
105553
|
-
...
|
|
105554
|
-
|
|
105555
|
-
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
105556
|
-
"""Collection of gizmos"""
|
|
105557
|
-
|
|
105558
|
-
def new(self, type: str) -> Gizmo:
|
|
105559
|
-
"""Add gizmo
|
|
105560
|
-
|
|
105561
|
-
:param type: Gizmo identifier
|
|
105562
|
-
:type type: str
|
|
105563
|
-
:return: New gizmo
|
|
105564
|
-
:rtype: Gizmo
|
|
105565
|
-
"""
|
|
105566
|
-
...
|
|
105567
|
-
|
|
105568
|
-
def remove(self, gizmo: Gizmo):
|
|
105569
|
-
"""Delete gizmo
|
|
105570
|
-
|
|
105571
|
-
:param gizmo: New gizmo
|
|
105572
|
-
:type gizmo: Gizmo
|
|
105240
|
+
from_frame_number: int | None,
|
|
105241
|
+
to_frame_number: int | None,
|
|
105242
|
+
instance_drawing: bool | None = False,
|
|
105243
|
+
) -> GreasePencilFrame:
|
|
105244
|
+
"""Copy a Grease Pencil frame
|
|
105245
|
+
|
|
105246
|
+
:param from_frame_number: Source Frame Number, The frame number of the source frame
|
|
105247
|
+
:type from_frame_number: int | None
|
|
105248
|
+
:param to_frame_number: Frame Number of Copy, The frame number to copy the frame to
|
|
105249
|
+
:type to_frame_number: int | None
|
|
105250
|
+
:param instance_drawing: Instance Drawing, Let the copied frame use the same drawing as the source
|
|
105251
|
+
:type instance_drawing: bool | None
|
|
105252
|
+
:return: The newly copied frame
|
|
105253
|
+
:rtype: GreasePencilFrame
|
|
105573
105254
|
"""
|
|
105574
105255
|
...
|
|
105575
105256
|
|
|
105576
|
-
def clear(self):
|
|
105577
|
-
"""Delete all gizmos"""
|
|
105578
|
-
...
|
|
105579
|
-
|
|
105580
105257
|
@classmethod
|
|
105581
105258
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105582
105259
|
"""
|
|
@@ -105635,16 +105312,10 @@ class GreasePencilLayerMasks(bpy_prop_collection[GreasePencilLayerMask], bpy_str
|
|
|
105635
105312
|
...
|
|
105636
105313
|
|
|
105637
105314
|
class GreasePencilLayers(bpy_prop_collection[GPencilLayer], bpy_struct):
|
|
105638
|
-
"""Collection of
|
|
105639
|
-
|
|
105640
|
-
active: GPencilLayer | None
|
|
105641
|
-
""" Active grease pencil layer
|
|
105642
|
-
|
|
105643
|
-
:type: GPencilLayer | None
|
|
105644
|
-
"""
|
|
105315
|
+
"""Collection of annotation layers"""
|
|
105645
105316
|
|
|
105646
105317
|
active_index: int | None
|
|
105647
|
-
""" Index of active
|
|
105318
|
+
""" Index of active annotation layer
|
|
105648
105319
|
|
|
105649
105320
|
:type: int | None
|
|
105650
105321
|
"""
|
|
@@ -105655,85 +105326,6 @@ class GreasePencilLayers(bpy_prop_collection[GPencilLayer], bpy_struct):
|
|
|
105655
105326
|
:type: str | None
|
|
105656
105327
|
"""
|
|
105657
105328
|
|
|
105658
|
-
def new(self, name: str, set_active: bool | None = True) -> GPencilLayer:
|
|
105659
|
-
"""Add a new grease pencil layer
|
|
105660
|
-
|
|
105661
|
-
:param name: Name, Name of the layer
|
|
105662
|
-
:type name: str
|
|
105663
|
-
:param set_active: Set Active, Set the newly created layer to the active layer
|
|
105664
|
-
:type set_active: bool | None
|
|
105665
|
-
:return: The newly created layer
|
|
105666
|
-
:rtype: GPencilLayer
|
|
105667
|
-
"""
|
|
105668
|
-
...
|
|
105669
|
-
|
|
105670
|
-
def remove(self, layer: GPencilLayer):
|
|
105671
|
-
"""Remove a grease pencil layer
|
|
105672
|
-
|
|
105673
|
-
:param layer: The layer to remove
|
|
105674
|
-
:type layer: GPencilLayer
|
|
105675
|
-
"""
|
|
105676
|
-
...
|
|
105677
|
-
|
|
105678
|
-
def move(self, layer: GPencilLayer, type: str | None):
|
|
105679
|
-
"""Move a grease pencil layer in the layer stack
|
|
105680
|
-
|
|
105681
|
-
:param layer: The layer to move
|
|
105682
|
-
:type layer: GPencilLayer
|
|
105683
|
-
:param type: Direction of movement
|
|
105684
|
-
:type type: str | None
|
|
105685
|
-
"""
|
|
105686
|
-
...
|
|
105687
|
-
|
|
105688
|
-
@classmethod
|
|
105689
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105690
|
-
"""
|
|
105691
|
-
|
|
105692
|
-
:param id: The RNA type identifier.
|
|
105693
|
-
:type id: str | None
|
|
105694
|
-
:param default:
|
|
105695
|
-
:return: The RNA type or default when not found.
|
|
105696
|
-
:rtype: Struct
|
|
105697
|
-
"""
|
|
105698
|
-
...
|
|
105699
|
-
|
|
105700
|
-
@classmethod
|
|
105701
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
105702
|
-
"""
|
|
105703
|
-
|
|
105704
|
-
:param id: The RNA type identifier.
|
|
105705
|
-
:type id: str | None
|
|
105706
|
-
:param default:
|
|
105707
|
-
:return: The class or default when not found.
|
|
105708
|
-
:rtype: typing.Any
|
|
105709
|
-
"""
|
|
105710
|
-
...
|
|
105711
|
-
|
|
105712
|
-
class GreasePencilMaskLayers(bpy_prop_collection[GPencilLayerMask], bpy_struct):
|
|
105713
|
-
"""Collection of grease pencil masking layers"""
|
|
105714
|
-
|
|
105715
|
-
active_mask_index: int | None
|
|
105716
|
-
""" Active index in layer mask array
|
|
105717
|
-
|
|
105718
|
-
:type: int | None
|
|
105719
|
-
"""
|
|
105720
|
-
|
|
105721
|
-
def add(self, layer: GPencilLayer):
|
|
105722
|
-
"""Add a layer to mask list
|
|
105723
|
-
|
|
105724
|
-
:param layer: Layer to add as mask
|
|
105725
|
-
:type layer: GPencilLayer
|
|
105726
|
-
"""
|
|
105727
|
-
...
|
|
105728
|
-
|
|
105729
|
-
def remove(self, mask: GPencilLayerMask):
|
|
105730
|
-
"""Remove a layer from mask list
|
|
105731
|
-
|
|
105732
|
-
:param mask: Mask to remove
|
|
105733
|
-
:type mask: GPencilLayerMask
|
|
105734
|
-
"""
|
|
105735
|
-
...
|
|
105736
|
-
|
|
105737
105329
|
@classmethod
|
|
105738
105330
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105739
105331
|
"""
|
|
@@ -114181,7 +113773,7 @@ class BlendData(bpy_struct):
|
|
|
114181
113773
|
"""
|
|
114182
113774
|
|
|
114183
113775
|
grease_pencils: BlendDataGreasePencils
|
|
114184
|
-
"""
|
|
113776
|
+
""" Annotation data-blocks (legacy Grease Pencil)
|
|
114185
113777
|
|
|
114186
113778
|
:type: BlendDataGreasePencils
|
|
114187
113779
|
"""
|
|
@@ -132133,110 +131725,158 @@ class Curves(ID, bpy_struct):
|
|
|
132133
131725
|
"""
|
|
132134
131726
|
...
|
|
132135
131727
|
|
|
132136
|
-
|
|
132137
|
-
|
|
132138
|
-
|
|
132139
|
-
|
|
132140
|
-
|
|
132141
|
-
|
|
132142
|
-
|
|
132143
|
-
|
|
132144
|
-
|
|
132145
|
-
|
|
132146
|
-
|
|
132147
|
-
|
|
132148
|
-
|
|
132149
|
-
|
|
132150
|
-
|
|
132151
|
-
|
|
132152
|
-
|
|
132153
|
-
|
|
132154
|
-
|
|
132155
|
-
|
|
132156
|
-
|
|
132157
|
-
|
|
132158
|
-
|
|
132159
|
-
|
|
132160
|
-
|
|
132161
|
-
|
|
132162
|
-
|
|
132163
|
-
|
|
132164
|
-
|
|
132165
|
-
|
|
132166
|
-
|
|
132167
|
-
|
|
132168
|
-
|
|
132169
|
-
|
|
132170
|
-
|
|
132171
|
-
|
|
132172
|
-
|
|
132173
|
-
|
|
132174
|
-
|
|
132175
|
-
|
|
132176
|
-
|
|
132177
|
-
|
|
132178
|
-
|
|
132179
|
-
|
|
132180
|
-
|
|
132181
|
-
|
|
132182
|
-
|
|
132183
|
-
|
|
132184
|
-
|
|
132185
|
-
|
|
132186
|
-
|
|
132187
|
-
|
|
132188
|
-
|
|
132189
|
-
|
|
132190
|
-
|
|
132191
|
-
|
|
132192
|
-
|
|
132193
|
-
|
|
132194
|
-
|
|
132195
|
-
|
|
132196
|
-
|
|
132197
|
-
|
|
132198
|
-
|
|
132199
|
-
|
|
132200
|
-
|
|
132201
|
-
|
|
132202
|
-
|
|
132203
|
-
|
|
132204
|
-
|
|
132205
|
-
|
|
132206
|
-
@classmethod
|
|
132207
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132208
|
-
"""
|
|
131728
|
+
def remove_curves(
|
|
131729
|
+
self,
|
|
131730
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
131731
|
+
0,
|
|
131732
|
+
0,
|
|
131733
|
+
0,
|
|
131734
|
+
0,
|
|
131735
|
+
0,
|
|
131736
|
+
0,
|
|
131737
|
+
0,
|
|
131738
|
+
0,
|
|
131739
|
+
0,
|
|
131740
|
+
0,
|
|
131741
|
+
0,
|
|
131742
|
+
0,
|
|
131743
|
+
0,
|
|
131744
|
+
0,
|
|
131745
|
+
0,
|
|
131746
|
+
0,
|
|
131747
|
+
0,
|
|
131748
|
+
0,
|
|
131749
|
+
0,
|
|
131750
|
+
0,
|
|
131751
|
+
0,
|
|
131752
|
+
0,
|
|
131753
|
+
0,
|
|
131754
|
+
0,
|
|
131755
|
+
0,
|
|
131756
|
+
0,
|
|
131757
|
+
0,
|
|
131758
|
+
0,
|
|
131759
|
+
0,
|
|
131760
|
+
0,
|
|
131761
|
+
0,
|
|
131762
|
+
0,
|
|
131763
|
+
0,
|
|
131764
|
+
0,
|
|
131765
|
+
0,
|
|
131766
|
+
0,
|
|
131767
|
+
0,
|
|
131768
|
+
0,
|
|
131769
|
+
0,
|
|
131770
|
+
0,
|
|
131771
|
+
0,
|
|
131772
|
+
0,
|
|
131773
|
+
0,
|
|
131774
|
+
0,
|
|
131775
|
+
0,
|
|
131776
|
+
0,
|
|
131777
|
+
0,
|
|
131778
|
+
0,
|
|
131779
|
+
0,
|
|
131780
|
+
0,
|
|
131781
|
+
0,
|
|
131782
|
+
0,
|
|
131783
|
+
0,
|
|
131784
|
+
0,
|
|
131785
|
+
0,
|
|
131786
|
+
0,
|
|
131787
|
+
0,
|
|
131788
|
+
0,
|
|
131789
|
+
0,
|
|
131790
|
+
0,
|
|
131791
|
+
0,
|
|
131792
|
+
0,
|
|
131793
|
+
0,
|
|
131794
|
+
0,
|
|
131795
|
+
),
|
|
131796
|
+
):
|
|
131797
|
+
"""Remove all curves. If indices are provided, remove only the curves with the given indices.
|
|
132209
131798
|
|
|
132210
|
-
:param
|
|
132211
|
-
:type
|
|
132212
|
-
:param default:
|
|
132213
|
-
:return: The class or default when not found.
|
|
132214
|
-
:rtype: typing.Any
|
|
131799
|
+
:param indices: Indices, The indices of the curves to remove
|
|
131800
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
132215
131801
|
"""
|
|
132216
131802
|
...
|
|
132217
131803
|
|
|
132218
|
-
|
|
132219
|
-
def draw_item(
|
|
131804
|
+
def resize_curves(
|
|
132220
131805
|
self,
|
|
132221
|
-
|
|
132222
|
-
|
|
132223
|
-
|
|
132224
|
-
|
|
132225
|
-
|
|
132226
|
-
|
|
132227
|
-
|
|
132228
|
-
|
|
131806
|
+
sizes: collections.abc.Iterable[int] | None,
|
|
131807
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
131808
|
+
0,
|
|
131809
|
+
0,
|
|
131810
|
+
0,
|
|
131811
|
+
0,
|
|
131812
|
+
0,
|
|
131813
|
+
0,
|
|
131814
|
+
0,
|
|
131815
|
+
0,
|
|
131816
|
+
0,
|
|
131817
|
+
0,
|
|
131818
|
+
0,
|
|
131819
|
+
0,
|
|
131820
|
+
0,
|
|
131821
|
+
0,
|
|
131822
|
+
0,
|
|
131823
|
+
0,
|
|
131824
|
+
0,
|
|
131825
|
+
0,
|
|
131826
|
+
0,
|
|
131827
|
+
0,
|
|
131828
|
+
0,
|
|
131829
|
+
0,
|
|
131830
|
+
0,
|
|
131831
|
+
0,
|
|
131832
|
+
0,
|
|
131833
|
+
0,
|
|
131834
|
+
0,
|
|
131835
|
+
0,
|
|
131836
|
+
0,
|
|
131837
|
+
0,
|
|
131838
|
+
0,
|
|
131839
|
+
0,
|
|
131840
|
+
0,
|
|
131841
|
+
0,
|
|
131842
|
+
0,
|
|
131843
|
+
0,
|
|
131844
|
+
0,
|
|
131845
|
+
0,
|
|
131846
|
+
0,
|
|
131847
|
+
0,
|
|
131848
|
+
0,
|
|
131849
|
+
0,
|
|
131850
|
+
0,
|
|
131851
|
+
0,
|
|
131852
|
+
0,
|
|
131853
|
+
0,
|
|
131854
|
+
0,
|
|
131855
|
+
0,
|
|
131856
|
+
0,
|
|
131857
|
+
0,
|
|
131858
|
+
0,
|
|
131859
|
+
0,
|
|
131860
|
+
0,
|
|
131861
|
+
0,
|
|
131862
|
+
0,
|
|
131863
|
+
0,
|
|
131864
|
+
0,
|
|
131865
|
+
0,
|
|
131866
|
+
0,
|
|
131867
|
+
0,
|
|
131868
|
+
0,
|
|
131869
|
+
0,
|
|
131870
|
+
0,
|
|
131871
|
+
0,
|
|
131872
|
+
),
|
|
132229
131873
|
):
|
|
132230
|
-
"""
|
|
131874
|
+
"""Resize all existing curves. If indices are provided, resize only the curves with the given indices. If the new size for a curve is smaller, the curve is trimmed. If the new size for a curve is larger, the new end values are default initialized.
|
|
132231
131875
|
|
|
132232
|
-
:param
|
|
132233
|
-
:
|
|
132234
|
-
:param
|
|
132235
|
-
:
|
|
132236
|
-
:param _icon:
|
|
132237
|
-
:param _active_data:
|
|
132238
|
-
:param _active_propname:
|
|
132239
|
-
:param _index:
|
|
131876
|
+
:param sizes: Sizes, The number of points in each curve
|
|
131877
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
131878
|
+
:param indices: Indices, The indices of the curves to resize
|
|
131879
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
132240
131880
|
"""
|
|
132241
131881
|
...
|
|
132242
131882
|
|
|
@@ -132264,130 +131904,13 @@ class DATA_UL_bone_collections(UIList, bpy_struct):
|
|
|
132264
131904
|
"""
|
|
132265
131905
|
...
|
|
132266
131906
|
|
|
132267
|
-
class
|
|
132268
|
-
"""
|
|
132269
|
-
|
|
132270
|
-
head_tail: float
|
|
132271
|
-
""" Target along length of bone: Head is 0, Tail is 1
|
|
132272
|
-
|
|
132273
|
-
:type: float
|
|
132274
|
-
"""
|
|
132275
|
-
|
|
132276
|
-
subtarget: str
|
|
132277
|
-
""" Armature bone, mesh or lattice vertex group, ...
|
|
132278
|
-
|
|
132279
|
-
:type: str
|
|
132280
|
-
"""
|
|
132281
|
-
|
|
132282
|
-
target: Object | None
|
|
132283
|
-
""" Target object
|
|
132284
|
-
|
|
132285
|
-
:type: Object | None
|
|
132286
|
-
"""
|
|
132287
|
-
|
|
132288
|
-
track_axis: str
|
|
132289
|
-
""" Axis that points to the target object
|
|
132290
|
-
|
|
132291
|
-
:type: str
|
|
132292
|
-
"""
|
|
132293
|
-
|
|
132294
|
-
use_bbone_shape: bool
|
|
132295
|
-
""" Follow shape of B-Bone segments when calculating Head/Tail position
|
|
132296
|
-
|
|
132297
|
-
:type: bool
|
|
132298
|
-
"""
|
|
132299
|
-
|
|
132300
|
-
@classmethod
|
|
132301
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132302
|
-
"""
|
|
132303
|
-
|
|
132304
|
-
:param id: The RNA type identifier.
|
|
132305
|
-
:type id: str | None
|
|
132306
|
-
:param default:
|
|
132307
|
-
:return: The RNA type or default when not found.
|
|
132308
|
-
:rtype: Struct
|
|
132309
|
-
"""
|
|
132310
|
-
...
|
|
132311
|
-
|
|
132312
|
-
@classmethod
|
|
132313
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132314
|
-
"""
|
|
132315
|
-
|
|
132316
|
-
:param id: The RNA type identifier.
|
|
132317
|
-
:type id: str | None
|
|
132318
|
-
:param default:
|
|
132319
|
-
:return: The class or default when not found.
|
|
132320
|
-
:rtype: typing.Any
|
|
132321
|
-
"""
|
|
132322
|
-
...
|
|
132323
|
-
|
|
132324
|
-
class DashGpencilModifierData(GpencilModifier, bpy_struct):
|
|
132325
|
-
"""Create dot-dash effect for strokes"""
|
|
132326
|
-
|
|
132327
|
-
dash_offset: int
|
|
132328
|
-
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
132329
|
-
|
|
132330
|
-
:type: int
|
|
132331
|
-
"""
|
|
132332
|
-
|
|
132333
|
-
invert_layer_pass: bool
|
|
132334
|
-
""" Inverse filter
|
|
132335
|
-
|
|
132336
|
-
:type: bool
|
|
132337
|
-
"""
|
|
132338
|
-
|
|
132339
|
-
invert_layers: bool
|
|
132340
|
-
""" Inverse filter
|
|
132341
|
-
|
|
132342
|
-
:type: bool
|
|
132343
|
-
"""
|
|
132344
|
-
|
|
132345
|
-
invert_material_pass: bool
|
|
132346
|
-
""" Inverse filter
|
|
132347
|
-
|
|
132348
|
-
:type: bool
|
|
132349
|
-
"""
|
|
132350
|
-
|
|
132351
|
-
invert_materials: bool
|
|
132352
|
-
""" Inverse filter
|
|
132353
|
-
|
|
132354
|
-
:type: bool
|
|
132355
|
-
"""
|
|
132356
|
-
|
|
132357
|
-
layer: str
|
|
132358
|
-
""" Layer name
|
|
132359
|
-
|
|
132360
|
-
:type: str
|
|
132361
|
-
"""
|
|
132362
|
-
|
|
132363
|
-
layer_pass: int
|
|
132364
|
-
""" Layer pass index
|
|
132365
|
-
|
|
132366
|
-
:type: int
|
|
132367
|
-
"""
|
|
132368
|
-
|
|
132369
|
-
material: Material | None
|
|
132370
|
-
""" Material used for filtering effect
|
|
132371
|
-
|
|
132372
|
-
:type: Material | None
|
|
132373
|
-
"""
|
|
132374
|
-
|
|
132375
|
-
pass_index: int
|
|
132376
|
-
""" Pass index
|
|
132377
|
-
|
|
132378
|
-
:type: int
|
|
132379
|
-
"""
|
|
132380
|
-
|
|
132381
|
-
segment_active_index: int
|
|
132382
|
-
""" Active index in the segment list
|
|
132383
|
-
|
|
132384
|
-
:type: int
|
|
132385
|
-
"""
|
|
131907
|
+
class CurvesModifier(SequenceModifier, bpy_struct):
|
|
131908
|
+
"""RGB curves modifier for sequence strip"""
|
|
132386
131909
|
|
|
132387
|
-
|
|
131910
|
+
curve_mapping: CurveMapping
|
|
132388
131911
|
"""
|
|
132389
131912
|
|
|
132390
|
-
:type:
|
|
131913
|
+
:type: CurveMapping
|
|
132391
131914
|
"""
|
|
132392
131915
|
|
|
132393
131916
|
@classmethod
|
|
@@ -132414,51 +131937,275 @@ class DashGpencilModifierData(GpencilModifier, bpy_struct):
|
|
|
132414
131937
|
"""
|
|
132415
131938
|
...
|
|
132416
131939
|
|
|
132417
|
-
class
|
|
132418
|
-
|
|
132419
|
-
|
|
132420
|
-
|
|
132421
|
-
|
|
132422
|
-
|
|
132423
|
-
|
|
132424
|
-
|
|
132425
|
-
|
|
132426
|
-
|
|
132427
|
-
|
|
132428
|
-
|
|
132429
|
-
|
|
132430
|
-
|
|
132431
|
-
|
|
132432
|
-
|
|
132433
|
-
|
|
132434
|
-
|
|
132435
|
-
|
|
132436
|
-
|
|
132437
|
-
|
|
132438
|
-
|
|
132439
|
-
|
|
132440
|
-
|
|
132441
|
-
|
|
132442
|
-
|
|
132443
|
-
|
|
132444
|
-
|
|
132445
|
-
|
|
132446
|
-
|
|
132447
|
-
|
|
132448
|
-
|
|
132449
|
-
|
|
132450
|
-
|
|
132451
|
-
|
|
132452
|
-
|
|
132453
|
-
:
|
|
132454
|
-
|
|
132455
|
-
|
|
132456
|
-
|
|
132457
|
-
|
|
132458
|
-
|
|
132459
|
-
|
|
132460
|
-
|
|
132461
|
-
|
|
131940
|
+
class CurvesSculpt(Paint, bpy_struct):
|
|
131941
|
+
@classmethod
|
|
131942
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
131943
|
+
"""
|
|
131944
|
+
|
|
131945
|
+
:param id: The RNA type identifier.
|
|
131946
|
+
:type id: str | None
|
|
131947
|
+
:param default:
|
|
131948
|
+
:return: The RNA type or default when not found.
|
|
131949
|
+
:rtype: Struct
|
|
131950
|
+
"""
|
|
131951
|
+
...
|
|
131952
|
+
|
|
131953
|
+
@classmethod
|
|
131954
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
131955
|
+
"""
|
|
131956
|
+
|
|
131957
|
+
:param id: The RNA type identifier.
|
|
131958
|
+
:type id: str | None
|
|
131959
|
+
:param default:
|
|
131960
|
+
:return: The class or default when not found.
|
|
131961
|
+
:rtype: typing.Any
|
|
131962
|
+
"""
|
|
131963
|
+
...
|
|
131964
|
+
|
|
131965
|
+
class DATA_UL_bone_collections(UIList, bpy_struct):
|
|
131966
|
+
def draw_item(
|
|
131967
|
+
self,
|
|
131968
|
+
_context,
|
|
131969
|
+
layout,
|
|
131970
|
+
armature,
|
|
131971
|
+
bcoll,
|
|
131972
|
+
_icon,
|
|
131973
|
+
_active_data,
|
|
131974
|
+
_active_propname,
|
|
131975
|
+
_index,
|
|
131976
|
+
):
|
|
131977
|
+
"""
|
|
131978
|
+
|
|
131979
|
+
:param _context:
|
|
131980
|
+
:param layout:
|
|
131981
|
+
:param armature:
|
|
131982
|
+
:param bcoll:
|
|
131983
|
+
:param _icon:
|
|
131984
|
+
:param _active_data:
|
|
131985
|
+
:param _active_propname:
|
|
131986
|
+
:param _index:
|
|
131987
|
+
"""
|
|
131988
|
+
...
|
|
131989
|
+
|
|
131990
|
+
@classmethod
|
|
131991
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
131992
|
+
"""
|
|
131993
|
+
|
|
131994
|
+
:param id: The RNA type identifier.
|
|
131995
|
+
:type id: str | None
|
|
131996
|
+
:param default:
|
|
131997
|
+
:return: The RNA type or default when not found.
|
|
131998
|
+
:rtype: Struct
|
|
131999
|
+
"""
|
|
132000
|
+
...
|
|
132001
|
+
|
|
132002
|
+
@classmethod
|
|
132003
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132004
|
+
"""
|
|
132005
|
+
|
|
132006
|
+
:param id: The RNA type identifier.
|
|
132007
|
+
:type id: str | None
|
|
132008
|
+
:param default:
|
|
132009
|
+
:return: The class or default when not found.
|
|
132010
|
+
:rtype: typing.Any
|
|
132011
|
+
"""
|
|
132012
|
+
...
|
|
132013
|
+
|
|
132014
|
+
class DampedTrackConstraint(Constraint, bpy_struct):
|
|
132015
|
+
"""Point toward target by taking the shortest rotation path"""
|
|
132016
|
+
|
|
132017
|
+
head_tail: float
|
|
132018
|
+
""" Target along length of bone: Head is 0, Tail is 1
|
|
132019
|
+
|
|
132020
|
+
:type: float
|
|
132021
|
+
"""
|
|
132022
|
+
|
|
132023
|
+
subtarget: str
|
|
132024
|
+
""" Armature bone, mesh or lattice vertex group, ...
|
|
132025
|
+
|
|
132026
|
+
:type: str
|
|
132027
|
+
"""
|
|
132028
|
+
|
|
132029
|
+
target: Object | None
|
|
132030
|
+
""" Target object
|
|
132031
|
+
|
|
132032
|
+
:type: Object | None
|
|
132033
|
+
"""
|
|
132034
|
+
|
|
132035
|
+
track_axis: str
|
|
132036
|
+
""" Axis that points to the target object
|
|
132037
|
+
|
|
132038
|
+
:type: str
|
|
132039
|
+
"""
|
|
132040
|
+
|
|
132041
|
+
use_bbone_shape: bool
|
|
132042
|
+
""" Follow shape of B-Bone segments when calculating Head/Tail position
|
|
132043
|
+
|
|
132044
|
+
:type: bool
|
|
132045
|
+
"""
|
|
132046
|
+
|
|
132047
|
+
@classmethod
|
|
132048
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132049
|
+
"""
|
|
132050
|
+
|
|
132051
|
+
:param id: The RNA type identifier.
|
|
132052
|
+
:type id: str | None
|
|
132053
|
+
:param default:
|
|
132054
|
+
:return: The RNA type or default when not found.
|
|
132055
|
+
:rtype: Struct
|
|
132056
|
+
"""
|
|
132057
|
+
...
|
|
132058
|
+
|
|
132059
|
+
@classmethod
|
|
132060
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132061
|
+
"""
|
|
132062
|
+
|
|
132063
|
+
:param id: The RNA type identifier.
|
|
132064
|
+
:type id: str | None
|
|
132065
|
+
:param default:
|
|
132066
|
+
:return: The class or default when not found.
|
|
132067
|
+
:rtype: typing.Any
|
|
132068
|
+
"""
|
|
132069
|
+
...
|
|
132070
|
+
|
|
132071
|
+
class DashGpencilModifierData(GpencilModifier, bpy_struct):
|
|
132072
|
+
"""Create dot-dash effect for strokes"""
|
|
132073
|
+
|
|
132074
|
+
dash_offset: int
|
|
132075
|
+
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
132076
|
+
|
|
132077
|
+
:type: int
|
|
132078
|
+
"""
|
|
132079
|
+
|
|
132080
|
+
invert_layer_pass: bool
|
|
132081
|
+
""" Inverse filter
|
|
132082
|
+
|
|
132083
|
+
:type: bool
|
|
132084
|
+
"""
|
|
132085
|
+
|
|
132086
|
+
invert_layers: bool
|
|
132087
|
+
""" Inverse filter
|
|
132088
|
+
|
|
132089
|
+
:type: bool
|
|
132090
|
+
"""
|
|
132091
|
+
|
|
132092
|
+
invert_material_pass: bool
|
|
132093
|
+
""" Inverse filter
|
|
132094
|
+
|
|
132095
|
+
:type: bool
|
|
132096
|
+
"""
|
|
132097
|
+
|
|
132098
|
+
invert_materials: bool
|
|
132099
|
+
""" Inverse filter
|
|
132100
|
+
|
|
132101
|
+
:type: bool
|
|
132102
|
+
"""
|
|
132103
|
+
|
|
132104
|
+
layer: str
|
|
132105
|
+
""" Layer name
|
|
132106
|
+
|
|
132107
|
+
:type: str
|
|
132108
|
+
"""
|
|
132109
|
+
|
|
132110
|
+
layer_pass: int
|
|
132111
|
+
""" Layer pass index
|
|
132112
|
+
|
|
132113
|
+
:type: int
|
|
132114
|
+
"""
|
|
132115
|
+
|
|
132116
|
+
material: Material | None
|
|
132117
|
+
""" Material used for filtering effect
|
|
132118
|
+
|
|
132119
|
+
:type: Material | None
|
|
132120
|
+
"""
|
|
132121
|
+
|
|
132122
|
+
pass_index: int
|
|
132123
|
+
""" Pass index
|
|
132124
|
+
|
|
132125
|
+
:type: int
|
|
132126
|
+
"""
|
|
132127
|
+
|
|
132128
|
+
segment_active_index: int
|
|
132129
|
+
""" Active index in the segment list
|
|
132130
|
+
|
|
132131
|
+
:type: int
|
|
132132
|
+
"""
|
|
132133
|
+
|
|
132134
|
+
segments: bpy_prop_collection[DashGpencilModifierSegment]
|
|
132135
|
+
"""
|
|
132136
|
+
|
|
132137
|
+
:type: bpy_prop_collection[DashGpencilModifierSegment]
|
|
132138
|
+
"""
|
|
132139
|
+
|
|
132140
|
+
@classmethod
|
|
132141
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132142
|
+
"""
|
|
132143
|
+
|
|
132144
|
+
:param id: The RNA type identifier.
|
|
132145
|
+
:type id: str | None
|
|
132146
|
+
:param default:
|
|
132147
|
+
:return: The RNA type or default when not found.
|
|
132148
|
+
:rtype: Struct
|
|
132149
|
+
"""
|
|
132150
|
+
...
|
|
132151
|
+
|
|
132152
|
+
@classmethod
|
|
132153
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132154
|
+
"""
|
|
132155
|
+
|
|
132156
|
+
:param id: The RNA type identifier.
|
|
132157
|
+
:type id: str | None
|
|
132158
|
+
:param default:
|
|
132159
|
+
:return: The class or default when not found.
|
|
132160
|
+
:rtype: typing.Any
|
|
132161
|
+
"""
|
|
132162
|
+
...
|
|
132163
|
+
|
|
132164
|
+
class DashGpencilModifierSegment(bpy_struct):
|
|
132165
|
+
"""Configuration for a single dash segment"""
|
|
132166
|
+
|
|
132167
|
+
dash: int
|
|
132168
|
+
""" The number of consecutive points from the original stroke to include in this segment
|
|
132169
|
+
|
|
132170
|
+
:type: int
|
|
132171
|
+
"""
|
|
132172
|
+
|
|
132173
|
+
gap: int
|
|
132174
|
+
""" The number of points skipped after this segment
|
|
132175
|
+
|
|
132176
|
+
:type: int
|
|
132177
|
+
"""
|
|
132178
|
+
|
|
132179
|
+
material_index: int
|
|
132180
|
+
""" Use this index on generated segment. -1 means using the existing material
|
|
132181
|
+
|
|
132182
|
+
:type: int
|
|
132183
|
+
"""
|
|
132184
|
+
|
|
132185
|
+
name: str
|
|
132186
|
+
""" Name of the dash segment
|
|
132187
|
+
|
|
132188
|
+
:type: str
|
|
132189
|
+
"""
|
|
132190
|
+
|
|
132191
|
+
opacity: float
|
|
132192
|
+
""" The factor to apply to the original point's opacity for the new points
|
|
132193
|
+
|
|
132194
|
+
:type: float
|
|
132195
|
+
"""
|
|
132196
|
+
|
|
132197
|
+
radius: float
|
|
132198
|
+
""" The factor to apply to the original point's radius for the new points
|
|
132199
|
+
|
|
132200
|
+
:type: float
|
|
132201
|
+
"""
|
|
132202
|
+
|
|
132203
|
+
use_cyclic: bool
|
|
132204
|
+
""" Enable cyclic on individual stroke dashes
|
|
132205
|
+
|
|
132206
|
+
:type: bool
|
|
132207
|
+
"""
|
|
132208
|
+
|
|
132462
132209
|
@classmethod
|
|
132463
132210
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132464
132211
|
"""
|
|
@@ -143354,150 +143101,6 @@ class GPENCIL_UL_vgroups(UIList, bpy_struct):
|
|
|
143354
143101
|
"""
|
|
143355
143102
|
...
|
|
143356
143103
|
|
|
143357
|
-
class GPencilEditCurve(bpy_struct):
|
|
143358
|
-
"""Edition Curve"""
|
|
143359
|
-
|
|
143360
|
-
curve_points: bpy_prop_collection[GPencilEditCurvePoint]
|
|
143361
|
-
""" Curve data points
|
|
143362
|
-
|
|
143363
|
-
:type: bpy_prop_collection[GPencilEditCurvePoint]
|
|
143364
|
-
"""
|
|
143365
|
-
|
|
143366
|
-
select: bool
|
|
143367
|
-
""" Curve is selected for viewport editing
|
|
143368
|
-
|
|
143369
|
-
:type: bool
|
|
143370
|
-
"""
|
|
143371
|
-
|
|
143372
|
-
@classmethod
|
|
143373
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143374
|
-
"""
|
|
143375
|
-
|
|
143376
|
-
:param id: The RNA type identifier.
|
|
143377
|
-
:type id: str | None
|
|
143378
|
-
:param default:
|
|
143379
|
-
:return: The RNA type or default when not found.
|
|
143380
|
-
:rtype: Struct
|
|
143381
|
-
"""
|
|
143382
|
-
...
|
|
143383
|
-
|
|
143384
|
-
@classmethod
|
|
143385
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143386
|
-
"""
|
|
143387
|
-
|
|
143388
|
-
:param id: The RNA type identifier.
|
|
143389
|
-
:type id: str | None
|
|
143390
|
-
:param default:
|
|
143391
|
-
:return: The class or default when not found.
|
|
143392
|
-
:rtype: typing.Any
|
|
143393
|
-
"""
|
|
143394
|
-
...
|
|
143395
|
-
|
|
143396
|
-
class GPencilEditCurvePoint(bpy_struct):
|
|
143397
|
-
"""Bézier curve point with two handles"""
|
|
143398
|
-
|
|
143399
|
-
co: mathutils.Vector
|
|
143400
|
-
""" Coordinates of the control point
|
|
143401
|
-
|
|
143402
|
-
:type: mathutils.Vector
|
|
143403
|
-
"""
|
|
143404
|
-
|
|
143405
|
-
handle_left: mathutils.Vector
|
|
143406
|
-
""" Coordinates of the first handle
|
|
143407
|
-
|
|
143408
|
-
:type: mathutils.Vector
|
|
143409
|
-
"""
|
|
143410
|
-
|
|
143411
|
-
handle_right: mathutils.Vector
|
|
143412
|
-
""" Coordinates of the second handle
|
|
143413
|
-
|
|
143414
|
-
:type: mathutils.Vector
|
|
143415
|
-
"""
|
|
143416
|
-
|
|
143417
|
-
hide: bool
|
|
143418
|
-
""" Visibility status
|
|
143419
|
-
|
|
143420
|
-
:type: bool
|
|
143421
|
-
"""
|
|
143422
|
-
|
|
143423
|
-
point_index: int
|
|
143424
|
-
""" Index of the corresponding grease pencil stroke point
|
|
143425
|
-
|
|
143426
|
-
:type: int
|
|
143427
|
-
"""
|
|
143428
|
-
|
|
143429
|
-
pressure: float
|
|
143430
|
-
""" Pressure of the grease pencil stroke point
|
|
143431
|
-
|
|
143432
|
-
:type: float
|
|
143433
|
-
"""
|
|
143434
|
-
|
|
143435
|
-
select_control_point: bool
|
|
143436
|
-
""" Control point selection status
|
|
143437
|
-
|
|
143438
|
-
:type: bool
|
|
143439
|
-
"""
|
|
143440
|
-
|
|
143441
|
-
select_left_handle: bool
|
|
143442
|
-
""" Handle 1 selection status
|
|
143443
|
-
|
|
143444
|
-
:type: bool
|
|
143445
|
-
"""
|
|
143446
|
-
|
|
143447
|
-
select_right_handle: bool
|
|
143448
|
-
""" Handle 2 selection status
|
|
143449
|
-
|
|
143450
|
-
:type: bool
|
|
143451
|
-
"""
|
|
143452
|
-
|
|
143453
|
-
strength: float
|
|
143454
|
-
""" Color intensity (alpha factor) of the grease pencil stroke point
|
|
143455
|
-
|
|
143456
|
-
:type: float
|
|
143457
|
-
"""
|
|
143458
|
-
|
|
143459
|
-
uv_factor: float
|
|
143460
|
-
""" Internal UV factor
|
|
143461
|
-
|
|
143462
|
-
:type: float
|
|
143463
|
-
"""
|
|
143464
|
-
|
|
143465
|
-
uv_rotation: float
|
|
143466
|
-
""" Internal UV factor for dot mode
|
|
143467
|
-
|
|
143468
|
-
:type: float
|
|
143469
|
-
"""
|
|
143470
|
-
|
|
143471
|
-
vertex_color: bpy_prop_array[float]
|
|
143472
|
-
""" Vertex color of the grease pencil stroke point
|
|
143473
|
-
|
|
143474
|
-
:type: bpy_prop_array[float]
|
|
143475
|
-
"""
|
|
143476
|
-
|
|
143477
|
-
@classmethod
|
|
143478
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143479
|
-
"""
|
|
143480
|
-
|
|
143481
|
-
:param id: The RNA type identifier.
|
|
143482
|
-
:type id: str | None
|
|
143483
|
-
:param default:
|
|
143484
|
-
:return: The RNA type or default when not found.
|
|
143485
|
-
:rtype: Struct
|
|
143486
|
-
"""
|
|
143487
|
-
...
|
|
143488
|
-
|
|
143489
|
-
@classmethod
|
|
143490
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143491
|
-
"""
|
|
143492
|
-
|
|
143493
|
-
:param id: The RNA type identifier.
|
|
143494
|
-
:type id: str | None
|
|
143495
|
-
:param default:
|
|
143496
|
-
:return: The class or default when not found.
|
|
143497
|
-
:rtype: typing.Any
|
|
143498
|
-
"""
|
|
143499
|
-
...
|
|
143500
|
-
|
|
143501
143104
|
class GPencilFrame(bpy_struct):
|
|
143502
143105
|
"""Collection of related sketches on a particular frame"""
|
|
143503
143106
|
|
|
@@ -143507,34 +143110,18 @@ class GPencilFrame(bpy_struct):
|
|
|
143507
143110
|
:type: int
|
|
143508
143111
|
"""
|
|
143509
143112
|
|
|
143510
|
-
is_edited: bool
|
|
143511
|
-
""" Frame is being edited (painted on)
|
|
143512
|
-
|
|
143513
|
-
:type: bool
|
|
143514
|
-
"""
|
|
143515
|
-
|
|
143516
|
-
keyframe_type: str
|
|
143517
|
-
""" Type of keyframe
|
|
143518
|
-
|
|
143519
|
-
:type: str
|
|
143520
|
-
"""
|
|
143521
|
-
|
|
143522
143113
|
select: bool
|
|
143523
143114
|
""" Frame is selected for editing in the Dope Sheet
|
|
143524
143115
|
|
|
143525
143116
|
:type: bool
|
|
143526
143117
|
"""
|
|
143527
143118
|
|
|
143528
|
-
strokes:
|
|
143119
|
+
strokes: bpy_prop_collection[GPencilStroke]
|
|
143529
143120
|
""" Freehand curves defining the sketch on this frame
|
|
143530
143121
|
|
|
143531
|
-
:type:
|
|
143122
|
+
:type: bpy_prop_collection[GPencilStroke]
|
|
143532
143123
|
"""
|
|
143533
143124
|
|
|
143534
|
-
def clear(self):
|
|
143535
|
-
"""Remove all the grease pencil frame data"""
|
|
143536
|
-
...
|
|
143537
|
-
|
|
143538
143125
|
@classmethod
|
|
143539
143126
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143540
143127
|
"""
|
|
@@ -143643,34 +143230,16 @@ class GPencilLayer(bpy_struct):
|
|
|
143643
143230
|
:type: float
|
|
143644
143231
|
"""
|
|
143645
143232
|
|
|
143646
|
-
blend_mode: str
|
|
143647
|
-
""" Blend mode
|
|
143648
|
-
|
|
143649
|
-
:type: str
|
|
143650
|
-
"""
|
|
143651
|
-
|
|
143652
|
-
channel_color: mathutils.Color
|
|
143653
|
-
""" Custom color for animation channel in Dopesheet
|
|
143654
|
-
|
|
143655
|
-
:type: mathutils.Color
|
|
143656
|
-
"""
|
|
143657
|
-
|
|
143658
143233
|
color: mathutils.Color
|
|
143659
143234
|
""" Color for all strokes in this layer
|
|
143660
143235
|
|
|
143661
143236
|
:type: mathutils.Color
|
|
143662
143237
|
"""
|
|
143663
143238
|
|
|
143664
|
-
frames:
|
|
143239
|
+
frames: bpy_prop_collection[GPencilFrame]
|
|
143665
143240
|
""" Sketches for this layer on different frames
|
|
143666
143241
|
|
|
143667
|
-
:type:
|
|
143668
|
-
"""
|
|
143669
|
-
|
|
143670
|
-
hide: bool
|
|
143671
|
-
""" Set layer Visibility
|
|
143672
|
-
|
|
143673
|
-
:type: bool
|
|
143242
|
+
:type: bpy_prop_collection[GPencilFrame]
|
|
143674
143243
|
"""
|
|
143675
143244
|
|
|
143676
143245
|
info: str
|
|
@@ -143679,30 +143248,12 @@ class GPencilLayer(bpy_struct):
|
|
|
143679
143248
|
:type: str
|
|
143680
143249
|
"""
|
|
143681
143250
|
|
|
143682
|
-
is_parented: bool
|
|
143683
|
-
""" True when the layer parent object is set
|
|
143684
|
-
|
|
143685
|
-
:type: bool
|
|
143686
|
-
"""
|
|
143687
|
-
|
|
143688
143251
|
is_ruler: bool
|
|
143689
143252
|
""" This is a special ruler layer
|
|
143690
143253
|
|
|
143691
143254
|
:type: bool
|
|
143692
143255
|
"""
|
|
143693
143256
|
|
|
143694
|
-
line_change: int
|
|
143695
|
-
""" Thickness change to apply to current strokes (in pixels)
|
|
143696
|
-
|
|
143697
|
-
:type: int
|
|
143698
|
-
"""
|
|
143699
|
-
|
|
143700
|
-
location: mathutils.Vector
|
|
143701
|
-
""" Values for change location
|
|
143702
|
-
|
|
143703
|
-
:type: mathutils.Vector
|
|
143704
|
-
"""
|
|
143705
|
-
|
|
143706
143257
|
lock: bool
|
|
143707
143258
|
""" Protect layer from further editing and/or frame changes
|
|
143708
143259
|
|
|
@@ -143715,78 +143266,6 @@ class GPencilLayer(bpy_struct):
|
|
|
143715
143266
|
:type: bool
|
|
143716
143267
|
"""
|
|
143717
143268
|
|
|
143718
|
-
lock_material: bool
|
|
143719
|
-
""" Avoids editing locked materials in the layer
|
|
143720
|
-
|
|
143721
|
-
:type: bool
|
|
143722
|
-
"""
|
|
143723
|
-
|
|
143724
|
-
mask_layers: GreasePencilMaskLayers
|
|
143725
|
-
""" List of Masking Layers
|
|
143726
|
-
|
|
143727
|
-
:type: GreasePencilMaskLayers
|
|
143728
|
-
"""
|
|
143729
|
-
|
|
143730
|
-
matrix_inverse: mathutils.Matrix
|
|
143731
|
-
""" Parent inverse transformation matrix
|
|
143732
|
-
|
|
143733
|
-
:type: mathutils.Matrix
|
|
143734
|
-
"""
|
|
143735
|
-
|
|
143736
|
-
matrix_inverse_layer: mathutils.Matrix
|
|
143737
|
-
""" Local Layer transformation inverse matrix
|
|
143738
|
-
|
|
143739
|
-
:type: mathutils.Matrix
|
|
143740
|
-
"""
|
|
143741
|
-
|
|
143742
|
-
matrix_layer: mathutils.Matrix
|
|
143743
|
-
""" Local Layer transformation matrix
|
|
143744
|
-
|
|
143745
|
-
:type: mathutils.Matrix
|
|
143746
|
-
"""
|
|
143747
|
-
|
|
143748
|
-
opacity: float
|
|
143749
|
-
""" Layer Opacity
|
|
143750
|
-
|
|
143751
|
-
:type: float
|
|
143752
|
-
"""
|
|
143753
|
-
|
|
143754
|
-
parent: Object | None
|
|
143755
|
-
""" Parent object
|
|
143756
|
-
|
|
143757
|
-
:type: Object | None
|
|
143758
|
-
"""
|
|
143759
|
-
|
|
143760
|
-
parent_bone: str
|
|
143761
|
-
""" Name of parent bone in case of a bone parenting relation
|
|
143762
|
-
|
|
143763
|
-
:type: str
|
|
143764
|
-
"""
|
|
143765
|
-
|
|
143766
|
-
parent_type: str
|
|
143767
|
-
""" Type of parent relation
|
|
143768
|
-
|
|
143769
|
-
:type: str
|
|
143770
|
-
"""
|
|
143771
|
-
|
|
143772
|
-
pass_index: int
|
|
143773
|
-
""" Index number for the "Layer Index" pass
|
|
143774
|
-
|
|
143775
|
-
:type: int
|
|
143776
|
-
"""
|
|
143777
|
-
|
|
143778
|
-
rotation: mathutils.Euler
|
|
143779
|
-
""" Values for changes in rotation
|
|
143780
|
-
|
|
143781
|
-
:type: mathutils.Euler
|
|
143782
|
-
"""
|
|
143783
|
-
|
|
143784
|
-
scale: mathutils.Vector
|
|
143785
|
-
""" Values for changes in scale
|
|
143786
|
-
|
|
143787
|
-
:type: mathutils.Vector
|
|
143788
|
-
"""
|
|
143789
|
-
|
|
143790
143269
|
select: bool
|
|
143791
143270
|
""" Layer is selected for editing in the Dope Sheet
|
|
143792
143271
|
|
|
@@ -143799,127 +143278,18 @@ class GPencilLayer(bpy_struct):
|
|
|
143799
143278
|
:type: bool
|
|
143800
143279
|
"""
|
|
143801
143280
|
|
|
143802
|
-
show_points: bool
|
|
143803
|
-
""" Show the points which make up the strokes (for debugging purposes)
|
|
143804
|
-
|
|
143805
|
-
:type: bool
|
|
143806
|
-
"""
|
|
143807
|
-
|
|
143808
143281
|
thickness: int
|
|
143809
143282
|
""" Thickness of annotation strokes
|
|
143810
143283
|
|
|
143811
143284
|
:type: int
|
|
143812
143285
|
"""
|
|
143813
143286
|
|
|
143814
|
-
tint_color: mathutils.Color
|
|
143815
|
-
""" Color for tinting stroke colors
|
|
143816
|
-
|
|
143817
|
-
:type: mathutils.Color
|
|
143818
|
-
"""
|
|
143819
|
-
|
|
143820
|
-
tint_factor: float
|
|
143821
|
-
""" Factor of tinting color
|
|
143822
|
-
|
|
143823
|
-
:type: float
|
|
143824
|
-
"""
|
|
143825
|
-
|
|
143826
143287
|
use_annotation_onion_skinning: bool
|
|
143827
143288
|
""" Display annotation onion skins before and after the current frame
|
|
143828
143289
|
|
|
143829
143290
|
:type: bool
|
|
143830
143291
|
"""
|
|
143831
143292
|
|
|
143832
|
-
use_lights: bool
|
|
143833
|
-
""" Enable the use of lights on stroke and fill materials
|
|
143834
|
-
|
|
143835
|
-
:type: bool
|
|
143836
|
-
"""
|
|
143837
|
-
|
|
143838
|
-
use_mask_layer: bool
|
|
143839
|
-
""" The visibility of drawings on this layer is affected by the layers in its masks list
|
|
143840
|
-
|
|
143841
|
-
:type: bool
|
|
143842
|
-
"""
|
|
143843
|
-
|
|
143844
|
-
use_onion_skinning: bool
|
|
143845
|
-
""" Display onion skins before and after the current frame
|
|
143846
|
-
|
|
143847
|
-
:type: bool
|
|
143848
|
-
"""
|
|
143849
|
-
|
|
143850
|
-
use_solo_mode: bool
|
|
143851
|
-
""" In Draw Mode only display layers with keyframe in current frame
|
|
143852
|
-
|
|
143853
|
-
:type: bool
|
|
143854
|
-
"""
|
|
143855
|
-
|
|
143856
|
-
use_viewlayer_masks: bool
|
|
143857
|
-
""" Include the mask layers when rendering the view-layer
|
|
143858
|
-
|
|
143859
|
-
:type: bool
|
|
143860
|
-
"""
|
|
143861
|
-
|
|
143862
|
-
vertex_paint_opacity: float
|
|
143863
|
-
""" Vertex Paint mix factor
|
|
143864
|
-
|
|
143865
|
-
:type: float
|
|
143866
|
-
"""
|
|
143867
|
-
|
|
143868
|
-
viewlayer_render: str
|
|
143869
|
-
""" Only include Layer in this View Layer render output (leave blank to include always)
|
|
143870
|
-
|
|
143871
|
-
:type: str
|
|
143872
|
-
"""
|
|
143873
|
-
|
|
143874
|
-
def clear(self):
|
|
143875
|
-
"""Remove all the grease pencil layer data"""
|
|
143876
|
-
...
|
|
143877
|
-
|
|
143878
|
-
@classmethod
|
|
143879
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143880
|
-
"""
|
|
143881
|
-
|
|
143882
|
-
:param id: The RNA type identifier.
|
|
143883
|
-
:type id: str | None
|
|
143884
|
-
:param default:
|
|
143885
|
-
:return: The RNA type or default when not found.
|
|
143886
|
-
:rtype: Struct
|
|
143887
|
-
"""
|
|
143888
|
-
...
|
|
143889
|
-
|
|
143890
|
-
@classmethod
|
|
143891
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143892
|
-
"""
|
|
143893
|
-
|
|
143894
|
-
:param id: The RNA type identifier.
|
|
143895
|
-
:type id: str | None
|
|
143896
|
-
:param default:
|
|
143897
|
-
:return: The class or default when not found.
|
|
143898
|
-
:rtype: typing.Any
|
|
143899
|
-
"""
|
|
143900
|
-
...
|
|
143901
|
-
|
|
143902
|
-
class GPencilLayerMask(bpy_struct):
|
|
143903
|
-
"""List of Mask Layers"""
|
|
143904
|
-
|
|
143905
|
-
hide: bool
|
|
143906
|
-
""" Set mask Visibility
|
|
143907
|
-
|
|
143908
|
-
:type: bool
|
|
143909
|
-
"""
|
|
143910
|
-
|
|
143911
|
-
invert: bool
|
|
143912
|
-
""" Invert mask
|
|
143913
|
-
|
|
143914
|
-
:type: bool
|
|
143915
|
-
"""
|
|
143916
|
-
|
|
143917
|
-
name: str
|
|
143918
|
-
""" Mask layer name
|
|
143919
|
-
|
|
143920
|
-
:type: str
|
|
143921
|
-
"""
|
|
143922
|
-
|
|
143923
143293
|
@classmethod
|
|
143924
143294
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143925
143295
|
"""
|
|
@@ -144133,136 +143503,10 @@ class GPencilSculptSettings(bpy_struct):
|
|
|
144133
143503
|
class GPencilStroke(bpy_struct):
|
|
144134
143504
|
"""Freehand curve defining part of a sketch"""
|
|
144135
143505
|
|
|
144136
|
-
|
|
144137
|
-
"""
|
|
144138
|
-
|
|
144139
|
-
:type: mathutils.Vector
|
|
144140
|
-
"""
|
|
144141
|
-
|
|
144142
|
-
bound_box_max: mathutils.Vector
|
|
144143
|
-
"""
|
|
144144
|
-
|
|
144145
|
-
:type: mathutils.Vector
|
|
144146
|
-
"""
|
|
144147
|
-
|
|
144148
|
-
bound_box_min: mathutils.Vector
|
|
144149
|
-
"""
|
|
144150
|
-
|
|
144151
|
-
:type: mathutils.Vector
|
|
144152
|
-
"""
|
|
144153
|
-
|
|
144154
|
-
display_mode: str
|
|
144155
|
-
""" Coordinate space that stroke is in
|
|
144156
|
-
|
|
144157
|
-
:type: str
|
|
144158
|
-
"""
|
|
144159
|
-
|
|
144160
|
-
edit_curve: GPencilEditCurve
|
|
144161
|
-
""" Temporary data for Edit Curve
|
|
144162
|
-
|
|
144163
|
-
:type: GPencilEditCurve
|
|
144164
|
-
"""
|
|
144165
|
-
|
|
144166
|
-
end_cap_mode: str
|
|
144167
|
-
""" Stroke end extreme cap style
|
|
144168
|
-
|
|
144169
|
-
:type: str
|
|
144170
|
-
"""
|
|
144171
|
-
|
|
144172
|
-
hardness: float
|
|
144173
|
-
""" Amount of gradient along section of stroke
|
|
144174
|
-
|
|
144175
|
-
:type: float
|
|
144176
|
-
"""
|
|
144177
|
-
|
|
144178
|
-
has_edit_curve: bool
|
|
144179
|
-
""" Stroke has Curve data to edit shape
|
|
144180
|
-
|
|
144181
|
-
:type: bool
|
|
144182
|
-
"""
|
|
144183
|
-
|
|
144184
|
-
is_nofill_stroke: bool
|
|
144185
|
-
""" Special stroke to use as boundary for filling areas
|
|
144186
|
-
|
|
144187
|
-
:type: bool
|
|
144188
|
-
"""
|
|
144189
|
-
|
|
144190
|
-
line_width: int
|
|
144191
|
-
""" Thickness of stroke (in pixels)
|
|
144192
|
-
|
|
144193
|
-
:type: int
|
|
144194
|
-
"""
|
|
144195
|
-
|
|
144196
|
-
material_index: int
|
|
144197
|
-
""" Material slot index of this stroke
|
|
144198
|
-
|
|
144199
|
-
:type: int
|
|
144200
|
-
"""
|
|
144201
|
-
|
|
144202
|
-
points: GPencilStrokePoints
|
|
143506
|
+
points: bpy_prop_collection[GPencilStrokePoint]
|
|
144203
143507
|
""" Stroke data points
|
|
144204
143508
|
|
|
144205
|
-
:type:
|
|
144206
|
-
"""
|
|
144207
|
-
|
|
144208
|
-
select: bool
|
|
144209
|
-
""" Stroke is selected for viewport editing
|
|
144210
|
-
|
|
144211
|
-
:type: bool
|
|
144212
|
-
"""
|
|
144213
|
-
|
|
144214
|
-
select_index: int
|
|
144215
|
-
""" Index of selection used for interpolation
|
|
144216
|
-
|
|
144217
|
-
:type: int
|
|
144218
|
-
"""
|
|
144219
|
-
|
|
144220
|
-
start_cap_mode: str
|
|
144221
|
-
""" Stroke start extreme cap style
|
|
144222
|
-
|
|
144223
|
-
:type: str
|
|
144224
|
-
"""
|
|
144225
|
-
|
|
144226
|
-
time_start: float
|
|
144227
|
-
""" Initial time of the stroke
|
|
144228
|
-
|
|
144229
|
-
:type: float
|
|
144230
|
-
"""
|
|
144231
|
-
|
|
144232
|
-
triangles: bpy_prop_collection[GPencilTriangle]
|
|
144233
|
-
""" Triangulation data for HQ fill
|
|
144234
|
-
|
|
144235
|
-
:type: bpy_prop_collection[GPencilTriangle]
|
|
144236
|
-
"""
|
|
144237
|
-
|
|
144238
|
-
use_cyclic: bool
|
|
144239
|
-
""" Enable cyclic drawing, closing the stroke
|
|
144240
|
-
|
|
144241
|
-
:type: bool
|
|
144242
|
-
"""
|
|
144243
|
-
|
|
144244
|
-
uv_rotation: float
|
|
144245
|
-
""" Rotation of the UV
|
|
144246
|
-
|
|
144247
|
-
:type: float
|
|
144248
|
-
"""
|
|
144249
|
-
|
|
144250
|
-
uv_scale: float
|
|
144251
|
-
""" Scale of the UV
|
|
144252
|
-
|
|
144253
|
-
:type: float
|
|
144254
|
-
"""
|
|
144255
|
-
|
|
144256
|
-
uv_translation: mathutils.Vector
|
|
144257
|
-
""" Translation of default UV position
|
|
144258
|
-
|
|
144259
|
-
:type: mathutils.Vector
|
|
144260
|
-
"""
|
|
144261
|
-
|
|
144262
|
-
vertex_color_fill: bpy_prop_array[float]
|
|
144263
|
-
""" Color used to mix with fill color to get final color
|
|
144264
|
-
|
|
144265
|
-
:type: bpy_prop_array[float]
|
|
143509
|
+
:type: bpy_prop_collection[GPencilStrokePoint]
|
|
144266
143510
|
"""
|
|
144267
143511
|
|
|
144268
143512
|
@classmethod
|
|
@@ -144298,99 +143542,6 @@ class GPencilStrokePoint(bpy_struct):
|
|
|
144298
143542
|
:type: mathutils.Vector
|
|
144299
143543
|
"""
|
|
144300
143544
|
|
|
144301
|
-
pressure: float
|
|
144302
|
-
""" Pressure of tablet at point when drawing it
|
|
144303
|
-
|
|
144304
|
-
:type: float
|
|
144305
|
-
"""
|
|
144306
|
-
|
|
144307
|
-
select: bool
|
|
144308
|
-
""" Point is selected for viewport editing
|
|
144309
|
-
|
|
144310
|
-
:type: bool
|
|
144311
|
-
"""
|
|
144312
|
-
|
|
144313
|
-
strength: float
|
|
144314
|
-
""" Color intensity (alpha factor)
|
|
144315
|
-
|
|
144316
|
-
:type: float
|
|
144317
|
-
"""
|
|
144318
|
-
|
|
144319
|
-
time: float
|
|
144320
|
-
""" Time relative to stroke start
|
|
144321
|
-
|
|
144322
|
-
:type: float
|
|
144323
|
-
"""
|
|
144324
|
-
|
|
144325
|
-
uv_factor: float
|
|
144326
|
-
""" Internal UV factor
|
|
144327
|
-
|
|
144328
|
-
:type: float
|
|
144329
|
-
"""
|
|
144330
|
-
|
|
144331
|
-
uv_fill: mathutils.Vector
|
|
144332
|
-
""" Internal UV factor for filling
|
|
144333
|
-
|
|
144334
|
-
:type: mathutils.Vector
|
|
144335
|
-
"""
|
|
144336
|
-
|
|
144337
|
-
uv_rotation: float
|
|
144338
|
-
""" Internal UV factor for dot mode
|
|
144339
|
-
|
|
144340
|
-
:type: float
|
|
144341
|
-
"""
|
|
144342
|
-
|
|
144343
|
-
vertex_color: bpy_prop_array[float]
|
|
144344
|
-
""" Color used to mix with point color to get final color
|
|
144345
|
-
|
|
144346
|
-
:type: bpy_prop_array[float]
|
|
144347
|
-
"""
|
|
144348
|
-
|
|
144349
|
-
@classmethod
|
|
144350
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
144351
|
-
"""
|
|
144352
|
-
|
|
144353
|
-
:param id: The RNA type identifier.
|
|
144354
|
-
:type id: str | None
|
|
144355
|
-
:param default:
|
|
144356
|
-
:return: The RNA type or default when not found.
|
|
144357
|
-
:rtype: Struct
|
|
144358
|
-
"""
|
|
144359
|
-
...
|
|
144360
|
-
|
|
144361
|
-
@classmethod
|
|
144362
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
144363
|
-
"""
|
|
144364
|
-
|
|
144365
|
-
:param id: The RNA type identifier.
|
|
144366
|
-
:type id: str | None
|
|
144367
|
-
:param default:
|
|
144368
|
-
:return: The class or default when not found.
|
|
144369
|
-
:rtype: typing.Any
|
|
144370
|
-
"""
|
|
144371
|
-
...
|
|
144372
|
-
|
|
144373
|
-
class GPencilTriangle(bpy_struct):
|
|
144374
|
-
"""Triangulation data for Grease Pencil fills"""
|
|
144375
|
-
|
|
144376
|
-
v1: int
|
|
144377
|
-
""" First triangle vertex index
|
|
144378
|
-
|
|
144379
|
-
:type: int
|
|
144380
|
-
"""
|
|
144381
|
-
|
|
144382
|
-
v2: int
|
|
144383
|
-
""" Second triangle vertex index
|
|
144384
|
-
|
|
144385
|
-
:type: int
|
|
144386
|
-
"""
|
|
144387
|
-
|
|
144388
|
-
v3: int
|
|
144389
|
-
""" Third triangle vertex index
|
|
144390
|
-
|
|
144391
|
-
:type: int
|
|
144392
|
-
"""
|
|
144393
|
-
|
|
144394
143545
|
@classmethod
|
|
144395
143546
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
144396
143547
|
"""
|
|
@@ -157716,256 +156867,21 @@ class GpencilModifier(bpy_struct):
|
|
|
157716
156867
|
"""
|
|
157717
156868
|
...
|
|
157718
156869
|
|
|
157719
|
-
class GpencilVertexGroupElement(bpy_struct):
|
|
157720
|
-
"""Weight value of a vertex in a vertex group"""
|
|
157721
|
-
|
|
157722
|
-
group: int
|
|
157723
|
-
"""
|
|
157724
|
-
|
|
157725
|
-
:type: int
|
|
157726
|
-
"""
|
|
157727
|
-
|
|
157728
|
-
weight: float
|
|
157729
|
-
""" Vertex Weight
|
|
157730
|
-
|
|
157731
|
-
:type: float
|
|
157732
|
-
"""
|
|
157733
|
-
|
|
157734
|
-
@classmethod
|
|
157735
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157736
|
-
"""
|
|
157737
|
-
|
|
157738
|
-
:param id: The RNA type identifier.
|
|
157739
|
-
:type id: str | None
|
|
157740
|
-
:param default:
|
|
157741
|
-
:return: The RNA type or default when not found.
|
|
157742
|
-
:rtype: Struct
|
|
157743
|
-
"""
|
|
157744
|
-
...
|
|
157745
|
-
|
|
157746
|
-
@classmethod
|
|
157747
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157748
|
-
"""
|
|
157749
|
-
|
|
157750
|
-
:param id: The RNA type identifier.
|
|
157751
|
-
:type id: str | None
|
|
157752
|
-
:param default:
|
|
157753
|
-
:return: The class or default when not found.
|
|
157754
|
-
:rtype: typing.Any
|
|
157755
|
-
"""
|
|
157756
|
-
...
|
|
157757
|
-
|
|
157758
156870
|
class GreasePencil(ID, bpy_struct):
|
|
157759
156871
|
"""Freehand annotation sketchbook"""
|
|
157760
156872
|
|
|
157761
|
-
after_color: mathutils.Color
|
|
157762
|
-
""" Base color for ghosts after the active frame
|
|
157763
|
-
|
|
157764
|
-
:type: mathutils.Color
|
|
157765
|
-
"""
|
|
157766
|
-
|
|
157767
156873
|
animation_data: AnimData
|
|
157768
156874
|
""" Animation data for this data-block
|
|
157769
156875
|
|
|
157770
156876
|
:type: AnimData
|
|
157771
156877
|
"""
|
|
157772
156878
|
|
|
157773
|
-
before_color: mathutils.Color
|
|
157774
|
-
""" Base color for ghosts before the active frame
|
|
157775
|
-
|
|
157776
|
-
:type: mathutils.Color
|
|
157777
|
-
"""
|
|
157778
|
-
|
|
157779
|
-
curve_edit_corner_angle: float
|
|
157780
|
-
""" Angles above this are considered corners
|
|
157781
|
-
|
|
157782
|
-
:type: float
|
|
157783
|
-
"""
|
|
157784
|
-
|
|
157785
|
-
curve_edit_threshold: float
|
|
157786
|
-
""" Curve conversion error threshold
|
|
157787
|
-
|
|
157788
|
-
:type: float
|
|
157789
|
-
"""
|
|
157790
|
-
|
|
157791
|
-
edit_curve_resolution: int
|
|
157792
|
-
""" Number of segments generated between control points when editing strokes in curve mode
|
|
157793
|
-
|
|
157794
|
-
:type: int
|
|
157795
|
-
"""
|
|
157796
|
-
|
|
157797
|
-
edit_line_color: bpy_prop_array[float]
|
|
157798
|
-
""" Color for editing line
|
|
157799
|
-
|
|
157800
|
-
:type: bpy_prop_array[float]
|
|
157801
|
-
"""
|
|
157802
|
-
|
|
157803
|
-
ghost_after_range: int
|
|
157804
|
-
""" Maximum number of frames to show after current frame (0 = don't show any frames after current)
|
|
157805
|
-
|
|
157806
|
-
:type: int
|
|
157807
|
-
"""
|
|
157808
|
-
|
|
157809
|
-
ghost_before_range: int
|
|
157810
|
-
""" Maximum number of frames to show before current frame (0 = don't show any frames before current)
|
|
157811
|
-
|
|
157812
|
-
:type: int
|
|
157813
|
-
"""
|
|
157814
|
-
|
|
157815
|
-
grid: GreasePencilGrid
|
|
157816
|
-
""" Settings for grid and canvas in the 3D viewport
|
|
157817
|
-
|
|
157818
|
-
:type: GreasePencilGrid
|
|
157819
|
-
"""
|
|
157820
|
-
|
|
157821
|
-
is_annotation: bool
|
|
157822
|
-
""" Current data-block is an annotation
|
|
157823
|
-
|
|
157824
|
-
:type: bool
|
|
157825
|
-
"""
|
|
157826
|
-
|
|
157827
|
-
is_stroke_paint_mode: bool
|
|
157828
|
-
""" Draw Grease Pencil strokes on click/drag
|
|
157829
|
-
|
|
157830
|
-
:type: bool
|
|
157831
|
-
"""
|
|
157832
|
-
|
|
157833
|
-
is_stroke_sculpt_mode: bool
|
|
157834
|
-
""" Sculpt Grease Pencil strokes instead of viewport data
|
|
157835
|
-
|
|
157836
|
-
:type: bool
|
|
157837
|
-
"""
|
|
157838
|
-
|
|
157839
|
-
is_stroke_vertex_mode: bool
|
|
157840
|
-
""" Grease Pencil vertex paint
|
|
157841
|
-
|
|
157842
|
-
:type: bool
|
|
157843
|
-
"""
|
|
157844
|
-
|
|
157845
|
-
is_stroke_weight_mode: bool
|
|
157846
|
-
""" Grease Pencil weight paint
|
|
157847
|
-
|
|
157848
|
-
:type: bool
|
|
157849
|
-
"""
|
|
157850
|
-
|
|
157851
156879
|
layers: GreasePencilLayers
|
|
157852
156880
|
"""
|
|
157853
156881
|
|
|
157854
156882
|
:type: GreasePencilLayers
|
|
157855
156883
|
"""
|
|
157856
156884
|
|
|
157857
|
-
materials: IDMaterials
|
|
157858
|
-
"""
|
|
157859
|
-
|
|
157860
|
-
:type: IDMaterials
|
|
157861
|
-
"""
|
|
157862
|
-
|
|
157863
|
-
onion_factor: float
|
|
157864
|
-
""" Change fade opacity of displayed onion frames
|
|
157865
|
-
|
|
157866
|
-
:type: float
|
|
157867
|
-
"""
|
|
157868
|
-
|
|
157869
|
-
onion_keyframe_type: str
|
|
157870
|
-
""" Type of keyframe (for filtering)
|
|
157871
|
-
|
|
157872
|
-
:type: str
|
|
157873
|
-
"""
|
|
157874
|
-
|
|
157875
|
-
onion_mode: str
|
|
157876
|
-
""" Mode to display frames
|
|
157877
|
-
|
|
157878
|
-
:type: str
|
|
157879
|
-
"""
|
|
157880
|
-
|
|
157881
|
-
pixel_factor: float
|
|
157882
|
-
""" Scale conversion factor for pixel size (use larger values for thicker lines)
|
|
157883
|
-
|
|
157884
|
-
:type: float
|
|
157885
|
-
"""
|
|
157886
|
-
|
|
157887
|
-
stroke_depth_order: str
|
|
157888
|
-
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
157889
|
-
|
|
157890
|
-
:type: str
|
|
157891
|
-
"""
|
|
157892
|
-
|
|
157893
|
-
stroke_thickness_space: str
|
|
157894
|
-
""" Set stroke thickness in screen space or world space
|
|
157895
|
-
|
|
157896
|
-
:type: str
|
|
157897
|
-
"""
|
|
157898
|
-
|
|
157899
|
-
use_adaptive_curve_resolution: bool
|
|
157900
|
-
""" Set the resolution of each editcurve segment dynamically depending on the length of the segment. The resolution is the number of points generated per unit distance
|
|
157901
|
-
|
|
157902
|
-
:type: bool
|
|
157903
|
-
"""
|
|
157904
|
-
|
|
157905
|
-
use_autolock_layers: bool
|
|
157906
|
-
""" Automatically lock all layers except the active one to avoid accidental changes
|
|
157907
|
-
|
|
157908
|
-
:type: bool
|
|
157909
|
-
"""
|
|
157910
|
-
|
|
157911
|
-
use_curve_edit: bool
|
|
157912
|
-
""" Edit strokes using curve handles
|
|
157913
|
-
|
|
157914
|
-
:type: bool
|
|
157915
|
-
"""
|
|
157916
|
-
|
|
157917
|
-
use_ghost_custom_colors: bool
|
|
157918
|
-
""" Use custom colors for ghost frames
|
|
157919
|
-
|
|
157920
|
-
:type: bool
|
|
157921
|
-
"""
|
|
157922
|
-
|
|
157923
|
-
use_ghosts_always: bool
|
|
157924
|
-
""" Ghosts are shown in renders and animation playback. Useful for special effects (e.g. motion blur)
|
|
157925
|
-
|
|
157926
|
-
:type: bool
|
|
157927
|
-
"""
|
|
157928
|
-
|
|
157929
|
-
use_multiedit: bool
|
|
157930
|
-
""" Edit strokes from multiple grease pencil keyframes at the same time (keyframes must be selected to be included)
|
|
157931
|
-
|
|
157932
|
-
:type: bool
|
|
157933
|
-
"""
|
|
157934
|
-
|
|
157935
|
-
use_onion_fade: bool
|
|
157936
|
-
""" Display onion keyframes with a fade in color transparency
|
|
157937
|
-
|
|
157938
|
-
:type: bool
|
|
157939
|
-
"""
|
|
157940
|
-
|
|
157941
|
-
use_onion_loop: bool
|
|
157942
|
-
""" Display onion keyframes for looping animations
|
|
157943
|
-
|
|
157944
|
-
:type: bool
|
|
157945
|
-
"""
|
|
157946
|
-
|
|
157947
|
-
use_onion_skinning: bool
|
|
157948
|
-
""" Show ghosts of the keyframes before and after the current frame
|
|
157949
|
-
|
|
157950
|
-
:type: bool
|
|
157951
|
-
"""
|
|
157952
|
-
|
|
157953
|
-
use_stroke_edit_mode: bool
|
|
157954
|
-
""" Edit Grease Pencil strokes instead of viewport data
|
|
157955
|
-
|
|
157956
|
-
:type: bool
|
|
157957
|
-
"""
|
|
157958
|
-
|
|
157959
|
-
zdepth_offset: float
|
|
157960
|
-
""" Offset amount when drawing in surface mode
|
|
157961
|
-
|
|
157962
|
-
:type: float
|
|
157963
|
-
"""
|
|
157964
|
-
|
|
157965
|
-
def clear(self):
|
|
157966
|
-
"""Remove all the Grease Pencil data"""
|
|
157967
|
-
...
|
|
157968
|
-
|
|
157969
156885
|
@classmethod
|
|
157970
156886
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157971
156887
|
"""
|
|
@@ -158473,109 +157389,289 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
|
|
|
158473
157389
|
"""
|
|
158474
157390
|
...
|
|
158475
157391
|
|
|
158476
|
-
class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
158477
|
-
color_mode: str
|
|
158478
|
-
""" Attributes to modify
|
|
158479
|
-
|
|
158480
|
-
:type: str
|
|
158481
|
-
"""
|
|
158482
|
-
|
|
158483
|
-
custom_curve: CurveMapping
|
|
158484
|
-
""" Custom curve to apply effect
|
|
158485
|
-
|
|
158486
|
-
:type: CurveMapping
|
|
158487
|
-
"""
|
|
158488
|
-
|
|
158489
|
-
hue: float
|
|
158490
|
-
""" Color hue offset
|
|
158491
|
-
|
|
158492
|
-
:type: float
|
|
158493
|
-
"""
|
|
158494
|
-
|
|
158495
|
-
invert_layer_filter: bool
|
|
158496
|
-
""" Invert layer filter
|
|
158497
|
-
|
|
158498
|
-
:type: bool
|
|
158499
|
-
"""
|
|
158500
|
-
|
|
158501
|
-
invert_layer_pass_filter: bool
|
|
158502
|
-
""" Invert layer pass filter
|
|
158503
|
-
|
|
158504
|
-
:type: bool
|
|
158505
|
-
"""
|
|
158506
|
-
|
|
158507
|
-
invert_material_filter: bool
|
|
158508
|
-
""" Invert material filter
|
|
158509
|
-
|
|
158510
|
-
:type: bool
|
|
158511
|
-
"""
|
|
158512
|
-
|
|
158513
|
-
invert_material_pass_filter: bool
|
|
158514
|
-
""" Invert material pass filter
|
|
158515
|
-
|
|
158516
|
-
:type: bool
|
|
158517
|
-
"""
|
|
158518
|
-
|
|
158519
|
-
layer_filter: str
|
|
158520
|
-
""" Layer name
|
|
158521
|
-
|
|
158522
|
-
:type: str
|
|
158523
|
-
"""
|
|
157392
|
+
class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
157393
|
+
color_mode: str
|
|
157394
|
+
""" Attributes to modify
|
|
157395
|
+
|
|
157396
|
+
:type: str
|
|
157397
|
+
"""
|
|
157398
|
+
|
|
157399
|
+
custom_curve: CurveMapping
|
|
157400
|
+
""" Custom curve to apply effect
|
|
157401
|
+
|
|
157402
|
+
:type: CurveMapping
|
|
157403
|
+
"""
|
|
157404
|
+
|
|
157405
|
+
hue: float
|
|
157406
|
+
""" Color hue offset
|
|
157407
|
+
|
|
157408
|
+
:type: float
|
|
157409
|
+
"""
|
|
157410
|
+
|
|
157411
|
+
invert_layer_filter: bool
|
|
157412
|
+
""" Invert layer filter
|
|
157413
|
+
|
|
157414
|
+
:type: bool
|
|
157415
|
+
"""
|
|
157416
|
+
|
|
157417
|
+
invert_layer_pass_filter: bool
|
|
157418
|
+
""" Invert layer pass filter
|
|
157419
|
+
|
|
157420
|
+
:type: bool
|
|
157421
|
+
"""
|
|
157422
|
+
|
|
157423
|
+
invert_material_filter: bool
|
|
157424
|
+
""" Invert material filter
|
|
157425
|
+
|
|
157426
|
+
:type: bool
|
|
157427
|
+
"""
|
|
157428
|
+
|
|
157429
|
+
invert_material_pass_filter: bool
|
|
157430
|
+
""" Invert material pass filter
|
|
157431
|
+
|
|
157432
|
+
:type: bool
|
|
157433
|
+
"""
|
|
157434
|
+
|
|
157435
|
+
layer_filter: str
|
|
157436
|
+
""" Layer name
|
|
157437
|
+
|
|
157438
|
+
:type: str
|
|
157439
|
+
"""
|
|
157440
|
+
|
|
157441
|
+
layer_pass_filter: int
|
|
157442
|
+
""" Layer pass filter
|
|
157443
|
+
|
|
157444
|
+
:type: int
|
|
157445
|
+
"""
|
|
157446
|
+
|
|
157447
|
+
material_filter: Material | None
|
|
157448
|
+
""" Material used for filtering
|
|
157449
|
+
|
|
157450
|
+
:type: Material | None
|
|
157451
|
+
"""
|
|
157452
|
+
|
|
157453
|
+
material_pass_filter: int
|
|
157454
|
+
""" Material pass
|
|
157455
|
+
|
|
157456
|
+
:type: int
|
|
157457
|
+
"""
|
|
157458
|
+
|
|
157459
|
+
open_influence_panel: bool
|
|
157460
|
+
"""
|
|
157461
|
+
|
|
157462
|
+
:type: bool
|
|
157463
|
+
"""
|
|
157464
|
+
|
|
157465
|
+
saturation: float
|
|
157466
|
+
""" Color saturation factor
|
|
157467
|
+
|
|
157468
|
+
:type: float
|
|
157469
|
+
"""
|
|
157470
|
+
|
|
157471
|
+
use_custom_curve: bool
|
|
157472
|
+
""" Use a custom curve to define a factor along the strokes
|
|
157473
|
+
|
|
157474
|
+
:type: bool
|
|
157475
|
+
"""
|
|
157476
|
+
|
|
157477
|
+
use_layer_pass_filter: bool
|
|
157478
|
+
""" Use layer pass filter
|
|
157479
|
+
|
|
157480
|
+
:type: bool
|
|
157481
|
+
"""
|
|
157482
|
+
|
|
157483
|
+
use_material_pass_filter: bool
|
|
157484
|
+
""" Use material pass filter
|
|
157485
|
+
|
|
157486
|
+
:type: bool
|
|
157487
|
+
"""
|
|
157488
|
+
|
|
157489
|
+
value: float
|
|
157490
|
+
""" Color value factor
|
|
157491
|
+
|
|
157492
|
+
:type: float
|
|
157493
|
+
"""
|
|
157494
|
+
|
|
157495
|
+
@classmethod
|
|
157496
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157497
|
+
"""
|
|
157498
|
+
|
|
157499
|
+
:param id: The RNA type identifier.
|
|
157500
|
+
:type id: str | None
|
|
157501
|
+
:param default:
|
|
157502
|
+
:return: The RNA type or default when not found.
|
|
157503
|
+
:rtype: Struct
|
|
157504
|
+
"""
|
|
157505
|
+
...
|
|
157506
|
+
|
|
157507
|
+
@classmethod
|
|
157508
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157509
|
+
"""
|
|
157510
|
+
|
|
157511
|
+
:param id: The RNA type identifier.
|
|
157512
|
+
:type id: str | None
|
|
157513
|
+
:param default:
|
|
157514
|
+
:return: The class or default when not found.
|
|
157515
|
+
:rtype: typing.Any
|
|
157516
|
+
"""
|
|
157517
|
+
...
|
|
157518
|
+
|
|
157519
|
+
class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
157520
|
+
"""Create dot-dash effect for strokes"""
|
|
157521
|
+
|
|
157522
|
+
dash_offset: int
|
|
157523
|
+
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
157524
|
+
|
|
157525
|
+
:type: int
|
|
157526
|
+
"""
|
|
157527
|
+
|
|
157528
|
+
invert_layer_filter: bool
|
|
157529
|
+
""" Invert layer filter
|
|
157530
|
+
|
|
157531
|
+
:type: bool
|
|
157532
|
+
"""
|
|
157533
|
+
|
|
157534
|
+
invert_layer_pass_filter: bool
|
|
157535
|
+
""" Invert layer pass filter
|
|
157536
|
+
|
|
157537
|
+
:type: bool
|
|
157538
|
+
"""
|
|
157539
|
+
|
|
157540
|
+
invert_material_filter: bool
|
|
157541
|
+
""" Invert material filter
|
|
157542
|
+
|
|
157543
|
+
:type: bool
|
|
157544
|
+
"""
|
|
157545
|
+
|
|
157546
|
+
invert_material_pass_filter: bool
|
|
157547
|
+
""" Invert material pass filter
|
|
157548
|
+
|
|
157549
|
+
:type: bool
|
|
157550
|
+
"""
|
|
157551
|
+
|
|
157552
|
+
layer_filter: str
|
|
157553
|
+
""" Layer name
|
|
157554
|
+
|
|
157555
|
+
:type: str
|
|
157556
|
+
"""
|
|
157557
|
+
|
|
157558
|
+
layer_pass_filter: int
|
|
157559
|
+
""" Layer pass filter
|
|
157560
|
+
|
|
157561
|
+
:type: int
|
|
157562
|
+
"""
|
|
157563
|
+
|
|
157564
|
+
material_filter: Material | None
|
|
157565
|
+
""" Material used for filtering
|
|
157566
|
+
|
|
157567
|
+
:type: Material | None
|
|
157568
|
+
"""
|
|
157569
|
+
|
|
157570
|
+
material_pass_filter: int
|
|
157571
|
+
""" Material pass
|
|
157572
|
+
|
|
157573
|
+
:type: int
|
|
157574
|
+
"""
|
|
157575
|
+
|
|
157576
|
+
open_influence_panel: bool
|
|
157577
|
+
"""
|
|
157578
|
+
|
|
157579
|
+
:type: bool
|
|
157580
|
+
"""
|
|
157581
|
+
|
|
157582
|
+
segment_active_index: int
|
|
157583
|
+
""" Active index in the segment list
|
|
157584
|
+
|
|
157585
|
+
:type: int
|
|
157586
|
+
"""
|
|
157587
|
+
|
|
157588
|
+
segments: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
157589
|
+
"""
|
|
157590
|
+
|
|
157591
|
+
:type: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
157592
|
+
"""
|
|
157593
|
+
|
|
157594
|
+
use_layer_pass_filter: bool
|
|
157595
|
+
""" Use layer pass filter
|
|
157596
|
+
|
|
157597
|
+
:type: bool
|
|
157598
|
+
"""
|
|
157599
|
+
|
|
157600
|
+
use_material_pass_filter: bool
|
|
157601
|
+
""" Use material pass filter
|
|
157602
|
+
|
|
157603
|
+
:type: bool
|
|
157604
|
+
"""
|
|
157605
|
+
|
|
157606
|
+
@classmethod
|
|
157607
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157608
|
+
"""
|
|
157609
|
+
|
|
157610
|
+
:param id: The RNA type identifier.
|
|
157611
|
+
:type id: str | None
|
|
157612
|
+
:param default:
|
|
157613
|
+
:return: The RNA type or default when not found.
|
|
157614
|
+
:rtype: Struct
|
|
157615
|
+
"""
|
|
157616
|
+
...
|
|
157617
|
+
|
|
157618
|
+
@classmethod
|
|
157619
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157620
|
+
"""
|
|
157621
|
+
|
|
157622
|
+
:param id: The RNA type identifier.
|
|
157623
|
+
:type id: str | None
|
|
157624
|
+
:param default:
|
|
157625
|
+
:return: The class or default when not found.
|
|
157626
|
+
:rtype: typing.Any
|
|
157627
|
+
"""
|
|
157628
|
+
...
|
|
157629
|
+
|
|
157630
|
+
class GreasePencilDashModifierSegment(bpy_struct):
|
|
157631
|
+
"""Configuration for a single dash segment"""
|
|
158524
157632
|
|
|
158525
|
-
|
|
158526
|
-
"""
|
|
157633
|
+
dash: int
|
|
157634
|
+
""" The number of consecutive points from the original stroke to include in this segment
|
|
158527
157635
|
|
|
158528
157636
|
:type: int
|
|
158529
157637
|
"""
|
|
158530
157638
|
|
|
158531
|
-
|
|
158532
|
-
"""
|
|
157639
|
+
gap: int
|
|
157640
|
+
""" The number of points skipped after this segment
|
|
158533
157641
|
|
|
158534
|
-
:type:
|
|
157642
|
+
:type: int
|
|
158535
157643
|
"""
|
|
158536
157644
|
|
|
158537
|
-
|
|
158538
|
-
"""
|
|
157645
|
+
material_index: int
|
|
157646
|
+
""" Use this index on generated segment. -1 means using the existing material
|
|
158539
157647
|
|
|
158540
157648
|
:type: int
|
|
158541
157649
|
"""
|
|
158542
157650
|
|
|
158543
|
-
|
|
158544
|
-
"""
|
|
157651
|
+
name: str
|
|
157652
|
+
""" Name of the dash segment
|
|
158545
157653
|
|
|
158546
|
-
:type:
|
|
157654
|
+
:type: str
|
|
158547
157655
|
"""
|
|
158548
157656
|
|
|
158549
|
-
|
|
158550
|
-
"""
|
|
157657
|
+
opacity: float
|
|
157658
|
+
""" The factor to apply to the original point's opacity for the new points
|
|
158551
157659
|
|
|
158552
157660
|
:type: float
|
|
158553
157661
|
"""
|
|
158554
157662
|
|
|
158555
|
-
|
|
158556
|
-
"""
|
|
158557
|
-
|
|
158558
|
-
:type: bool
|
|
158559
|
-
"""
|
|
158560
|
-
|
|
158561
|
-
use_layer_pass_filter: bool
|
|
158562
|
-
""" Use layer pass filter
|
|
157663
|
+
radius: float
|
|
157664
|
+
""" The factor to apply to the original point's radius for the new points
|
|
158563
157665
|
|
|
158564
|
-
:type:
|
|
157666
|
+
:type: float
|
|
158565
157667
|
"""
|
|
158566
157668
|
|
|
158567
|
-
|
|
158568
|
-
"""
|
|
157669
|
+
use_cyclic: bool
|
|
157670
|
+
""" Enable cyclic on individual stroke dashes
|
|
158569
157671
|
|
|
158570
157672
|
:type: bool
|
|
158571
157673
|
"""
|
|
158572
157674
|
|
|
158573
|
-
value: float
|
|
158574
|
-
""" Color value factor
|
|
158575
|
-
|
|
158576
|
-
:type: float
|
|
158577
|
-
"""
|
|
158578
|
-
|
|
158579
157675
|
@classmethod
|
|
158580
157676
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
158581
157677
|
"""
|
|
@@ -158600,161 +157696,201 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
158600
157696
|
"""
|
|
158601
157697
|
...
|
|
158602
157698
|
|
|
158603
|
-
class
|
|
158604
|
-
"""
|
|
158605
|
-
|
|
158606
|
-
dash_offset: int
|
|
158607
|
-
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
157699
|
+
class GreasePencilDrawing(bpy_struct):
|
|
157700
|
+
"""A Grease Pencil drawing"""
|
|
158608
157701
|
|
|
158609
|
-
:
|
|
158610
|
-
"""
|
|
158611
|
-
|
|
158612
|
-
invert_layer_filter: bool
|
|
158613
|
-
""" Invert layer filter
|
|
157702
|
+
attributes: AttributeGroupGreasePencilDrawing
|
|
157703
|
+
""" Geometry attributes
|
|
158614
157704
|
|
|
158615
|
-
:type:
|
|
157705
|
+
:type: AttributeGroupGreasePencilDrawing
|
|
158616
157706
|
"""
|
|
158617
157707
|
|
|
158618
|
-
|
|
158619
|
-
"""
|
|
157708
|
+
color_attributes: AttributeGroupGreasePencilDrawing
|
|
157709
|
+
""" Geometry color attributes
|
|
158620
157710
|
|
|
158621
|
-
:type:
|
|
157711
|
+
:type: AttributeGroupGreasePencilDrawing
|
|
158622
157712
|
"""
|
|
158623
157713
|
|
|
158624
|
-
|
|
158625
|
-
"""
|
|
158626
|
-
|
|
158627
|
-
:type: bool
|
|
158628
|
-
"""
|
|
157714
|
+
curve_offsets: bpy_prop_collection[IntAttributeValue]
|
|
157715
|
+
""" Offset indices of the first point of each curve
|
|
158629
157716
|
|
|
158630
|
-
|
|
158631
|
-
""" Invert material pass filter
|
|
158632
|
-
|
|
158633
|
-
:type: bool
|
|
157717
|
+
:type: bpy_prop_collection[IntAttributeValue]
|
|
158634
157718
|
"""
|
|
158635
157719
|
|
|
158636
|
-
|
|
158637
|
-
"""
|
|
157720
|
+
type: str
|
|
157721
|
+
""" Drawing type
|
|
158638
157722
|
|
|
158639
157723
|
:type: str
|
|
158640
157724
|
"""
|
|
158641
157725
|
|
|
158642
|
-
|
|
158643
|
-
"""
|
|
157726
|
+
user_count: int
|
|
157727
|
+
""" The number of keyframes this drawing is used by
|
|
158644
157728
|
|
|
158645
157729
|
:type: int
|
|
158646
157730
|
"""
|
|
158647
157731
|
|
|
158648
|
-
|
|
158649
|
-
|
|
158650
|
-
|
|
158651
|
-
:type: Material | None
|
|
158652
|
-
"""
|
|
158653
|
-
|
|
158654
|
-
material_pass_filter: int
|
|
158655
|
-
""" Material pass
|
|
158656
|
-
|
|
158657
|
-
:type: int
|
|
158658
|
-
"""
|
|
158659
|
-
|
|
158660
|
-
open_influence_panel: bool
|
|
158661
|
-
"""
|
|
158662
|
-
|
|
158663
|
-
:type: bool
|
|
158664
|
-
"""
|
|
158665
|
-
|
|
158666
|
-
segment_active_index: int
|
|
158667
|
-
""" Active index in the segment list
|
|
158668
|
-
|
|
158669
|
-
:type: int
|
|
158670
|
-
"""
|
|
158671
|
-
|
|
158672
|
-
segments: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
158673
|
-
"""
|
|
158674
|
-
|
|
158675
|
-
:type: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
158676
|
-
"""
|
|
158677
|
-
|
|
158678
|
-
use_layer_pass_filter: bool
|
|
158679
|
-
""" Use layer pass filter
|
|
158680
|
-
|
|
158681
|
-
:type: bool
|
|
158682
|
-
"""
|
|
158683
|
-
|
|
158684
|
-
use_material_pass_filter: bool
|
|
158685
|
-
""" Use material pass filter
|
|
158686
|
-
|
|
158687
|
-
:type: bool
|
|
158688
|
-
"""
|
|
158689
|
-
|
|
158690
|
-
@classmethod
|
|
158691
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
158692
|
-
"""
|
|
157732
|
+
def add_curves(self, sizes: collections.abc.Iterable[int] | None):
|
|
157733
|
+
"""Add new curves with provided sizes at the end
|
|
158693
157734
|
|
|
158694
|
-
:param
|
|
158695
|
-
:type
|
|
158696
|
-
:param default:
|
|
158697
|
-
:return: The RNA type or default when not found.
|
|
158698
|
-
:rtype: Struct
|
|
157735
|
+
:param sizes: Sizes, The number of points in each curve
|
|
157736
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
158699
157737
|
"""
|
|
158700
157738
|
...
|
|
158701
157739
|
|
|
158702
|
-
|
|
158703
|
-
|
|
158704
|
-
|
|
157740
|
+
def remove_curves(
|
|
157741
|
+
self,
|
|
157742
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
157743
|
+
0,
|
|
157744
|
+
0,
|
|
157745
|
+
0,
|
|
157746
|
+
0,
|
|
157747
|
+
0,
|
|
157748
|
+
0,
|
|
157749
|
+
0,
|
|
157750
|
+
0,
|
|
157751
|
+
0,
|
|
157752
|
+
0,
|
|
157753
|
+
0,
|
|
157754
|
+
0,
|
|
157755
|
+
0,
|
|
157756
|
+
0,
|
|
157757
|
+
0,
|
|
157758
|
+
0,
|
|
157759
|
+
0,
|
|
157760
|
+
0,
|
|
157761
|
+
0,
|
|
157762
|
+
0,
|
|
157763
|
+
0,
|
|
157764
|
+
0,
|
|
157765
|
+
0,
|
|
157766
|
+
0,
|
|
157767
|
+
0,
|
|
157768
|
+
0,
|
|
157769
|
+
0,
|
|
157770
|
+
0,
|
|
157771
|
+
0,
|
|
157772
|
+
0,
|
|
157773
|
+
0,
|
|
157774
|
+
0,
|
|
157775
|
+
0,
|
|
157776
|
+
0,
|
|
157777
|
+
0,
|
|
157778
|
+
0,
|
|
157779
|
+
0,
|
|
157780
|
+
0,
|
|
157781
|
+
0,
|
|
157782
|
+
0,
|
|
157783
|
+
0,
|
|
157784
|
+
0,
|
|
157785
|
+
0,
|
|
157786
|
+
0,
|
|
157787
|
+
0,
|
|
157788
|
+
0,
|
|
157789
|
+
0,
|
|
157790
|
+
0,
|
|
157791
|
+
0,
|
|
157792
|
+
0,
|
|
157793
|
+
0,
|
|
157794
|
+
0,
|
|
157795
|
+
0,
|
|
157796
|
+
0,
|
|
157797
|
+
0,
|
|
157798
|
+
0,
|
|
157799
|
+
0,
|
|
157800
|
+
0,
|
|
157801
|
+
0,
|
|
157802
|
+
0,
|
|
157803
|
+
0,
|
|
157804
|
+
0,
|
|
157805
|
+
0,
|
|
157806
|
+
0,
|
|
157807
|
+
),
|
|
157808
|
+
):
|
|
157809
|
+
"""Remove all curves. If indices are provided, remove only the curves with the given indices.
|
|
158705
157810
|
|
|
158706
|
-
:param
|
|
158707
|
-
:type
|
|
158708
|
-
:param default:
|
|
158709
|
-
:return: The class or default when not found.
|
|
158710
|
-
:rtype: typing.Any
|
|
157811
|
+
:param indices: Indices, The indices of the curves to remove
|
|
157812
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
158711
157813
|
"""
|
|
158712
157814
|
...
|
|
158713
157815
|
|
|
158714
|
-
|
|
158715
|
-
|
|
158716
|
-
|
|
158717
|
-
|
|
158718
|
-
|
|
158719
|
-
|
|
158720
|
-
|
|
158721
|
-
|
|
158722
|
-
|
|
158723
|
-
|
|
158724
|
-
|
|
158725
|
-
|
|
158726
|
-
|
|
158727
|
-
|
|
158728
|
-
|
|
158729
|
-
|
|
158730
|
-
|
|
158731
|
-
|
|
158732
|
-
|
|
158733
|
-
|
|
158734
|
-
|
|
158735
|
-
|
|
158736
|
-
|
|
158737
|
-
|
|
158738
|
-
|
|
158739
|
-
|
|
158740
|
-
|
|
158741
|
-
|
|
158742
|
-
|
|
158743
|
-
|
|
158744
|
-
|
|
158745
|
-
|
|
158746
|
-
|
|
158747
|
-
|
|
158748
|
-
|
|
158749
|
-
|
|
158750
|
-
|
|
158751
|
-
|
|
158752
|
-
|
|
158753
|
-
|
|
158754
|
-
|
|
157816
|
+
def resize_curves(
|
|
157817
|
+
self,
|
|
157818
|
+
sizes: collections.abc.Iterable[int] | None,
|
|
157819
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
157820
|
+
0,
|
|
157821
|
+
0,
|
|
157822
|
+
0,
|
|
157823
|
+
0,
|
|
157824
|
+
0,
|
|
157825
|
+
0,
|
|
157826
|
+
0,
|
|
157827
|
+
0,
|
|
157828
|
+
0,
|
|
157829
|
+
0,
|
|
157830
|
+
0,
|
|
157831
|
+
0,
|
|
157832
|
+
0,
|
|
157833
|
+
0,
|
|
157834
|
+
0,
|
|
157835
|
+
0,
|
|
157836
|
+
0,
|
|
157837
|
+
0,
|
|
157838
|
+
0,
|
|
157839
|
+
0,
|
|
157840
|
+
0,
|
|
157841
|
+
0,
|
|
157842
|
+
0,
|
|
157843
|
+
0,
|
|
157844
|
+
0,
|
|
157845
|
+
0,
|
|
157846
|
+
0,
|
|
157847
|
+
0,
|
|
157848
|
+
0,
|
|
157849
|
+
0,
|
|
157850
|
+
0,
|
|
157851
|
+
0,
|
|
157852
|
+
0,
|
|
157853
|
+
0,
|
|
157854
|
+
0,
|
|
157855
|
+
0,
|
|
157856
|
+
0,
|
|
157857
|
+
0,
|
|
157858
|
+
0,
|
|
157859
|
+
0,
|
|
157860
|
+
0,
|
|
157861
|
+
0,
|
|
157862
|
+
0,
|
|
157863
|
+
0,
|
|
157864
|
+
0,
|
|
157865
|
+
0,
|
|
157866
|
+
0,
|
|
157867
|
+
0,
|
|
157868
|
+
0,
|
|
157869
|
+
0,
|
|
157870
|
+
0,
|
|
157871
|
+
0,
|
|
157872
|
+
0,
|
|
157873
|
+
0,
|
|
157874
|
+
0,
|
|
157875
|
+
0,
|
|
157876
|
+
0,
|
|
157877
|
+
0,
|
|
157878
|
+
0,
|
|
157879
|
+
0,
|
|
157880
|
+
0,
|
|
157881
|
+
0,
|
|
157882
|
+
0,
|
|
157883
|
+
0,
|
|
157884
|
+
),
|
|
157885
|
+
):
|
|
157886
|
+
"""Resize all existing curves. If indices are provided, resize only the curves with the given indices. If the new size for a curve is smaller, the curve is trimmed. If the new size for a curve is larger, the new end values are default initialized.
|
|
158755
157887
|
|
|
158756
|
-
|
|
158757
|
-
|
|
157888
|
+
:param sizes: Sizes, The number of points in each curve
|
|
157889
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
157890
|
+
:param indices: Indices, The indices of the curves to resize
|
|
157891
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
157892
|
+
"""
|
|
157893
|
+
...
|
|
158758
157894
|
|
|
158759
157895
|
@classmethod
|
|
158760
157896
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
@@ -158921,31 +158057,31 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
|
158921
158057
|
"""
|
|
158922
158058
|
...
|
|
158923
158059
|
|
|
158924
|
-
class
|
|
158925
|
-
"""
|
|
158060
|
+
class GreasePencilFrame(bpy_struct):
|
|
158061
|
+
"""A Grease Pencil keyframe"""
|
|
158926
158062
|
|
|
158927
|
-
|
|
158928
|
-
"""
|
|
158063
|
+
drawing: GreasePencilDrawing
|
|
158064
|
+
""" A Grease Pencil drawing
|
|
158929
158065
|
|
|
158930
|
-
:type:
|
|
158066
|
+
:type: GreasePencilDrawing
|
|
158931
158067
|
"""
|
|
158932
158068
|
|
|
158933
|
-
|
|
158934
|
-
"""
|
|
158069
|
+
frame_number: int
|
|
158070
|
+
""" The frame number in the scene
|
|
158935
158071
|
|
|
158936
158072
|
:type: int
|
|
158937
158073
|
"""
|
|
158938
158074
|
|
|
158939
|
-
|
|
158940
|
-
"""
|
|
158075
|
+
keyframe_type: str
|
|
158076
|
+
""" Type of keyframe
|
|
158941
158077
|
|
|
158942
|
-
:type:
|
|
158078
|
+
:type: str
|
|
158943
158079
|
"""
|
|
158944
158080
|
|
|
158945
|
-
|
|
158946
|
-
"""
|
|
158081
|
+
select: bool
|
|
158082
|
+
""" Frame Selection in the Dope Sheet
|
|
158947
158083
|
|
|
158948
|
-
:type:
|
|
158084
|
+
:type: bool
|
|
158949
158085
|
"""
|
|
158950
158086
|
|
|
158951
158087
|
@classmethod
|
|
@@ -159269,6 +158405,12 @@ class GreasePencilLayer(bpy_struct):
|
|
|
159269
158405
|
:type: str
|
|
159270
158406
|
"""
|
|
159271
158407
|
|
|
158408
|
+
frames: GreasePencilFrames
|
|
158409
|
+
""" Grease Pencil frames
|
|
158410
|
+
|
|
158411
|
+
:type: GreasePencilFrames
|
|
158412
|
+
"""
|
|
158413
|
+
|
|
159272
158414
|
hide: bool
|
|
159273
158415
|
""" Set layer visibility
|
|
159274
158416
|
|
|
@@ -159401,6 +158543,16 @@ class GreasePencilLayer(bpy_struct):
|
|
|
159401
158543
|
:type: str
|
|
159402
158544
|
"""
|
|
159403
158545
|
|
|
158546
|
+
def get_frame_at(self, frame_number: int | None) -> GreasePencilFrame:
|
|
158547
|
+
"""Get the frame at given frame number
|
|
158548
|
+
|
|
158549
|
+
:param frame_number: Frame Number
|
|
158550
|
+
:type frame_number: int | None
|
|
158551
|
+
:return: Frame
|
|
158552
|
+
:rtype: GreasePencilFrame
|
|
158553
|
+
"""
|
|
158554
|
+
...
|
|
158555
|
+
|
|
159404
158556
|
@classmethod
|
|
159405
158557
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
159406
158558
|
"""
|
|
@@ -225101,10 +224253,10 @@ class ToolSettings(bpy_struct):
|
|
|
225101
224253
|
:type: str
|
|
225102
224254
|
"""
|
|
225103
224255
|
|
|
225104
|
-
snap_uv_element: str
|
|
224256
|
+
snap_uv_element: set[str]
|
|
225105
224257
|
""" Type of element to snap to
|
|
225106
224258
|
|
|
225107
|
-
:type: str
|
|
224259
|
+
:type: set[str]
|
|
225108
224260
|
"""
|
|
225109
224261
|
|
|
225110
224262
|
statvis: MeshStatVis
|
|
@@ -233707,6 +232859,12 @@ class WindowManager(ID, bpy_struct):
|
|
|
233707
232859
|
:type: str
|
|
233708
232860
|
"""
|
|
233709
232861
|
|
|
232862
|
+
extensions_blocked: int
|
|
232863
|
+
""" Number of installed extensions which are blocked
|
|
232864
|
+
|
|
232865
|
+
:type: int
|
|
232866
|
+
"""
|
|
232867
|
+
|
|
233710
232868
|
extensions_updates: int
|
|
233711
232869
|
""" Number of extensions with available update
|
|
233712
232870
|
|