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-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-20View All/Selected tools for NLA EditorJoshua Leung
2011-07-19Added some simple feedback for long processes, currently being printed to the...Benjy Cook
2011-07-19Added tooltips to all operators in the Mocap panelsBenjy Cook
2011-07-19Speedup, do only one global matrix grab per objDaniel Salazar
2011-07-19Object Align operator: coudn't resist and added a high quality (slower) optio...Daniel Salazar
2011-07-19Object Align operator now correctly computes a *global* bounding box for all ...Daniel Salazar
2011-07-19fix for [#28012] Mat ID messy with shader nodesJeroen Bakker
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 [#27996] Smart UV Unwrap Still Results in OverlapsCampbell Barton
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-17template for patch exporting objects in a scene.Campbell 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-13Fix python error in image sampling panel drawing whenBrecht Van Lommel
2011-07-13Fix #26704: activating a texture node inside material nodes did not show thatBrecht Van Lommel
2011-07-13Bugfix: DopeSheet + Graph Editors were referring to wrong operator forJoshua Leung
2011-07-13patch [#27950] Patch to add the ability to generate random points on mesh facesCampbell Barton
2011-07-12Add delete with reconnect feature.Jeroen Bakker
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-08fix issue raised by [#27819] Unwrap Menu (U) -> Lightmap Pack throws Python E...Campbell Barton
2011-07-08Added baking/unbaking functionality to constraint system. Retargeting now add...Benjy Cook
2011-07-07Remove unnecessary line from previous commit which slipped throughJoshua Leung
2011-07-07Patch [#23682] Add sort+move to bone group list in panelJoshua Leung
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 access to denoising and new constraints functionality to UI scriptBenjy Cook
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-04Current situationJeroen Bakker
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 python error when pinning a non mesh object in mesh editmode.Campbell Barton