Valerio Viperino
Valerio Viperino
So, I gave this a try. because I'm both a macOS and Raspberry Pi user. I wanted to first compile it on docker on my M1 machine, since that felt...
@BrianHanke the ``` hdMoonray.so: undefined symbol: _ZN32pxrInternal_v0_22pxrReserved14TfPyObjWrapperC1EN5boost6python3api6objectE in '/installs/openmoonray/plugin/hdMoonray.so ``` makes me think of an API mismatch between libraries. My first suggestion would be to look at which version of...
On which platform are you trying to build? If you’re on windows, are you using the WSL? I’d recommend adding a bit more context (OS, shell, commands run) to your...
@BrianHanke There might be a few reasons why python isn't pickup your env variables. How are you running houdini? Are you sure that everything is making its way to the...
_* adds joke on Rust and memory safe languages *_ Jokes aside, I’m curious to know more myself since I wanted to try Moonray on Houdini! If you could make...
hi @GambleV , I tried your solution but I got this error: ``` blablabla/addons/ofxFaceTracker2/src/ofxFaceTracker2Landmarks.cpp:42:52: error: implicit instantiation of undefined template 'ofMesh_' template ofMesh ofxFaceTracker2Landmarks::getImageMesh() const{ ^ blablabla/of_v0.10.0_osx_release/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:45:7: note: template is...
@dstavy just to say - I've switched to bakercp version of this addon, which is tested against 0.10 and works good if you compile from XCode and not using make....
@harryhow this error has been already notified, basically this addon is not ready for of 0.10. I would switch to the bakercp version, which is tested against 0.10 and works...
Thanks @ofZach ! I already saw that thread but to be honest I have no idea how to apply the fix that they're suggesting.. if anybody has a pointer it...
UPDATE: I worked up the courage and went into the headers rabbit hole, trying to do what was suggested in the sourceforge link posted by zach. The issue is actually...