-
I've never done it myself, but our technical artist at my old studio mentioned that you only need the libraries to compile against to create a new/updated plugin. I'm not entirely sure that is correct though.
I myself am quite interested in obtaining/building a 2010 plugin but I'm not sure which libraries are needed.
Doug Hines.
2010-01-04 17:11:43 UTC by terminal205
-
Change liquidAddTabs() which is in registerLiquidRenderer.mel like below.
global proc liquidAddTabs()
{
renderer -edit
-addGlobalsTab "Common"
"createMayaSoftwareCommonGlobalsTab"
"updateMayaSoftwareCommonGlobalsTab"
liquid;
renderer -edit
-addGlobalsTab "Liquid"
"liquidCreateGlobalsTab"
"liquidUpdateMayaGlobals"...
2009-12-17 07:56:54 UTC by hajimen
-
>undefined reference to `pthread_atfork'
Add -lpthread at LIQUIDBINLIBS in a src/Makefile.
2009-12-16 07:11:39 UTC by hajimen
-
Hi all
I am starting to use renderman but I am really keen to study a opensource version of it.
I noticed that the latest LiquidMaya version is for Mya 2008.
I was wondering if it is possible to Compile it for Maya 09 or 10 for Mac or Win/Vista.
If yes, how can I proceed with this? Is there a documention? I have a bit of knowlege in scripiting but I have no clue of how how to do that...
2009-11-23 02:03:42 UTC by digobh
-
i guess it's visual studio c++.
2009-11-11 13:23:30 UTC by freshnfunky
-
where i can find the code for the display drivers?
isn't there a precompiled version for it? why is it not included with the liquid installation files...
2009-11-11 13:19:14 UTC by freshnfunky
-
i had this error when i freshly installed liquid on maya. after restart this message was gone.
2009-11-11 13:16:01 UTC by freshnfunky
-
just a line because i forgot to switch "monitor this" on.... i hope geting email notification then.
2009-11-11 13:10:16 UTC by freshnfunky
-
Hi there,
i tested pixie wit maya 2008 Ext 2. but maya always reports:
// Error: [liqMayaRenderView] Cound't get node :-l. There might be multiple nodes called -l //
// Error: [liqMayaRenderView] timeout reached, display driver didn't respond in time. Aborting //
in the aquis forum they tell it's the liqmaya.dll that's probably missing...
2009-11-11 13:08:02 UTC by freshnfunky
-
cool, i really want to try but the link to the script doesn't work :)
Can you please fix it?
Thank you so much for the detailed description!
2009-11-04 08:21:46 UTC by luciushunt