Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-29 Thread Frank Rueter|OHUfx
I used the track token in folder and file names, otherwise one element 
would have overwritten the other upon export.
In your export template there doesn't seem to be any differentiation to 
ensure multiple items for the same shot don't overwrite each other. not 
sure if that is what is going on, but try using the track token in 
your output paths (assuming the multiple elements live on different tracks).


Let me know if this helps, I can try a bit harder here if it doesn't.


P.S.: The error is  a python error which says that the tuple (a 
particular type of list in python) has less elements than expected, 
which points towards items overwriting each other as well.




On 29/06/15 17:36, Phillip Lange wrote:

Hi Frank,

I'm still struggling to get this to work.

Where in your export structure did you use the {track}  token ?

I've tried many many variations and seem to get just as many varied 
results.


Often I get this error

tuple index out of range

which, while appealing in a surreal kind of way, is not very helpful.

I've used the collate shot names and timings as well but they don't 
seem to help.


I've attached an image of my export structure  can you see 
anything wrong with it ?


Any help greatly appreciated, it's driving me a bit nutso now,

thanks

Phill.




On Tue, Jun 16, 2015 at 12:45 PM, Frank Rueter|OHUfx fr...@ohufx.com 
mailto:fr...@ohufx.com wrote:


yeah, it did work as expected after a (involuntary) restart.
I used track tokens to pick up the name of the respective track
name during export.

You may need to use collate shot names if the track items share
the sane shot name, or collate shot timings if the track items
share the same timing in your timeline.



On 16/06/15 12:50, Phillip Lange wrote:

Hi Frank

Did you find a solution to this ? I've just conformed from an xml
where the editor has left clips on mulitple tracks and I need all
those tracks as seperate inputs in my comp.

Any solutions yet ?

thanks

Phill



On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx
fr...@ohufx.com mailto:fr...@ohufx.com wrote:

I did


On 15/06/15 07:24, Lucien Fostier wrote:

Hey Franck,

why dont u try create comp (special)?

Seems like what your looking for.

cheers

Lucien

Sent from my iPhone
___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk  
mailto:Nuke-users@support.thefoundry.co.uk,http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


-- 
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing

http://ohufx.com/index.php/vfx-compositing | *workflow
customisation and consulting
http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk
mailto:Nuke-users@support.thefoundry.co.uk,
http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk  
mailto:Nuke-users@support.thefoundry.co.uk,http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


-- 
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing

http://ohufx.com/index.php/vfx-compositing | *workflow
customisation and consulting
http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk
mailto:Nuke-users@support.thefoundry.co.uk,
http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


--
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing 
http://ohufx.com/index.php/vfx-compositing | *workflow customisation 
and consulting http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-29 Thread Mat McCosker
Thanks Frank,

Yes, that's what I'm seeing too - tracks are included in the nuke script
but not in the copy exporter.

Unless you use 'separate comps' option, which will create a comp and also
copy the track files as expected.

