SketchUcation Premium Membership

 

 

[Plugin] UV Toolkit (2.2.2) — 06 February 2011

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Wed May 13, 2009 5:52 pm

Updated to 0.3.0b. Fixed a couple of bugs and added methods to rotate the orientation of the textures and transfer UV mapping to/from either side.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby davide.skp » Thu May 14, 2009 6:36 am

excellent! I tested and it works very well
davide.skp
 
Posts: 28
Joined: Fri Sep 19, 2008 8:04 am
Location: veleso, como, italy
Name: davide

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Fri May 15, 2009 8:45 am

Has anyone experienced oddities when using this plugin? UI stops responding, or Bugsplats upon SU close?
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Free Agent » Fri May 15, 2009 9:29 am

thomthom im sooo glad some ones finally working on mapping, found something yesterday in max that i thought was a cool feature, spline mapping - when u have a curved geometry, draw a slpine along a edge and use the spline to define the UV of the curb, so ur texture runs along the face would be awesome to see that in the future for Sketchup (regardless of how distant) good work so far :thumb:
User avatar
Free Agent
 
Posts: 273
Joined: Thu Jun 05, 2008 10:00 am
Location: Cape Town, South Africa
Name: Sean

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Fri May 15, 2009 9:43 am

Free Agent wrote:thomthom im sooo glad some ones finally working on mapping, found something yesterday in max that i thought was a cool feature, spline mapping - when u have a curved geometry, draw a slpine along a edge and use the spline to define the UV of the curb, so ur texture runs along the face would be awesome to see that in the future for Sketchup (regardless of how distant) good work so far :thumb:

Yea, that's one of the things I'd like to do. I was thinking of extending my selection toy plugin to select connected planar lines that comes within a certain angle difference. That could allow you to select all the edges along one side of the curb. Then, I wanted to write a plugin that aligns the texture in the direction of each edge segment.
I assume it's be released in two parts, the first simply aligns the texture to the edge direction. (which is where I find most time is spent.) Then I'll see if I in the second round make it position the texture seamless in relationship to the previous face; but this is more difficult.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby MrWip » Fri May 15, 2009 1:12 pm

Thank you so much! this plugin is really great and make things soo easy (aahh, curve walkways with precise repetition all along the track of the same stone tile...)

By the way,I just have two questions:
- Is it possible to add a shortcut to your UV tools in the right click menu ? that will improve greatly the workflow.
- Is there a way to add an option 'automatic' to your 'front face to back face'. It could be really good to have such a switch, so all the texture add when it's 'on' will automatically cover both sides, and with the same UV (it should work in the same time from front to back and back to front with the option on).
MrWip
 
Posts: 96
Joined: Wed Jan 07, 2009 3:46 pm

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Fri May 15, 2009 1:31 pm

MrWip wrote:- Is it possible to add a shortcut to your UV tools in the right click menu ? that will improve greatly the workflow.

Already on my to-do list. ;)

MrWip wrote:- Is there a way to add an option 'automatic' to your 'front face to back face'. It could be really good to have such a switch, so all the texture add when it's 'on' will automatically cover both sides, and with the same UV (it should work in the same time from front to back and back to front with the option on).

Good idea! An 'Backface' checkbox option that will set the plugin to use or ignore backfaces during its operations.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby MrWip » Fri May 15, 2009 3:29 pm

I don't know if my last request was clear, in fact... What I'm trying to say (but maybe you get it) is modify your tool to make it able to be active all the time (or not), so the simple fact of applying a texture on a face (back, front, whatever...) will automaticly apply it on the other side (something that sketchup does not do by itself...)
MrWip
 
Posts: 96
Joined: Wed Jan 07, 2009 3:46 pm

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Fri May 15, 2009 4:07 pm

MrWip wrote:I don't know if my last request was clear, in fact... What I'm trying to say (but maybe you get it) is modify your tool to make it able to be active all the time (or not), so the simple fact of applying a texture on a face (back, front, whatever...) will automaticly apply it on the other side (something that sketchup does not do by itself...)

Ah! Gotcha. That might be doable. It depends if the materials observers works as they should though. I've run into allot of bugs lately in terms of monitoring the model for changes. I'll put it on the list of things to check out.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby ideas_arte » Fri May 15, 2009 10:14 pm

muchas, muchas gracias...!


Thank You very much...!
ideas_arte
 
Posts: 57
Joined: Tue Sep 09, 2008 7:20 pm
Location: Guatemala
Name: Ivan Alvarado

Re: [Plugin] UV Toolkit (0.3.0b)

Postby MALAISE » Mon May 18, 2009 10:08 am

Never be to far from the Forum then you miss so useful Rubies.....

Thanks Thom Thom :thumb: :thumb: :thumb:

MALAISE
La Connaissance n'a de valeur que partagée
MALAISE
 
Posts: 620
Joined: Sun Apr 20, 2008 1:23 pm
Location: Cergy Pontoise FRANCE
Name: Pierre

Re: [Plugin] UV Toolkit (0.3.0b)

Postby troyhome » Mon May 18, 2009 12:10 pm

Thom Thom,
Thank you so much for this ruby- it MUST appear in the next release of SU!!!
Etch-A-Render
SU Pro 8.0.4810 Mac/ SU Pro 8.0.4811 PC
Thea: (MacOSX 32bit) RV481_v1.0.7 (SU2TH .86)/ (PC 64bit) RV481_v1.0.7 (SU2TH .86)
Vray: VfSU 1.49.01
troyhome
 
Posts: 283
Joined: Sun Mar 09, 2008 1:21 am
Location: Michigan
Name: Troy
Operating system: Mac
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby notareal » Wed May 20, 2009 11:37 am

Nice one, thanks. Wish there was a way to "force" SU to use only quad-faces when using "auto-fold" or other tools.
Welcome to try Thea Render, Thea support | kerkythea.net -team member
notareal
Thea Render
 
Posts: 945
Joined: Tue Nov 13, 2007 9:54 pm
Location: Oulu, Finland
Name: notareal

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Aerilius » Mon May 25, 2009 10:00 pm

Thanks!
It's really good that someone makes texture tools that are not in this interlaced context menu.

For future tools: It would be useful to transform a projected texture in a normal one (= to get the texture coordinates). So we could edit projected textures. I have often deleted the original face, so when another face with projected texture is not coplanar, there's now way to move edit the texture.
Aerilius
Top SketchUcator
 
Posts: 1108
Joined: Tue Dec 23, 2008 11:00 pm
Location: Kaiserslautern

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Gaieus » Sun May 31, 2009 6:34 pm

Dandyman's OT posts split off and moved here:
viewtopic.php?f=80&t=19497&p=160663#p160663
Gai...
User avatar
Gaieus
Administrator
 
Posts: 27601
Joined: Sat Oct 20, 2007 8:24 am
Location: Pécs, Hungary
Name: Csaba Pozsárkó
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: historical reconstruction
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Free Agent » Tue Jun 16, 2009 7:40 pm

thom is ther any way of making mirror textures global? max retains the mapping better if the textures are on both faces and its a schlep to go through each group
User avatar
Free Agent
 
Posts: 273
Joined: Thu Jun 05, 2008 10:00 am
Location: Cape Town, South Africa
Name: Sean

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Tue Jun 16, 2009 10:40 pm

Free Agent wrote:thom is ther any way of making mirror textures global? max retains the mapping better if the textures are on both faces and its a schlep to go through each group

A function that will mirror the material of all faces in a selection, drilling down into nested groups/components?
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Free Agent » Tue Jun 16, 2009 11:33 pm

yup...can i get fries with that?
User avatar
Free Agent
 
Posts: 273
Joined: Thu Jun 05, 2008 10:00 am
Location: Cape Town, South Africa
Name: Sean

Re: [Plugin] UV Toolkit (0.3.0b)

Postby urgen » Tue Jun 16, 2009 11:39 pm

...thanks Thomas! :thumb:.
--pupil forever...------
User avatar
urgen
 
Posts: 622
Joined: Mon Nov 12, 2007 10:06 pm

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Gaieus » Mon Aug 10, 2009 2:31 pm

Well, Thom, time has come that I NEED the plugin and kept playing around with it. Simply amazing, I can tell. Thank you a lot again and here is something I've been playing around with (and a "special" material for the arch - included in the model probably along with a bunch of unpurged materials of Sang). :D

