Tags: icosa-foundation/open-blocks
Tags
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>
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>
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>
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>
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
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
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
PreviousNext