Cheers
Mat
On Tue, 30 Jun 2015 at 12:08 pm, Frank Rueter|OHUfx fr...@ohufx.com wrote:

  Hi Mat,

 I just did a test with three track items with the same name on different
 tracks (same timing in the timeline), and using collate shot names
 produced a nuke script with all three elements (see attached).
 Is that not working for you?

 The copy exporter however only seems to export one of the track items (no
 errors).



 On 30/06/15 11:55, Mat McCosker wrote:

 Hi Frank,

  I can get this to work if I'm using the 'separate comp' option but not
 if it's a single comp across all the tracks - I'm using the {track} token
 and don't seem to be getting any errors.

  No matter how I select things, using 'all tacks' or checking each track,
 I still only get the one track copied over to ../nuke/source/{track}/
 {track}_{filename}

  Here's the structure I'm using in the preset;

  SequenceItem valuetype=tuple
 SequenceItem
 valuetype=str{shot}/nuke/source/{track}/{track}_{filename}/SequenceItem
 SequenceItem
 valuetype=hiero.exporters.FnCopyExporter.CopyPreset
 root
 presetname=hiero.exporters.FnCopyExporter.CopyExporter
 tasktype=hiero.exporters.FnCopyExporter.CopyExporter /
 /SequenceItem
 /SequenceItem

  Thanks,
 Mat

  On Mon, Jun 29, 2015 at 4:08 PM Frank Rueter|OHUfx fr...@ohufx.com
 wrote:

  I used the track token in folder and file names, otherwise one element
 would have overwritten the other upon export.
 In your export template there doesn't seem to be any differentiation to
 ensure multiple items for the same shot don't overwrite each other. not
 sure if that is what is going on, but try using the track token in your
 output paths (assuming the multiple elements live on different tracks).

 Let me know if this helps, I can try a bit harder here if it doesn't.


 P.S.: The error is  a python error which says that the tuple (a
 particular type of list in python) has less elements than expected, which
 points towards items overwriting each other as well.




 On 29/06/15 17:36, Phillip Lange wrote:

 Hi Frank,

  I'm still struggling to get this to work.

  Where in your export structure did you use the {track}  token ?

  I've tried many many variations and seem to get just as many varied
 results.

  Often I get this error

  tuple index out of range

  which, while appealing in a surreal kind of way, is not very helpful.

  I've used the collate shot names and timings as well but they don't
 seem to help.

  I've attached an image of my export structure  can you see anything
 wrong with it ?

  Any help greatly appreciated, it's driving me a bit nutso now,

  thanks

  Phill.




 On Tue, Jun 16, 2015 at 12:45 PM, Frank Rueter|OHUfx fr...@ohufx.com
 wrote:

  yeah, it did work as expected after a (involuntary) restart.
 I used track tokens to pick up the name of the respective track name
 during export.

 You may need to use collate shot names if the track items share the
 sane shot name, or collate shot timings if the track items share the same
 timing in your timeline.



 On 16/06/15 12:50, Phillip Lange wrote:

 Hi Frank

  Did you find a solution to this ? I've just conformed from an xml
 where the editor has left clips on mulitple tracks and I need all those
 tracks as seperate inputs in my comp.

  Any solutions yet ?

  thanks

  Phill



 On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx fr...@ohufx.com
 wrote:

  I did


 On 15/06/15 07:24, Lucien Fostier wrote:

 Hey Franck,

 why dont u try create comp (special)?

 Seems like what your looking for.

 cheers

 Lucien

 Sent from my iPhone
 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


   --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


 --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-29 Thread Frank Rueter|OHUfx

Hi Mat,

I just did a test with three track items with the same name on different 
tracks (same timing in the timeline), and using collate shot names 
produced a nuke script with all three elements (see attached).

Is that not working for you?

The copy exporter however only seems to export one of the track items 
(no errors).



On 30/06/15 11:55, Mat McCosker wrote:

Hi Frank,

I can get this to work if I'm using the 'separate comp' option but not 
if it's a single comp across all the tracks - I'm using the {track} 
token and don't seem to be getting any errors.


No matter how I select things, using 'all tacks' or checking each 
track, I still only get the one track copied over to 
../nuke/source/{track}/{track}_{filename}


Here's the structure I'm using in the preset;

SequenceItem valuetype=tuple
SequenceItem 
valuetype=str{shot}/nuke/source/{track}/{track}_{filename}/SequenceItem
SequenceItem 
valuetype=hiero.exporters.FnCopyExporter.CopyPreset
root 
presetname=hiero.exporters.FnCopyExporter.CopyExporter 
tasktype=hiero.exporters.FnCopyExporter.CopyExporter /

/SequenceItem
/SequenceItem

Thanks,
Mat

On Mon, Jun 29, 2015 at 4:08 PM Frank Rueter|OHUfx fr...@ohufx.com 
mailto:fr...@ohufx.com wrote:


