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
2014-03-01NDOF: add navigation modes to user preferencesCampbell Barton
2014-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-03-01FCurve Transform: scaling no longer changes hansle typesCampbell Barton
2014-02-28Fix for transform setting T_CAMERACampbell Barton
2014-02-28Fix Crazyspace with proportional editingCampbell Barton
2014-02-28Fix T38407: Bone roll calculation flips local axes at wrong rotation angleBastien Montagne
2014-02-28Revert editbone roll correction changes.Bastien Montagne
2014-02-28Fix T38877: F-Curve modal input is incorrect when set to Imperial units.Bastien Montagne
2014-02-27Transform: remove recently added ival2, use editbones temp dataCampbell Barton
2014-02-27Fix T38843: Bone parallel to world z axis flicking when scale in edit mode.Bastien Montagne
2014-02-24Fix T38756: Regression with vertex slide responding to mouse eventsCampbell Barton
2014-02-23Code cleanup: use lowercase names for varsCampbell Barton
2014-02-22Fix T38407: Bone roll calculation flips local axes at wrong rotation angle.Bastien Montagne
2014-02-20Transform: skip setting colors when picking with the manipulatorCampbell Barton
2014-02-17Fix T38670: Mask transform without a movieclip crashesSergey Sharybin
2014-02-17Revert 7142b970853f209f6c43319b7f862bcbdbea3728 (transform toggle node hiding)Campbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-02-12Fix T38525: missing update when running bpy.ops.transform.* from the console.Brecht Van Lommel
2014-02-12Transform: better logic to calculate manipulator normal orientation.Campbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-04Fix T38411: Free keyframe handles do not snap to frames when duplicatingSergey Sharybin
2014-02-04Fix T38469: Strip delimiter handlers don't move strip correctly with keyboard...Bastien Montagne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Fix T38435: Crash when pressing MMB in walk modeBastien Montagne
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-30More snapping fixes (this is ridiculous).Bastien Montagne
2014-01-30Fix T38409: Snapping BugBastien Montagne
2014-01-30Fix T38358: typo in own rB77089a3bf203.Bastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-29Fix bone transform issue where the bone roll depends on intermediate mouse po...Brecht Van Lommel
2014-01-29Fix T38393: bone roll not restored properly after cancelling rotation of bones.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-26Fix T38354: Excess memory allocation when projecting onto object with multiresBastien Montagne
2014-01-21Fix T38128: snapping to node border uses node centers.Lukas Tönne
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-18Make it possible to hide/unhide a node during node transform operations.Monique Dewanchand
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: avoid using G_PICKSEL for transform manipulatorCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16User Prefs: Manipulator unit and tooltip fixesAndrew Buttery
2014-01-15Only check OB_RECALC_ALL flags of the object in transform codeSergey Sharybin
2014-01-15Followup to the previous commitSergey Sharybin
2014-01-15Fix T38166: Vertex slide C key doesn't workCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-15fixed wrong commentgaiaclary