- Mar 04, 2011
-
-
Campbell Barton authored
pep8 edits for povray, also dont use string addition for textblock contents, write newlines separate.
-
- Mar 03, 2011
-
-
Thomas Dinges authored
* More Code cleanup, please watch and learn. :)
-
Campbell Barton authored
also enable preset menu
-
- Mar 02, 2011
-
-
Doug Hammond authored
-
Thomas Dinges authored
* Code cleaunp Notes: *Why do we have some empty panels with no actual content? *Why is split used when there is only 1 column? The Povray script has always been some kind of example for other exporters, the UI code need some more cleanup for sure!
-
- Mar 01, 2011
-
-
Maurice Raybaud authored
-
Adam Wiseman authored
-
- Feb 28, 2011
-
-
Thomas Dinges authored
-
Campbell Barton authored
-
- Feb 27, 2011
-
-
Thomas Dinges authored
-
Campbell Barton authored
-
Jonathan Smith authored
Fixed some other problems with solids script regarding weird names which messed up truncation of verts and edges
-
Jonathan Smith authored
-
Campbell Barton authored
-
- Feb 26, 2011
-
-
Sergey Sharybin authored
- Handle situation when last point of path segment has got the same position, as first segment point. It used by Illustrator to set up handles of first point and to make segment closed. Not sure about standatr about this, maybe SVG files from other editors should be handled in different way, if it'll be issues -- could be easily fixed. - Use black fill as default (all viewers/editors use this).
-
Campbell Barton authored
from Michalis Kamburelis (kambi)
-
Maurice Raybaud authored
-
- Feb 25, 2011
-
-
Sergey Sharybin authored
- Fixed rotation matrix - Fixed unneeded deformation caused by interior transformation for used objects (different tags should be handled differently), also, SYMBOL tag could have viewBox - Implemented parsing of colors in rgb(r,g,b) notation
-
- Feb 24, 2011
-
-
Sergey Sharybin authored
- Fixed exception caused by spaces after last semicolon in style - Ignore svg namespage in tag names when detecting geometry class
-
Sergey Sharybin authored
- Remove unneeded "global" specificaitons - Fixed parsing for paths which contains floating-point numbers in format like 10e-2 - Fixes aspect ration when viewBox is specified
-
Nathan Vegdahl authored
-
Nathan Vegdahl authored
-
Nathan Vegdahl authored
setup (not yet added to the default human metarig).
-
Nathan Vegdahl authored
-
- Feb 23, 2011
-
-
Sergey Sharybin authored
- Rect - Circle - Ellipse - Line - Polyline - Polygon Also fixed incorrect constant for cm/mm scaling
-
Dany Lebel authored
-
- Feb 22, 2011
-
-
Doug Hammond authored
-
Sergey Sharybin authored
- Fixed silly error caused by copy-pasteing code from class (accessing to self from simple function) - Fix for illustrator path format -- it doesn't place spaces before "minus" sign of next number. Maybe it's time to go out from stypid string replacement-splitting to slower but smarter token parser?
-
Doug Hammond authored
-
- Feb 21, 2011
-
-
Aurel W authored
io_raw_mesh: fixes,.. already were done but gone 'lost' (no svn history, nothing in patch tracker,...). wtf?!?
-
John Phan authored
add support for single or multiple uv textures. fixed material id. Deal with faces assign to an materials.
-
Sergey Sharybin authored
-
Sergey Sharybin authored
- Fixed incorrect usage of 255 color range -- each component should be from segment [0..1] - Added "style" tag parsing
-
Aurel W authored
-
Nathan Vegdahl authored
-
Nathan Vegdahl authored
Just required some misc updates due to python API changes.
-
Sergey Sharybin authored
-
Aurel W authored
-
Jonathan Smith authored
-
Doug Hammond authored
-