I used the track token in folder and file names, otherwise one
element would have overwritten the other upon export.
In your export template there doesn't seem to be any
differentiation to ensure multiple items for the same shot don't
overwrite each other. not sure if that is what is going on, but
try using the track token in your output paths (assuming the
multiple elements live on different tracks).

Let me know if this helps, I can try a bit harder here if it doesn't.


P.S.: The error is  a python error which says that the tuple (a
particular type of list in python) has less elements than
expected, which points towards items overwriting each other as well.




On 29/06/15 17:36, Phillip Lange wrote:

Hi Frank,

I'm still struggling to get this to work.

Where in your export structure did you use the {track}  token ?

I've tried many many variations and seem to get just as many
varied results.

Often I get this error

tuple index out of range

which, while appealing in a surreal kind of way, is not very helpful.

I've used the collate shot names and timings as well but they
don't seem to help.

I've attached an image of my export structure  can you see
anything wrong with it ?

Any help greatly appreciated, it's driving me a bit nutso now,

thanks

Phill.




On Tue, Jun 16, 2015 at 12:45 PM, Frank Rueter|OHUfx
fr...@ohufx.com mailto:fr...@ohufx.com wrote:

yeah, it did work as expected after a (involuntary) restart.
I used track tokens to pick up the name of the respective
track name during export.

You may need to use collate shot names if the track items
share the sane shot name, or collate shot timings if the
track items share the same timing in your timeline.



On 16/06/15 12:50, Phillip Lange wrote:

Hi Frank

Did you find a solution to this ? I've just conformed from
an xml where the editor has left clips on mulitple tracks
and I need all those tracks as seperate inputs in my comp.

Any solutions yet ?

thanks

Phill



On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx
fr...@ohufx.com mailto:fr...@ohufx.com wrote:

I did


On 15/06/15 07:24, Lucien Fostier wrote:

Hey Franck,

why dont u try create comp (special)?

Seems like what your looking for.

cheers

Lucien

Sent from my iPhone
___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk  
mailto:Nuke-users@support.thefoundry.co.uk,http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


-- 
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing

http://ohufx.com/index.php/vfx-compositing | *workflow
customisation and consulting
http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk
mailto:Nuke-users@support.thefoundry.co.uk,
http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk  
mailto:Nuke-users@support.thefoundry.co.uk,http://forums.thefoundry.co.uk/

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-29 Thread Mat McCosker
Hi Frank,

I can get this to work if I'm using the 'separate comp' option but not if
it's a single comp across all the tracks - I'm using the {track} token and
don't seem to be getting any errors.

No matter how I select things, using 'all tacks' or checking each track, I
still only get the one track copied over to ../nuke/source/{track}/
{track}_{filename}

Here's the structure I'm using in the preset;

SequenceItem valuetype=tuple
SequenceItem
valuetype=str{shot}/nuke/source/{track}/{track}_{filename}/SequenceItem
SequenceItem
valuetype=hiero.exporters.FnCopyExporter.CopyPreset
root
presetname=hiero.exporters.FnCopyExporter.CopyExporter
tasktype=hiero.exporters.FnCopyExporter.CopyExporter /
/SequenceItem
/SequenceItem

Thanks,
Mat

