I see what you mean. I think the issue is with the source image format. It’s a 16 bit greyscale image. I’ve never been able to work with that format i…
Hi @Clovis, I’m not sure I understand the problem. The image you post here is 8 bits, if I convert it to 16 bits with the methods above I get a darke…
Hi @Clovis, perhaps you’ve already solved this but here’s something which works for me –make a new bitmap thePixelformat = (dotnetclass “system.draw…
Hey dZorg, I actually implemented this in c#, so I’m unsure about the syntax in maxscript exactly, but I’ve used this post as a reference: You can ju…
I had an issue with a webrequest a while back and for me changing the security protocol did the trick. I did it in c#, but for maxscript it might be s…
I’ve had the same issue with maxform based UI’s in max 2019. After installing the 2019.1 update the issue of non responsive dotnet controls went away….
I agree. Some basic forum etiquette like “thanks for this solution, it worked”, or “thanks for your script, but I don’t understand it” would be great….
I don’t have a workaround, but installing 2019.1 fixes the issue.
I’ve used VS to build my console app. It’s just a basic console app, no bells and whistles. I’ve taken out the messagebox or emailing function and I’v…
Hi there, I’ve successfully implemented the project from Jorge. I actually run it from a .net winforms application. I’ve also added a bit where, in ca…
For zipping and unzipping I’ve used Zipstorer as an assembly (). It’s no fuss and solid. I’ve only had to encode stuff to base64 strings like so Byte[…
For some scripts I’m using this function. It uses two arrays: one with characters you want to replace and the other with the characters you want to re…
I’m reviving this thread after a year just to let you know how it went. I’ve implemented a system by Cryptlex (). They offer a decent system to create…
Somehow that has an ominous feel to it…
As for me, I’ve moved on. I was struggling a lot with writing encryption, managing licenses and dealing with subscriptions. I’m no security expert and…