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 …
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…
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…
if you are intending to save to sequence anyway, why not just convert your sequence to avi using a free converter tool like ffmpeg?
search this forum. I am pretty sure i remember a pipe generator maxscript project some time ago
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…
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…
only way I know of would be the ‘ugly’ way – ie. using the UI Accessor hopefully someone knows a better way
what is the actual error being thrown?
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…
i would try asking on the chaos group forums
ZOMG! don’t you use email???
setting BackgroundImageLayout is no different to FlatStyle panel.BackgroundImageLayout = panel.BackgroundImageLayout.Stretch DannyBoy3: …I d…
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…
i made this code some years ago to test custom text and selection colours in a dotnet listbox. Should be helpful. ( global dnListBoxTestRollout t…