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
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
2013-03-26grease pencil xray option wasn't being applied to single points in the 3d view.Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-26fix [#34658] GreasePencil eraser deletes strokes through geometry, surfacemodeCampbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
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-03-19Grease Pencil UIPablo Vazquez
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-08style cleanupCampbell Barton
2013-03-07GPencil feature request:Ton Roosendaal
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-02-04style cleanup: spaces -> tabsCampbell Barton
2013-01-22Fix [#33962] Grease Pencil crashing blenderBastien Montagne
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-04fix [#33412] Jump to next frame broken in grease pencil modeCampbell Barton
2012-12-03quiet float -> double conversion warnings and do some osl style edits.Campbell Barton
2012-12-03Fix for [#33378] Grease pencil dopesheet fails on a few operationsBastien Montagne
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-11Fix for RNA soft values (confused with hard ones... tss).Bastien Montagne
2012-11-11Four fixes (own collection)Ton Roosendaal
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-11-01Bugfix #24030Ton Roosendaal
2012-10-30Bugfix #33019Ton Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton