- Mar 21, 2011
-
-
Campbell Barton authored
eg: XFCE file - /usr/share/xfce4/xkb/flags/tr.svg
-
- Mar 20, 2011
-
-
Sergey Sharybin authored
Transformation for non-container objects was applied twice when they were USEd. Get rid of confusing checks for special cases in USE.createGeom and use special flag (instancing) which tells geometry is it "normal" geometry creation or geometry creation initiated by USE node (SYMBOL would be handled differently int this two cases) Quick tests showed none regressions.
-
Sergey Sharybin authored
Suppose zero frictional part for case there's space or comma after dot in float value. Inkscape sometimes uses such weird format.
-
Campbell Barton authored
- transform() only requires a single argument. - support 'INVALID' as a unit suffix is present in some files created by docbook.
-
Campbell Barton authored
file from report [#26555] was raising an error becaues of this. us.svg line 23 <use xlink:href="#star" x=" 0.126"/>
-
Campbell Barton authored
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
Nathan Vegdahl authored
-
- Mar 18, 2011
-
-
Florian Meyer authored
-
Campbell Barton authored
Enable raytracing on OBJ materials always, not conforming to OBJ spec but this is annoying for newer software where raytracing is default.
-
- Mar 16, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Thomas Larsson authored
-
- Mar 15, 2011
-
-
Campbell Barton authored
-
Nathan Vegdahl authored
the rig.
-
Campbell Barton authored
-
- Mar 14, 2011
-
-
Campbell Barton authored
-
John Phan authored
-
- Mar 13, 2011
-
-
Nathan Vegdahl authored
- Flipped the roll values on the default human metarig spine and neck. This makes bending the rig forward have a positive rotation value, and bending back have a negative one. More in line with user expectations. - Improved get_pose_matrix_in_other_space() to account for bones with "inherit rotation" and/or "inherit scale" turned off. - Added a text file giving credit to people who have contributed to Rigify financially or otherwise.
-
Campbell Barton authored
-
- Mar 11, 2011
-
-
Thomas Larsson authored
-
Campbell Barton authored
-
- Mar 10, 2011
-
-
Nathan Vegdahl authored
Moved operator registration for rig UI into the register function. Not really necessary, since the generated script doesn't act as an addon. But it keeps everything in one place. Also added an unregister function for absolutely no reason.
-
Nathan Vegdahl authored
Clean-up of the IK/FK snapping code. Should be much more maintainable now. Also changed rig id generation. Rig id's now consist of a random alphanumeric string 8 characters long, with the smallest 8 digits of seconds since the epoc (in hex) at the time of rig generation appended on the end. This results in a 16-character string that is ludicrously unlikely to have any collisions between rigs. 36^8 * 16^8, with the 16^8 being very well distributed over time. Ah... paranoia.
-
Thomas Larsson authored
-
Nathan Vegdahl authored
- Added IK/FK snapping (both directions) for legs. - Cleaned up another operator so that it works with undo. - PEP8 cleanups.
-
- Mar 09, 2011
-
-
Campbell Barton authored
was missing undo push as Joshua pointed out.
-
Campbell Barton authored
-
Nathan Vegdahl authored
Also cleaned up how some of the operators work. They weren't playing nice with undo.
-
- Mar 08, 2011
-
-
Campbell Barton authored
-
Nathan Vegdahl authored
So far just IK->FK for biped.arm.
-
- Mar 07, 2011
-
-
Campbell Barton authored
-
Doug Hammond authored
extensions_framework: added ef_callback pseudo-property type for invoking custom draw methods in property_group_renderer
-
- Mar 04, 2011
-
-
Jesse Kaukonen authored
- Summary page now lists border render - ore.prepare now changes border render off - ore.prepare now changes full sample off, then save buffers (old was just save buffers which can't be changed if full sample is on) - A small piece of text that warns about the upload making Blender seem frozen - Bug fix: ore.prepare() couldn't be called in the old way. The new API prevents changing data during layout drawing. The original ore.prepare operator was changed a bit to not require the call - Bug fix: Completed / pending / rendering sessions didn't work. Same issue as above: cannot change data during draw functions. Fix is simply removing the problematic call as the list is already generated elsewhere
-
Campbell Barton authored
-
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!
-