Skip to content

Releases: BabylonJS/Editor

v5.1.10

04 Oct 12:14

Choose a tag to compare

What's Changed

Full Changelog: v5.1.9...v5.1.10

v5.1.9

30 Sep 18:05

Choose a tag to compare

What's Changed

Full Changelog: v5.1.8...v5.1.9

v5.1.8

28 Sep 14:49

Choose a tag to compare

What's Changed

Full Changelog: v5.1.6...v5.1.8

v5.1.6

21 Sep 20:21

Choose a tag to compare

What's Changed

Full Changelog: v5.1.4...v5.1.6

v5.1.4

14 Sep 16:56

Choose a tag to compare

What's Changed

Full Changelog: v5.1.3...v5.1.4

v5.1.3

12 Sep 16:50

Choose a tag to compare

What's Changed

Full Changelog: v5.1.2...v5.1.3

v5.1.2

11 Sep 13:31

Choose a tag to compare

What's Changed

New Contributors

Babylon.JS Editor v4.4.0

15 Aug 20:10

Choose a tag to compare

Babylon.JS Editor v4.4.0

Chore

  • Updated Babylon.JS version to 5.19.0

Features

  • Added support of GUI and GUI Editor
  • Added support of scene files in assets to manage scenes
  • Added support of drag'n'drop for textures in meshes
  • Added support of wrapping properties in texture inspector
  • Added support of gound color for hemispheric light inspector
  • Added support of unlit parameter in PBR Material Inspector

Enhancements

  • Added new app icon for macOS from @wwwonka
  • Now set plugins from npm in workspace folder instead of global to avoid missing environments variables in some systems
  • Added support of video assets to be copied

Babylon.JS Editor v4.3.0

05 Jun 22:37

Choose a tag to compare

Babylon.JS Editor v4.3.0

Chore

  • Updated Babylon.JS version to 5.9.0

Features

  • Added support of submeshes and multi-materials in FBX loader
  • Added support of package manager choice (npm or yarn)
  • Added support of "Add Material To Scene" in assets browser
  • Added support of custom scene output directory per workspace
  • Added support of clone for materials in assets browser
  • Added onEngineResize decorator in tools.ts
  • Added support of .json files when generating scene
  • Added support of EditorCamera with wheel support

Fixes

  • Fixed usage of bones in FBX loader
  • Set right relative path to particle systems metadata when creating in root assets folder

Enhancements

  • Added workspace path in document title
  • Now return object when attaching script at runtime

Babylon.JS Editor 4.2.0

04 May 16:53

Choose a tag to compare

Babylon.JS Editor v4.2.0

Features

  • Added support of Painting Tools menu in main toolbar starting with Decals Paiting Tool.
  • Added shortcut in graph component to set node enabled/disabled by clicking on graph node icons.

Fixes

  • Fixed GLTF scene files having textures encoded as base64.
  • Fixed typings errors in tools.ts file used by projects. Fixes the compilation errors for projects.

Enhancements

  • Set checked icon for active camera in preview panel's cameras combo box.

Webpack Plugin

Fixes

  • Fixed socket connection to be closed once compilation is done.