SU 9 Wishlist
-
I agree with you Dave...
BUT currently you can select all active faces that don't have a material with this one liner pasted into the Ruby Console or made into a short script...m=Sketchup.active_model;s=m.selection;s.clear;m.active_entities.each{|e|s.add(e)if e.class==Sketchup;;Face and not e.material}
To set 'break_edges' false UNLESS you set it true [i.e. reverse the usual default] add a script to the Plugins folder called say
#break_edges.rb
and into it add this one short line of codeSketchup.break_edges=false
- now when Sketchup starts it has always 'break_edges' set to 'false'...I agree that the texture rotation should be editable by typing in an angle. It'd make a good addition to thomthom's UVtools - select the face with the texture, run the tool and pick center for rotation [defaults to 1st vertex], 'axle' is set as face.normal, and them either manually move cursor to see texture rotate dynamically, or type an angle in the VCB to rotate it by etc...
The edge ends coloring could be useful in some circumstances.
Being able to shortcut beyond the basic Texture command would be very good too...
-
I don't care how naive this seems, but more pushpins for placing photos as texture.
-
Well, that's been raised, too. This way we could manipulate UV mapping much more flexibly.
-
@gaieus said:
Well, that's been raised, too. This way we could manipulate UV mapping much more flexibly.
Could you please explain what UV mapping is all about?
I think it has to do with photorealistic rendering but I really do not know.
-
@jgb said:
@gaieus said:
Well, that's been raised, too. This way we could manipulate UV mapping much more flexibly.
Could you please explain what UV mapping is all about?
I think it has to do with photorealistic rendering but I really do not know.
It's what happens when you adjust a texture using the right-click texture tool...
It about locating, orienting, rotating, scaling, skewing a texture's image so it's applied to a face as you'd like.
For example apply a texture to a sphere and it'll probably look wrong, to make it 'map' better onto the surface's facets you adjust some of the faces' textures UVs [i.e. put simply XYZ >> UVQ, the XYZ are relating to the geometry while UVQ relate to the how the texture is applied to the face with UV corresponding to XY values etc... -
This has been asked before, but my current project needs it in spades.
I'm drawing fairings for my big freighter. That entails drawing a lot of lines that run very close, or co-linear to existing structural lines to get a smooth transition. That will setup my perimeter and control curves that Curviloft will need to make the mesh.
But I need to identify the fairing lines vrs. structural lines in order to refine the curves. The fairing lines are generated in a group so separation is not the problem.
IF I could simply draw lines in colour, or thick/thin that would make it a lot easier to see which line belongs to which part of the structure or fairing. I would convert them to standard line afterwards.
-
Thanks Tig; You said "It about locating, orienting, rotating, scaling, skewing a texture's image so it's applied to a face as you'd like."
I have exactly that problem applying a Bamboo texture to a tube for my Silver Dart project. I got it right for a vertical stick (a component), but when I rotate a copy or stretch a copy, it screws up royally.
The Bamboo texture originated from a .JPG photo of a section of bamboo.
Playing with materials is not an SU area that I have any experience with. -
@jgb said:
IF I could simply [b]draw lines in colour,
You can do that. Set the Edge Style to Color by Material, and just paint the colours you want for your edges.
-
-
Note that it's a slower edge style than just all one colour, so you might feel an performance hit on larger models.
But it's a mode I sue a lot when modelling from AutoCAD siteplans. Either colour each edge or simply just Color By Layer. -
Good point, but at this time I'm just using the edge colour (Red Green and blue) to keep track of lines that need to be edited, vrs. OK lines, so the model will always revert to black lines.
-
Following on from the Texture-Rotation by typed in angle I wrote a quick tool to do it...
http://forums.sketchucation.com/viewtopic.php?p=329765#p329765 -
I donΒ΄t know if anyone already posted one of the following, anyway (iΒ΄m almost sure someone has):
- 64 bit
- Multiprocessor support
- grouping Layers in the Layer Window
- grouping Materials
- UV mapping tools
- an improved sky model (like in bryce) with clouds generation, stars in the night etc.
greets, 3rdEye
-
@3rdeye said:
I donΒ΄t know if anyone already posted one of the following, anyway (iΒ΄m almost sure someone has):
- 64 bit
- Multiprocessor support
- UV mapping tools
these three only 1543 times i think... for SU7, 8 and 9
-
-
my wish list :
1-64 bit
2-less bugs please !!!
3-interior lighting fixtures(artificial light sources)
4-supporting right to left languages in 3d text tool.
5-preview for 3d text tool in it's window.
7-plugin manager please
8-improve animation setting & options. like any&every other 3d softwares!
9-enable curved construction lines.
10-improve text & dimension tool.(something like Autocad) -
Ah yes, and not to forget:
- Sketchup Web Player (to view Models like in SU viewer),
Gaieus:
-
@3rdeye said:
Ah yes, and not to forget:
- Sketchup Web Player (to view Models like in SU viewer),
i think that's going to happen via collada instead of the end viewer needing to install something on their computer in order to read the files.
mac users can already open/view/navigate collada files without needing to install any sort of viewer and i think it's just a matter of time before it makes its way into the web browsers etc.
-
Well, true that especially with html 5 coming to major browsers, displaying 3D content will be easier. But even nowadays you can already display your content (well, exported content - and you need a browser plugin of course) via a couple of media like 3DVia or the LightUp Webplayer. Unity also has a webplayer plugin and you can walk-about in scenes created in SU and exported to unity... Here are some examples.
-
@3rdeye said:
I donΒ΄t know if anyone already posted one of the following, anyway (iΒ΄m almost sure someone has):
- 64 bit
- Multiprocessor support
- UV mapping tools
You're right- these requests are frequently made, though they are usually masking other more general requests. I've discussed them in detail several times in our Help Forums. Here are a few links you might wish to review:
64-bit: "Google SketchUp Questions and Ideas: 64-bit version of SketchUp" and Make a 64 bit version for XP and 7
Multiprocessor support: Google SketchUp Questions and Ideas: Multithreaded version of SketchUp
UV mapping tools: Google SketchUp Questions and Ideas: Improve Texturing Tools
john
.
Advertisement