On Mon, Jun 29, 2015 at 4:08 PM Frank Rueter|OHUfx fr...@ohufx.com wrote:

  I used the track token in folder and file names, otherwise one element
 would have overwritten the other upon export.
 In your export template there doesn't seem to be any differentiation to
 ensure multiple items for the same shot don't overwrite each other. not
 sure if that is what is going on, but try using the track token in your
 output paths (assuming the multiple elements live on different tracks).

 Let me know if this helps, I can try a bit harder here if it doesn't.


 P.S.: The error is  a python error which says that the tuple (a particular
 type of list in python) has less elements than expected, which points
 towards items overwriting each other as well.




 On 29/06/15 17:36, Phillip Lange wrote:

 Hi Frank,

  I'm still struggling to get this to work.

  Where in your export structure did you use the {track}  token ?

  I've tried many many variations and seem to get just as many varied
 results.

  Often I get this error

  tuple index out of range

  which, while appealing in a surreal kind of way, is not very helpful.

  I've used the collate shot names and timings as well but they don't seem
 to help.

  I've attached an image of my export structure  can you see anything
 wrong with it ?

  Any help greatly appreciated, it's driving me a bit nutso now,

  thanks

  Phill.




 On Tue, Jun 16, 2015 at 12:45 PM, Frank Rueter|OHUfx fr...@ohufx.com
 wrote:

  yeah, it did work as expected after a (involuntary) restart.
 I used track tokens to pick up the name of the respective track name
 during export.

 You may need to use collate shot names if the track items share the
 sane shot name, or collate shot timings if the track items share the same
 timing in your timeline.



 On 16/06/15 12:50, Phillip Lange wrote:

 Hi Frank

  Did you find a solution to this ? I've just conformed from an xml where
 the editor has left clips on mulitple tracks and I need all those tracks as
 seperate inputs in my comp.

  Any solutions yet ?

  thanks

  Phill



 On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx fr...@ohufx.com
 wrote:

  I did


 On 15/06/15 07:24, Lucien Fostier wrote:

 Hey Franck,

 why dont u try create comp (special)?

 Seems like what your looking for.

 cheers

 Lucien

 Sent from my iPhone
 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


   --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


 --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


 --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *
  ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-29 Thread Frank Rueter|OHUfx

I see. That sounds like a bug worth reporting to me.

On 30/06/15 14:43, Mat McCosker wrote:

Thanks Frank,

Yes, that's what I'm seeing too - tracks are included in the nuke 
script but not in the copy exporter.


Unless you use 'separate comps' option, which will create a comp and 
also copy the track files as expected.


Cheers
Mat
On Tue, 30 Jun 2015 at 12:08 pm, Frank Rueter|OHUfx fr...@ohufx.com 
mailto:fr...@ohufx.com wrote:


Hi Mat,

I just did a test with three track items with the same name on
different tracks (same timing in the timeline), and using collate
shot names produced a nuke script with all three elements (see
attached).
Is that not working for you?

The copy exporter however only seems to export one of the track
items (no errors).



On 30/06/15 11:55, Mat McCosker wrote:

Hi Frank,

I can get this to work if I'm using the 'separate comp' option
but not if it's a single comp across all the tracks - I'm using
the {track} token and don't seem to be getting any errors.

No matter how I select things, using 'all tacks' or checking each
track, I still only get the one track copied over to
../nuke/source/{track}/{track}_{filename}

Here's the structure I'm using in the preset;

SequenceItem valuetype=tuple
SequenceItem
valuetype=str{shot}/nuke/source/{track}/{track}_{filename}/SequenceItem
SequenceItem
valuetype=hiero.exporters.FnCopyExporter.CopyPreset
root
presetname=hiero.exporters.FnCopyExporter.CopyExporter
tasktype=hiero.exporters.FnCopyExporter.CopyExporter /
/SequenceItem
/SequenceItem

Thanks,
Mat

On Mon, Jun 29, 2015 at 4:08 PM Frank Rueter|OHUfx
fr...@ohufx.com mailto:fr...@ohufx.com wrote:

I used the track token in folder and file names, otherwise
one element would have overwritten the other upon export.
In your export template there doesn't seem to be any
differentiation to ensure multiple items for the same shot
don't overwrite each other. not sure if that is what is going
on, but try using the track token in your output paths
(assuming the multiple elements live on different tracks).

Let me know if this helps, I can try a bit harder here if it
doesn't.


P.S.: The error is  a python error which says that the tuple
(a particular type of list in python) has less elements than
expected, which points towards items overwriting each other
as well.




