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-11-07Camera tracking integrationSergey Sharybin
2011-11-03modify previous api feature to tag functions as permanent, use nicer decorato...Campbell Barton
2011-10-23minor formatting edits (80 char width)Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-11py api: bpy_extras.io_utils.path_reference() - added library argument so expo...Campbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
2011-10-02- fix for keymap test operatorCampbell Barton
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26fix for keymap export, move functions common for the UI and operators into bp...Campbell Barton
2011-09-23- move animsys update operator into the anim.pyCampbell Barton
2011-09-23minor edits to recent fix for addonsCampbell Barton
2011-09-23* Some more fixes for recent move operator commit. Thomas Dinges
2011-09-23remove bl_operators/nla.py, move bake_action function into bpy_extras.anim_ut...Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15- include enum names and descriptions in sphinx generated documentationCampbell Barton
2011-09-08correct fix for #28558Campbell Barton
2011-09-08fix [#28558] more edge_keys than edgesCampbell Barton
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