Re: [Nuke-users] Adjusting Bounding Box of Deep images

2015-06-03 Thread Daniel Hartlehnert
Hi Thorsten, i have a pretty good guess what you are up to :) I have been working with deep data in a car configurator setup several times. And yes, creating deep EXR with bounding boxes is possible. Save yourself alot of pain and don't do it without it, trust me. Daniel Am 03.06.2015 um 16:27

AW: [Nuke-users] Adjusting Bounding Box of Deep images

2015-06-03 Thread Thorsten Kaufmann
?Thanks, but is it possible from within nuke? I can't seem to do regular crops on DeepData only z-based cropping? Copying from 2D would also work as a workaround i guess. How to do that? Cheers, Thorsten --- Thorsten Kaufmann Production Pipeline Architect Mackevision Medien Design GmbH

Re: [Nuke-users] Adjusting Bounding Box of Deep images

2015-06-03 Thread Frank Rueter|OHUfx
As it seems that forums and mailing lists are not synchronised, Yikes. I forgot all about the forums as I was assuming they were synced and have no time to log in through web browsers to keep an eye on posts. Oh well, guess I'm missing out on a bit now On 04/06/15 02:27, Thorsten Kaufmann

Re: [Nuke-users] Nuke crash on exit

2015-06-03 Thread Daniel Hartlehnert
Hmm, custom nuke panels! We usen them alot as well. Sounds like the culprit. Am 03.06.2015 um 03:20 schrieb Frank Rueter|OHUfx: I get it every time the moment I use the viewer. -start nuke -create checkerboard -hook up checkerboard to viewer -close nuke -seg fault Without my pipeline

[Nuke-users] Adjusting Bounding Box of Deep images

2015-06-03 Thread Thorsten Kaufmann
Hey there, [rant] As it seems that forums and mailing lists are not synchronised, please excuse the cross post. User base fragmentation, YAY! [/rant] Is it possible to modify the datawindow/bounding box of a deepImage and write that to a deep EXR? We can save a lot of space using datawindow

Re: [Nuke-users] Nuke crash on exit

2015-06-03 Thread Jake Richards
To maybe reiterate what Frank says, I can get consistent seg faults with the following code in linux and Nuke 9.0v4: Nuke9.0 --safe (paste and execute this code in the script editor) ### from PyQt4 import QtGui,QtCore class pyQtTestDialog(QtGui.QWidget): def __init__(self):

Re: [Nuke-users] Nuke crash on exit

2015-06-03 Thread Sebastian Elsner|RISE
This seems to be a common issue. We have it too. On 06/03/2015 04:37 PM, Jake Richards wrote: To maybe reiterate what Frank says, I can get consistent seg faults with the following code in linux and Nuke 9.0v4: Nuke9.0 --safe (paste and execute this code in the script editor) ### from PyQt4

Re: [Nuke-users] Adjusting Bounding Box of Deep images

2015-06-03 Thread Michael Garrett
Not sure if this is exactly what you're intending, but since we got flat exr renders at the same time we would copy the bbox across to deep. I also generated a z crop (not just x+y). All of this definitely helped. On 3 June 2015 at 10:27, Thorsten Kaufmann thorsten.kaufm...@mackevision.com

Re: [Nuke-users] Nuke crash on exit

2015-06-03 Thread Tzuen Wu
Yes, I'd be interested for an answer to this as well. Seeing the same. Sent from my iPhone On 3/06/2015, at 07:41, Sebastian Elsner|RISE sebast...@risefx.com wrote: This seems to be a common issue. We have it too. On 06/03/2015 04:37 PM, Jake Richards wrote: To maybe reiterate what Frank