EgtExecutor 1.6i5 :

- estensione nesting di rettangoli con anche funzioni Lua.
This commit is contained in:
Dario Sassi
2015-09-10 21:44:50 +00:00
parent a185d5488a
commit cb081bbcf6
7 changed files with 519 additions and 21 deletions
+4
View File
@@ -94,6 +94,10 @@ LuaInstallEgtFunctions( LuaMgr& LuaMgr)
LOG_ERROR( GetLogger(), "Error in LuaInstallMachMgr (" __FUNCTION__ ")")
return false ;
}
if ( ! LuaInstallNesting( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallNesting (" __FUNCTION__ ")")
return false ;
}
if ( ! LuaInstallScene( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallScene (" __FUNCTION__ ")")
return false ;