Search found 5 matches
- Sun Jul 12, 2015 4:41 am
- Forum: Programming
- Topic: Issues with a extension (Nested Loops)
- Replies: 4
- Views: 2512
Re: Issues with a extension (Nested Loops)
The idea for the code (And thanks for the live chat channel) is that using Page for Python I made a selection list tool that gives you all the "verb functions" and different ways of using them. The reason of this part of the code (And it's funny because now if I search for this I'm going t...
- Sat Jul 11, 2015 10:56 am
- Forum: Programming
- Topic: Issues with a extension (Nested Loops)
- Replies: 4
- Views: 2512
Re: Issues with a extension (Nested Loops)
I know not many dev's are on the forum believe me I searched every corner for a simple trick on a simple nested loop similar to searching all lotto combinations (Reason for it is that it's going to be quite rare that you'll use a object on itself). I'll definitely take your advice who knows I might ...
- Sat Jul 11, 2015 5:48 am
- Forum: Programming
- Topic: Issues with a extension (Nested Loops)
- Replies: 4
- Views: 2512
Issues with a extension (Nested Loops)
Hello everyone... I'm working on a extension script to tweak out some of the functions in inkscape's verb option. My question is I need a special loop that does something like this: using the self.selected feature: I am baffled with nested loops on python All I need to figure out is how I can use th...
- Fri Jul 03, 2015 7:16 am
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25974
Re: [SOLVED] How do I replicate Inkscape's bitmap tracer?
I'll definitely give it a try... My new version uses less commands to generate the final product. Once I'm done I'll post what I have as a Windows Version and maybe some can tweak the potrace or the color stacking method. Currently the best is from Darkest to Lightest and works not bad I'm also fixi...
- Tue Jun 23, 2015 5:17 am
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25974
Re: [SOLVED] How do I replicate Inkscape's bitmap tracer?
I know this is a old post but maybe someone has some information. I rebuilt this tool to be 100x faster my problem is that the svg_stack.py crashes when stacking over 256 layers I wanted to know if anyone had a better way for stacking svg files including a plugin inside of inkscape? Thanks in advanc...