James Smith

Results 494 issues of James Smith

Following on from #4970... perhaps with an extra token added (https://my.org/edit?url=https://mymanyfold/model/2l3k&token=lkj3l24) so the other software (a blender plugin e.g.) can add it back to an http UPDATE request to url...

feature

Ability to manage/add third-party 'open in .....' viewers per mimetype: ".blend" => "Open in Blender => "blender://...%s" ".json" => "Open in Intranet editor" => https://my.org/edit?%s"

feature

Ability to swap the THREE previewer with custom viewer (e.g. `docker run manyfold -v ./myTHREE:/path/to/THREE/viewer`)

feature

Add the ability to specify a entrypoint/main (3D) modelfile of a model (just like thumbnail), which shows up in `datapackage.json`. A bit like `index.html` is the default entrypoint for HTML.

feature

From @coderofsalvation: > (docker?) configuration option to disable CORS completely, because of bug: ModelFile-uri's don't work with remote apps, even with my /usr/src/app/config/initializers/cors.rb ``` # always allow cors so remote...

feature

Sync public and private files from MyMiniFactory. API says it's possible, but it needs a fully scoped OAuth authentication, not just a bearer token like we have now. Docs: https://github.com/MyMiniFactory/api-documentation/blob/master/oauth2-instructions.md

feature
integrations

By using assimp loader and models, we can make the manifold check faster. This PR at present gives at least a 5x speed improvement; loading is super fast, though the...

improvement
performance
blocked

> @Floppy thanks for reply, but it didn't work. For example below. When I use the upload content with the zip, the content just ends up showing the 5 jpgs,...

bug

We should look at making collection nesting easier to understand and use. Split from #3886

feature
UX