regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(414, "MaterialGPencilStyle")]
|
||||
[DNAClassAttribute(414, "MaterialGPencilStyle", 152)]
|
||||
public class MaterialGPencilStyle {
|
||||
[DNAFieldAttribute(0, "Image", "*sima", "Image", 4, true)]
|
||||
[DNAFieldAttribute(0, "Image", "*sima", "Image", 8, true)]
|
||||
public Image ptr_sima;
|
||||
[DNAFieldAttribute(1, "Image", "*ima", "Image", 4, true)]
|
||||
[DNAFieldAttribute(1, "Image", "*ima", "Image", 8, true)]
|
||||
public Image ptr_ima;
|
||||
[DNAFieldAttribute(2, "float", "stroke_rgba[4]", "System.Single[]", 16, false)]
|
||||
public float[] stroke_rgba = new System.Single[4];
|
||||
|
||||
Reference in New Issue
Block a user