Bazilikum

Bazilikum

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini 15 UI problems on OS X 10.10.5 2015年10月26日11:48

I have a macbook pro osx 10.10.5 with intel Iris pro 1536MB
Im getting strange UI behaviour, it works nicely on the native retina display but once I dragged it to another window the ui gets corrupted and unusable.
Any advice?
Thanks!

Removed stdint check on boost cstdint.hpp 2014年5月29日8:39

Compiling OpenVDB houdini toolkit i noticed i receive an error about multi deceleration of int values rising from cstdint.hpp.
checking against official boost release i noticed Houdini removed(?) code to test that:
#if defined(BOOST_HAS_STDINT_H) \
&& (!defined(__GLIBC__) \
|| defined(__GLIBC_HAVE_LONG_LONG) \
|| (defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 17)))))
putting this code back allowed me to compile against the houdini supplied toolkit.
I guess there is a good reason from Houdini guys to remove that check, i just wanted to note that it makes OpenVDB hurt

All the best,
Amit

Crash report Houdini13+openVDB dso's 2014年5月28日12:01

Hello,
I get this crash report when trying to use the OpenVDB dso's from the OpenVDB houdini kit. My system is Linux Manjaro 0.8.10
Crash happens when i show the Detail panel, or with executions of some nodes.
I guess I did some compiling wrong.. :\ i will try to compile it all again, but maybe some one here can understand the error log. He\she will be my savior!
Crash report from arojtblat; Houdini FX Version 13.0.401
Traceback from Wed May 28 19:34:23 2014
Caught signal 11

AP_Interface::coreDumpChaser(UTsignalHandlerArg) <libHoudiniUI.so>
AP_Interface::si_CrashHandler::chaser(UTsignalHandlerArg) <libHoudiniUI.so>
signalCallback(UTsignalHandlerArg) <libHoudiniUT.so>
UT_Signal::UT_ComboSignalHandler:perator()(int, siginfo*, void*) const <libHoudiniUT.so>
UT_Signal::processSignal(int, siginfo*, void*) <libHoudiniUT.so>
killpg <libc.so.6>
SOP_OpenVDB_Read::cookMySop(OP_Context&) <SOP_OpenVDB_Read.so>
SOP_Node::cookMe(OP_Context&) <libHoudiniOP2.so>
OP_Node::cook(OP_Context&) <libHoudiniPRM.so>
OP_Node::internalCookInput(OP_Context&, int, OP_Node&) <libHoudiniPRM.so>
OP_Node::lockInputs(OP_Context&) <libHoudiniPRM.so>
SOP_Node::lockInputs(OP_Context&) <libHoudiniOP2.so>
SOP_Script::cookMySop(OP_Context&) <libHoudiniOP2.so>
SOP_Node::cookMe(OP_Context&) <libHoudiniOP2.so>
OP_Node::cook(OP_Context&) <libHoudiniPRM.so>
SOP_Node::getCookedGeoHandle(OP_Context&, int) <libHoudiniOP2.so>
JEDI_View::updateWorkbenchGeometry(bool) <libHoudiniAPPS3.so>
JEDI_View:puiUpdateNodeInfo(OH_NodeInfo*) <libHoudiniAPPS3.so>
OH_OpHandler:puiUpdateData() <libHoudiniUI.so>
OP3D_View::doUpdate() <libHoudiniAPPS3.so>
JEDI_View:puiUpdateData() <libHoudiniAPPS3.so>
OH_OpHandler::trigger() <libHoudiniUI.so>
UI_Queue::processNextEvent() <libHoudiniUI.so>
UI_Queue::drain() <libHoudiniUI.so>
UI_Queue::eventLoop() <libHoudiniUI.so>
main <libHoudiniUI.so>
__libc_start_main <libc.so.6>
_start <houdini-bin>

Extreme Thanks