Elie Michel

Results 239 comments of Elie Michel

Hello, same problem here, I consolidated my attempt at making a minimal project using a static build of OpenVDB with MSVC16: https://gist.github.com/eliemichel/54be942fec905611fc6840389496fd8e

What if we'd like to debug our code? Is there sth to change in the config?

I agree that it is not well defined for `x = 0`, but Sympy handles it differently: ```python >>> import sympy as sym >>> x = sym.Symbol('x', real=True) >>> sym.diff(abs(x),...

> In terms of API, it might be a minor issue that by the time the output mesh is inputReleaseMesh()-ed, the mesh with the forwarded attribute may have already been...

I have officialy added **(2B)** and **(2C)** in bef660d Thanks once again for your involvment ! For edges let's stick for now to the "if one wants edge attributes, they...

Regarding **(2D)** it must not be an action. It is an action to check whether an effect **with a given valuation of its parameters** is the Identity, but for deformers...

I was thinking about making some attribute names conventional. This is inspired by Houdini, who tries to be as agnostic as your dataviz tools are wrt to attributes (`P` is...

I've added `kOfxMeshEffectPropIsDeformation` in 40cb5eb (and also fixed a typo in `kOfxMeshPropNoEdge`, the 'k' has made its way to the content of the define).

> an effect may use an attribute to drive what it does - it has a slot for attribute with given location/datatype, which should be pointed to one of the...

> Ideally, I would prefer to shield the effects from native host names of things, as that could encourage relying on host implementation details If I refer to the way...