UV mapping tool

I created tool to help myself with uv mapping. It’s in early beta stage, so don’t expect error free code and smooth and fast execution. Script and tutorial is here.

I can’t seem to connect to your server, much less that page
(though my internet is odd right now, maybe that is the problem)

intresting. …
At least “somebody” is trying to make a better UV engine…

I will test it …

To get the script:
http://ash.webpark.sk/download/uvmap_eng.zip

###In Object_GetSelected()
Traceback (most recent call last):
File “uvmap.py”, line 613, in proc
File “uvmap.py”, line 550, in uvmap
File “uvmap.py”, line 180, in setVerts
File “/usr/lib/python2.2/warnings.py”, line 38, in warn
filename = sys.argv[0]
AttributeError: ‘module’ object has no attribute ‘argv’
Using a clean Global Dictionary.
In Object_GetSelected()
Traceback (most recent call last):
File “uvmap.py”, line 613, in proc
File “uvmap.py”, line 550, in uvmap
File “uvmap.py”, line 180, in setVerts
File “/usr/lib/python2.2/warnings.py”, line 38, in warn
filename = sys.argv[0]
AttributeError: ‘module’ object has no attribute ‘argv’

just add this at the start

import sys
sys.argv = [0]

this problem is fixed in the latest cvs version I think.

Martin

Just change the “g” of “.getSelected” in “G”, like that:

prvy vyselektovany objekt

obj = Blender.Object.getSelected()[0]

in :

prvy vyselektovany objekt

obj = Blender.Object.GetSelected()[0]

I posted new version of UV mapping tool. It was tested in Blender 2.32 and 2.33. Script is completely rewriten, is much faster and works better.

ashsid,

I downloaded your tool and tried to go through the tute. However, I don’t think the link you show in your last post has the right script version. It is ver 0.15, date of 8-26-03, and there is no slider for adjustment of precision, as shown in your tute. Is this the right one?

hey this is great!
tnx 4 your work, i’m going to test it.

Okay, I figured it out. The Slovak version of your site has the new version of the script.

thanks,
-l

I have repaired link in english version.