If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Announcement
Collapse
No announcement yet.
Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Components and Groups slow down the scene parsing the most. It takes more time to search through each of those structures and grab the relevant geometry. When you have components inside of components this really slows down the parsing process. The best thing to try to do is to try and keep components as "flat" as possible, so you don't have objects with a number of levels of components. For a final, if you can explode as many of the components as possible, then that will speed up the parsing for the final. When you really need to work on a model, exploding everything may not actually be a viable option
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Why not create a process that, under render,
1. Save the model <FILENAME.skp>
2. the copy <FILENAME_asgvis-rr.skp>
3. it explodes ... pulping
4. it renders ... and here you are wonderful ...
5. a rendering completed, save the pulp and reopens the doll ..
would be a very Spartan but because it is our turn to do so ... maybe if you automate
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
its dangerous exploding in sketchup, if u explode objects that have lines that are coplanar then a face is created withing that area and sometimes even deletes some faces.
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Generally I dont' need to speed up the "final" render, since I want it to be as good as possible.
If I know that is the last time I can launch it by night and then it will be ready the day after.
The problem is when you want to test some renders, sometime it takes a lot.
What I do is to change the render opitons.
I notice that there are 3 things that affect quite a lot the render process
Subdiv in LC
the Image sampler, if you choose the Adaprive DMC, then the noise affects a lot the render (try to put noise = 0, if you have soptlights, it will take a lot of time)
and then also the DMC sampler.
I didn't have time to try the script fot the components, but I guess that also works.
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Originally posted by Vinch
(try to put noise = 0, if you have soptlights, it will take a lot of time) and then also the DMC sampler.
NEVER put the noise threshold at 0. The noise threshold is what dictates whether two values are similar or not, and if they're not similar, then V-Ray will keep calculating. With a value of 0, things will pretty much have to be perfect in order for things to stopped being sampled which will of course take forever. There are a lot of values within V-Ray that go between 0 and 1, and its a good idea not to put a value at either one of those extremes as it can really throw off the calculations.
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Originally posted by dalomar
NEVER put the noise threshold at 0...
The problem is tha I had a file with a omnilight, and trying to get the shawods more soften I changed the radius.
But then because of the shawods soften they had a lot of noise even ig I had the noise set up to 0.01.
Even by changhing others paramteres like subdivision, I couldn't get rid of that noise.
DO you have a suggestion?
V
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
The subdivisions on the lights should be the setting that would take care of that. It also would probably be influenced by your indirect Illumination settings, especially if you're using DMC. A finer, more accurate anti-aliasing will always be helpful as well.
Re: Is there a way to speed up the 'V-Ray is currently processing your scene" ?
Originally posted by dalomar
The subdivisions on the lights should be the setting that would take care of that. It also would probably be influenced by your indirect Illumination settings, especially if you're using DMC. A finer, more accurate anti-aliasing will always be helpful as well.
thank you, you were right.
I had to fix the shadows subdv and then became clean
bye
V
Comment