Here are some more pieces. I started putting things in the engine to try out some of the tutorials I've been reading. Does anyone know of a fix for having a high spec or gloss and how it creates really bad aliasing? It's only when my gloss is high, but without it, the metal doesn't look right. And now for the disappointing…
This weapon was created for my Game Art Institute Class, new class starting in September. https://www.gameartinstitute.com/p/bootcamp-theme-1500667032 More on Artstation: https://www.artstation.com/artwork/vdz3x https://www.artstation.com/artwork/wbO5g The Garuda KR-0K HPC is a hand held weapons system with M.M.M.S…
Yea there are some tools that are broken / wont work if assigned a key in the hotkey editor. Years ago the bridge tool was that way (not sure if it still is), so I wrote a script to do it instead and just hotkeyed that. If you want to set a hotkey for Bevel options window, here's a script I just put together. Run it and…
I disagree with people calling it "tool". This is not something you spend years of training to learn all the intricates like you do with oil paints and brush, with maya/blender/zbrush, with illustrator/affiniy designer etc. etc. See my example image above with the blackbird and the earthworm. Yes you do. The skill that you…
I think i know what the issue was now. I was using a script to select hard edges and I think it was changing selection options. So the target weld was not working afterwards. source dagMenuProc;int $lowAngle = 30; int $highAngle = 150; //Change the object back to object mode, just in case it wasn’t already toggleSelMode;…
Introducing The Spy Raptor Red and blue skins with uber textures Zombie skin compatible an array of hats fit without editing the hat itself ok, So I've been busy getting myself acquainted with Blender and its Smdtools over the past month or so and I've worked on this model for the spy of Team Fortress 2 , there were a few…
How to make waiting in unity js? How to do actions for some other object, for excample I click start buttong, and camera goes left on x for 50. How to hide objects. Give me few excamples of simple js scripts for android touch inputs, like I touch game object and print "object is clicked", and script for sliding page down.…
Hi, I've got a script that's meant to do work on all the Geometry in the scene. Unfortunately while it loops in creation mode it disables the chosen create tool. My current idea is to work out how to get the name/id of the object that is being created using:isCreatingObject() Then save it to a variable and then re-activate…
I'm making a model of real world track and I'm having problem with modeling railing. I made one segment of railing, like this: Model by itself is great and could be bended at several angles to create modular set. But this track that I'm making is not flat and straight at all and making railing using modular set is just not…
Hello everyone, I hope someone can help me solve this. I have a scene with 20 layers and in each layer I have a word with a different material. The word is created using displacement on a plane, so I'm not using any other 3D model for the purpose, and I have the masks and displacement maps for that. The intention is to…