On 29/06/15 17:36, Phillip Lange wrote:

Hi Frank,

I'm still struggling to get this to work.

Where in your export structure did you use the {track}  token ?

I've tried many many variations and seem to get just as many
varied results.

Often I get this error

tuple index out of range

which, while appealing in a surreal kind of way, is not very
helpful.

I've used the collate shot names and timings as well but
they don't seem to help.

I've attached an image of my export structure  can you
see anything wrong with it ?

Any help greatly appreciated, it's driving me a bit nutso now,

thanks

Phill.




On Tue, Jun 16, 2015 at 12:45 PM, Frank Rueter|OHUfx
fr...@ohufx.com mailto:fr...@ohufx.com wrote:

yeah, it did work as expected after a (involuntary) restart.
I used track tokens to pick up the name of the
respective track name during export.

You may need to use collate shot names if the track
items share the sane shot name, or collate shot
timings if the track items share the same timing in
your timeline.



On 16/06/15 12:50, Phillip Lange wrote:

Hi Frank

Did you find a solution to this ? I've just conformed
from an xml where the editor has left clips on mulitple
tracks and I need all those tracks as seperate inputs
in my comp.

Any solutions yet ?

thanks

Phill



On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx
fr...@ohufx.com mailto:fr...@ohufx.com wrote:

I did


On 15/06/15 07:24, Lucien Fostier wrote:

Hey Franck,

why dont u try create comp (special)?

Seems like what your looking for.

cheers

Lucien

Sent from my iPhone
___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk  
mailto:Nuke-users@support.thefoundry.co.uk,http://forums.thefoundry.co.uk/

http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-28 Thread Phillip Lange
Hi Frank,

I'm still struggling to get this to work.

Where in your export structure did you use the {track}  token ?

I've tried many many variations and seem to get just as many varied results.

Often I get this error

tuple index out of range

which, while appealing in a surreal kind of way, is not very helpful.

I've used the collate shot names and timings as well but they don't seem to
help.

I've attached an image of my export structure  can you see anything
wrong with it ?

Any help greatly appreciated, it's driving me a bit nutso now,

thanks

Phill.




On Tue, Jun 16, 2015 at 12:45 PM, Frank Rueter|OHUfx fr...@ohufx.com
wrote:

  yeah, it did work as expected after a (involuntary) restart.
 I used track tokens to pick up the name of the respective track name
 during export.

 You may need to use collate shot names if the track items share the sane
 shot name, or collate shot timings if the track items share the same
 timing in your timeline.



 On 16/06/15 12:50, Phillip Lange wrote:

 Hi Frank

  Did you find a solution to this ? I've just conformed from an xml where
 the editor has left clips on mulitple tracks and I need all those tracks as
 seperate inputs in my comp.

  Any solutions yet ?

  thanks

  Phill



 On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx fr...@ohufx.com
 wrote:

  I did


 On 15/06/15 07:24, Lucien Fostier wrote:

 Hey Franck,

 why dont u try create comp (special)?

 Seems like what your looking for.

 cheers

 Lucien

 Sent from my iPhone
 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


   --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


 --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-15 Thread Phillip Lange
Hi Frank

Did you find a solution to this ? I've just conformed from an xml where the
editor has left clips on mulitple tracks and I need all those tracks as
seperate inputs in my comp.

Any solutions yet ?

thanks

Phill



On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx fr...@ohufx.com wrote:

  I did


 On 15/06/15 07:24, Lucien Fostier wrote:

 Hey Franck,

 why dont u try create comp (special)?

 Seems like what your looking for.

 cheers

 Lucien

 Sent from my iPhone
 ___
 Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, 
 http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


 --
   [image: ohufxLogo 50x50] http://www.ohufx.com *vfx compositing
 http://ohufx.com/index.php/vfx-compositing | workflow customisation and
 consulting http://ohufx.com/index.php/vfx-customising *

 ___
 Nuke-users mailing list
 Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
 http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-15 Thread Frank Rueter|OHUfx

