Community
Maya Dynamics
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya dynamics topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No batch rendering with Bifröst?

10 REPLIES 10
Reply
Message 1 of 11
Bennyhase
2537 Views, 10 Replies

No batch rendering with Bifröst?

Hi,

have somebody tried to batch render a precached Bifröst sequence with mentalray without meshing?

 

I mean the option to render the iso-surface of a Bifröst-Particle System without meshing.

 

Rendering still one frame is possible.

 

Rendering via Batch will render only Frame 1 and then stops.

 

Would be nice to know if i made a mistake. Batchrendering the Isosurface without meshing would be great to get an idea for the final mesh....

 

 

10 REPLIES 10
Message 2 of 11
swislion
in reply to: Bennyhase

When rendering a sequence with batch render, i have the same problem, black.

Message 3 of 11
Bennyhase
in reply to: swislion

ok, for my setup it will only work to batchrender a iso-surface of bifrost if you start your render with the 1st frame of the cached (!) simulation.

 

Batchrendering between a cached simulation will not work.

Message 4 of 11
agraham
in reply to: Bennyhase

This is a known issue with Maya 2015 and is fixed in 2015 SP1.

 

Unfortunately there is a (sigh) bug in SP1 that prevents the mentalray Bifrost libraries from installing correctly, so you can't render Bifrost liquids at all. My advice is to completely uninstall Maya 2015 including mentalray and install Maya 2015 SP1 fresh.

--
Adrian Graham
Principal User Experience Designer
ME Film and TV Solutions
Autodesk
Message 5 of 11
swislion
in reply to: agraham

So if i understand ,with maya 2015 SP1 fresh install, batch will render
voxels and created mesh? And bifrost will work correctly?
Message 6 of 11
agraham
in reply to: swislion

It was found to be a bug in the SP1 installer, where older components of mentalray were installed rather than the correct ones.

I'm pretty sure that a fresh install of everything -- after removing both Maya 2015 AND mentalray -- will do the trick.

If not, SP2 will be coming out very soon, that already has the fix.
--
Adrian Graham
Principal User Experience Designer
ME Film and TV Solutions
Autodesk
Message 7 of 11
Kerim95
in reply to: agraham

What is Bifrost?

Is a part of Maya, or a plugin,

I've just heard of it, as a plugin used to generate or render liquid simulation.

How to get it? and where to download it?

Please help me out))

Message 8 of 11
hoganburrows
in reply to: agraham

Hi Adrian

 

I have found that if I render Bifrost Aero caches with batch render or on a farm the frame takes hours (9+), but if you render with the render view its less the 10 mins?

 

 

Something is happening with the stratch cache loading all the frames i think, as this is the default setting when loading a scene on a different computer.... maybe

 

so i ended up usin this python script to render from the render view

 

import maya.cmds as cmds
import maya.mel as mel
 
startFrame = 0
endFrame = 24
 
mel.eval('currentTime %s ;'%(startFrame))
while(startFrame < endFrame):
    mel.eval('renderWindowRender redoPreviousRender renderView;')
    startFrame += 1
    mel.eval('currentTime %s ;'%(startFrame))
 
Bifrost is still awesome btw , please make it easy to convert the BIF cache to PRT cache, why has the option dissapeared 
 
Message 9 of 11
agraham
in reply to: hoganburrows

@hoganburrows, sounds like you're trying to render a non-cached simulation? Maya may be trying to run up to each and every frame. Is it the SIMULATION or the RENDER that's taking so long?

 

When you render from the command line, make sure to specify the flag '-mr:v 5', which will spit out detailed mentalray stats to the terminal.

 

BTW, I did a tutorial on converting BIF to PRT on my blog here:

 

    http://area.autodesk.com/blogs/valhalla/converting-bif-files-to-prt

--
Adrian Graham
Principal User Experience Designer
ME Film and TV Solutions
Autodesk
Message 10 of 11
agraham
in reply to: Kerim95

@Kerim95, uh, that's an...interesting question.

I'd start here:

http://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Maya/file...

--
Adrian Graham
Principal User Experience Designer
ME Film and TV Solutions
Autodesk
Message 11 of 11
Stiaan101
in reply to: Bennyhase

Can someone please help me my deadline is in 2 weeks and my bifrost sim is cashed to disk but when i batch render it with mentelray or hardware 2.0 it renders everything ecept the bifrost mesh. im using maya 2016 sp6

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report