Refreshing the banners! Send these people some love, let 'em know you care as much as we do. In no particular order...* https://polycount.com/discussion/211023/sea-of-thieves-anniversary-update-environment-level-art-dump * https://polycount.com/discussion/221392/sketchbook-frank-polygon/p1 *…
I’m trying to write a script to override the material on a Redshift proxy. I can’t access the proxy material from the proxy rollout. I’m stuck at this point — any help would be appreciated. attach script here: macroScript RS_Proxy_Overdrive category:"Hihead" toolTip:"RS_Proxy_Overdrive" ButtonText:"RS_Proxy_Overdrive"
--…
hey copypastepixel can you have a look at this code? - I think I have it working so far except it can't find at them moment the RoadKill URL even though the URL is correct on my computer. The problem orginates from:fn killroad_exportObj obj= ( select #(obj); exportFile OBJFilePath #noPrompt selectedOnly:true; commandstring…
Ha, neat choices here fun looking little project. I hope it takes off well & its completed, rooting over here for ya. It is nice to see something i collected also once upon a time, if you want some pix for references (only if you can't find any) i got the comix still laying around here in a box in my closet, some cards…
Hi, I'm working on a scene for my studies and after restarting the PC I'm getting this lines, all the materials are gone and some of the models. Is there a way to fix it or is it gone? Here is the file, in case it can help somehow. MA MB file -f -new;// untitled // performFileDropAction ("D:/3D…
Hi guys, I'm having a problem where this QC file: $cd "C:/Users/Alex/Desktop/degroot/Stickey_Launcher/Compiled" $modelname "weapons/c_models/c_MaccyF_Launcher/c_MaccyF_Launcher.mdl" $model "c_MaccyF_Launcher" "c_MaccyF_Launcher.dmx.smd" $bodygroup "body" { studio "c_MaccyF_Launcher.smd" } $cdmaterials…
been meaning to clean a multi pipe for orientation fer years, however all mah macros werk fine and keep me lazy. till that day... hope dis helps: cly_oriental.mel previews ( ps. use freeze transform or world space for default orientation reset ) //for a single edge selection whose orientation iz desiredglobal proc…
Hi! Here it is my solution to move ANY selected object back to the center of the world:
- create a MEL tab and copy/paste this snippet:
// Get the selected object(s)
string $selectedObjects[] = `ls -sl`; // Check if any objects are selected
if (size($selectedObjects) > 0) { // Loop through each selected object and move it…