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
2013-02-28code cleanup: includesCampbell Barton
2013-02-28fix for linking with recent armature refactor, was also missing file from CMa...Campbell Barton
2013-02-28Renaming the remaining PoseMode files for consistency (camelCase toJoshua Leung
2013-02-28Properly prefixing name of exproted armature APIJoshua Leung
2013-02-28Code cleanupsJoshua Leung
2013-02-28Code Maintenance - Splitting up Armature/Pose Editing FilesJoshua Leung
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18Fix some popups being too small on retina display, among them the new image d...Brecht Van Lommel
2013-02-13fix for missing typecheck on hook-assign operator.Campbell Barton
2013-02-12Reports #34042 and #33749Ton Roosendaal
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-06Bugfix [#34123] Armature "Switch Direction" doesn't work when selected boneJoshua Leung
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-24Bugfix [#33974] Bone roll flips 180 degrees when extruding bones verticallyJoshua Leung
2013-01-23tweak to recent commit to clamp vertex range so new empty vgroups are in fact...Campbell Barton
2013-01-22fix [#33889] Unexpected weights after parenting with Empty GroupsCampbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-08style cleanupCampbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22code cleanup:Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21Armature bone feature:Ton Roosendaal
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-15Making "Jump to Keyframes" operator (for Action/Graph Editors) more obviousJoshua Leung
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-08Patch [#32639] Pose breakdown confirm by Return KeyJoshua Leung
2012-10-07style cleanup: line length,Campbell Barton