Afaik the easiest way is to save the sfx material to a mat file and load that (via loadTempMaterialLibrary). Alternatively you could directly access the windows/buttons via HWND, but that's super hacky (might not work right across Max versions). To make it the default material applied to all new model primitives in the…
Maya's normal spacebar function: * tap: toggle between single and multiple panels * hold: hotbox My desired spacebar function: * tap: toggle animation playback * hold: hotbox I've been experimenting with the hotkey editor, and googling answers, but I just can't figure out how to set up the spacebar like this. Anyone know…
I would try and find some resources on industrial design then.I have heard a lot of the guys at guerrilla on the concept team were previous industrial designers. It definitely explains why all the killzone and horizon tech designs look so functional and good. figuring out why something looks good regardless of if it is…
hi there I am having a problem with my new huion DWH69 tablet in z brush. The tablet is working fine in Photoshop, cinema 4d ,but z brush doesn't seem to respond when iam moving the pen , although when i click the buttons on the pen it responds to the functions but it doesn't navigate . anyone had this problem before?, or…
New version 2025 is out !!!! https://3dcoat.com/forum/index.php?/topic/25785-3dcoat-2024-development-thread/ ------------------------------------- 3DCoat-2025-01 Mon Mar 17 13:56:48 2025 +0200 - Sculpt Room: tool "Replicator" Bug fixed for using Volume for Multiple - The following functions have been added to help you make…
Hello everyone. First post on Polycount, I've been a follower for some time now. First challenge I pushed myself towards completing and quite possibly first piece completed ever without giving it the usual treatment of "saving and forgetting about it". With this one playing around with berzier curves for the wires and…
To add to this post, i'd like to inquire about how to change image settings (more specifically, ticking on/off sRGB or Use Mipmaps). This doesn't seem possible using the setfield function nor does it show up when using "getfieldnames", and I've tried using variants of the "sRGB" function in the texture class but can't get…
How are you calling the python script in your marking menu? Usually it should be something like this for a script with a single function, a MM can only use mel, so we use `python` to call python scripting inside mel. python(import "myScript"); Or like this for when you want to call a main function : python(import…
TBH I never really worked out the value of stuff like Roadkill or UVLayout. Pelt/relax/unfold/LSCM/break/sew functions in apps like Max, Maya and Modo hardly seem different to the functionality Roadkill or UVLayout offer. Personally I much prefer not having to go through multiple apps anyway, you're in danger of losing…
Most of the things guys show here is simple stuff. But no one here touched custom functions and FX-Maps yet. That's where it all can get a little complicated because a little math may be needed, especially for custom functions. But this is probably for more technical ones here. For most materials you probably can stick…