nick2730: You don't need to colorise the mask, but you'll need to alter the value range of the existing mask depending on what needs to be yellow, and what needs to be blue. Quickest way would be to select what needs to be blue, and run a levels on it. Just move the bottom sliders. Blue would be (0 - 127), while yellow…
Environment Artist / World Modeller Contract - 12 Months Guildford, Surrey, UK Full-time On-site £109-149pd Our client is currently looking for a Environment Artist / World Modeller on a contract basis based in Surrey. The successful Environment Artist / World Modeller will be experienced in order to 'hit the ground…
There are basically two ways to create maps like glossiness and specular maps etc. Option 1) You type in the values numerical in Photoshop and then paint with that value. Most often this will be the case for parametric and percentage values which require a monochrome map. Say for instance you want to numerically create a…
lets go deeper. gamma 2.2 isn't actually a pow(color,2.2) function. the suggested way to convert to linear space is: "RGB = ((R'G'B' <= 0.03928) ? R'G'B' / 12.92 : pow((R'G'B' + 0.055) / 1.055, 2.4))" followed by "Luma = 0.2126 * R + 0.7152 * G + 0.0722 * B" The ' means prime, and implies that a color is in gamma space.…
For cinematics, generally Maya is used more because of the very powerful MEL Scripting engine that allows studios to customize the hell out of it. I know that Blizzard Cinematic Department uses Maya and Renderman last time I heard anything about them, but there's also Blur which uses a very heavily modified version of 3Ds…
Hello Friends, There is a new Blender version available, and so we release a new version too. Bforartist 4 version 4.1.0 The binary downloads can as usual also be found in the download section of the official webpage. https://www.bforartists.de/download/ The sourcecode can be found at Github.…