Hey guys
I am desperate for very high resolution/quality satellite maps, I use Placemaker and I also use Nearmap but the resolution is not that great, I have tried using AI to upscale but that too does not really solve my issues.
Is there another solution?
@krisidious said:
http://www.machinecontrolonline.com/business-b/4690-derrick-darby-1955-2012
How sad...
@unknownuser said:
During the last five years he was the force behind the Trimble Connected Community, driving both product development and customer adoption with his unique touch of enthusiasm, charm and determination. Derrick profoundly impacted the software strategy across the company and this year played a pivotal role in the acquisition of SketchUp from Google.
@chris fullmer said:
Thanks for posting this. I've submitted the model and the materials as a bug to be fixed.
It is the dark wood material that is actually causing the problem. Do you know anything about that jpg or how it was created?
Chris
Yes, you are right. That dark wood texture pic was downloaded from Internet. Then I screetshot part of it to use as surface texture in my model.
@ely862me said:
But then I suppose you can't replicate the inner wall to match exactly with the outer wall, because the curve is different!
So the only way is to use scale tool to match as much as you can .
this is good enough for me. the more control over it the better but its what looks good - figure out how to make the bugger later!!!
great
c
Going to post this question here as it on the same subject.
So 3d scanned a panel ready to unfold but currently the mesh is to complicated to unfold.
Tried terrain reshaper but it does not seem to change.
Trying to achieve a more consistent mesh which is not to time consuming to unfold.
.skp is 8mb so put a share on dropbox
https://www.dropbox.com/s/ur1su2eyv9eutyn/side%20panel.skp
Multiple cookie or bottle of Scotch donation is someone can help!!
[image: FbvE_sidepanel.jpg]
This sounds like a feature I might want to add to [Re]Scene Plugin. Here is the link so you can check it out to see if next update includes this feature. http://sketchucation.com/forums/viewtopic.php?f=323&t=52203
Cheers!
I am running thre most recent beta releaase. and i know that it has not been fixed. it had kept crashing in my computer... lets see what happens in the newer release...
Well, last year John Bacus of (now already Trimble) said in his presentation at SketchUp BaseCamp in Boulder, Co. that the new SketchUp will be called "SketchUp 2013" so SketchUp 9 is unlikely to happen (and those screenshots seem to be a hoax too).
If the plugin is warning have not been removed I presume its because it still can cause some problems and maybe conflicts with other plugins so it is wise to follow the advice of not installing until it gets fixed.
Most of the issues regarding plugins comes when modifying a global variable and not putting your code under unique module so that no other plugins gets affected. I am sure there is more reason though so if you are unsure of a plugin maybe ask in the developers forum if its safe.
Also 'SketchUcation plugin store' is great place to find safe and up to date plugin and a very cool feature is to unload plugins you are not using and load them up when you do. Here is a link to that plugin.... http://sketchucation.com/resources/plugin-store-download
Cheers!
Mine is not so bad on a Mac (using Simon's example). But how can we compare complexity of work? I can say that it is mostly use of plugins that can cause it and I know which ones seem to be doing heavy lifting and sometimes drop the ball so I save before these. But I can definitely get screwed sometimes. Don't get me wrong.
Well, I do not use Sensiva anymore. I replace it with Stroke-It and AutoHotkey
I use a pen tablet to draw gesture holding both left and right button*.
These are the gestures I use with SketchUp and AutoCAD :
[image: 5Rnv_skp.jpg][image: pDSa_aCADabra.jpg]
*And Here, the script for AutoHotkey :
With AutoCAD and almost softs :
~RButton & LButton;;
send {MButton down}
Keywait LButton
send {MButton up}
return
With Autocad and Sketchup (which uses right click differently with context menu):
RButton & LButton;;
send {MButton down}
Keywait LButton
send {MButton up}
return
RButton Up;;
send {RButton}
return
It works fine !
Regards
Stephane