Gravey
@gravey
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 575
Reply
RE: Is there a quicker way to colour a dot Net Bitmap?

15 x 15 is pretty small so it shouldn’t be very slow unless you are doing this a LOT! it might be faster to use something like Graphics.FromImage and …

12 years ago
Forum
Reply
RE: Bitmap/Animated bitmap saving – no settings options

3rd Dimentia: With the ffMpg on the network, I’d still like to avoid using external programs where possible. FYI: ffmpeg is a command line tool t…

12 years ago
Forum
Reply
RE: Bitmap/Animated bitmap saving – no settings options

3rd Dimentia: …for ffmpeg somewhere on the network, but I like to try to keep things as self-contained as possible with the least amount of complexi…

12 years ago
Forum
Reply
RE: Bitmap/Animated bitmap saving – no settings options

if you are intending to save to sequence anyway, why not just convert your sequence to avi using a free converter tool like ffmpeg?

12 years ago
Forum
Reply
RE: Pipes Generator

search this forum. I am pretty sure i remember a pipe generator maxscript project some time ago

12 years ago
Forum
Reply
RE: Setting "Compress on save" with script?

well like i said earlier there’s always the UIAccessor method unless you are strongly opposed to flashing dialogs. Maybe if you combined the UIAccesso…

12 years ago
Forum
Reply
RE: Setting "Compress on save" with script?

you would need to set the ini setting before max is loaded. a startup script is too late. i have heard of people/companies renaming 3dsmax.exe to some…

12 years ago
Forum
Reply
RE: Setting "Compress on save" with script?

only way I know of would be the ‘ugly’ way – ie. using the UI Accessor hopefully someone knows a better way

12 years ago
Forum
Reply
RE: loading png type files onto dotnet forms

what is the actual error being thrown?

12 years ago
Forum
Reply
RE: loading png type files onto dotnet forms

what do you mean by “layer up”? you can use a custom paint event to draw images over the top of each other if that’s what you mean floatingworld…

12 years ago
Forum
Reply
RE: Where is VRayMtl in VRay SDK

i would try asking on the chaos group forums

12 years ago
Forum
Reply
RE: exposing parameters for dotnet objects

ZOMG! don’t you use email???

12 years ago
Forum
Reply
RE: exposing parameters for dotnet objects

setting BackgroundImageLayout is no different to FlatStyle panel.BackgroundImageLayout = panel.BackgroundImageLayout.Stretch DannyBoy3: …I d…

12 years ago
Forum
Reply
RE: exposing parameters for dotnet objects

for most properties you can use the property itself to create a new instance of a class / enum. eg: panel = dotnetobject “System.Windows.Forms.Panel…

12 years ago
Forum
Reply
RE: chanecolors of text in listbox

i made this code some years ago to test custom text and selection colours in a dotnet listbox. Should be helpful. ( global dnListBoxTestRollout t…

12 years ago
Forum
Page 4 / 42