yeah, it did work as expected after a (involuntary) restart.
I used track tokens to pick up the name of the respective track name 
during export.


You may need to use collate shot names if the track items share the 
sane shot name, or collate shot timings if the track items share the 
same timing in your timeline.



On 16/06/15 12:50, Phillip Lange wrote:

Hi Frank

Did you find a solution to this ? I've just conformed from an xml 
where the editor has left clips on mulitple tracks and I need all 
those tracks as seperate inputs in my comp.


Any solutions yet ?

thanks

Phill



On Mon, Jun 15, 2015 at 7:21 AM, Frank Rueter|OHUfx fr...@ohufx.com 
mailto:fr...@ohufx.com wrote:


I did


On 15/06/15 07:24, Lucien Fostier wrote:

Hey Franck,

why dont u try create comp (special)?

Seems like what your looking for.

cheers

Lucien

Sent from my iPhone
___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk  
mailto:Nuke-users@support.thefoundry.co.uk,http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


-- 
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing

http://ohufx.com/index.php/vfx-compositing | *workflow
customisation and consulting
http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk
mailto:Nuke-users@support.thefoundry.co.uk,
http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users




___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


--
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing 
http://ohufx.com/index.php/vfx-compositing | *workflow customisation 
and consulting http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-14 Thread Frank Rueter|OHUfx

I did

On 15/06/15 07:24, Lucien Fostier wrote:

Hey Franck,

why dont u try create comp (special)?

Seems like what your looking for.

cheers

Lucien

Sent from my iPhone
___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


--
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing 
http://ohufx.com/index.php/vfx-compositing | *workflow customisation 
and consulting http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

[Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-14 Thread Lucien Fostier
Hey Franck,

why dont u try create comp (special)?

Seems like what your looking for.

cheers

Lucien

Sent from my iPhone
___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


[Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-13 Thread Frank Rueter|OHUfx

Hi,

I just tried to create a comp in NukeStudio for a shot that has multiple 
track items (BG and FG). The tracks live above each other in the 
timeline and have the same shot name. I was hoping that creating comp 
with both selected would bring them both into the resulting Nuke script, 
but it doesn't.
I tried with collate shot names and  collate shot timings as well as 
connect tracks but I only ever get the top most track item as a read 
node in the comp.
In the Tracks for this export (in the export manager) section I have 
both tracks checked.

What am I missing?

Cheers,
frank


--
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing 
http://ohufx.com/index.php/vfx-compositing | *workflow customisation 
and consulting http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Re: [Nuke-users] NukeStudio: how to create comp with multiple track items

2015-06-13 Thread Frank Rueter|OHUfx
hm. NukeStudio crashed on me, and when it came back up it did bring in 
the extra tracks. In fact it brought in all active track items even 
though I explicitly only had two tracks active in the export template.


Will keep poking it...

On 14/06/15 2:49 pm, Frank Rueter|OHUfx wrote:

Hi,

I just tried to create a comp in NukeStudio for a shot that has 
multiple track items (BG and FG). The tracks live above each other in 
the timeline and have the same shot name. I was hoping that creating 
comp with both selected would bring them both into the resulting Nuke 
script, but it doesn't.
I tried with collate shot names and  collate shot timings as well 
as connect tracks but I only ever get the top most track item as a 
read node in the comp.
In the Tracks for this export (in the export manager) section I have 
both tracks checked.

What am I missing?

Cheers,
frank


--
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing 
http://ohufx.com/index.php/vfx-compositing | *workflow customisation 
and consulting http://ohufx.com/index.php/vfx-customising* *




___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


--
ohufxLogo 50x50 http://www.ohufx.com 	*vfx compositing 
http://ohufx.com/index.php/vfx-compositing | *workflow customisation 
and consulting http://ohufx.com/index.php/vfx-customising* *


___
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users