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
2016-10-13immediate mode: small cleanup on timelineDalai Felinto
2016-10-13Fix timeline break after recent immediate mode change (rBf6e7e46f)Dalai Felinto
2016-10-13immediate mode: use new ThemeColor functionsDalai Felinto
2016-10-13Immediate mode: timeline (keyframes and range)Dalai Felinto
2016-08-21Merge branch 'master' into blender2.8Bastien Montagne
2016-08-20Fix T49060: crashes during render with no apparent reason...Bastien Montagne
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-29Fix missing redraw of timeline when changing GPencil layer settingsJulian Eisel
2016-05-02Merge branch 'temp_remove_pointcache' into blender2.8Lukas Tönne
2016-05-02Merge branch 'temp_remove_particles' into blender2.8Lukas Tönne
2016-04-29Cleanup: warnings. spellingCampbell Barton
2016-04-29Removed point cache blenkernel code.Lukas Tönne
2016-04-20Merge branch 'master' into temp_remove_particlesLukas Tönne
2016-04-17"View Frame" now works in the sequencer tooJoshua Leung
2016-04-16Anim Editors: "View Frame" Operator - Code Cleanups/Reshuffling + NLA/Timelin...Joshua Leung
2016-04-16Removed the ND_PARTICLE notifier and outliner particle elements.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
2016-01-25A few urgent glLineWidth fixes for anim editorsJoshua Leung
2016-01-04Remove SCons building systemSergey Sharybin
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-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
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-10-08Ghost Context RefactorJason Wilkins
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-20NDOF: yaw/pitch were swapped and add timeline fit.Campbell Barton
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-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton