Looks really cool, and a lot of work ahead.
Since you GPL it, do you have plans to move development to github or so and let other cool folks contribute to the progress?
Latest posts made by cloo
-
RE: [Plugin] Parametric Modeling - v0.0.7 - 03 June 2021
-
RE: [Plugin] Texture Resizer (1.5.6) β updated 15.05.2013
- Extentions Store still has v.1.5.5, which does not work on SU2018
- To work on SU2018, install extension from this post
- You will need imagemagick. During installation, select "Install legacy tools" to obtain convert.exe, which is used by this extension.
-
RE: Importing SVG
Svg.rb is ok, but it loads set.rb.
Set.rb disables smoove from sandbox tools.
That`s it.
So I keep both svg.rb and set.rb away from plugins folder and move them back in only when needed. -
RE: Importing SVG
Yes, I found that.
But I think that declaring this incompatibility is much better than removing a possibility - so you don`t ban people from using a function when necessary. -
RE: Importing SVG
Thank you TIG! Life is much easier with folks like you. .
I`ll try to give something in my turn, too.
Here is the plugin with all the needed scripts: svg.rb and all the scripts that it requires: rexml library, bezier.rb, forwardable.rb and set.rb -
Importing SVG
Hi,
I can`t get svg.rb working.
The plugin requires REXML ruby library (what is not clearly stated), and even having that in SU7.1 produces a cryptic error:Do you have an idea what`s the problem, and can anybody import SVG to sketchup at all?