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-12-11Fix T37755: Autokey doesn't work for local Z-Axis in Camera view with MotionP...Joshua Leung
2013-12-11Fix incorrect comment - copy and paste errorJoshua Leung
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-12-02Fix T37671: Edit Texture Space on Skin Resize crashSergey Sharybin
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-28Transform: improve normal orientationCampbell Barton
2013-11-28Fix T37143: Wrong normal dir with individual origins + one vert selectedCampbell Barton
2013-11-27Disable redo for bend operatorCampbell Barton
2013-11-26fix for error in own recent commit, removing orientations.Campbell Barton
2013-11-25Transform: old todo, removing an orientation now checks all screens.Campbell Barton
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-11-20fix T37411: Transform mouse constraint could fail in some situations.Campbell Barton
2013-11-20Fix T37550: Crash while snaping to curve made from Susane (bug in recent addi...Campbell Barton
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16Transform: vertex snapping for curvesHenrik Aarnio
2013-11-07Fix for node transform offsets when adding new nodes: The transform operator ...Lukas Toenne
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-06Fix #37251: Snap not working correctly in metaball edit mode.Sergey Sharybin
2013-11-05Fix [#37324] Crash, calling Warp operator in OutlinerBastien Montagne
2013-11-05Bugfix [#36203] Transformation bone constraint breaks Track To / Dumped TrackJoshua Leung
2013-11-03code cleanup: warningsCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-29Code cleanup: more int->bool conversions mask moduleSergey Sharybin
2013-10-29Project Pampa request: FCurves normalized displaySergey Sharybin
2013-10-29Make anim system safer for threadingSergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-23fix for negated normal being used when using individual centers & normal orie...Campbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-23fix [#37179] All transformation normals drawn when proportional edit, individ...Campbell Barton
2013-10-23refactor transform.c - minor changesCampbell Barton
2013-10-13improve warp transform so it can be used as a general bending tool too.Campbell Barton
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-13code cleanup: use more obvious assignments for transform snapping angles.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-04fix [#36947] "Edge Slide" bugs when "Even" is onCampbell Barton
2013-10-04fix [#36942] unfreed memory on trackball widget useCampbell Barton
2013-10-01make the manipulator work with curve handle selections with normal orientatio...Campbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-10-01fix for bug own recent commit [#36904] Snap to Volume is broken with ArmatureCampbell Barton
2013-10-01fix bug with vector handles in the graph editor when transforming 2 selected ...Campbell Barton
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-10-01fix [#36900] single spline handle can't be "scaled"Campbell Barton
2013-10-01addition to r60465, check for individual centers when positioning the manipul...Campbell Barton
2013-10-01curve transform: scale handles around their knot when using individual centers.Campbell Barton