"Error: ENOENT: no such file or directory" with nested subfolder #327
Unanswered
Lili1882
asked this question in
Help + Q&A
Replies: 2 comments 3 replies
-
Have you also adjusted the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello,
And is it valable also for the subfolder EYES ? It’s like a second start
point and it has not the weight .. Is it included automatically or need to
add in the list of layers dans config.js?
Thank you for your answer.:)
Il giorno gio 10 ago 2023 alle 16:46 digital CREATOR <
***@***.***> ha scritto:
… You only have to add the initial folders to the config.js. In the example
below:
-layers
↳ Background
↳ Types
-- ↳Alien#40
-- ↳Human#30
-- ↳Robot#20
Would look like:
{
growEditionSizeTo: 10,
namePrefix: "Alien Human Robots",
layersOrder: [
{ name: "Background" },
{ name: "Types" },
],
},
The rest will take care of itself. It'll run through and see the "#"
weight on each sub-folder and/or file to process.
—
Reply to this email directly, view it on GitHub
<#327 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBZX2AMTTBZHD7AV67QPBM3XUTX43ANCNFSM6AAAAAA3JRHTTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to use the structure with nested subfolder like te example, but when I execute the code, I have the following error:
"Error: ENOENT: no such file or directory" with nested subfolder
I created Two Layers: "Background" and "Types" and dans Types the other subfolder "Alien, Human and Robot" etc... but when I execute the code I have un error , like there are not visibility for the other subfolder like Alien or Eyes or Skin..
Here the structure:
Layers:
Background
Types
Alien#50
......Skin (Subfolder with attributes..)
......Eyes (Subfolder with attributes..)
Human#30
Robot#20
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions