Elie Michel
Elie Michel
 This is useful when using a multi-camera setup with reference images that have varying dimensions. Technically, required to add a property to save the image dimensions and a panel....
May sound silly but is there a way to simply grab/move around the selected vertices/edges/faces? Like Transform, but in edit mode.
It is hard to maintain all the parsers and services in general since it somehow requires to have the external programs that they are made to communicate with. Reading #171...
Archive jobs
Deleting a job makes afanasy completely forget about it. But sometimes it can be interesting to come back to those jobs, even though it is something exceptional. So it could...
> All dependencies are included as git submodules in the third_party directory. Not entirely true, GMP and Boost are missing. And I cannot get cgal to find gmp: ``` $...
Here is a Windows build, in case one is interested: [lit_d09f0d1_win64.zip](https://github.com/zyedidia/Literate/files/5648713/lit_d09f0d1_win64.zip)
Hello, Don't know if you're keeping a list of released use cases or even whether this is the right place to report it, but here are two public projects of...
The expected result of `diff(abs(x), x)` is `sign(x)`, but it is not resolved correctly: ```python >>> from symengine import Symbol, diff >>> x = Symbol('x') >>> expr = diff(abs(x), x)...
We should extend the API to support effects that can take a variable number of inputs, like Houdini's Merge SOP, or to allow effects that take a collection as input...
This started as a follow up of [#27 of the Blender Host](https://github.com/eliemichel/OpenMeshEffectForBlender/issues/27), from which a lot of relevant insights and ideas emerged. Already integrated: - [x] **(2B)** Add a `kOfxMeshPropNoEdge`...