Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28* Removing mocap GSoC (is an addon already).Joerg Mueller
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-25executing operators that changed the context from the console wasnt returning...Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-17Commenting and pep8 complianceBenjy Cook
2011-08-16Small change that improves usability to advanced retargetingBenjy Cook
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15Added option to each retargeted bone to fix twist issues caused by variable b...Benjy Cook
2011-08-15Small fix to autoloop due to changes in utility function by animation stitchingBenjy Cook
2011-08-15py api - optional sep argument for bpy_extra.io_utils.unique_name() since for...Campbell Barton
2011-08-13Added argument to retargeting - step size. Allows retargeting every other 'st...Benjy Cook
2011-08-12More work on Advanced Retargeting and some stride bone bugsBenjy Cook
2011-08-12add bpy.types as a module for convenient imports, eg:Campbell Barton
2011-08-11Additional work on animation stitching, now with auto-guess capability. Only ...Benjy Cook
2011-08-11Optimizations following intensive profiling of retarget and other lengthy fun...Benjy Cook
2011-08-11Advanced Retargeting option: If the end user armature is complex, on the leve...Benjy Cook
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-11Mostly finished implementation of animation stitching, with lock bone functio...Benjy Cook
2011-08-11Fix for previous commit, now a fake user flag is added when switching between...Benjy Cook
2011-08-10Initial programming of stitch animation operator. WIPBenjy Cook
2011-08-10Continued changes to storing of retargeted animation data, making it possible...Benjy Cook
2011-08-08Created property systems for multiple retargets on a single armature, for thi...Benjy Cook
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-07fix [#28172] Cannot restore Add-ons tab in user preferences after a failed at...Campbell Barton
2011-08-05Post Retarget fixes - added an Update Constraints button, that recalculates a...Benjy Cook
2011-08-05Updated Vector/Matrix multiplication to new order as required by mathutilsBenjy Cook
2011-08-05Small fix to Path Editing - now mute's original forward motion curveBenjy Cook
2011-08-04Initial coding of path editing operator. Still needs some work, but all the b...Benjy Cook
2011-08-03Added functions for toggling DOF Constraints on user rig based on range of mo...Benjy Cook
2011-08-03Fixed coding style to conform to pep8Benjy Cook
2011-08-03* Merging trunk up to r38981.Joerg Mueller
2011-08-03fix [#28151] export OBJ don't save the extensionCampbell Barton
2011-08-02Other bone functionality coded for point post retarget fix. You can now set t...Benjy Cook
2011-08-02Fixed a few small typos.Kent Mein
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-31fix for error in recent commit.Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-29Changed name of Mocap constraints to mocap fixes, for user clarity.Benjy Cook
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-28fix error in writing dupligroups for X3D export, may have effected other expo...Campbell Barton
2011-07-25fix [#28075] After the correction of No.38528 is applied, the following pheno...Campbell Barton
2011-07-25reverse vector multiplication order for some internal functions.Campbell Barton
2011-07-22NLA Track for custom user tweaks is now added after retargetingBenjy Cook
2011-07-22Merge with trunk up to r38584.Joerg Mueller