Awesome, thanks for all the feedback folks.  Useful info....

Cheers,

J.C.

On Wed, Mar 1, 2017 at 10:50 AM, Magno Borgo <[email protected]> wrote:

> Check for the version and load what you want.
> I usually do that for compiled plugins.
>
> Example
> #init.py
> #J_ops
>
> if nuke.NUKE_VERSION_MAJOR == 8:
>    nuke.pluginAddPath('/Users/magnoborgo/.nuke/J_Ops_v8/')
> if nuke.NUKE_VERSION_MAJOR == 9:
>     nuke.pluginAddPath('/Users/magnoborgo/.nuke/J_Ops_v9/')
>
>
>
> On Wed, 01 Mar 2017 10:14:38 -0500, John Coldrick <[email protected]>
> wrote:
>
> This is a challenge we have and I'm getting slow reactions from Foundry so
>> I thought I would ask the Braintrust.  :) > Essentially I'm just wondering
>> if you can if/then your way out of this problem, can I start either 9 or 10
>> from a single init/>menu.py and end up with properly sourced plugins?  The
>> biggest single challenge we have is we're trying to do with *without*
>> >using $NUKE_PATH, which drives a different init.py.
>>
>> Not really asking for a walkthrough, but just wondering if anyone happens
>> to know if it's trivial/tough/impossible to do.  If >the recommended way
>> really is not using a single configuration but wrapping in NUKE_PATH,
>> that's fine.  It really seems to be an >issue of the startup order.
>>
>> Appreciate any thoughts!  We're on Windows if it matters.
>>
>> Thanks
>>
>> J.C.
>>
>>
>
>
> --
> Using Opera's mail client: http://www.opera.com/mail/
>
> _______________________________________________
> Nuke-users mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
>
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to