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
2015-03-10Fix T43941: Grease pencil eraser outline vanishesCampbell Barton
2015-02-19RNA: pass only 0/1 to RNA_property_boolean_setCampbell Barton
2015-02-17GPencil: On the fly switching between Drawing and Erasing when using "Continu...Joshua Leung
2015-02-10Fix grease-pencil crash without clip/track dataCampbell Barton
2014-12-27Experimental fix for "random large dots" bug when using a stylusJoshua Leung
2014-12-27Restoring all the whitespace!Joshua Leung
2014-12-26GPencil: Picky whitespace cleanupjulianeisel
2014-12-26GPencil: Use a different brush cursor for eraserjulianeisel
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-10-21Fix T42278: Grease Pencil in Movie Clip Editor can not be erased in Track > C...Sergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell 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-02-28Proper solution for crash of GP when marker is not exist on current frameSergey Sharybin
2014-02-03Use bool where appropriateJoshua Leung
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
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-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-28Fix #35473: Using Redo panel in View3D after Grease Pencil action moves GP la...Sergey Sharybin
2013-03-26grease pencil eraser mouse-wheel resize was inverted compared to circle-select.Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-26fix [#34658] GreasePencil eraser deletes strokes through geometry, surfacemodeCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-04fix [#33412] Jump to next frame broken in grease pencil modeCampbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-12More spelling errors, whitespace, and simplifying code with many side effectsJoshua Leung
2012-11-12build fix: recent commit broke building on 64bit linuxCampbell Barton
2012-11-12Whitespace tweaks and BugfixesJoshua Leung
2012-11-11Four fixes (own collection)Ton Roosendaal
2012-11-11"Dynamic Sketch" patch, which adds timing data to GP strokes, by storing an i...Bastien Montagne
2012-11-01Bugfix #24030Ton Roosendaal
2012-10-30Bugfix #33019Ton Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20Grease Pencil: Tweaks to make tooltips show up for the different drawing toolJoshua Leung
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07code cleanup: grease pencil eraser had duplicated logic for getting screen co...Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher