fake-bpy-module 20240726__py3-none-any.whl → 20240728__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 +1418 -2526
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240728.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240728.dist-info}/RECORD +7 -7
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240728.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240726.dist-info → fake_bpy_module-20240728.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,25 @@ class Curves(ID, bpy_struct):
|
|
|
132133
131725
|
"""
|
|
132134
131726
|
...
|
|
132135
131727
|
|
|
132136
|
-
|
|
132137
|
-
|
|
132138
|
-
"""
|
|
132139
|
-
|
|
132140
|
-
:param id: The RNA type identifier.
|
|
132141
|
-
:type id: str | None
|
|
132142
|
-
:param default:
|
|
132143
|
-
:return: The RNA type or default when not found.
|
|
132144
|
-
:rtype: Struct
|
|
132145
|
-
"""
|
|
132146
|
-
...
|
|
132147
|
-
|
|
132148
|
-
@classmethod
|
|
132149
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132150
|
-
"""
|
|
131728
|
+
def remove_curves(self, indices: collections.abc.Iterable[int] | None = (0)):
|
|
131729
|
+
"""Remove all curves. If indices are provided, remove only the curves with the given indices.
|
|
132151
131730
|
|
|
132152
|
-
:param
|
|
132153
|
-
:type
|
|
132154
|
-
:param default:
|
|
132155
|
-
:return: The class or default when not found.
|
|
132156
|
-
:rtype: typing.Any
|
|
132157
|
-
"""
|
|
132158
|
-
...
|
|
132159
|
-
|
|
132160
|
-
class CurvesModifier(SequenceModifier, bpy_struct):
|
|
132161
|
-
"""RGB curves modifier for sequence strip"""
|
|
132162
|
-
|
|
132163
|
-
curve_mapping: CurveMapping
|
|
132164
|
-
"""
|
|
132165
|
-
|
|
132166
|
-
:type: CurveMapping
|
|
132167
|
-
"""
|
|
132168
|
-
|
|
132169
|
-
@classmethod
|
|
132170
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132171
|
-
"""
|
|
132172
|
-
|
|
132173
|
-
:param id: The RNA type identifier.
|
|
132174
|
-
:type id: str | None
|
|
132175
|
-
:param default:
|
|
132176
|
-
:return: The RNA type or default when not found.
|
|
132177
|
-
:rtype: Struct
|
|
132178
|
-
"""
|
|
132179
|
-
...
|
|
132180
|
-
|
|
132181
|
-
@classmethod
|
|
132182
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132183
|
-
"""
|
|
132184
|
-
|
|
132185
|
-
:param id: The RNA type identifier.
|
|
132186
|
-
:type id: str | None
|
|
132187
|
-
:param default:
|
|
132188
|
-
:return: The class or default when not found.
|
|
132189
|
-
:rtype: typing.Any
|
|
132190
|
-
"""
|
|
132191
|
-
...
|
|
132192
|
-
|
|
132193
|
-
class CurvesSculpt(Paint, bpy_struct):
|
|
132194
|
-
@classmethod
|
|
132195
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132196
|
-
"""
|
|
132197
|
-
|
|
132198
|
-
:param id: The RNA type identifier.
|
|
132199
|
-
:type id: str | None
|
|
132200
|
-
:param default:
|
|
132201
|
-
:return: The RNA type or default when not found.
|
|
132202
|
-
:rtype: Struct
|
|
132203
|
-
"""
|
|
132204
|
-
...
|
|
132205
|
-
|
|
132206
|
-
@classmethod
|
|
132207
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132208
|
-
"""
|
|
132209
|
-
|
|
132210
|
-
:param id: The RNA type identifier.
|
|
132211
|
-
:type id: str | None
|
|
132212
|
-
:param default:
|
|
132213
|
-
:return: The class or default when not found.
|
|
132214
|
-
:rtype: typing.Any
|
|
131731
|
+
:param indices: Indices, The indices of the curves to remove
|
|
131732
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
132215
131733
|
"""
|
|
132216
131734
|
...
|
|
132217
131735
|
|
|
132218
|
-
|
|
132219
|
-
def draw_item(
|
|
131736
|
+
def resize_curves(
|
|
132220
131737
|
self,
|
|
132221
|
-
|
|
132222
|
-
|
|
132223
|
-
armature,
|
|
132224
|
-
bcoll,
|
|
132225
|
-
_icon,
|
|
132226
|
-
_active_data,
|
|
132227
|
-
_active_propname,
|
|
132228
|
-
_index,
|
|
131738
|
+
sizes: collections.abc.Iterable[int] | None,
|
|
131739
|
+
indices: collections.abc.Iterable[int] | None = (0),
|
|
132229
131740
|
):
|
|
132230
|
-
"""
|
|
131741
|
+
"""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
131742
|
|
|
132232
|
-
:param
|
|
132233
|
-
:
|
|
132234
|
-
:param
|
|
132235
|
-
:
|
|
132236
|
-
:param _icon:
|
|
132237
|
-
:param _active_data:
|
|
132238
|
-
:param _active_propname:
|
|
132239
|
-
:param _index:
|
|
131743
|
+
:param sizes: Sizes, The number of points in each curve
|
|
131744
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
131745
|
+
:param indices: Indices, The indices of the curves to resize
|
|
131746
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
132240
131747
|
"""
|
|
132241
131748
|
...
|
|
132242
131749
|
|
|
@@ -132264,130 +131771,13 @@ class DATA_UL_bone_collections(UIList, bpy_struct):
|
|
|
132264
131771
|
"""
|
|
132265
131772
|
...
|
|
132266
131773
|
|
|
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
|
-
"""
|
|
131774
|
+
class CurvesModifier(SequenceModifier, bpy_struct):
|
|
131775
|
+
"""RGB curves modifier for sequence strip"""
|
|
132386
131776
|
|
|
132387
|
-
|
|
131777
|
+
curve_mapping: CurveMapping
|
|
132388
131778
|
"""
|
|
132389
131779
|
|
|
132390
|
-
:type:
|
|
131780
|
+
:type: CurveMapping
|
|
132391
131781
|
"""
|
|
132392
131782
|
|
|
132393
131783
|
@classmethod
|
|
@@ -132414,51 +131804,275 @@ class DashGpencilModifierData(GpencilModifier, bpy_struct):
|
|
|
132414
131804
|
"""
|
|
132415
131805
|
...
|
|
132416
131806
|
|
|
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
|
-
|
|
131807
|
+
class CurvesSculpt(Paint, bpy_struct):
|
|
131808
|
+
@classmethod
|
|
131809
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
131810
|
+
"""
|
|
131811
|
+
|
|
131812
|
+
:param id: The RNA type identifier.
|
|
131813
|
+
:type id: str | None
|
|
131814
|
+
:param default:
|
|
131815
|
+
:return: The RNA type or default when not found.
|
|
131816
|
+
:rtype: Struct
|
|
131817
|
+
"""
|
|
131818
|
+
...
|
|
131819
|
+
|
|
131820
|
+
@classmethod
|
|
131821
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
131822
|
+
"""
|
|
131823
|
+
|
|
131824
|
+
:param id: The RNA type identifier.
|
|
131825
|
+
:type id: str | None
|
|
131826
|
+
:param default:
|
|
131827
|
+
:return: The class or default when not found.
|
|
131828
|
+
:rtype: typing.Any
|
|
131829
|
+
"""
|
|
131830
|
+
...
|
|
131831
|
+
|
|
131832
|
+
class DATA_UL_bone_collections(UIList, bpy_struct):
|
|
131833
|
+
def draw_item(
|
|
131834
|
+
self,
|
|
131835
|
+
_context,
|
|
131836
|
+
layout,
|
|
131837
|
+
armature,
|
|
131838
|
+
bcoll,
|
|
131839
|
+
_icon,
|
|
131840
|
+
_active_data,
|
|
131841
|
+
_active_propname,
|
|
131842
|
+
_index,
|
|
131843
|
+
):
|
|
131844
|
+
"""
|
|
131845
|
+
|
|
131846
|
+
:param _context:
|
|
131847
|
+
:param layout:
|
|
131848
|
+
:param armature:
|
|
131849
|
+
:param bcoll:
|
|
131850
|
+
:param _icon:
|
|
131851
|
+
:param _active_data:
|
|
131852
|
+
:param _active_propname:
|
|
131853
|
+
:param _index:
|
|
131854
|
+
"""
|
|
131855
|
+
...
|
|
131856
|
+
|
|
131857
|
+
@classmethod
|
|
131858
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
131859
|
+
"""
|
|
131860
|
+
|
|
131861
|
+
:param id: The RNA type identifier.
|
|
131862
|
+
:type id: str | None
|
|
131863
|
+
:param default:
|
|
131864
|
+
:return: The RNA type or default when not found.
|
|
131865
|
+
:rtype: Struct
|
|
131866
|
+
"""
|
|
131867
|
+
...
|
|
131868
|
+
|
|
131869
|
+
@classmethod
|
|
131870
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
131871
|
+
"""
|
|
131872
|
+
|
|
131873
|
+
:param id: The RNA type identifier.
|
|
131874
|
+
:type id: str | None
|
|
131875
|
+
:param default:
|
|
131876
|
+
:return: The class or default when not found.
|
|
131877
|
+
:rtype: typing.Any
|
|
131878
|
+
"""
|
|
131879
|
+
...
|
|
131880
|
+
|
|
131881
|
+
class DampedTrackConstraint(Constraint, bpy_struct):
|
|
131882
|
+
"""Point toward target by taking the shortest rotation path"""
|
|
131883
|
+
|
|
131884
|
+
head_tail: float
|
|
131885
|
+
""" Target along length of bone: Head is 0, Tail is 1
|
|
131886
|
+
|
|
131887
|
+
:type: float
|
|
131888
|
+
"""
|
|
131889
|
+
|
|
131890
|
+
subtarget: str
|
|
131891
|
+
""" Armature bone, mesh or lattice vertex group, ...
|
|
131892
|
+
|
|
131893
|
+
:type: str
|
|
131894
|
+
"""
|
|
131895
|
+
|
|
131896
|
+
target: Object | None
|
|
131897
|
+
""" Target object
|
|
131898
|
+
|
|
131899
|
+
:type: Object | None
|
|
131900
|
+
"""
|
|
131901
|
+
|
|
131902
|
+
track_axis: str
|
|
131903
|
+
""" Axis that points to the target object
|
|
131904
|
+
|
|
131905
|
+
:type: str
|
|
131906
|
+
"""
|
|
131907
|
+
|
|
131908
|
+
use_bbone_shape: bool
|
|
131909
|
+
""" Follow shape of B-Bone segments when calculating Head/Tail position
|
|
131910
|
+
|
|
131911
|
+
:type: bool
|
|
131912
|
+
"""
|
|
131913
|
+
|
|
131914
|
+
@classmethod
|
|
131915
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
131916
|
+
"""
|
|
131917
|
+
|
|
131918
|
+
:param id: The RNA type identifier.
|
|
131919
|
+
:type id: str | None
|
|
131920
|
+
:param default:
|
|
131921
|
+
:return: The RNA type or default when not found.
|
|
131922
|
+
:rtype: Struct
|
|
131923
|
+
"""
|
|
131924
|
+
...
|
|
131925
|
+
|
|
131926
|
+
@classmethod
|
|
131927
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
131928
|
+
"""
|
|
131929
|
+
|
|
131930
|
+
:param id: The RNA type identifier.
|
|
131931
|
+
:type id: str | None
|
|
131932
|
+
:param default:
|
|
131933
|
+
:return: The class or default when not found.
|
|
131934
|
+
:rtype: typing.Any
|
|
131935
|
+
"""
|
|
131936
|
+
...
|
|
131937
|
+
|
|
131938
|
+
class DashGpencilModifierData(GpencilModifier, bpy_struct):
|
|
131939
|
+
"""Create dot-dash effect for strokes"""
|
|
131940
|
+
|
|
131941
|
+
dash_offset: int
|
|
131942
|
+
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
131943
|
+
|
|
131944
|
+
:type: int
|
|
131945
|
+
"""
|
|
131946
|
+
|
|
131947
|
+
invert_layer_pass: bool
|
|
131948
|
+
""" Inverse filter
|
|
131949
|
+
|
|
131950
|
+
:type: bool
|
|
131951
|
+
"""
|
|
131952
|
+
|
|
131953
|
+
invert_layers: bool
|
|
131954
|
+
""" Inverse filter
|
|
131955
|
+
|
|
131956
|
+
:type: bool
|
|
131957
|
+
"""
|
|
131958
|
+
|
|
131959
|
+
invert_material_pass: bool
|
|
131960
|
+
""" Inverse filter
|
|
131961
|
+
|
|
131962
|
+
:type: bool
|
|
131963
|
+
"""
|
|
131964
|
+
|
|
131965
|
+
invert_materials: bool
|
|
131966
|
+
""" Inverse filter
|
|
131967
|
+
|
|
131968
|
+
:type: bool
|
|
131969
|
+
"""
|
|
131970
|
+
|
|
131971
|
+
layer: str
|
|
131972
|
+
""" Layer name
|
|
131973
|
+
|
|
131974
|
+
:type: str
|
|
131975
|
+
"""
|
|
131976
|
+
|
|
131977
|
+
layer_pass: int
|
|
131978
|
+
""" Layer pass index
|
|
131979
|
+
|
|
131980
|
+
:type: int
|
|
131981
|
+
"""
|
|
131982
|
+
|
|
131983
|
+
material: Material | None
|
|
131984
|
+
""" Material used for filtering effect
|
|
131985
|
+
|
|
131986
|
+
:type: Material | None
|
|
131987
|
+
"""
|
|
131988
|
+
|
|
131989
|
+
pass_index: int
|
|
131990
|
+
""" Pass index
|
|
131991
|
+
|
|
131992
|
+
:type: int
|
|
131993
|
+
"""
|
|
131994
|
+
|
|
131995
|
+
segment_active_index: int
|
|
131996
|
+
""" Active index in the segment list
|
|
131997
|
+
|
|
131998
|
+
:type: int
|
|
131999
|
+
"""
|
|
132000
|
+
|
|
132001
|
+
segments: bpy_prop_collection[DashGpencilModifierSegment]
|
|
132002
|
+
"""
|
|
132003
|
+
|
|
132004
|
+
:type: bpy_prop_collection[DashGpencilModifierSegment]
|
|
132005
|
+
"""
|
|
132006
|
+
|
|
132007
|
+
@classmethod
|
|
132008
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132009
|
+
"""
|
|
132010
|
+
|
|
132011
|
+
:param id: The RNA type identifier.
|
|
132012
|
+
:type id: str | None
|
|
132013
|
+
:param default:
|
|
132014
|
+
:return: The RNA type or default when not found.
|
|
132015
|
+
:rtype: Struct
|
|
132016
|
+
"""
|
|
132017
|
+
...
|
|
132018
|
+
|
|
132019
|
+
@classmethod
|
|
132020
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
132021
|
+
"""
|
|
132022
|
+
|
|
132023
|
+
:param id: The RNA type identifier.
|
|
132024
|
+
:type id: str | None
|
|
132025
|
+
:param default:
|
|
132026
|
+
:return: The class or default when not found.
|
|
132027
|
+
:rtype: typing.Any
|
|
132028
|
+
"""
|
|
132029
|
+
...
|
|
132030
|
+
|
|
132031
|
+
class DashGpencilModifierSegment(bpy_struct):
|
|
132032
|
+
"""Configuration for a single dash segment"""
|
|
132033
|
+
|
|
132034
|
+
dash: int
|
|
132035
|
+
""" The number of consecutive points from the original stroke to include in this segment
|
|
132036
|
+
|
|
132037
|
+
:type: int
|
|
132038
|
+
"""
|
|
132039
|
+
|
|
132040
|
+
gap: int
|
|
132041
|
+
""" The number of points skipped after this segment
|
|
132042
|
+
|
|
132043
|
+
:type: int
|
|
132044
|
+
"""
|
|
132045
|
+
|
|
132046
|
+
material_index: int
|
|
132047
|
+
""" Use this index on generated segment. -1 means using the existing material
|
|
132048
|
+
|
|
132049
|
+
:type: int
|
|
132050
|
+
"""
|
|
132051
|
+
|
|
132052
|
+
name: str
|
|
132053
|
+
""" Name of the dash segment
|
|
132054
|
+
|
|
132055
|
+
:type: str
|
|
132056
|
+
"""
|
|
132057
|
+
|
|
132058
|
+
opacity: float
|
|
132059
|
+
""" The factor to apply to the original point's opacity for the new points
|
|
132060
|
+
|
|
132061
|
+
:type: float
|
|
132062
|
+
"""
|
|
132063
|
+
|
|
132064
|
+
radius: float
|
|
132065
|
+
""" The factor to apply to the original point's radius for the new points
|
|
132066
|
+
|
|
132067
|
+
:type: float
|
|
132068
|
+
"""
|
|
132069
|
+
|
|
132070
|
+
use_cyclic: bool
|
|
132071
|
+
""" Enable cyclic on individual stroke dashes
|
|
132072
|
+
|
|
132073
|
+
:type: bool
|
|
132074
|
+
"""
|
|
132075
|
+
|
|
132462
132076
|
@classmethod
|
|
132463
132077
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132464
132078
|
"""
|
|
@@ -143354,150 +142968,6 @@ class GPENCIL_UL_vgroups(UIList, bpy_struct):
|
|
|
143354
142968
|
"""
|
|
143355
142969
|
...
|
|
143356
142970
|
|
|
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
142971
|
class GPencilFrame(bpy_struct):
|
|
143502
142972
|
"""Collection of related sketches on a particular frame"""
|
|
143503
142973
|
|
|
@@ -143507,34 +142977,18 @@ class GPencilFrame(bpy_struct):
|
|
|
143507
142977
|
:type: int
|
|
143508
142978
|
"""
|
|
143509
142979
|
|
|
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
142980
|
select: bool
|
|
143523
142981
|
""" Frame is selected for editing in the Dope Sheet
|
|
143524
142982
|
|
|
143525
142983
|
:type: bool
|
|
143526
142984
|
"""
|
|
143527
142985
|
|
|
143528
|
-
strokes:
|
|
142986
|
+
strokes: bpy_prop_collection[GPencilStroke]
|
|
143529
142987
|
""" Freehand curves defining the sketch on this frame
|
|
143530
142988
|
|
|
143531
|
-
:type:
|
|
142989
|
+
:type: bpy_prop_collection[GPencilStroke]
|
|
143532
142990
|
"""
|
|
143533
142991
|
|
|
143534
|
-
def clear(self):
|
|
143535
|
-
"""Remove all the grease pencil frame data"""
|
|
143536
|
-
...
|
|
143537
|
-
|
|
143538
142992
|
@classmethod
|
|
143539
142993
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143540
142994
|
"""
|
|
@@ -143643,34 +143097,16 @@ class GPencilLayer(bpy_struct):
|
|
|
143643
143097
|
:type: float
|
|
143644
143098
|
"""
|
|
143645
143099
|
|
|
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
143100
|
color: mathutils.Color
|
|
143659
143101
|
""" Color for all strokes in this layer
|
|
143660
143102
|
|
|
143661
143103
|
:type: mathutils.Color
|
|
143662
143104
|
"""
|
|
143663
143105
|
|
|
143664
|
-
frames:
|
|
143106
|
+
frames: bpy_prop_collection[GPencilFrame]
|
|
143665
143107
|
""" Sketches for this layer on different frames
|
|
143666
143108
|
|
|
143667
|
-
:type:
|
|
143668
|
-
"""
|
|
143669
|
-
|
|
143670
|
-
hide: bool
|
|
143671
|
-
""" Set layer Visibility
|
|
143672
|
-
|
|
143673
|
-
:type: bool
|
|
143109
|
+
:type: bpy_prop_collection[GPencilFrame]
|
|
143674
143110
|
"""
|
|
143675
143111
|
|
|
143676
143112
|
info: str
|
|
@@ -143679,30 +143115,12 @@ class GPencilLayer(bpy_struct):
|
|
|
143679
143115
|
:type: str
|
|
143680
143116
|
"""
|
|
143681
143117
|
|
|
143682
|
-
is_parented: bool
|
|
143683
|
-
""" True when the layer parent object is set
|
|
143684
|
-
|
|
143685
|
-
:type: bool
|
|
143686
|
-
"""
|
|
143687
|
-
|
|
143688
143118
|
is_ruler: bool
|
|
143689
143119
|
""" This is a special ruler layer
|
|
143690
143120
|
|
|
143691
143121
|
:type: bool
|
|
143692
143122
|
"""
|
|
143693
143123
|
|
|
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
143124
|
lock: bool
|
|
143707
143125
|
""" Protect layer from further editing and/or frame changes
|
|
143708
143126
|
|
|
@@ -143715,78 +143133,6 @@ class GPencilLayer(bpy_struct):
|
|
|
143715
143133
|
:type: bool
|
|
143716
143134
|
"""
|
|
143717
143135
|
|
|
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
143136
|
select: bool
|
|
143791
143137
|
""" Layer is selected for editing in the Dope Sheet
|
|
143792
143138
|
|
|
@@ -143799,127 +143145,18 @@ class GPencilLayer(bpy_struct):
|
|
|
143799
143145
|
:type: bool
|
|
143800
143146
|
"""
|
|
143801
143147
|
|
|
143802
|
-
show_points: bool
|
|
143803
|
-
""" Show the points which make up the strokes (for debugging purposes)
|
|
143804
|
-
|
|
143805
|
-
:type: bool
|
|
143806
|
-
"""
|
|
143807
|
-
|
|
143808
143148
|
thickness: int
|
|
143809
143149
|
""" Thickness of annotation strokes
|
|
143810
143150
|
|
|
143811
143151
|
:type: int
|
|
143812
143152
|
"""
|
|
143813
143153
|
|
|
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
143154
|
use_annotation_onion_skinning: bool
|
|
143827
143155
|
""" Display annotation onion skins before and after the current frame
|
|
143828
143156
|
|
|
143829
143157
|
:type: bool
|
|
143830
143158
|
"""
|
|
143831
143159
|
|
|
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
143160
|
@classmethod
|
|
143924
143161
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143925
143162
|
"""
|
|
@@ -144133,136 +143370,10 @@ class GPencilSculptSettings(bpy_struct):
|
|
|
144133
143370
|
class GPencilStroke(bpy_struct):
|
|
144134
143371
|
"""Freehand curve defining part of a sketch"""
|
|
144135
143372
|
|
|
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
|
|
143373
|
+
points: bpy_prop_collection[GPencilStrokePoint]
|
|
144203
143374
|
""" Stroke data points
|
|
144204
143375
|
|
|
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]
|
|
143376
|
+
:type: bpy_prop_collection[GPencilStrokePoint]
|
|
144266
143377
|
"""
|
|
144267
143378
|
|
|
144268
143379
|
@classmethod
|
|
@@ -144298,99 +143409,6 @@ class GPencilStrokePoint(bpy_struct):
|
|
|
144298
143409
|
:type: mathutils.Vector
|
|
144299
143410
|
"""
|
|
144300
143411
|
|
|
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
143412
|
@classmethod
|
|
144395
143413
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
144396
143414
|
"""
|
|
@@ -157716,256 +156734,21 @@ class GpencilModifier(bpy_struct):
|
|
|
157716
156734
|
"""
|
|
157717
156735
|
...
|
|
157718
156736
|
|
|
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
156737
|
class GreasePencil(ID, bpy_struct):
|
|
157759
156738
|
"""Freehand annotation sketchbook"""
|
|
157760
156739
|
|
|
157761
|
-
after_color: mathutils.Color
|
|
157762
|
-
""" Base color for ghosts after the active frame
|
|
157763
|
-
|
|
157764
|
-
:type: mathutils.Color
|
|
157765
|
-
"""
|
|
157766
|
-
|
|
157767
156740
|
animation_data: AnimData
|
|
157768
156741
|
""" Animation data for this data-block
|
|
157769
156742
|
|
|
157770
156743
|
:type: AnimData
|
|
157771
156744
|
"""
|
|
157772
156745
|
|
|
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
156746
|
layers: GreasePencilLayers
|
|
157852
156747
|
"""
|
|
157853
156748
|
|
|
157854
156749
|
:type: GreasePencilLayers
|
|
157855
156750
|
"""
|
|
157856
156751
|
|
|
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
156752
|
@classmethod
|
|
157970
156753
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157971
156754
|
"""
|
|
@@ -158473,109 +157256,289 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
|
|
|
158473
157256
|
"""
|
|
158474
157257
|
...
|
|
158475
157258
|
|
|
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
|
-
"""
|
|
157259
|
+
class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
157260
|
+
color_mode: str
|
|
157261
|
+
""" Attributes to modify
|
|
157262
|
+
|
|
157263
|
+
:type: str
|
|
157264
|
+
"""
|
|
157265
|
+
|
|
157266
|
+
custom_curve: CurveMapping
|
|
157267
|
+
""" Custom curve to apply effect
|
|
157268
|
+
|
|
157269
|
+
:type: CurveMapping
|
|
157270
|
+
"""
|
|
157271
|
+
|
|
157272
|
+
hue: float
|
|
157273
|
+
""" Color hue offset
|
|
157274
|
+
|
|
157275
|
+
:type: float
|
|
157276
|
+
"""
|
|
157277
|
+
|
|
157278
|
+
invert_layer_filter: bool
|
|
157279
|
+
""" Invert layer filter
|
|
157280
|
+
|
|
157281
|
+
:type: bool
|
|
157282
|
+
"""
|
|
157283
|
+
|
|
157284
|
+
invert_layer_pass_filter: bool
|
|
157285
|
+
""" Invert layer pass filter
|
|
157286
|
+
|
|
157287
|
+
:type: bool
|
|
157288
|
+
"""
|
|
157289
|
+
|
|
157290
|
+
invert_material_filter: bool
|
|
157291
|
+
""" Invert material filter
|
|
157292
|
+
|
|
157293
|
+
:type: bool
|
|
157294
|
+
"""
|
|
157295
|
+
|
|
157296
|
+
invert_material_pass_filter: bool
|
|
157297
|
+
""" Invert material pass filter
|
|
157298
|
+
|
|
157299
|
+
:type: bool
|
|
157300
|
+
"""
|
|
157301
|
+
|
|
157302
|
+
layer_filter: str
|
|
157303
|
+
""" Layer name
|
|
157304
|
+
|
|
157305
|
+
:type: str
|
|
157306
|
+
"""
|
|
157307
|
+
|
|
157308
|
+
layer_pass_filter: int
|
|
157309
|
+
""" Layer pass filter
|
|
157310
|
+
|
|
157311
|
+
:type: int
|
|
157312
|
+
"""
|
|
157313
|
+
|
|
157314
|
+
material_filter: Material | None
|
|
157315
|
+
""" Material used for filtering
|
|
157316
|
+
|
|
157317
|
+
:type: Material | None
|
|
157318
|
+
"""
|
|
157319
|
+
|
|
157320
|
+
material_pass_filter: int
|
|
157321
|
+
""" Material pass
|
|
157322
|
+
|
|
157323
|
+
:type: int
|
|
157324
|
+
"""
|
|
157325
|
+
|
|
157326
|
+
open_influence_panel: bool
|
|
157327
|
+
"""
|
|
157328
|
+
|
|
157329
|
+
:type: bool
|
|
157330
|
+
"""
|
|
157331
|
+
|
|
157332
|
+
saturation: float
|
|
157333
|
+
""" Color saturation factor
|
|
157334
|
+
|
|
157335
|
+
:type: float
|
|
157336
|
+
"""
|
|
157337
|
+
|
|
157338
|
+
use_custom_curve: bool
|
|
157339
|
+
""" Use a custom curve to define a factor along the strokes
|
|
157340
|
+
|
|
157341
|
+
:type: bool
|
|
157342
|
+
"""
|
|
157343
|
+
|
|
157344
|
+
use_layer_pass_filter: bool
|
|
157345
|
+
""" Use layer pass filter
|
|
157346
|
+
|
|
157347
|
+
:type: bool
|
|
157348
|
+
"""
|
|
157349
|
+
|
|
157350
|
+
use_material_pass_filter: bool
|
|
157351
|
+
""" Use material pass filter
|
|
157352
|
+
|
|
157353
|
+
:type: bool
|
|
157354
|
+
"""
|
|
157355
|
+
|
|
157356
|
+
value: float
|
|
157357
|
+
""" Color value factor
|
|
157358
|
+
|
|
157359
|
+
:type: float
|
|
157360
|
+
"""
|
|
157361
|
+
|
|
157362
|
+
@classmethod
|
|
157363
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157364
|
+
"""
|
|
157365
|
+
|
|
157366
|
+
:param id: The RNA type identifier.
|
|
157367
|
+
:type id: str | None
|
|
157368
|
+
:param default:
|
|
157369
|
+
:return: The RNA type or default when not found.
|
|
157370
|
+
:rtype: Struct
|
|
157371
|
+
"""
|
|
157372
|
+
...
|
|
157373
|
+
|
|
157374
|
+
@classmethod
|
|
157375
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157376
|
+
"""
|
|
157377
|
+
|
|
157378
|
+
:param id: The RNA type identifier.
|
|
157379
|
+
:type id: str | None
|
|
157380
|
+
:param default:
|
|
157381
|
+
:return: The class or default when not found.
|
|
157382
|
+
:rtype: typing.Any
|
|
157383
|
+
"""
|
|
157384
|
+
...
|
|
157385
|
+
|
|
157386
|
+
class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
157387
|
+
"""Create dot-dash effect for strokes"""
|
|
157388
|
+
|
|
157389
|
+
dash_offset: int
|
|
157390
|
+
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
157391
|
+
|
|
157392
|
+
:type: int
|
|
157393
|
+
"""
|
|
157394
|
+
|
|
157395
|
+
invert_layer_filter: bool
|
|
157396
|
+
""" Invert layer filter
|
|
157397
|
+
|
|
157398
|
+
:type: bool
|
|
157399
|
+
"""
|
|
157400
|
+
|
|
157401
|
+
invert_layer_pass_filter: bool
|
|
157402
|
+
""" Invert layer pass filter
|
|
157403
|
+
|
|
157404
|
+
:type: bool
|
|
157405
|
+
"""
|
|
157406
|
+
|
|
157407
|
+
invert_material_filter: bool
|
|
157408
|
+
""" Invert material filter
|
|
157409
|
+
|
|
157410
|
+
:type: bool
|
|
157411
|
+
"""
|
|
157412
|
+
|
|
157413
|
+
invert_material_pass_filter: bool
|
|
157414
|
+
""" Invert material pass filter
|
|
157415
|
+
|
|
157416
|
+
:type: bool
|
|
157417
|
+
"""
|
|
157418
|
+
|
|
157419
|
+
layer_filter: str
|
|
157420
|
+
""" Layer name
|
|
157421
|
+
|
|
157422
|
+
:type: str
|
|
157423
|
+
"""
|
|
157424
|
+
|
|
157425
|
+
layer_pass_filter: int
|
|
157426
|
+
""" Layer pass filter
|
|
157427
|
+
|
|
157428
|
+
:type: int
|
|
157429
|
+
"""
|
|
157430
|
+
|
|
157431
|
+
material_filter: Material | None
|
|
157432
|
+
""" Material used for filtering
|
|
157433
|
+
|
|
157434
|
+
:type: Material | None
|
|
157435
|
+
"""
|
|
157436
|
+
|
|
157437
|
+
material_pass_filter: int
|
|
157438
|
+
""" Material pass
|
|
157439
|
+
|
|
157440
|
+
:type: int
|
|
157441
|
+
"""
|
|
157442
|
+
|
|
157443
|
+
open_influence_panel: bool
|
|
157444
|
+
"""
|
|
157445
|
+
|
|
157446
|
+
:type: bool
|
|
157447
|
+
"""
|
|
157448
|
+
|
|
157449
|
+
segment_active_index: int
|
|
157450
|
+
""" Active index in the segment list
|
|
157451
|
+
|
|
157452
|
+
:type: int
|
|
157453
|
+
"""
|
|
157454
|
+
|
|
157455
|
+
segments: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
157456
|
+
"""
|
|
157457
|
+
|
|
157458
|
+
:type: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
157459
|
+
"""
|
|
157460
|
+
|
|
157461
|
+
use_layer_pass_filter: bool
|
|
157462
|
+
""" Use layer pass filter
|
|
157463
|
+
|
|
157464
|
+
:type: bool
|
|
157465
|
+
"""
|
|
157466
|
+
|
|
157467
|
+
use_material_pass_filter: bool
|
|
157468
|
+
""" Use material pass filter
|
|
157469
|
+
|
|
157470
|
+
:type: bool
|
|
157471
|
+
"""
|
|
157472
|
+
|
|
157473
|
+
@classmethod
|
|
157474
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157475
|
+
"""
|
|
157476
|
+
|
|
157477
|
+
:param id: The RNA type identifier.
|
|
157478
|
+
:type id: str | None
|
|
157479
|
+
:param default:
|
|
157480
|
+
:return: The RNA type or default when not found.
|
|
157481
|
+
:rtype: Struct
|
|
157482
|
+
"""
|
|
157483
|
+
...
|
|
157484
|
+
|
|
157485
|
+
@classmethod
|
|
157486
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157487
|
+
"""
|
|
157488
|
+
|
|
157489
|
+
:param id: The RNA type identifier.
|
|
157490
|
+
:type id: str | None
|
|
157491
|
+
:param default:
|
|
157492
|
+
:return: The class or default when not found.
|
|
157493
|
+
:rtype: typing.Any
|
|
157494
|
+
"""
|
|
157495
|
+
...
|
|
157496
|
+
|
|
157497
|
+
class GreasePencilDashModifierSegment(bpy_struct):
|
|
157498
|
+
"""Configuration for a single dash segment"""
|
|
158524
157499
|
|
|
158525
|
-
|
|
158526
|
-
"""
|
|
157500
|
+
dash: int
|
|
157501
|
+
""" The number of consecutive points from the original stroke to include in this segment
|
|
158527
157502
|
|
|
158528
157503
|
:type: int
|
|
158529
157504
|
"""
|
|
158530
157505
|
|
|
158531
|
-
|
|
158532
|
-
"""
|
|
157506
|
+
gap: int
|
|
157507
|
+
""" The number of points skipped after this segment
|
|
158533
157508
|
|
|
158534
|
-
:type:
|
|
157509
|
+
:type: int
|
|
158535
157510
|
"""
|
|
158536
157511
|
|
|
158537
|
-
|
|
158538
|
-
"""
|
|
157512
|
+
material_index: int
|
|
157513
|
+
""" Use this index on generated segment. -1 means using the existing material
|
|
158539
157514
|
|
|
158540
157515
|
:type: int
|
|
158541
157516
|
"""
|
|
158542
157517
|
|
|
158543
|
-
|
|
158544
|
-
"""
|
|
157518
|
+
name: str
|
|
157519
|
+
""" Name of the dash segment
|
|
158545
157520
|
|
|
158546
|
-
:type:
|
|
157521
|
+
:type: str
|
|
158547
157522
|
"""
|
|
158548
157523
|
|
|
158549
|
-
|
|
158550
|
-
"""
|
|
157524
|
+
opacity: float
|
|
157525
|
+
""" The factor to apply to the original point's opacity for the new points
|
|
158551
157526
|
|
|
158552
157527
|
:type: float
|
|
158553
157528
|
"""
|
|
158554
157529
|
|
|
158555
|
-
|
|
158556
|
-
"""
|
|
158557
|
-
|
|
158558
|
-
:type: bool
|
|
158559
|
-
"""
|
|
158560
|
-
|
|
158561
|
-
use_layer_pass_filter: bool
|
|
158562
|
-
""" Use layer pass filter
|
|
157530
|
+
radius: float
|
|
157531
|
+
""" The factor to apply to the original point's radius for the new points
|
|
158563
157532
|
|
|
158564
|
-
:type:
|
|
157533
|
+
:type: float
|
|
158565
157534
|
"""
|
|
158566
157535
|
|
|
158567
|
-
|
|
158568
|
-
"""
|
|
157536
|
+
use_cyclic: bool
|
|
157537
|
+
""" Enable cyclic on individual stroke dashes
|
|
158569
157538
|
|
|
158570
157539
|
:type: bool
|
|
158571
157540
|
"""
|
|
158572
157541
|
|
|
158573
|
-
value: float
|
|
158574
|
-
""" Color value factor
|
|
158575
|
-
|
|
158576
|
-
:type: float
|
|
158577
|
-
"""
|
|
158578
|
-
|
|
158579
157542
|
@classmethod
|
|
158580
157543
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
158581
157544
|
"""
|
|
@@ -158600,161 +157563,68 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
158600
157563
|
"""
|
|
158601
157564
|
...
|
|
158602
157565
|
|
|
158603
|
-
class
|
|
158604
|
-
"""
|
|
158605
|
-
|
|
158606
|
-
dash_offset: int
|
|
158607
|
-
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
158608
|
-
|
|
158609
|
-
:type: int
|
|
158610
|
-
"""
|
|
157566
|
+
class GreasePencilDrawing(bpy_struct):
|
|
157567
|
+
"""A Grease Pencil drawing"""
|
|
158611
157568
|
|
|
158612
|
-
|
|
158613
|
-
"""
|
|
157569
|
+
attributes: AttributeGroupGreasePencilDrawing
|
|
157570
|
+
""" Geometry attributes
|
|
158614
157571
|
|
|
158615
|
-
:type:
|
|
157572
|
+
:type: AttributeGroupGreasePencilDrawing
|
|
158616
157573
|
"""
|
|
158617
157574
|
|
|
158618
|
-
|
|
158619
|
-
"""
|
|
157575
|
+
color_attributes: AttributeGroupGreasePencilDrawing
|
|
157576
|
+
""" Geometry color attributes
|
|
158620
157577
|
|
|
158621
|
-
:type:
|
|
157578
|
+
:type: AttributeGroupGreasePencilDrawing
|
|
158622
157579
|
"""
|
|
158623
157580
|
|
|
158624
|
-
|
|
158625
|
-
"""
|
|
158626
|
-
|
|
158627
|
-
:type: bool
|
|
158628
|
-
"""
|
|
157581
|
+
curve_offsets: bpy_prop_collection[IntAttributeValue]
|
|
157582
|
+
""" Offset indices of the first point of each curve
|
|
158629
157583
|
|
|
158630
|
-
|
|
158631
|
-
""" Invert material pass filter
|
|
158632
|
-
|
|
158633
|
-
:type: bool
|
|
157584
|
+
:type: bpy_prop_collection[IntAttributeValue]
|
|
158634
157585
|
"""
|
|
158635
157586
|
|
|
158636
|
-
|
|
158637
|
-
"""
|
|
157587
|
+
type: str
|
|
157588
|
+
""" Drawing type
|
|
158638
157589
|
|
|
158639
157590
|
:type: str
|
|
158640
157591
|
"""
|
|
158641
157592
|
|
|
158642
|
-
|
|
158643
|
-
"""
|
|
157593
|
+
user_count: int
|
|
157594
|
+
""" The number of keyframes this drawing is used by
|
|
158644
157595
|
|
|
158645
157596
|
:type: int
|
|
158646
157597
|
"""
|
|
158647
157598
|
|
|
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
|
-
"""
|
|
157599
|
+
def add_curves(self, sizes: collections.abc.Iterable[int] | None):
|
|
157600
|
+
"""Add new curves with provided sizes at the end
|
|
158693
157601
|
|
|
158694
|
-
:param
|
|
158695
|
-
:type
|
|
158696
|
-
:param default:
|
|
158697
|
-
:return: The RNA type or default when not found.
|
|
158698
|
-
:rtype: Struct
|
|
157602
|
+
:param sizes: Sizes, The number of points in each curve
|
|
157603
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
158699
157604
|
"""
|
|
158700
157605
|
...
|
|
158701
157606
|
|
|
158702
|
-
|
|
158703
|
-
|
|
158704
|
-
"""
|
|
157607
|
+
def remove_curves(self, indices: collections.abc.Iterable[int] | None = (0)):
|
|
157608
|
+
"""Remove all curves. If indices are provided, remove only the curves with the given indices.
|
|
158705
157609
|
|
|
158706
|
-
:param
|
|
158707
|
-
:type
|
|
158708
|
-
:param default:
|
|
158709
|
-
:return: The class or default when not found.
|
|
158710
|
-
:rtype: typing.Any
|
|
157610
|
+
:param indices: Indices, The indices of the curves to remove
|
|
157611
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
158711
157612
|
"""
|
|
158712
157613
|
...
|
|
158713
157614
|
|
|
158714
|
-
|
|
158715
|
-
|
|
158716
|
-
|
|
158717
|
-
|
|
158718
|
-
|
|
158719
|
-
|
|
158720
|
-
:type: int
|
|
158721
|
-
"""
|
|
158722
|
-
|
|
158723
|
-
gap: int
|
|
158724
|
-
""" The number of points skipped after this segment
|
|
158725
|
-
|
|
158726
|
-
:type: int
|
|
158727
|
-
"""
|
|
158728
|
-
|
|
158729
|
-
material_index: int
|
|
158730
|
-
""" Use this index on generated segment. -1 means using the existing material
|
|
158731
|
-
|
|
158732
|
-
:type: int
|
|
158733
|
-
"""
|
|
158734
|
-
|
|
158735
|
-
name: str
|
|
158736
|
-
""" Name of the dash segment
|
|
158737
|
-
|
|
158738
|
-
:type: str
|
|
158739
|
-
"""
|
|
158740
|
-
|
|
158741
|
-
opacity: float
|
|
158742
|
-
""" The factor to apply to the original point's opacity for the new points
|
|
158743
|
-
|
|
158744
|
-
:type: float
|
|
158745
|
-
"""
|
|
158746
|
-
|
|
158747
|
-
radius: float
|
|
158748
|
-
""" The factor to apply to the original point's radius for the new points
|
|
158749
|
-
|
|
158750
|
-
:type: float
|
|
158751
|
-
"""
|
|
158752
|
-
|
|
158753
|
-
use_cyclic: bool
|
|
158754
|
-
""" Enable cyclic on individual stroke dashes
|
|
157615
|
+
def resize_curves(
|
|
157616
|
+
self,
|
|
157617
|
+
sizes: collections.abc.Iterable[int] | None,
|
|
157618
|
+
indices: collections.abc.Iterable[int] | None = (0),
|
|
157619
|
+
):
|
|
157620
|
+
"""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
157621
|
|
|
158756
|
-
|
|
158757
|
-
|
|
157622
|
+
:param sizes: Sizes, The number of points in each curve
|
|
157623
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
157624
|
+
:param indices: Indices, The indices of the curves to resize
|
|
157625
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
157626
|
+
"""
|
|
157627
|
+
...
|
|
158758
157628
|
|
|
158759
157629
|
@classmethod
|
|
158760
157630
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
@@ -158921,31 +157791,31 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
|
158921
157791
|
"""
|
|
158922
157792
|
...
|
|
158923
157793
|
|
|
158924
|
-
class
|
|
158925
|
-
"""
|
|
157794
|
+
class GreasePencilFrame(bpy_struct):
|
|
157795
|
+
"""A Grease Pencil keyframe"""
|
|
158926
157796
|
|
|
158927
|
-
|
|
158928
|
-
"""
|
|
157797
|
+
drawing: GreasePencilDrawing
|
|
157798
|
+
""" A Grease Pencil drawing
|
|
158929
157799
|
|
|
158930
|
-
:type:
|
|
157800
|
+
:type: GreasePencilDrawing
|
|
158931
157801
|
"""
|
|
158932
157802
|
|
|
158933
|
-
|
|
158934
|
-
"""
|
|
157803
|
+
frame_number: int
|
|
157804
|
+
""" The frame number in the scene
|
|
158935
157805
|
|
|
158936
157806
|
:type: int
|
|
158937
157807
|
"""
|
|
158938
157808
|
|
|
158939
|
-
|
|
158940
|
-
"""
|
|
157809
|
+
keyframe_type: str
|
|
157810
|
+
""" Type of keyframe
|
|
158941
157811
|
|
|
158942
|
-
:type:
|
|
157812
|
+
:type: str
|
|
158943
157813
|
"""
|
|
158944
157814
|
|
|
158945
|
-
|
|
158946
|
-
"""
|
|
157815
|
+
select: bool
|
|
157816
|
+
""" Frame Selection in the Dope Sheet
|
|
158947
157817
|
|
|
158948
|
-
:type:
|
|
157818
|
+
:type: bool
|
|
158949
157819
|
"""
|
|
158950
157820
|
|
|
158951
157821
|
@classmethod
|
|
@@ -159269,6 +158139,12 @@ class GreasePencilLayer(bpy_struct):
|
|
|
159269
158139
|
:type: str
|
|
159270
158140
|
"""
|
|
159271
158141
|
|
|
158142
|
+
frames: GreasePencilFrames
|
|
158143
|
+
""" Grease Pencil frames
|
|
158144
|
+
|
|
158145
|
+
:type: GreasePencilFrames
|
|
158146
|
+
"""
|
|
158147
|
+
|
|
159272
158148
|
hide: bool
|
|
159273
158149
|
""" Set layer visibility
|
|
159274
158150
|
|
|
@@ -159401,6 +158277,16 @@ class GreasePencilLayer(bpy_struct):
|
|
|
159401
158277
|
:type: str
|
|
159402
158278
|
"""
|
|
159403
158279
|
|
|
158280
|
+
def get_frame_at(self, frame_number: int | None) -> GreasePencilFrame:
|
|
158281
|
+
"""Get the frame at given frame number
|
|
158282
|
+
|
|
158283
|
+
:param frame_number: Frame Number
|
|
158284
|
+
:type frame_number: int | None
|
|
158285
|
+
:return: Frame
|
|
158286
|
+
:rtype: GreasePencilFrame
|
|
158287
|
+
"""
|
|
158288
|
+
...
|
|
158289
|
+
|
|
159404
158290
|
@classmethod
|
|
159405
158291
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
159406
158292
|
"""
|
|
@@ -225101,10 +223987,10 @@ class ToolSettings(bpy_struct):
|
|
|
225101
223987
|
:type: str
|
|
225102
223988
|
"""
|
|
225103
223989
|
|
|
225104
|
-
snap_uv_element: str
|
|
223990
|
+
snap_uv_element: set[str]
|
|
225105
223991
|
""" Type of element to snap to
|
|
225106
223992
|
|
|
225107
|
-
:type: str
|
|
223993
|
+
:type: set[str]
|
|
225108
223994
|
"""
|
|
225109
223995
|
|
|
225110
223996
|
statvis: MeshStatVis
|
|
@@ -233707,6 +232593,12 @@ class WindowManager(ID, bpy_struct):
|
|
|
233707
232593
|
:type: str
|
|
233708
232594
|
"""
|
|
233709
232595
|
|
|
232596
|
+
extensions_blocked: int
|
|
232597
|
+
""" Number of installed extensions which are blocked
|
|
232598
|
+
|
|
232599
|
+
:type: int
|
|
232600
|
+
"""
|
|
232601
|
+
|
|
233710
232602
|
extensions_updates: int
|
|
233711
232603
|
""" Number of extensions with available update
|
|
233712
232604
|
|