Abe Pazos

Results 96 issues of Abe Pazos

**Is your feature request related to a problem? Please describe.** The issue is described at https://blenderartists.org/t/stop-motion-obj-obj-stl-ply-sequence-importer-v2-1-1/670105/144 Basically, I would like to be able to apply transformations separately to the objects...

enhancement

### Operating System Any ### OPENRNDR version 0.4.4-SNAPSHOT ### ORX version 0.4.4-SNAPSHOT ### Java version (if applicable) _No response_ ### Describe the bug Without a call to `.update(timeDelta)` OrbitalControls do...

bug

### Operating System Linux ### OPENRNDR version dfa59b3d879e719a1b4b078a310d3758d1f4e743 ### ORX version 2b66390 ### Java version (if applicable) adopt-openjdk-14.0.1 ### Describe the bug ## The DemoTessShader 01 to 03 demos fail...

bug

In case anyone needs this, this is how I made it work: ``` cd /tmp/ wget https://www.fftw.org/fftw-3.3.10.tar.gz untar fftw-3.3.10.tar.gz cd fftw-3.3.10 ./configure --prefix /tmp/FFT/ --enable-float make make install cp /tmp/FFT/lib/libfftw3f.a...

There's a link to uncontext.com at the top of the GitHub page, but it's easy to miss. Maybe a link in the README would be good?

Hi! The array found at client.send('/sys/subscribe', ['/cc']) suggests that we can subscribe to multiple addresses, like this: client.send('/sys/subscribe', ['/cc', '/info']) Unfortunately only the first item seems to be used and...

First, thank you to @digitapex and @machiav3lli for this app! Super useful!! :) In the description of the app I read that after answering 5 times correctly, a word is...

Hi, thank you for creating this addon! :) I'm currently loading an SVG file into Blender, manipulating it, and exporting it back to SVG. It works great with closed paths,...