<gbruno>
[github] coryrc synchronize pull request #6144 (Refactor looking up function and module definitions from LocalScope to use methods) https://github.com/openscad/openscad/pull/6144
teepee has quit [Remote host closed the connection]
<gbruno>
[github] coryrc synchronize pull request #6144 (Refactor looking up function and module definitions from LocalScope to use methods) https://github.com/openscad/openscad/pull/6144
sculptor has quit [Ping timeout: 258 seconds]
sculptor has joined #openscad
peterheineken has joined #openscad
peterheineken has quit [Quit: Client closed]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 272 seconds]
teepee_ is now known as teepee
<J25K56>
buZz you sure could use a lib that already has these but starting your own is always a good thing. I wonder if we could agree on some basic forms to make some open.scad lib
<buZz>
puredata (the programming language) has some library manager built into the stock GUI, thats so supernice, called 'deken'
<buZz>
is stuff in .local/share/OpenSCAD/ directly includable in source?
<buZz>
or is there some other 'library searchpath' that isnt . ?
<teepee>
yes, both environment variable and built-in path. see Help->Library Info for the current list
<buZz>
ah! i could have been self-helped if openscad would have mkdir'd 'libraries' for me in the local share folder :D
howiemnt has quit [Remote host closed the connection]
howiemnt has joined #openscad
marcus has quit [Remote host closed the connection]
marcus has joined #openscad
howiemnt has quit [Remote host closed the connection]
howiemnt has joined #openscad
_whitelogger has joined #openscad
teepee_ has joined #openscad
TylerTork has joined #openscad
teepee has quit [Ping timeout: 272 seconds]
teepee_ is now known as teepee
<TylerTork>
I have a question about import. Using 2025.07.25 (git 6a8ab04bf), importing an SVG file created with Inkscape and using the id parameter to specify an object. For instance, I'm using the value id="OVAL" and such an object does exist and is a simple path, as shown here: https://prnt.sc/QJl9Qv7zUdvc
<TylerTork>
But when I try the import using this code:
<TylerTork>
I get no error message, but nothing is imported. If I leave off the id parameter, I do get the whole image. Any clues what's going on here? Is there a preference setting to enable the ID parameter, or what?
<teepee>
it's a filter, so no match -> no error
<teepee>
I don't think what you list there is the svg-id
<TylerTork>
But as the screenshot shows, there is a match. Am I understanding what value is wanted as an ID?
<TylerTork>
How might I get Inkscape to cough up this information, if the ID is something other than the name I assigned it?