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-04-17Initial implementation of overscan renderingoverscanSergey Sharybin
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
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-26pass args as vectors to opengl functions where possible.Campbell Barton
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23Code refactoring: split main 3d view drawing function into object drawing andBrecht Van Lommel
2011-10-12Fix typo.Guillermo S. Romero
2011-10-12fix [#28882] grease pencil draw apperence seems to change wieght/thickness af...Campbell Barton
2011-09-06Grease pencil: non-blocking sketch sessionsSergey Sharybin
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-04-14A better fix than r36151 for the Grease Pencil drawing issues in theJoshua Leung
2011-04-13work-around for grease pencil single points in the image view drawing really ...Campbell Barton
2011-04-12modify the method for calculating ghost alpha.Campbell Barton
2011-04-01xray option for grease pencil (on by default), sometimes its nicer not to hav...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton