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-12-05To make Strokes Edit Mode a bit more "solid", Tab key can be used to toggle o...Joshua Leung
2014-12-05Selectmouse-drag now works to move GPencil vertsJoshua Leung
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-12-02Fix: Grease Pencil strokes rendered with blotched colours/alpha in OpenGL Pla...Joshua Leung
2014-12-02Lasso Select for GPencil StrokesJoshua Leung
2014-12-02GPencil Drawing: Enable polygon smoothingJoshua Leung
2014-12-02UI messages: Minor typo fix.Bastien Montagne
2014-12-01Cleanup: warningsCampbell Barton
2014-12-01Fix: Strokes in image editor can finally be drawn using "fancy" 2D stroke tes...Joshua Leung
2014-12-01Fix: Volumetric strokes now draw correctly in the Image EditorJoshua Leung
2014-12-01Fix: Forgot to set fill colour when drawing 2D filled strokesJoshua Leung
2014-12-01Re-enabling keymappings for straight line and poly drawingJoshua Leung
2014-11-30Minor tweaks to quick palettes to avoid conflictsJoshua Leung
2014-11-30Cleanup: tag unused args as such.Bastien Montagne
2014-11-30Fix for wrong RNA type causing asserts to fail in debug modeJoshua Leung
2014-11-30Removing last vestigial remains of old C-based UI for Grease PencilJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-22Fix for previous commitJoshua Leung
2014-11-11UI Refactor T41640Campbell Barton
2014-10-21Fix T42278: Grease Pencil in Movie Clip Editor can not be erased in Track > C...Sergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-02Fixes localview and view-local layersCampbell Barton
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