Posts
-
RE: Scenes tabs sequencing ?
Thanks guys for your answers, they sure will help!
But what a bunch of code to do a simple task like that by script...
-
Scenes tabs sequencing ?
Hi all,
I would like to change the sequence of the scenes tabs by script, such as what you can do with a right-clic on a scene tab: move left, move right ,etc (see image).
Is there a way to do this with Ruby ? I don't think so...
Regards,
-
RE: [Plugin] Layer manager
@seasdes:
Yes, you can save as many layer states as you want.
Try to overwrite any of your previously saved layer state and see if it is still there.
I guess this is a bug but the layer state you overwrite will not be overwritten.
Regards, -
RE: [Plugin] SU2POV 3.5
Bonjour,
Il y a 2 possibilités:- soit le fichier "povray_reserved.txt" n'est pas là ou pas au bon endroit (dans Plugins/su2pov)
- soit le fichier "su2pov35.rbs" n'est pas là ou pas au bon endroit (dans Plugins)
Tiens moi au courant
-
RE: [PlugIn] 3D Printers G-Code importer/Exporter Ver0.0.9
Hi,
Call me stupid but how to launch the script ?? -
RE: [Plugin] SU2POV 3.5
By "run su2pov" I was meaning "click on the render icon".
Sorry it was not clear, please try again. Thank you. -
RE: [Plugin] SU2POV 3.5
Hi artfreak,
Weird. Mine works like a charm. Please open the ruby console, run su2pov and copy-paste the entire error message please (so I can see at what line the "split" crashes. Thanks. -
RE: [Plugin] Compo Spray 1.4.2 Updated
No, it drops components one by one but when it cannot drop an instance at the location the ray hit the surface, this is considered like a "trial".
-
RE: [Plugin] Compo Spray 1.4.2 Updated
@Sir: density is set with the "pressure" parameter of the dialog box.
Take a look at the user guide just in case...
-
RE: Creating object panoramas
@unknownuser said:
is there a plugin to create all the required camera positions for this kind of object
Hi,
Take a look at this script I wrote a long time ago, check if it works with SU8:
http://rhin.crai.archi.fr/rld/plugin_details.php?id=467Regards
-
RE: [Plugin] Compo Spray 1.4.2 Updated
Hi,
It seems to me like your installation is wrong, because you miss the sliders. Check for a "CSS", a "IMAGES" and a "JS" folders under the Compospray folder ? -
RE: [Plugin] Update Links Manager
Hi,
Here is another version for Links Manager (english version) that should work. The scrambler does not his job properly IMHO...
Put this file in your Plugins/Links Manager folder, and delete the previous linkTools.rbs
-
RE: [Plugin] Compo Spray 1.4.2 Updated
Hi,
@unknownuser said:
Is there anyway to apply rotation in the 3 axes? Instead of just one.
Not in this release, but this is a good idea...

-
RE: [Plugin] FredoTools - v4.5c - 24 Jun 24
Hi Fredo,
Apart from all my congatulations for this marvelous plugin, just one wish: would it be possible to set the font size used in the dialog boxes and palettes ? (See below)

Best regards, -
RE: Ruby Script - Scene captures/animation
Hi,
Did you search here: http://rhin.crai.archi.fr/rld/plugins_list_cat.php?cat=1 ?
I guess you'll find something interesting for you
-
RE: Plugin Explode model tool
Hi,
My fault, sort of. Original script was in french, and I forgot to translate it in english, because usually I translate english file to french

Both versions are now available here:
http://rhin.crai.archi.fr/rld/plugin_details.php?id=635Regards,
-
RE: 3D view inside my website
Hi,
What about SketchUpViewer embeded in a Web page or such ? -
RE: BoundindBox intersect problem
Hi guys,
Thanks for all these comments.
What I'have done finally is the following:- Made a hash with all my buildings and their local bounding boxes,
- Iterated through this hash and test all other bounding box points of other buildings,
- skiped all bounding boxes that are way too far to intersect with the considered building,
- coded a method to test if a 3dPoint is in a set of 8 points (a bounding box).
This is a very fast and efficient process (about 200 buildings collisions (with all 199 others) tested in 0.5 second)
Regards,