Page 1 of 1

Rendering TFD on ButterflyNetRender

Posted: Tue Jan 31, 2017 2:31 pm
by roger1972
Hi!
I got this problem, my rendernodes does not find the TFD_loader. I got the "TDF library not found in "" " The information on where the TDF_loader.p is on LWOctane.cfg.

Does anyonen know where I could put LWOcatane.cfg, so BNRnodes can find it?

Re: Rendering TFD on ButterflyNetRender

Posted: Tue Jan 31, 2017 3:33 pm
by juanjgon
Hi,

The LWSN nodes work using a custom config file, that can include the path to the TFD plugin. You have more details in the docs:
https://docs.otoy.com/manuals/products/ ... rendering/

Thanks,
-Juanjo

Re: Rendering TFD on ButterflyNetRender

Posted: Tue Jan 31, 2017 4:11 pm
by roger1972
juanjgon wrote:Hi,

The LWSN nodes work using a custom config file, that can include the path to the TFD plugin. You have more details in the docs:
https://docs.otoy.com/manuals/products/ ... rendering/

Thanks,
-Juanjo
like this? Just testing on my local computer. Same error message. using Octane 3.03.3

"XXXXXXX"
"XXXXXXX"
1
8
300
“C:\TFD\TFD_loader_64.p”

Re: Rendering TFD on ButterflyNetRender

Posted: Tue Jan 31, 2017 5:09 pm
by juanjgon
Can you please attach the config file? Perhaps you have a problem related to the quote character.

It should be:
"C:\TFD\TFD_loader_64.p"

Not:
“C:\TFD\TFD_loader_64.p”

Thanks,
-Juanjo

Re: Rendering TFD on ButterflyNetRender

Posted: Tue Jan 31, 2017 5:53 pm
by roger1972
juanjgon wrote:Can you please attach the config file? Perhaps you have a problem related to the quote character.

It should be:
"C:\TFD\TFD_loader_64.p"

Not:
“C:\TFD\TFD_loader_64.p”

Thanks,
-Juanjo
I found the problem

1
8
300
"Y:\\Lightwave2015_64-win\\support\\3rdparty_support\\turbulencefd\\TFD_loader_64.p"


I have to use double "\" to make it work in BNR

and the quote was also wrong.

Thanks :-)