Open gersiaan opened 2 years ago
@gersiaan yes, you can have multiple configs in your layerConfigurations
, e.g.
const layerConfigurations = [
{
// First artwork
growEditionSizeTo: 5,
layersOrder: [
{ name: "Background" },
{ name: "Eyeball" },
{ name: "Eye color" },
{ name: "Iris" },
{ name: "Shine" },
{ name: "Bottom lid" },
{ name: "Top lid" },
],
},
{
// Second artwork
growEditionSizeTo: 5,
layersOrder: [
{ name: "Background" },
{ name: "Eyeball" },
{ name: "Eye color" },
{ name: "Iris" },
{ name: "Shine" },
{ name: "Bottom lid" },
{ name: "Top lid" },
],
},
];
hello i checked it but it keep on generate the first one and nothing and not continue
const layerConfigurations = [ { // First artwork growEditionSizeTo: 5, layersOrder: [ { name: "Background" }, { name: "Body" }, { name: "Left Arm Ballon" }, { name: "Right Arm" }, { name: "Neck" }, { name: "Head" }, { name: "Cut" }, { name: "Facial" }, { name: "Hair" }, { name: "Ballons Left" }, ], }, { // Second artwork growEditionSizeTo: 5, layersOrder: [ { name: "Background" }, { name: "Body" }, { name: "Left Arm" }, { name: "Right Arm Ballon" }, { name: "Neck" }, { name: "Head" }, { name: "Cut" }, { name: "Facial" }, { name: "Hair" }, { name: "Ballons Right" }, ], }, ];
@samimikawi make sure you save the file after you make changes.
yes i did and i close the entire VB and open it again and try again only run the first one the dosen't continue
@samimikawi could you try using my fork please.
Works Thanks
I have several art pieces, which differs in the art itself and has different layers to them. Is it possible to create several different artworks and create them in one collection?