Multi frames render v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Serhat Baykal
A script for launche multi instance of nuke render with split frame range for each one.
Requirements:
10.5, 10.0, 9.0, 8.0, 7.1, 7.0, 6.3 or later
Windows
10.5, 10.0, 9.0, 8.0, 7.1, 7.0, 6.3 or later
Windows
31 Mar 2017
299
A script for launche multi instance of nuke render with split frame range for each one.
_____________ v1.1
Replace the commande '-i' by '-x' so the tools doesn't take a nuke_i license but nuke_r ( render license ).
_____________ v1.2
Fix for render multi write node.
# input in your menu.py :
import renderMultiFrame1v2
customPlugin = nuke.menu('Nodes').addMenu('Custom Plugin')
customPlugin.addCommand('render Multi frame', 'renderMultiFrame1v2.main()')
Please login in order to download these files.
Comments
ju
I don't work on Linux but if you can give some feed back I'll certainly work in on =)
currently its not working.
If you unchek 'Selected Node Only' it doesn't work for multi write node ?
I did a test and it works in my side, I'll appreciate if you can confirme it work in your side too :)
hopefully in next version you will add few more fuction like:
force create folder, and multi selection write note only (ex: render 3 of 5 write node)
For render multi write node you can do it with this version. Just disables the writes node you don't want to be render and uncheck the option 'Selected node only' !
Many thanks for writing and uploading this script!
Unfortunatly, when pressing the render button, i can see the render window start and immediatly shut down without an error message in the nuke log window. I'm using Nuke 10.0v3 and rendering stereo. Any idea what could be going wrong?
Also i had to change
import renderMultiFrame
to
import renderMultiFrame1v2
Kind regards,
Anthony
Indeed I totally forget to update the import line !
Thanks.
https://youtu.be/n2gmhNJJNk8
This happens to me when I let my script in proxy mode before launch the script !
Currently not working
any one ???
In the renderMultiFram e1v2.py, line 91:
print cmd
Thanks to Python 3, that won't work anymore. But have no fear, just change it to:
print(cmd)
See if that works. I don't quite remember doing that myself but now it seems to work for me on Nuke 13.2v5
Try and find out what OCIO Environment Profile is being used. For example - some Pipelines use ACES 1.3. Which means you'll need to set Nuke to use ACES 1.3. I've found that only then does this work all the time.
It's weird 'coz the problem that comes up when debugging this was actually about Frame Ranges for some reason instead of strictly because of OCIO settings.
I did check the color project and settings. that method not work for me... sadlly
RSS feed for comments to this post