[Plugin] Architect Tools
-
@mitcorb said:
Whoa, that just might be sinister enough
Only for those with a twisted mind, Tim.....
-
Maybe I'm looking at it the wrong way. Maybe this plugin needs to be split into different plugins.
-
I think you right, Thom. Your plan tools are a little different from the urban forms tool..... Maybe expand city gen and incorporate the morph thingy....?
-
Yea, I was thinking that parts of City Gen could be merged. And some parts of this plugin could go into other, or new plugin. Just to make the plugin more defined. Because it's clear that it has an identity crisis.
It's been a collection of tools I've built to just get the job done - so it's not as polished as the rest. And I think many don't realize what it does - where in fact it is one of the most time-saving plugins I got.
Working on new tools for it, making layered terrain. Started to clean up the plugin as I go along.
@utiler said:
morph thingy
Whatismajiggy?
-
That sound logical, Thom.
I've been working on urban renewal project of late where I cam provided with all types of GIS data from property boundaries, roads, contours, even elevation data points on buildings... here's a few screenshots....
I import all aerial photo's, CAD lines into SU and set particular layers to I can manipulate scenes in LO efficiently.... Particular to note I find it best to layer scenes with linework in Vector mode over scenes of aerial photography in Raster mode as Hybrid just doesn't cut it yet.
Morph:
Cheers,
-
I dont know how the remaining time is computed, but when the Generate Buildings sequence started it was 20 minute ; finally the works take 2 hours and 30 minutes !
Fortunately, it made what I was waiting -
The estimated remaining time is based on how much time it has taken to process the current set of entities vs the remaining. The problem is that adding geometry to SketchUp gets slower the more geometry there is - which is problematic to estimate. I haven't even tried to account for that.
-
Why not use a '% complete' report ?
It changes to show it's working and the user then knows how much is left to do...
If THEY assume the second 50% will take as long as the first 50%, then that's their issue not yours.
All you will have done is told them how much has been processed so far, and that it is actively continuing... -
I was reusing some generic code - which for linear time code works well.
I am working on a version 2 where I am cleaning up lots of stuff. Everything has so far just been quickly assembled to automate tasks I've been working on. -
@thomthom said:
The estimated remaining time is based on how much time it has taken to process the current set of entities vs the remaining. The problem is that adding geometry to SketchUp gets slower the more geometry there is - which is problematic to estimate. I haven't even tried to account for that.
I dont know if it's many or not, the process made 7,000 groups. My computer is a i5 @2.4 GHz with 3 Gb RAM. It's not a race computer but is not a Minitel...
For this job, the problem was'nt the time but just my wife asking me "when you will be back home ?"... "SU says in fifty minutes..." and half an hour later "SU says in one hour...". SU is a liar !! -
Many or not many - doesn't matter. The time it takes to add geometry in SU slows down every time more geometry is added.
-
Help loading error!
-
That's strange - can't quite pin-point where the error is. "eval" error..
Exactly what SketchUp version do you have?
And what TT_Lib2 version?Did you just install Plan Tools and got the error on first run? Or did it suddenly appear?
Can you open the Ruby Console and type:
load 'tt_plan_tools.rb'
post back any error-messages.
-
@thomthom said:
That's strange - can't quite pin-point where the error is. "eval" error..
Exactly what SketchUp version do you have?
And what TT_Lib2 version?Did you just install Plan Tools and got the error on first run? Or did it suddenly appear?
Can you open the Ruby Console and type:
load 'tt_plan_tools.rb'
Starts running, and later has been an error
sketchup8M2
Latest
-
@guanjin said:
Starts running, and later has been an error
Can you explain more. It's very hard to debug with so little info.
And did you try the Ruby Console command?
-
@hygicell said:
after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
I get the following error messages:The ones that relate to my plugins appear to be a result of not having TT_Lib2 installed. It's a library listed as a requirement for most of my plugins. You find a link to it in the Requirement section of the description.
-
Please correctly install thomthom's missing Lib...
But a problem persists with my tools [almost certainly with different error messages] then perhaps you have mis-installed the 'flattentoplane' and/or 'workplane' scripts too - so, reread their threads to ensure that you also have everything installed that is needed for those tools too [e.g. the first one needs the second one to make the workplane needed to be flattened too]...
It might be that one tools error generates another, but if there are several overlapping errors it is harder to resolve,,,I also see you have '000_AdditionPluginFolder' loading... unless you are specifically expecting files located in folders other than Plugins and Tools to be auto-loaded at startup then you do not really need this... Its error reporting is really specific to itself, but if you have mis-installed another script's files then its messages can also be somewhat confusing, since the replicate much of the normal error reports too, with overlaid info...
-
after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
I get the following error messages:
more:
Error Loading File #FlattenToPlane.rb
no such file to load -- #WorkPlane.rbError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/close_gaps.rb
uninitialized constant TTError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/core.rb
uninitialized constant TT::Plugins::EdgeTools::PREF_KEYError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/divider.rb
undefined methodadd_item' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/make_colinear.rb undefined method
add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/simplify.rb
undefined methodadd_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_QuadFaceTools/core.rb uninitialized constant TT::Plugins::QuadFaceTools::PLUGIN_IDError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/bim-tools/clsBtEntity.rb undefined local variable or method
ο»Ώ' for main:ObjectPS I have apparently solved the Bim Tools error thanks to Jan's and your and other's help
thanks to all !greetings
Frank -
I have learned how to follow your very adequate instructions, Thom
so TT_Lib2 was and still is installed
should I delete and renew it ?@thomthom said:
@hygicell said:
after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
I get the following error messages:The ones that relate to my plugins appear to be a result of not having TT_Lib2 installed. It's a library listed as a requirement for most of my plugins. You find a link to it in the Requirement section of the description.
-
Ensure you have the latest version of that Lib.
Otherwise. if you STILL get errors after updating, then it might be [the superfluous] '000_AdditionPluginFolder' throwing up errors, when you have not installed all of the scripts needed for 'my tools' ???
Advertisement