Vincent Griffith
VGriffith
About Me
Expertise
Not Specified
Location
Not Specified
Website
Connect
Recent Forum Posts
Project still cooks when "Load From Disk" is Enabled Jan. 19, 2023, 2:15 p.m.
On my file cache node I have a file cached and stored on disk. From my understanding the nodes above the file cache shouldn't have to cook again if "Load from Disk" is checked. I feel like this has changed recently, can anyone explain this to me?
The only way I have been able to load from disk properly without cooking anything is disconnecting the filecache from the rest of the node tree.
Vincent Griffith
The only way I have been able to load from disk properly without cooking anything is disconnecting the filecache from the rest of the node tree.
Vincent Griffith
Generate range of random numbers and seed to randomize. Jan. 5, 2023, 4:36 p.m.
Awesome thank you!!!! Works great!
What I ended up doing.
Vincent Griffith
int iter = chi("iteration"); i@num_rnd = int(rand(iter) * 4) + 2;
What I ended up doing.
Vincent Griffith
Generate range of random numbers and seed to randomize. Jan. 5, 2023, 3:06 p.m.
I want to create a detail attribute in VEX that randomly selects numbers between 1 and 5 and I want to use the iteration number in a for-each loop as the seed to shuffle between the numbers 1 to 5. Been having some trouble all morning trying to figure it out. Hope you can help.