Toggle navigation
Polycount
News
Forums
Patreon
Challenges
The BRAWL² Tournament Challenge!
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Help
Sign In
·
Register
Author:
bduck67
Home
›
Search
Topic
Export tiles individually
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Search
Re: Export tiles individually
Reply by
CreativeSheep
·
Feb 2015
·
Home
›
Technical Talk
I could do that method, I suppose I may have too when working with multi-tile UV's as there isn't a script that could do this. :(
Re: Export tiles individually
Reply by
seb3d
·
Feb 2015
·
Home
›
Technical Talk
it´s a pain if you have to do it often (maybe it could be scripted) but you are aware of the option to specify the uv range? i.e. v always 0-1 but u 0-1, 1-2, 2-3 etc!
Re: Export tiles individually
Reply by
seb3d
·
Feb 2015
·
Home
›
Technical Talk
disclaimer: i´m a scripting noob! but something like this could work. adjust to your needs: for($i=0;$i<5;$i++){uvSnapshot -aa -uMin $i -uMax ($i+1) -vMin 0 -vMax 1 -n ("D:\\your\\project\\path\\images\\outUV_100" + $i + ".tga") -xr 2048 -yr 2048 -r 255 -g 255 -b 255 -o -ff tga;}
3 results