Duane Johnson

Results 129 comments of Duane Johnson

@scurest I'm curious how difficult it would be to export Face Maps as well. I recently learned about this feature (Blender 2.8+, apparently). It's even more ideal than vertex groups...

Thanks @scurest! I combined both of your excellent contributions, so that one may export both vertex groups & facemaps if desired: https://github.com/canadaduane/glTF-Blender-IO/tree/custom-data NOTE: I changed the `_FACEMAPS` attribute to `FACEMAPS`...

Oh, hmmm. That makes sense, but then someone could name a vertex group as "facemap" and it would potentially wipe out the legit "_facemap" attribute, right? Maybe we need a...

I added the `_vg_*` prefix and restored the `_` prefix to `_facemaps`. (Thanks!)

Ok, cool, so this PR should wait until your work there on custom caches is done? If I understand #1245 is the ticket to watch.

I believe this is no longer necessary, as the colliders are no longer passed explicitly.

Cross-posting my comment from Discord here: > I can see that the demo is working on iPad, but I can't seem to get my app to build in such a...

So in our case, an additional cause of trouble was our use of TerserPlugin to minify our javascript. It looks like Terser does something to the rapier3d glue code between...

@LeXXik Are you able to share your working Rollup configuration for wasm, specifically? I [filed an issue](https://github.com/rollup/plugins/issues/617) that has since been closed as "stale" regarding my inability to get rapier3d...

One of the callbacks happens in DocFrontend (if this line is commented out, I receive ONE callback): https://github.com/automerge/hypermerge/blob/master/src/DocFrontend.ts#L139 The other happens as a result of RepoFrontend receiving a `LocalPatchMsg` (Again,...