luaacro 9c40cafc27 Disable and enable triggers for scene and meshes hace 10 años
..
Sources 9c40cafc27 Disable and enable triggers for scene and meshes hace 10 años
README.md 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.actionNode.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.contextMenu.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.list.ts 9c40cafc27 Disable and enable triggers for scene and meshes hace 10 años
actionsbuilder.main.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.parameters.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.toolbar.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.utils.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
actionsbuilder.viewer.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
gulpfile.js 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
package.json 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años
raphaeljs.d.ts 5849f66fb3 Adding Actions Builder with the README.md file hace 10 años

README.md

Babylon.js Actions Builder

The Actions Builder is a part of the 3ds Max plugin (Max2Babylon) that allows to build actions without any line of code.

Tutorial and informations about the Actions Builder here

Built files are located in "./Sources"

Install and Build files

Install dependencies:

npm install

Build Actions Builder:

gulp

Build JS files from their respective TS files:

gulp debug

Build on save:

gulp watch

Update gulpfile.js to add your own files:

var files = [
    // Files
    ...
    "file1.js",
    "file2.js",
    ...
];