[Plugin] FredoTools::ThruPaint - v1.3a - 20 Oct 16
-
@unknownuser said:
I will need to find or develop a small algorithm for quadifying a face nicely.
QuadfaceTools by Thomthom ?
Or the quadrilaterizer by TiG ? -
La quadrature du cercle alors!
-
@rv1974 said:
what a comprehensive support! Frankly I don't deserve it )
Just to be clearer, the density of the mesh is the only way to get the texture 'reasonably' distorted. When quads are too much like a triangle, the perspective distortion shifts the texture mapping.
In the case of your texture, that may help to do the trick, but it's a pity to have to generate so many faces
@Pilou
It is not so easy to generate the right mesh in the general case (and in this particular case).
...and QuadFaceTools only manages quad meshes which it can triangulate, but not any polygon.
I think Whaat has developed an more adapted algorithm as part of SketchUV.
Fredo
-
Thank you very very very very much.
-
thanks!!!!
-
Absolutely stunning! One of the best plugins I have seen so far (besides your others)! I think I will never use the native paint tool again.
And it's free! You are amazing!
-
@unknownuser said:
It might be a conflict with another plugin, which you would not have in the PC at the office.
Do you have any plugins dealing with materials or UV mapping?For this, ould you type in the Ruby Console
Sketchup::Material.instance_methods.join("\n")
and advise on what it returns.Thanks
Fredo
Fredo,
Entered your code into ruby console and it returned the following (sorry in advance for the length):dclone
write_thumbnail
profile_member?
methods
attribute_dictionaries
get_attributes
remove_observer
instance_variable_defined?
taint
name
name=
id
set_attribute
singleton_methods
respond_to?
entityID
nil?
send
protected_methods
get_attribute
tainted?
display_name
untaint
instance_of?
typename
equal?
method
hash
private_methods
attribute_dictionary
send
materialType
kind_of?
freeze
eql?
object_id
has_attributes?
id
public_methods
instance_eval
deleted?
is_a?
delete_attribute
type
valid?
instance_variables
use_alpha?
frozen?
alpha
to_a
alpha=
class
<=>
instance_variable_getbetween?
parent
color
to_s
extend=
<=
color=
clone
instance_variable_set
=~
<model
texture
inspect
texture=
display
add_observer
dup -
Thank You Fredo. This looks like the answer to many of my prayers. Looks like it shall be an interesting week, finally revising some old projects.
-
Amazing plugin Mr. Fredo! Thank you so much for all your plugins and hard work. Can't call you a G.O.D. but you are sitting right next to him
-
Jiiiiiihhhaaaaaaaaaaaaaaa!!!!!!!
-
Played around with it for quite some time now and still I am amazed about what this plugin can do.
If I may ask, would it be possible to add an option that allows to chose the scale of the texture before applying it and then keep that value until it is changed? That would save a lot of time in comparison to changing the scale of each texture manually after it was applied.
-
@pherim said:
Played around with it for quite some time now and still I am amazed about what this plugin can do.
If I may ask, would it be possible to add an option that allows to chose the scale of the texture before applying it and then keep that value until it is changed? That would save a lot of time in comparison to changing the scale of each texture manually after it was applied.
That's a good idea, but I would put it as an option.
Note you can also change the material definition (i.e. the dimensions).Fredo
-
@unknownuser said:
Note you can also change the material definition (i.e. the dimensions).
Of course you can but often enough I have a model where I wish to use the same material in different scales and having an option to choose a different scale before applying a material would be great!
-
@unknownuser said:
Remembering of last scaling and rotation factors by material.
OH MY... AWESOMENESS....
-
About the first option
Yet existing for a multiple selection with normal use of SU? -
fredo, thank you very much for this new update.
A query. Is possible to copy the material properties (rotation, scale, etc ...) and paste those properties to other faces?
-
Great update Fredo! This was my only issue with the tool. Now it is perfection!
-
@jorge2011 said:
fredo, thank you very much for this new update.
A query. Is possible to copy the material properties (rotation, scale, etc ...) and paste those properties to other faces?
You have the transfer UV mode, which allows to substitute a texture by another without changing the UVs.
Otherwise, if the faces are adjacent to the painted faces, just click and drag to extend the painting.
Fredo
-
@jorge2011 said:
A query. Is possible to copy the material properties (rotation, scale, etc ...) and paste those properties to other faces?
If the mesh is made out of Quads you can use QuadFace Tools to copy and paste UV mapping.
-
thank you very much
Advertisement