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-10-31Code Cleanup: Remove some redundant operationsGPencil_FillStrokesJoshua Leung
2014-10-31Code Cleanup: bool in place of shortJoshua Leung
2014-10-31Fix: GP Stroke verts are now properly masked behind geometry now when X-Ray o...Joshua Leung
2014-10-31Code Cleanup: Deduplicate logic for calculating 2D stroke coordinates for dra...Joshua Leung
2014-10-30GPencil Drawing: Support for drawing filled strokesJoshua Leung
2014-10-29Code cleanup: renamed function for drawing 2D strokes to make more sense nowJoshua Leung
2014-10-29Volumetric strokes draw in 2D views too nowJoshua Leung
2014-10-29Make volumetric stroke drawing a per-layer optionJoshua Leung
2014-10-28Code cleanup: Tidy up some stuff from previous commitJoshua Leung
2014-10-27Volumetric strokes are also drawn during stroke drawing tooJoshua Leung
2014-10-27Fix for memory leak in previous commitJoshua Leung
2014-10-27Proper implementation for "Volumetric Strokes" drawingJoshua Leung
2014-10-24Hack: Quadrics-based drawing technique for 3D strokesJoshua Leung
2014-10-17Put in place defines for not showing GP onionskins when animatingJoshua Leung
2014-10-15Code Cleanup: Split onion skinning drawing code out into its own functionJoshua Leung
2014-10-14GP Onion Skinning: Custom before/after colours and rangesJoshua Leung
2014-10-10GPencil Stroke Vert drawing: 2nd AttemptJoshua Leung
2014-10-10Drawing Test: Use theme setting for the base colour of unselected GP Verts wh...Joshua Leung
2014-10-10Added a dedicated way of drawing selected strokes and their pointsJoshua Leung
2014-10-10Drawing code refactoring: Move out logic for testing if a stroke can be drawn...Joshua Leung
2014-09-28Added a "select" property to GPencil strokesJoshua Leung
2014-09-02Fixes localview and view-local layersCampbell 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-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-12Fix T38124: Grease Pencil Line thicknessBastien Montagne
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-26grease pencil xray option wasn't being applied to single points in the 3d view.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-09-26fix [#32661] Grease Pencil in Camera ViewCampbell Barton
2012-09-09style cleanup:Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
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-07Remove unused ibuf argument from draw_gpencil_2dimageSergey Sharybin
2012-05-08style cleanup: gpencil & metaballCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton