Jon Berntsen Posted June 23, 2020 Share Posted June 23, 2020 Hi! I am looking for a good way to paint different materials on surfaces in 3ds max. How are you doing that? I've been using viewport canvas, but it only allows for textures and does not cut it all the way for me. I have also tried to use unwrap to export texture area, and using photoshop, leaving me with really huge textures. I want to easily paint and mix different grass surfaces, dirt paths, gravel, road. That is for just surface material use but also for quickly customized surface colors for forest objects. I would appreciate any hints Link to comment Share on other sites More sharing options...
Nicolai Bongard Posted August 12, 2020 Share Posted August 12, 2020 Perhaps you could try the camera map modifer or camera projection mapping to create a blend map. Basically render out a test render of your scene, open in photoshop to create a black and white blend image, then use camera projection mapping from the render camera and use the image created in your different vray blend materials. The upside with this is that you could create one blend map with the resolution of your renderer, and use the same map to blend for every different object in your scene. This method does only work for stills. Alternatively, you could go for vertex painting and use vertex colors as blends in your vrayblend materials. That usually requires a pretty nicely subdivided surface to work properly, as in the distance between verteces will be the gradient of blending between the two materials. Another method is to use vray distance tex in your vrayblend materials. With this method you specify another object (that can be hidden from camera /not renderable in the object properties), and vray will create a gradient with a set distance from the object. For example on a parking lot, if you have uneven terrain and get your parking lines in something like DWG that is flat, you could just extrude the lines so that they intersect with the terrain geometry, then create a blend material with asphalt that is grey and one that is painted, and in the blend slot set the vray distance tex to use the extruded parking area splines as the reference object. Then you will get white parking lines on your asphalt. Of course, all of this is just based on me using vray, but there should be similar ways to blend materials in whatever renderer you may be using. The two first methods should work in all renderers as long as you are using 3ds max, as they are "standard" maps. The last method requires vray, but there may be an equivalent to the distance tex in other renderers. Link to comment Share on other sites More sharing options...
Jon Berntsen Posted August 12, 2020 Author Share Posted August 12, 2020 (edited) Thanks for response Nicolai. I have tried the last two, whereas the vrayblend is being used a lot in our studio for the exact cause you're specifying, as well as dirt along the sides of the road (with higher distance parameter and together with a noisemap for a more unevenly result). The vertexpaint method feels way too oldschool to use, as it doesn't feel 2020 intuitive at all. And it does only cover maps, not materials. What I'm after, is really a method for selecting which material you want to paint, and then just paint in the viewport, wherever you want. All other methods doesn't cut it budget wise, as it takes too long to do for each scene. ? But I realize it might never happen with 3ds max. Edited August 12, 2020 by Jon Berntsen Link to comment Share on other sites More sharing options...
Nicolai Bongard Posted August 12, 2020 Share Posted August 12, 2020 Any black and white mask you create for blending between maps can also be used as an input into the vrayblendmaterials to blend between materials as well. This tutorial below uses standard materials, but you could do the same thing with vrayblend materials. (Also a thing to note is that if you have different materials with displacement, you are out of luck. As far as i know, they have yet to fix blending of different displacement textures to work intuitively in vray.) Link to comment Share on other sites More sharing options...
Scott Schroeder Posted August 12, 2020 Share Posted August 12, 2020 You are probably better off using a 3rd party for this. You can use Quixel Mixer if you are looking for a free solution, or Substance Painter if you are looking for a bit more of a robust solution. Each one is quite easy to get in and out of, so there isn't much of a bottleneck outside of the initial learning curve. Link to comment Share on other sites More sharing options...
Iwan Widjaja Posted October 1, 2020 Share Posted October 1, 2020 (edited) Hi Jon; PS : after i read nicolai post throughly; i realize my techniques is similiar with what he describe on his 3rd technique, using vray with vray distance tex if you use corona as your render engine, you can use corona distance map as mask and use composite map to "paint" with geometry on a surface. The good thing with this technique is its totally procedural and non destructive. Also an easier way to "paint" road to contoured site [ if you're doing bird eye shoot and dont need to do closer / detail shoot ] Here i apply "Land" material to the base plane; then i make 2 geometry [ text soil map and sand map ] then i put it on each corona distance map. dont forget to uncheck "renderable" on those 2 geometry. also, on corona distance node; change color near to white, color far to black, check color inside and make it white. for finishing step, adjust the distance near and distance far until you get a nice gradation. also play with the blending mode and opacity on composite node. Edited October 1, 2020 by Iwan Widjaja Link to comment Share on other sites More sharing options...
Iwan Widjaja Posted October 1, 2020 Share Posted October 1, 2020 (edited) This is the example on real world application; the red block is geometry that i use on corona distance map. as a bonus, those same map can be used as scattering map. Hope i explain it clearly ? regard Iwan Edited October 1, 2020 by Iwan Widjaja Link to comment Share on other sites More sharing options...
James Vella Posted October 2, 2020 Share Posted October 2, 2020 (edited) Another really basic way to do this in a fast way but gives great results is to use UVW Channels. So base texture is UV Channel 1, dirt layer Channel 2, decals 3 (non tilable), another layer 4 etc... You can keep layering these as you wish and/or use mix maps. No need for unwrapping or exporting to another software. You can also combine this with vertex painting as Nicolai said as well to give additional control in areas. I do not know the author of this video however it quickly shows off the power of channels. Edited October 2, 2020 by James Vella Link to comment Share on other sites More sharing options...
piotrus3333 Posted November 13, 2020 Share Posted November 13, 2020 Viewport Canvas and blend material. what exactly is missing from this combo? how big are textures you are talking about? Link to comment Share on other sites More sharing options...
Jon Berntsen Posted November 13, 2020 Author Share Posted November 13, 2020 The need is more on a material level rather than textures... Link to comment Share on other sites More sharing options...
Iwan Widjaja Posted November 13, 2020 Share Posted November 13, 2020 Can you give case example Jon? Link to comment Share on other sites More sharing options...
Jon Berntsen Posted November 13, 2020 Author Share Posted November 13, 2020 Painting different materials onto a surface with all the material properties like reflection and refraction. Instead of just the texture properties. Can apply to any situation, really. Link to comment Share on other sites More sharing options...
piotrus3333 Posted November 13, 2020 Share Posted November 13, 2020 sorry, I do not get why viewport canvas and blend material is not what you need. blend material: grass, pavement, gravel, rock viewport canvas: black texture with black for grass, red for pavement, green for gravel and blue for rock. run this texture through colour correction node to get greyscale masks for each mat. sure viewport canvas is decade old tool that probably never got an update but it is enough for painting masks. 10k texture size limit and low performance close to that limit are the only real issues in that case. Link to comment Share on other sites More sharing options...
Jon Berntsen Posted November 13, 2020 Author Share Posted November 13, 2020 I believe it just feels too backwards. Just having to depend on the resolution of your geometry feels wrong and has nothing to do with painting materials imo. It also means I need to setup separate uwv channels for different sizing. It is just way too much effort. Feels like 2000, sorry. Link to comment Share on other sites More sharing options...
Jon Berntsen Posted November 13, 2020 Author Share Posted November 13, 2020 Feel free to prove me wrong, but setting up this chain of blend materials is not something I'd like to. Way too oldschool. Link to comment Share on other sites More sharing options...
piotrus3333 Posted November 16, 2020 Share Posted November 16, 2020 nothing depends on geo in this approach. separate map channels? just use Real-World Mapping in your mat libraries for that - this will bring you back from 2000 right away and save you a lot of time in archviz. otherwise try Armorpaint (free soft) and see if this gets the job done faster for you than 3dsMax. Link to comment Share on other sites More sharing options...
Jon Berntsen Posted November 16, 2020 Author Share Posted November 16, 2020 Thanks piotrus. I believe this just proves the unnecessarily heavy approach. I don't want to use real-world mapping, because then every new asset will have to be adopted to that workflow. We share assets and use assets on interchangeable basis here. Vertex paint is not a solution, as you'd have to setup blend materials for that. Too manual for 2020. I also don't want another stand-alone software, to apply any tedious routine. What about selecting a material, which you then can paint directly onto any surface, and then you can select another material, which you can also paint directly onto any surface, (with some options for types of overlap blending). I am honestly overwhelmed that such native approach doesn't seem to exist, actually. And more so why I am the only one seeing that? Have I missed out on something? Link to comment Share on other sites More sharing options...
James Vella Posted November 17, 2020 Share Posted November 17, 2020 as piotrus3333 mentioned why not use viewport canvas? is not what you need? Link to comment Share on other sites More sharing options...
Jon Berntsen Posted December 15, 2020 Author Share Posted December 15, 2020 (edited) On 11/17/2020 at 9:37 PM, James Vella said: as piotrus3333 mentioned why not use viewport canvas? is not what you need? Still not convinced, but of course open to learn more about it than what I already know. No tutorials I've seen have shown me something new though. Used it in a few projects some years ago. I want to paint whole materials and not only different textures. This is very important, and that comes first. Secondary is the oldschool feeling it has to it. And last time I did it, it heavily depended on the surface. Not enough or not correctly subdivided polygons meant inaccuracy in the paint mask. So how do you paint materials on huge landscape models then? Like a very neat ground with no harsh edges that works great as a natural looking underlay for forest pack elements on top. Today my approach would be eighter spending a lot of time creating a huge texture with unwrapping and photoshop, or using distancetex, or, the most used solution which is splitting geometry and just have sharp material edges for transitions from eg. gravel to mud to grass. Sorry if you feel that I'm not getting your point, but I really don't see how canvas paint solves this in a good way, and neighter does distance tex, imo, since it is not easy to see live what you're working with before you're rendering it. Edited December 15, 2020 by Jon Berntsen Link to comment Share on other sites More sharing options...
James Vella Posted December 15, 2020 Share Posted December 15, 2020 (edited) Have you tried using this approach? This is basically using the viewport canvas, no subdivisions required in geometry it can be a complete flat plane, you can see from the screenshots below the left plane has 50x50 subdivs, right plane has no subdivs just 1 polygon. This is painted using different materials using a vrayblend material and the blend amount using the viewport canvas layers as black/white. This is a stone material as base, then a grass material in the corner, and soil material in the middle/left, not just textures - all are different materials with some quick squiggles to show the effect. No unwrapping required. Just be careful of your uv channels if you need anything other than real-world (which I recommend but obviously you mention earlier real-world is not useful in your situation, so ensure you are using the right channels for your mapping). Edited December 15, 2020 by James Vella Link to comment Share on other sites More sharing options...
Jon Berntsen Posted December 15, 2020 Author Share Posted December 15, 2020 Thanks. I recall that keeping track of the different blend materials got a bit tideous earlier, with setting up corresponding modifiers. I'll have to give it another go, maybe it wasn't as bad as I remember ? Link to comment Share on other sites More sharing options...
piotrus3333 Posted December 15, 2020 Share Posted December 15, 2020 2 hours ago, James Vella said: using the viewport canvas layers as black/white. to make things easier and more clear during painting the mask you can use all the channels - you get 3 additional coats per mask: 1 Link to comment Share on other sites More sharing options...
piotrus3333 Posted December 15, 2020 Share Posted December 15, 2020 also use simple triplanar mapping. no need to mess with map channels if we’re talking landscapes. 1 Link to comment Share on other sites More sharing options...
James Vella Posted December 17, 2020 Share Posted December 17, 2020 (edited) @piotrus3333 makes a good point. You could even go up to 6 by utilizing yellow, cyan, magenta too. Edited December 17, 2020 by James Vella Link to comment Share on other sites More sharing options...
LottieKale Posted February 4, 2021 Share Posted February 4, 2021 I want to paint the textures so I know that I'll need a diffuse, bump and specular map. Are there any maps that I'm missing and does anyone know of some useful links for tutorials ect? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now