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-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13Sequencer: add support for grease pencil rendering in previewsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-05-01Another issue with includesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-21Fix for UI_view2d_to_region_float (was ignoring x,y args)Campbell Barton
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-03-31Code cleanup: use boolCampbell Barton
2014-02-28Proper solution for crash of GP when marker is not exist on current frameSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Use bool where appropriateJoshua Leung
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Minor cleanup from latest coverity checks - if we have a previous curve, we c...Bastien Montagne
2014-01-15Fix for mistake in recent shadow addition in tabsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-15Code cleanup - Commented out some code which wasn't actually doing anythingJoshua Leung
2014-01-12Fix T38124: Grease Pencil Line thicknessBastien 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-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-24style cleanup: space around for loop wrappersCampbell 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-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Fix #35473: Using Redo panel in View3D after Grease Pencil action moves GP la...Sergey Sharybin
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
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-04-05code cleanup: include orderCampbell Barton
2013-03-26I18n: various "new data translation" fixes...Bastien Montagne
2013-03-26grease pencil eraser mouse-wheel resize was inverted compared to circle-select.Campbell Barton