I recall there were some rumors they were going to do some scripted option or something. I have some older version and it's best hand painting soft I ever used . Still use my ancient Painter license just because there is an obscure blender 2.5 addon that reads 32 bit depth buffer from uncompressed Painter riff files. But…
I just wanted to let you know that 3D Coat is now available at discount. You can get the professional license for 235 $ instead of 349 $ The educational license is also affected and can be bought for 99 $ This discount is only available until October 15'th So everyone who considered buying a liense should probably do so,…
If you don't know anything about webdesign, its best just to do something like this, http://adambromell.com/ and spend the rest of your time improving your game art skills. EDIT: Chris beat me to the punch. Really this is all you need [html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
No scale issues here :poly121: I know what the problem is. The FBX export script I use is scaling my fixed grid to UDK units. The reason I use the fixed grid is for modular work on a large scale: This pic is my actual height map exported out of UDK. I could just build "kits" and build them into the terrain in UDK but I…
Hi! Sorry if that was asked a lot. I need a formula to convert 0-1 linear(which is used in material sliders like 3ds Max,...) like 0.7 into Photoshop sRgb(0-255), what is used in PS histogram. I need that for non color maps, like roughness. I don't know if the correct formula is x(linear)*255, or do I need to factor in…
OK warby I found something similar to what you're saying. I think you're using unsigned normal maps, which for your engine means a 128 color is considered a non-bent normal (pointing straight up on X/red). Here's a quote from one of our graphics programmers: [ QUOTE ] Signed normal maps are useful for helping to hide…
I'm not sure what you mean by that. If you're just looking to flatten the whole thing a bit, there's a Smooth option under Mesh->Vertices->Smooth for 2.49 and under Mesh->Vertices->Smooth Vertex in 2.5 This is very vague. What part exactly do you want to know? Correct. But selecting everything (A), and using Ctrl+T or…
As for the second part, here's example dotnet textbox: try destroyDialog test catch()rollout test " .NET Textbox" width:180 height:180( dotNetControl dncText "System.Windows.Forms.Textbox" width:175 height:170 align:#center on test open do ( dncText.Font = dotNetObject "System.Drawing.Font" "MS Sans Serif" 8 ((dotNetClass…
No no not copy paste the images to other thread, what I mean is just close this one and make a quick link for most asked things in here which are mostly holes in curves and supporting edge loops, knurls etc. The new thread (part 2) should contain more challenges like the ones Perna did along with usual main purpose of this…
Ruz: Yeah 500 in my previous post was just a random example number to show the math. For your eyeball example you would determine the highest value you want your spec power to be, in this case Eyeball = 120. The eyeball highlight would then be painted with value 255 white pixels and multiplied by a constant of 120 which…