funny thing - I did a Test.time_display 1000 on my quadcore and all 4 core are used by Sketchup process
Posts
-
RE: Multi Processors in Ruby
-
RE: Time help (TBD - Smustard)
delete all time text instances when Time is off, save, restart
-
RE: Time help (TBD - Smustard)
you need to stop the timer before saving otherwise the time text is saved in the model and when you reopen another time is displayed on top because I cannot delete the old one (the script was before SU6 Observers).
-
RE: Web Exporter for Sketchup
nice package !
glad that someone took the next step of su2web -
RE: Deleted scripts refuse to disappear in Vista
GOHCH: thanks. SU will need also some changes to be fully complaint with Vista.
-
RE: [undoc] Camera info window
some were undoc in previous version, now are part of toolset
- 21513 is Outliner
- 21406 Fog
...
some don't work anymore
- 21082 Macro
some are development tools
- 21560 and up Bugsplat tests
have fun discovering things. and post the results here
-
RE: [undoc] Camera info window
see this post for other send_action numbers
-
RE: [undoc] Camera info window
Pixero: trade secret
it is an item from Debug menu - I just made it more easily accessible -
RE: Task Manager shows process after closing SU
one solution is to kill the SU process after you finish with a batch/process loader
-
RE: Task Manager shows process after closing SU
http://www.google.com/support/sketchup/bin/static.py?page=known_issues.cs
SketchUp.exe process remains running even after SketchUp is quit due to a hosted IE 7 browser.
(used for WebDialogs) -
[undoc] Camera info window
Sketchup.send_action 10624
tested in SU 6.4.112
undocumented feature that allows realtime information about the camera position (eye,dir,up) and view size. good when you are playing with camera and need quick debug info.
-
RE: Uploading models to the 3D Warehouse
you can upload it outside SU, you just need to authenticate your GoogleAccount and then send the skp/thumb/metadata - look at the upload page at 3DW
-
RE: In Development: Subdivide and Smooth
Whaat: provide a list of methods that can subdivide a selection, like Subdivide.subd_selection(Sketchup.active_model.selection)
-
RE: Lighting Plugin for Sketchup
Adam: thanks for the video tuts.
you can even do psychedelic renderslater edit: get some crashes (when freeing memory after writing .luca files)
-
RE: Lighting Plugin for Sketchup
@unknownuser said:
Can you explain. "Use sun" is selected by default. If you turn it off, LightUp shouldn't use the Sun.
aha, I thought that it takes in account "display shadows" from SU. didn't saw the "Use sun" from preferences window.
why not use the "display shadows" ? more intuitive imho
-
RE: WebDialog Closes Mysteriously
Jim: I can take a look, if you want, and see if it shows the same behaviour here
-
RE: Lighting Plugin for Sketchup
Juju: supersampling is not available in this version
-
RE: WebDialog Closes Mysteriously
name clashing? search for other plugins with create_dialog, dlg.
maybe there is a conflict somewhere.or you can add plugin by plugin and see the offending one
-
RE: Lighting Plugin for Sketchup
feedback:
- model that is in the manual should be added to get on track easily
- output bug: see attached (happened several times, cannot duplicate)
- better icons (too much antialias when Larg Icons is set)
- a way to disable the debug text from Ruby console
- in direct lighting do not apply sun if it is not selected
ideas:
- overlay on top of SU output with custom opacity - to have the lines visible
nice work Adam