I'm attempting to create my first model for TF2 that will replace the bat, but upon compiling my files, both the Scout's hands and the model itself are invisible in-game. I've used the SourceSDK model viewer to load my model up and this is the preview... This is my .vmt: "VertexLitGeneric"{ "$baseTexture"…
you could generate this with code or you could simply composite images. either way, the result will depend entirely on how you combine your gradients/distancefields/however you choose to think of it here is an example in substance designer. the maths translate 1:1 to any shading language and can be easily ported to code.…
yep TexTools reads out the smoothing groups and create UV shells based on that - which is a great start to unwrap. The opposite should be possible as well, I will have a look at it later and see if I can wrap together a quick script that does it the other way around. In TexTools its the subscript…
Most people trying to get into scripting in Maya (or of any kind really) usually have a big problem knowing where to start. Yes, you have the official documentation here: http://download.autodesk.com/global/docs/maya2013/en_us/Commands/ ...but just going with that is like getting an English-Mandarin dictionary and then…
i attached a quick Blenders geometry node example that packs all same mat ID UV islands in sort of automated style as rows. it uses material id index to shift UV in U direction each in 1 . So each UV islands having mat ID 1 shifts to 1 , islands with matID2 shifts to 2 etc. They all scales back to 0-1 in the end . I have 4…
here is the snippet:try( if ( selection.count==1)then theObj = selection[1];--selected object else theObj = pickObject();--pick a scene object with the mouse if superclassof theObj == GeometryClass do --if really picked a valid geometry ( print ("write file..."); tmesh = snapshotasmesh theObj --snapshot the TriMesh of the…
Make a small list of items that i need for this Stand alone objects 1. 2 Box's needed 4 Textuers 2. Selling stand 2 textuers 3. Selling stand cover 2 textuers (including stands) 4. Metal pipes (from cliff) 2 textuers 5. Ladder (1 textuer) 6. Well (1 textuer) 7. Tabe (1 textuer) 8. (New) Light post Metal (2 textuers) 9.…
I was wondering if anyone has actual numbers. For either studios they work at, or know the numbers of. (I had an interesting discussion with some friends, and we feel that number is REALLY low worldwide). Not including outsourcing houses. If you know the actual numbers for any studios, let me know. I am NOT trying to push…