Edward Lam

Results 59 comments of Edward Lam

@Idclip When you run bash, it usually sets `$HOME`.

@Idclip Was (2) the python extension dll filename suffix addressed elsewhere?

Thanks! The issue here is that `HOUDINI_USER_PREF_DIR` varies by platform so again we might consider doing what `HoudiniConfig.cmake` does, which is run hython to figure it out.

@Idclip Which compiler version and Houdini version?

Ah, ok, yeah, I had run into this myself but with my local experimental clang-cl build. In dev trunk now, all of these methods have `SYS_FORCE_INLINE` added to them. I'll...

Change should show up in tomorrow's daily Houdini 18.0.352 build.

The UT_WorkBuffer linker error is coming from the UT_ASSERT macro used in the destructor. It's not usually expected that client code builds with UT_ASSERT_LEVEL defined. To track this down where...

PS. Regarding `-DSESI_OPENVDB_PRIM`, I've been increasingly of the opinion that it's a lost cause at this point.

PPS. I'm not entirely sure that the UT_WorkBuffer problem isn't a VS2019 bug though. I would have expected that the static ignore variable for a force-inlined method be generated in...