Ricardo Lafuente

Results 56 issues of Ricardo Lafuente

The `roundness` parameter works just like Nodebox, but values above 0.5 give glitchy results. We can find a better way to deal with this. Pasted from the #shoebot chat: ![Screenshot_2021-03-25_22-07-53](https://user-images.githubusercontent.com/159868/112550925-07d79580-8db8-11eb-82d9-fd0dfd89a201.png)...

Have to spend some time fixing these someday soon, leaving a note for myself

bug

It's super handy for reading through lists and dicts, and i think it makes sense to have it close at hand.

enhancement

Quick one, just a wrapper around cairo's [set_miter_limit](https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-set-miter-limit) Possible syntax: `strokejoin(MITER, limit=0.5)`

enhancement

This allows setting the visible label on the var windows with the new `label` keyword argument to `var()`.

Currently the snapshot filename is the script stem + format (script.svg), with a frame number suffix if it's animated (script-0139.svg) However, when outputting from static bots, the filename is always...

Docs: - [x] Clean documentation stubs - [x] Update install docs - [x] Update getting started - [x] Add Atom docs - [ ] Add video export docs - [x]...

This is evident with print output -- code is executed 3 times and variables don't reset between runs. Serious stuff :-/

bug
test

We used to have it appear if there was a var() call in the script, but it doesn't seem to work right now.

bug

I started looking into this before, just making a note to pick this up at some point

enhancement