Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class LightProbeConnectivityData {
|
||||
[DNAFieldAttribute(0, "uchar", "*validity", 1)]
|
||||
public byte ptr_validity;
|
||||
public LightProbeConnectivityData(byte ptr_validity) {
|
||||
this.ptr_validity = ptr_validity;
|
||||
|
||||
Reference in New Issue
Block a user