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
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-29fix [#27057] In cam perspective, world-axis-locked xform of an obj at cam loc...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20while looking into [#27057] noticed when the view and the transform center ar...Campbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell 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-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-20Bugfix: new strict code for UI_make_axis_color() caused constraintTon Roosendaal
2010-11-28minor changes to the python api.Campbell Barton
2010-11-16bugfix [#24509] UV/Image Editor: selected elements move not as specifiedCampbell Barton
2010-11-10bugfix [#23710] 'repeat last' button doesnt' work with extrude along axes oth...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-21Fix #22883: interface panels blank when drawing axis constraint.Brecht Van Lommel
2010-05-05[#22212] edit problem with translate manipulatorMartin Poirier
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-21remove debug printMartin Poirier
2010-01-15Transform Constraints: When axis is quasi perpendicular to the screen (within...Martin Poirier
2009-12-17Bugfix: [#20406] reapeat duplication along axis+view transform orientationMartin Poirier
2009-12-03Make toggle and hold snap method cohabit nicely.Martin Poirier
2009-11-30Bugfix: PET circle not drawn correctly in edit mode.Martin Poirier
2009-11-26First changes to implement the 2.5 snapping proposal (discussed back in May a...Martin Poirier
2009-11-10Math LibBrecht Van Lommel
2009-11-02Make transform axis constraint projection more robust (less flip).Martin Poirier
2009-10-28Gimbal Transform orientationsMartin Poirier
2009-10-08[#19354] Second press of axis key didn't do local orientation when global was...Martin Poirier
2009-07-12Cleaning up manipulator code a bitMartin Poirier
2009-04-142.5Ton Roosendaal
2009-03-29Add snapping parameters to transform operators (only Translation, Resize and ...Martin Poirier
2009-03-28Correctly cancel operator is there's no transform data.Martin Poirier