Justin Israel
Justin Israel
Awesome. Nice one!
Hey. I haven't tested this plugin in a while so I can't yet confirm behavior in Maya 2023. But from your traceback it all looks like it's all happening within...
Ok I have just tested Maya 2023.1 on linux and it seems to be working, with SublimeText 3.2.2. Could you confirm your SublimeText version and also provide a sample of...
I've just tested this again on Linux using Sublime Build 4126 and Maya 2023.1, but I was not able to reproduce the error. This makes me wonder if its even...
Does it segfault because you haven't first initialized the ImageMagick C library as per the example? ```go func main() { imagick.Initialize() imagick.NewMagickWand() } ``` If that is the cause, I...
Yea it would be undefined if nothing is checking ahead of time. The segfault is from the C library. So the behaviour was entirely dependant on what that does. We...
Strangely, when I try to reproduce this using the same ImageMagick7 version, I don't see it segfault. I'm on linux with gcc, so I don't know if it has to...
@ben-swit and it was because you had not initialized the library first?
Hmm. So If I understand correctly, you are saying that by calling `Initialize()` it will prevent the crash from happening. This is expected and aligns with what would happen in...
Hey guys. So the client support should be pretty easy since thats just a matter of getting the setup.py to find boost/thrift to build the client. The client code itself...