Luis E. Fraguada
Luis E. Fraguada
**Describe the bug** Not all 3d models or media assets have their own licenses. For example, horse.gltf. **Expected behavior** To have an appropriate media license attached to every model or...
Hello! I've been looking for something like oboe! I have json files that contain geometry to be rendered in Three.js (a javascript webgl library). With Oboe, I should be able...
**Describe the bug** md files [seem to be supported](https://github.com/hicetnunc2000/hicetnunc/blob/main/src/components/media-types/md/index.js), but it seems they cannot be minted as I get the message that the file format is invalid. I guess from...
**Describe the bug** The hDAO amount reported on the profile page is incorrect (after some self-curation and return). I curated one of my own objkts with 15 hDAO, and then...
I've been pleasantly surprised about the utility of this repo. I've used it to make the reference to my class library [here](https://github.com/mcneel/ThreeLib/wiki/THREE#scene). It would be great to extend this to...
This would be in workflow_ci to check if submodules are different than the main branch.
Requested: https://discourse.mcneel.com/t/request-new-rhino-compute-py-api-calls/136908/2 src: https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_brep.h#L135
@dan-rigdon-bel there was a bug in the workflow_ci script that didn't use the check for changes in build scripts to in any of the build steps, which means the changes...
RhinoCommon: https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_DocObjects_RhinoObject_GetSubObjects.htm A `BrepObject` can be composed of several subobjects, each with their own material. `BrepObject.GetSubObjects()` returns the parts of each `BrepObject`, each with their attributes and material id. (If...
I can get the properties of a `ViewInfo` object, but cannot seem to get the `.viewport` in js: These are from the `NamedViews` array on a `File3dm` object.