Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Releases: Polymaker/ldd-modder

Brick Studio Release v1.0.6.2

13 Jan 17:52
Compare
Choose a tag to compare

New features

  • Added a new panel named "Part Information" where you can enter information about authors and comments.
  • Added a UI layout management system. (The settings menu is not yet finished)
  • Added an "About" window with credits to all used third-party applications.
  • Added a "3D Cursor" similar to blender that can be used as a pivot point.

Fixes and improvements

  • Reworked the settings window.
  • Improved stability and support for multiple instance of Brick Studio.
  • Fixed an issue when loading resources for users on MacOSX.
  • Fixed some "PhysicsAttributes" that were not really editable.
  • Improved scene lighting.
  • Hotfix 1.0.6.1 & 1.0.6.2: fix issue with model loading/saving with new lpp format.

Major changes

  • The "*.lpp" file format was changed. It used to be a compressed file but it is now a plain-text XML file. Old files can still be opened but will be converted to the new format once saved.

Notes

  • The release version number was increased to match the version number used in Visual Studio.

Brick Studio Release v1.0.6.1

05 Jan 13:06
ffc75ac
Compare
Choose a tag to compare

Version skipped. It had a major issue.

Brick Studio Release v1.0.6.0

02 Jan 19:05
ed7a700
Compare
Choose a tag to compare

Version skipped. It had a major issue.

Brick Studio Alpha Release v0.4

11 Sep 13:19
Compare
Choose a tag to compare

New features

  • Added shortcuts to hide selected elements.
  • Can now delete selected elements from the viewport with the Delete key.
  • Support editing and creating flexible parts.

Fixes and improvements

  • Improved connections editing.
  • Improved outlines algorithm.
  • Can now duplicate connections.

Notable changes

  • The outlines are no longer recalculated when generating the LDD files. This is done to prevent overwriting outlines of existing bricks and to improve performance. There is now an option in the Mesh menu to recalculate the outlines.
    Note: The previous version of Brick Studio calculated the outlines in the resulting files and not in the project. So generating the LDD files for an existing Brick Studio project won't have outlines unless you recalculate them with the new menu,

Brick Studio Alpha Release v0.3

21 Jul 11:36
Compare
Choose a tag to compare
  • Improved LDD installation detection and fixed occurring bugs if it is not found.
  • Improved UI elements.
  • Added Custom2DField connection editor.

Brick Studio Alpha Release v0.2

09 Jul 13:55
9327230
Compare
Choose a tag to compare
v0.2-alpha

Alpha Release v0.2

Brick Creator Alpha Version - Deprecated

30 Aug 12:45
Compare
Choose a tag to compare

Don't download this incomplete broken version. A proper release is coming soon.

This is the first (and quite rough) version of a simple brick creator for LDD.
The app outputs both the mesh files and the xml file.
Works by importing mesh files and entering some information (e.g. part ID, name, etc.).

  • Supports wavefront (obj) and collada (dae) models.

Fixed missing dll preventing import.
Fixed G file export bug.