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-13Added a small operator to ease mapping. When used, the hierarchy mapping fiel...Benjy Cook
2011-08-13BGE Animations: Adding an option to let users choose whether or not to lock a...Mitchell Stokes
2011-08-12More work on Advanced Retargeting and some stride bone bugsBenjy Cook
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-12add bpy.types as a module for convenient imports, eg:Campbell Barton
2011-08-12sequencer todo: change sequence added back (C key)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-113D Audio GSoC:Joerg Mueller
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-10Fix for incorrect parameter amount.Nathan Letwory
2011-08-10fix for error in templateCampbell Barton
2011-08-09style change, harmless changes while looking into bug [#28196]Campbell Barton
2011-08-09fix [#28186] textboxes properties not animatableCampbell Barton
2011-08-09fix [#28191] Exception when enabling a script for a newer Blender buildCampbell Barton
2011-08-093D Audio GSoC:Joerg Mueller
2011-08-09Blender 2.59:Thomas Dinges
2011-08-08Created property systems for multiple retargets on a single armature, for thi...Benjy Cook
2011-08-08report error on installign keymaps rather then raising an exception.Campbell Barton
2011-08-08quiet harmless py resource warning - file opened but not closed.Campbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-08- update X3D and FBX testing checksumsCampbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-07Sound clip NLA Strips for NexyonJoshua Leung
2011-08-07fix [#28172] Cannot restore Add-ons tab in user preferences after a failed at...Campbell Barton
2011-08-063D Audio GSoC:Joerg Mueller
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05move the ndof menu into the userpref's since it adjusts preferences, also ren...Campbell Barton
2011-08-05Merge with trunk r39062Miika Hamalainen
2011-08-05Dynamic Paint:Miika Hamalainen
2011-08-05get a tad more vertical space in the toolbar.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-04Dynamic Paint:Miika Hamalainen
2011-08-04Initial coding of path editing operator. Still needs some work, but all the b...Benjy Cook
2011-08-03Merge with trunk r39000Miika Hamalainen
2011-08-03Dynamic Paint:Miika Hamalainen
2011-08-03Fixed issue with IK toggle buttons and added operators for the new limit rota...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-03Add .py extension if it is missing from keymap file.Kent Mein
2011-08-03Speaker Object icons, thanks Phil Gosch.Joerg Mueller
2011-08-03* Merging trunk up to r38981.Joerg Mueller
2011-08-033D Audio GSoC:Joerg Mueller