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-04Fix #27849: 3D manipulator widget lost on mesh in edge mode.Brecht Van Lommel
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-21use uppercase for axis chars, used in BLI_math and other parts of blender.Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-14bugfix [#24702] 3Dmanipulator does not display if view's layers are not synch...Campbell Barton
2010-11-05centralize function for calculating pixel size. (no functional changes)Campbell Barton
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-01improvement to axis/angle gimble conversion added last commit. fixed flipping...Campbell Barton
2010-11-01bugfix [#24480] Axis Angle + manipulators: bad behaviourCampbell Barton
2010-10-19bugfix [#24324] Wrong center for scaling Bezier Curve's handlesCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-12bugfix [#23191] Ctrl-LMB quick extrude problem with non-perpendicular edges/f...Campbell Barton
2010-09-20bugfix [#23909] Calculating DepthCampbell Barton
2010-08-22possible fix [#23331] Hidden Bones Contribute to Axis NormalCampbell Barton
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includesCampbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-03More work on Drag Immediate:Martin Poirier
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-01Fix #20891: opengl animation render could mess up the view.Brecht Van Lommel
2009-12-29Make manipulator axis fade away and become invisible when perpendicular to th...Martin Poirier
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-11-29Gimbal orientation defaults to Normal instead of Global when bone or object i...Martin Poirier
2009-11-11Mitchell Stokes BGE MouseWarp patch + warning fixCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-07Make orientation matrix access function public.Martin Poirier
2009-11-06bring back align to view to objectCampbell Barton
2009-11-03Patch [#19799] Add trackball loop to rotate manipulatorMartin Poirier
2009-11-02Simplify gimbal axis code and make gimbal orientation work correctly with par...Martin Poirier
2009-10-30- Simplified EulToGimbalAxis, its still only works on XYZ and ZXY but at leas...Campbell Barton
2009-10-30When transform orientation is not orthogonal (which is often the case with Gi...Martin Poirier
2009-10-28Gimbal Transform orientationsMartin Poirier
2009-09-28Adding back more functionalities for transform orientations.Martin Poirier