State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:344280|
Problem summary
The 'ParticleCache' node cannot be rendered via command prompt through a script terminally and gives the following error:
ERROR: ParticleCache1: ParticleCache data not found
Note: The same process with a 'Write' node functions as expected.
Customer reported version
nuke.11.1v1
Customer reported platform
Multiple
Steps to reproduce
Open attached script and start from step 6
or
1) Open a new Nuke script
2) Create a 'ParticleEmitter' node
3) Create a 'ParticleCache' node and connect to 'ParticleEmitter' node using the 'particles' input
4) In the 'ParticleCache' node, set the location of the file location to the same location as the script. (ensuring that you are using file padding)
5) Save the script as ParticleCacheRender.nk
6) Open up a command line window
7) Locate your Nuke release version in the command prompt eg.
cd C:\Program Files\Nuke11.1v1
Nuke11.1 --nukex -X ParticleCache1 path\to\ParticleCacheRender.nk
Result: ParticleCache1: ParticleCache data not foundNuke11.1 -t path\to\ParticleCacheRender.nk
nukescripts.cache_particles_panel(nuke.toNode("ParticleCache1"))
Result: 'ParticleCache' will not error and render correctlyWe're sorry to hear that
Please tell us why