Remember 3December
Find out where to celebrate your 3D CG art...
Theme color:
  • 1/3
You are here: Homepage /  Blogs /  Mudbox Blog / Post 1: Organic texture painting using photos
Post 1: Organic texture painting using photos
Posted: Feb 20, 2009
Category: Mudbox2009 Workflows
Social Media:
Bookmark and Share
This is a 15 min video that outlines how to paint organic textures in 3d using photos in Mudbox. The video also illustrates how painting in context of 3d space one can “tie together” multiple texture maps in a scene to create a final cohesive “look”. The paint job shown is not fancy but designed to illustrate the idea. Enjoy.
In order to post any comments, you must be logged in!
Newest users comments View All 11 Comments
Posted by eucalyptus on Nov 19, 2009 at 12:57 PM
hey Cushwa,

Did your script get clipped? It seems to not work for me. Could you post the whole thing?

Thanks
------------

Here's what I came up with for the UV script. It's pretty fast too. See if you like it.

string $sel[] = `ls -sl`;
for($poly in $sel){
int $totalFaces[] = `polyEvaluate -f $poly`;
print $totalFaces;
for($i=0;$i
Posted by Imhotep397 on Feb 25, 2009 at 10:50 PM
Don't think my last post showed up for some reason. Anyway...is there a way a download link could be provided for these so we can see the download progress and restart the download if necessary etc.? The current bar doesn't give an reading of where the actual progress of the download is. (the bar is full, but the video is less than half downloaded)
Posted by Imhotep397 on Feb 25, 2009 at 08:52 PM
Did anyone have problems watching the video? I got about 3 minutes in and it just stopped. It did the same thing with the AO video and I let that thing sit for about 15 minutes expecting that it just had to continue downloading, but no dice.
Posted by cushwa on Feb 24, 2009 at 08:57 AM
Here's what I came up with for the UV script. It's pretty fast too. See if you like it.

string $sel[] = `ls -sl`;
for($poly in $sel){
int $totalFaces[] = `polyEvaluate -f $poly`;
print $totalFaces;
for($i=0;$i
Posted by cushwa on Feb 23, 2009 at 07:09 AM
Thanks Dave.