Page 1 of 1

RainMaker Extension

PostPosted: Wed May 04, 2011 6:58 pm
by Trips
I'm trying to use RainMaker but 2.9 does not seem to recognize atRainMaker.zeo.

Placed that file in C:\Program Files (x86)\Bundysoft\L3DT Professional 2.9\Extensions and tried this:

If you want to do all that processing back-to-back and automagically, select 'Extensions→ZeoScript→RunScript' in the menu and enter the following script:

calc.WM.rain <m:HF> <m:WM> 1 100 1 1 1
calc.HF.ShiftMap <m:Rain-avgdepth> -1
calc.WM.ApplyOverlayMax <m:HF> <m:WM> <m:Rain-avgdepth> true


but get the error message:

- call to L3DTxml_ReadVar failed


CL3DTView::CalcZoom report
- x2 error

CL3DTView::CalcZoom report
- y1 error

ZeoScript error: Unrecognized command 'calc.WM.rain'.
- Line 1: 'calc.WM.rain <m:HF> <m:WM> 1.100 1 1 1'

ZeoScript compilation aborted on line 1 following errors.



Help :-)

Re: RainMaker Extension

PostPosted: Wed May 04, 2011 9:49 pm
by Aaron
Hi Trips,

L3DT doesn't automatically load plugins that have been dropped into its extensions folder (deliberately). To load the plugin, you also need to register it with L3DT using the extension manager, which you can open from the menu at 'Extensions->Extension manager'.

Best regards,
Aaron.

Re: RainMaker Extension

PostPosted: Thu May 05, 2011 12:44 am
by Trips
Ah :-)

Now the plugin is loaded but I get the error message:

CExtDLL::LoadDLL error:
- cannot find function 'zeoGetApiVersion' in plugin 'C:\Program Files (x86)\Bundysoft\L3DT Professional 2.9.0.16\Extensions\atRainMaker.zeo'

with the current development release. The production 2.9 release works fine.

Re: RainMaker Extension

PostPosted: Thu May 05, 2011 12:49 am
by Trips
Spoke too soon... it LOADS fine, but now I get this when running the script commands:

ZeoScript error: Unrecognised command 'm:HF'.
- Line 1: 'calc.WM.rain <m:HF> <m:WM> 1 100 1 1 1'

ZeoScript compilation aborted on line 1 following errors.

Re: RainMaker Extension

PostPosted: Thu May 05, 2011 12:53 am
by Trips
Complained too soon...

Found the solution here:

viewtopic.php?t=692&start=15