I've not done any art with it but I did have to build a little plugin last year to handle some naming issues on an older painter version. from what I remember you get a texture set per tile and you can paint across tile boundaries - i forget whether it's possible to assign a different shader to each texture set. on more…
Hi Guys, I made an add-on that speeds up the process of assigning materials saving clicks and time. I shows all the materials in a circle around the mouse and by just click one material it assign it to our selection, in both Object or Edict mode. https://blendermarket.com/products/radial-material-picker
My latest assignments from the class "Essentials of realism" by Jonathan Hardesty: Assingment 1: Block-in overlays on portraits of lights and darks. Increasing in detail. References: 1. Jonathan Hardesty 2. http://jasonbellphoto.com/#/home/ 3. http://www.paulmorelstudios.com/…
Hi Eric, thanks so much for the kind words and for taking the time to look at this! First, I want to thank you for creating those sample assets - they were invaluable as benchmarks for testing the importer throughout development. It's been great having high-quality reference models to validate against! You're absolutely…
anyone know if there is a way to assign default textures to node inputs. Kinda a pain in the ass when making nodes that apply effects like rust or edge damage, when i have to keep dragging in textures to work on, than re-assiging everything to use the inputs when done.
I am new to 3D and want to use this as a way to track my progress. I have been working in the tech industry and wanted to try making my own game as a hobby. I really enjoyed some of the 3D tutorials I went through and decided to join animschool and go through their character modeling program. Some of what I post here will…
Arc Productions, a Canadian based CG animation and visual effects facility located in downtown Toronto is looking for Lead Lighters to join our team. With over 250 artists and technical directors and the most up to date resources available, we bring the vision to both major Hollywood studios and independent producers to…
Arc Productions, a Canadian based CG animation and visual effects facility located in downtown Toronto is looking for Lead Lighters to join our team. With over 250 artists and technical directors and the most up to date resources available, we bring the vision to both major Hollywood studios and independent producers to…
Hi this is my first time on Polycount :) So i'm making a Tiddles set piece by piece. I made my first item the other week here and found it relevantly easy since i've used Blender before a few times before but i only had to join to one bone for that. Now that i'm making a Tidehunter offhand that has 5 joints total for a…
You can use this short script to report the number and names of materials assigned to your object, just select your object and enter this into the MEL command line at the bottom of the window (or turn it into a shelf button if you'd like): { string $select[] = `ls -sl`; string $assigned[]; for ($e=0; $e<`size $select`;…