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-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
2011-07-21Two new operators for easier retargeting: Auto scale performer, and a first a...Benjy Cook
2011-07-20fix [#27922] using preset_paths() with an absolute path returns twice the sam...Campbell Barton
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-19Added some simple feedback for long processes, currently being printed to the...Benjy Cook
2011-07-19fix for bpy.path.abspath(), if a path was passed it would get the last direct...Campbell Barton
2011-07-18Even more bugfixes for retarget, for various types of special cases.Benjy Cook
2011-07-18Bugfixing for retargeting - unconnected bones now retarget alot better. Also ...Benjy Cook
2011-07-18fix [#28005] Python Add-Ons are constantly reloaded if twice in the pathCampbell Barton
2011-07-18fix [#27971] Blender OBJ export with Z-Up setting produces an error and failsCampbell Barton
2011-07-16Small bugfix for prior commit - Removing constraints no longer causes an errorBenjy Cook
2011-07-16Keyframing Motion capture properties now works for the Point constraint. Also...Benjy Cook
2011-07-15Bugfix: Retargeting now works when user rig bones are not connected to their ...Benjy Cook
2011-07-14Bugfix: Baking mocap constraints now works for user created IK bonesBenjy Cook
2011-07-13patch [#27950] Patch to add the ability to generate random points on mesh facesCampbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-07-10Some optimizations and coding style improvements across the retargeting and c...Benjy Cook
2011-07-08Added baking/unbaking functionality to constraint system. Retargeting now add...Benjy Cook
2011-07-06pep8 compliance for python scriptsBenjy Cook
2011-07-06Changed creation of original location targets to be created only if needed fo...Benjy Cook
2011-07-06Cosmetic changes to UI. Also, added option to mark which bones should be plan...Benjy Cook
2011-07-06Coding style and cosmetic changes to mocap constraints moduleBenjy Cook
2011-07-06Added a small useful operator: Fix Armature Rotate. It fixes the common issue...Benjy Cook
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-05Added One-Sided distance constraint. Also fixed some bugs and syntax in const...Benjy Cook
2011-07-05Added denoising function. Uses a type of median filter to smooth out spikes, ...Benjy Cook
2011-07-04Finished Freeze constraint, and target space option for Freeze and Point cons...Benjy Cook
2011-07-04Added smoothing variables to constraint creation, and now Active checkbox is ...Benjy Cook
2011-07-04Fixed some issues with stride bone and original empty creation and parenting....Benjy Cook
2011-07-03fix for error when moving module, broke fracture tools and select internal fa...Campbell Barton
2011-07-02Early commit of mocap constraint work. Still very much a WIP, but Point const...Benjy Cook
2011-07-01minor pep8 editsCampbell Barton