Although for my (relatively thin bricks) in Roman arches, I'll need about twice as many quads than this one, it's already perfect (25 segments to make it smooth and the top segment flat but in fact, it didn't need to be flat as I realised). The rotate 90 and 80 degree commands (working on whole, smooth surface as well) are really handy and invaluable!
Please, register (free) to access all the attachments on the forums.
Gai...
User avatar
Gaieus
Administrator
 
Posts: 27601
Joined: Sat Oct 20, 2007 8:24 am
Location: Pécs, Hungary
Name: Csaba Pozsárkó
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: historical reconstruction
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Mon Aug 10, 2009 3:14 pm

Glad to see it working. :D
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Gamore » Mon Aug 10, 2009 5:10 pm

Nice Tool ,Thanks
Gamore
 
Posts: 21
Joined: Sat Aug 30, 2008 1:10 pm
Name: 2.4Ghz | 1950GT_mod_V7350 | 2GB mem

Re: [Plugin] UV Toolkit (0.3.0b)

Postby accabrera » Fri Aug 14, 2009 4:29 am

Nice job!

Big thank you
accabrera
 
Posts: 12
Joined: Fri Jul 03, 2009 4:49 am
Name: alejandro

Re: [Plugin] UV Toolkit (0.3.0b)

Postby remon_v » Sun Aug 16, 2009 11:19 am

hey guys... I see some arch texturing here. I subdivided my arch in faces and now I want to texture my arch. I could do it manually by rotating the texture but maybe there's an easier way?



thnx in advance
remon_v
 
Posts: 77
Joined: Sat May 23, 2009 8:27 pm

Re: [Plugin] UV Toolkit (0.3.0b)

Postby thomthom » Sun Aug 16, 2009 12:29 pm

If you want to use it for rendering then you're better off creating a unique texture for it. V-Ray doesn't render skewed textures properly.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby remon_v » Sun Aug 16, 2009 12:46 pm

oke thnx
remon_v
 
Posts: 77
Joined: Sat May 23, 2009 8:27 pm

Re: [Plugin] UV Toolkit (0.3.0b)

Postby Gaieus » Thu Sep 10, 2009 7:36 am

I think this plugin deserves some further attention and care so I made a little tutorial how you can get the final arch texture nicely mapped on a single face (not a series of facets divided by interior edges).

See it here (and thanks Thom for this useful plugin again)
Gai...
User avatar
Gaieus
Administrator
 
Posts: 27601
Joined: Sat Oct 20, 2007 8:24 am
Location: Pécs, Hungary
Name: Csaba Pozsárkó
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: historical reconstruction
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (0.3.0b)

Postby notareal » Thu Sep 10, 2009 4:28 pm

Great tutorial Gaieus.
Welcome to try Thea Render, Thea support | kerkythea.net -team member
notareal
Thea Render
 
Posts: 945
Joined: Tue Nov 13, 2007 9:54 pm
Location: Oulu, Finland
Name: notareal

Re: [Plugin] UV Toolkit (1.0.0)

Postby thomthom » Thu Oct 15, 2009 2:17 pm

Made some internal adjustments after learning how to get UV data from distorted textures. Bumped out of beta.

# 1.0.0 - 15.10.2009
# * Merge with Mirror UV.
# * Correct sampling of UV data. Distorted textures now works.
# * Mirror material speed increase.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17542
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] UV Toolkit (1.0.0)

Postby Gaieus » Thu Oct 15, 2009 11:37 pm

Thanks - updated my plugin folder!
;)
Gai...
User avatar
Gaieus
Administrator
 
Posts: 27601
Joined: Sat Oct 20, 2007 8:24 am
Location: Pécs, Hungary
Name: Csaba Pozsárkó
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: historical reconstruction
Level of SketchUp: Advanced

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago

Need SketchUp Books, Models, Styles or Textures? Check out our One Stop Shop for SketchUp.

Premium Members get 20% discount!

Ad Machine
Robot
 
Posts: 2012

PreviousNext


 

Return to Plugins

Who is online

Users browsing this forum: desimort, Nevernever13 and 5 guests