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-04-17Initial implementation of overscan renderingoverscanSergey Sharybin
2014-04-07Code cleanup: project gpencil in float coords & delete outdated commentsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-21Minor cleanup from latest coverity checks - if we have a previous curve, we c...Bastien Montagne
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-10Fix clang warning for (harmless) use of uninitialized variable.Brecht Van Lommel
2014-01-09Cleanup: mostly, prefer array syntax to pointer arithmetic (keep the later on...Bastien Montagne
2014-01-09Fix T38135: Global start and end point of the curve was set to zero radius & ...Bastien Montagne
2014-01-09Grease pencil 'convert to curve' code: some cleanup & refactor.Bastien Montagne
2014-01-09Cleanup: Remove tabs in empty lines, use bool when possible instead of int, a...Bastien Montagne
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-08-24Related to [#36548] "Grease Pencil" ProblemsBastien Montagne
2013-08-20Fix GPencil part of [#36101] BSurface Throw an Error When Press "Add Surface"Bastien Montagne
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-06-10code cleanup: use boolean for intersection functions.Campbell Barton
2013-06-09Bugfix [#35686] Grease pencil to curve conversion causes NAN weights on verticesJoshua Leung
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-03-26I18n: various "new data translation" fixes...Bastien Montagne
2013-03-20add option to convert grease pencil into poly line directly.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-01-22Fix [#33962] Grease Pencil crashing blenderBastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-11-12More spelling errors, whitespace, and simplifying code with many side effectsJoshua Leung
2012-11-12Whitespace tweaks and BugfixesJoshua Leung
2012-11-11Fix for RNA soft values (confused with hard ones... tss).Bastien Montagne
2012-11-11Fix a stupid warning (due to last minute refactor...).Bastien Montagne
2012-11-11Actually, need no more BKE_main.h here...Bastien Montagne
2012-11-11"Dynamic Sketch" patch, which adds timing data to GP strokes, by storing an i...Bastien Montagne
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-19Changes in clip editor's public api to make it's more clearSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-11Code cleanup - Removing/commenting out various bits of legacy cruft related toJoshua Leung
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-06-10Support for per-track Grease Pencil datablocks for motion trackingSergey Sharybin
2012-05-08style cleanup: gpencil & metaballCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton