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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2016-08-20Fix T49060: crashes during render with no apparent reason...Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-29Fix missing redraw of timeline when changing GPencil layer settingsJulian Eisel
2016-01-25A few urgent glLineWidth fixes for anim editorsJoshua Leung
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-08-06Timeline: Make GPencil keyframes slightly taller than normal keyframes to mak...Joshua Leung
2015-02-10UI: scale timeline cache-height by DPI/pixelsizeCampbell Barton
2015-01-26Timeline: Draw keyframe lines at 60% heightSybren A. Stüvel
2015-01-03D824: Add themeing for keyframe lines in TimelineDiego Garcia
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-10-28Cleanup: rename draw_markers_time -> ED_markers_drawCampbell Barton
2014-09-20Fix T41875: Update issue in Timeline spaceBastien Montagne
2014-05-06Cleanup: redundant NULL checksCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: style, unused importCampbell Barton
2014-04-27Fix T34993: "Jump to Next Keyframe" shortcut not related to the timeline view...Joshua Leung
2014-04-13Revert "Fix T39484: Time line: highlighted area for frame range one frame too...Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28Fix T39484: Time line: highlighted area for frame range one frame too short.Bastien Montagne
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-08Fix #36298 and #36359: timeline no longer did redraw during animation render.Brecht Van Lommel
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-01-23rigidbody: Add point cache supportSergej Reich
2012-09-26Bugfix:Joshua Leung
2012-07-05Draw outdated point cache in a lighter colorSergej Reich
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08style cleanup: gpencil & metaballCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-01-24quiet some warnings & (possible/unlikely error)Campbell Barton
2011-12-04remove unused SpaceTime.redraws.Campbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-21Attempted bugfix: don't perform any keyframe remapping stuff ifJoshua Leung
2011-07-12Timeline Drawing - Time cursor draws extra wide in timeline so thatJoshua Leung
2011-07-12Bugfix [#27548] Timeline view - 2D drawing issuesJoshua Leung
2011-06-30Animation Channels Filtering Refactor - Part 5Joshua Leung
2011-06-16Dynamic Paint:Miika Hamalainen
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton