Skip to content

Tags: icosa-foundation/open-blocks

Tags

0.5.42

Toggle 0.5.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the all-actions-updates group with 2 updates (#125)

Bumps the all-actions-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions-updates
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.5.41

Toggle 0.5.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/cache from 4 to 5 in the all-actions-updates group (#124)

Bumps the all-actions-updates group with 1 update: [actions/cache](https://github.com/actions/cache).


Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.5.40

Toggle 0.5.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the all-actions-updates group with 2 updates (#122)

Bumps the all-actions-updates group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet).


Updates `actions/setup-python` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6.0.0...v6.1.0)

Updates `actions/setup-dotnet` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions-updates
- dependency-name: actions/setup-dotnet
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.5.39

Toggle 0.5.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/checkout from 5 to 6 in the all-actions-updates group (#121

)

Bumps the all-actions-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.5.38

Toggle 0.5.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix polycount metadata (#120)

0.5.37

Toggle 0.5.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix rendering of modify tool (#119)

* Fix purple mesh when vertex/edge erasing is enabled

* Fix bug when deleting individual vertices

* Do not call AddFace for zero-vertex faces

---------

Co-authored-by: k-lara <kbrandst@proton.me>

0.5.36

Toggle 0.5.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/remove colinear vertices (#117)

* Add optional colinear vertex removal to CoplanarFaceMerger

* Make this the default for now

0.5.35

Toggle 0.5.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Import .vox files (#116)

* Add MagicaVoxel .vox file import support

* Prioritize .vox format over OBJ/GLTF when loading assets

* add missing meta and remove readme

* add VOX to filter choices enum

* Remove logging

* Add vox to EntryHasLoadableAsset

* Fix winding order and add some comments and copyright note

* Correct filters for "non blocks"

* Multiple negative filters is broken currently so only do -tilt

* vox isPreferred support

* Oooops. I removed a var we needed to keep

* Removed another read by mistake

* Fall back to default magicavoxel palette

* Remove request logging

0.5.34

Toggle 0.5.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix obj import issues (#115)

* handled preferred formats and obj ngons. import OBJ materials without textures

* Update UnityGLTFSettings.asset

* remove a debug log line

* obj groups

* Load textures for obj files

* For obj - don't use material color if we also have a texture

* Normalize scale and position for obj as well as gltf

* Calculate vertex capacity correctly

* Metadata is now in the POST form not in json

* Track material declarations alongside their corresponding faces

0.5.33

Toggle 0.5.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OBJ/GLTF import (#114)

* Preserve colour for intersection operations also

* Colour intersection mode for CSG tool

* alternative implementation of paint intersect

* Combine best parts of both implementations

* attempt to merge coplanar faces after a CSG operations

* handled situations where the faces would form a ring with a hole.

* merge coplanar faces when importing obj files

* OBJ: Skip invalid faces, handle negative indices and optionally merge tri meshes

* Basic support for obj and gltf import from Icosa

* sanitise paths

* the fix a couple of import errors

* orientation fixes and possible source of lockups

* fix errors importing some obj/gltf files

* Add UnityGLTF package

* Approximate face color based on textures

* Filter value is "tech" not technology

* filtering by format

* avoid a null when we have no results

* wire up the format filter component

* document our magic numbers

* Fix Filtering by format

* default filter format should be blocks

* handle some colour edge cases

* Restore the try/catch we disabled earlier

* If no valid supporting files, proceed directly to conversion

* Better equality check for formats

* Lower the default complexity

* Always get a fresh material instance

* Set the container value when setting the button state

* Combine vertex colors and texture if present