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-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-03-03Fix T50842: NLA Influence Curve draws out of bounds when it exceeds the 0-1 r...Joshua Leung
2017-01-12Add Add Modifiers tab to the NLA & VSE editorsAaron Carlisle
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-07NLA: Indicate position of action-local markers on stripsJoshua Leung
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-04-22Fix (unreported) crash when listing available fmodifier types.Bastien Montagne
2016-04-16Anim Editors: "View Frame" Operator - Code Cleanups/Reshuffling + NLA/Timelin...Joshua Leung
2016-04-15NLA Copy/Paste Modifiers: Apply similar fixes as those done in Graph EditorJoshua Leung
2016-04-15FModifiers: Various tweaks for consistency + improved behaviourJoshua Leung
2016-04-15FModifiers: "Add Modifiers" in Graph/NLA Editor buttons now uses a dropdown i...Joshua Leung
2016-04-15Code Cleanup: Add proper defines (with ANIM_* prefix) for animation-related c...Joshua Leung
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-12Fix T46958: NLA Editor's 'Add Modifier' button is the wrong size on Retina Di...Joshua Leung
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-09-11Fix T45755: Bad NLA text alignmentCampbell Barton
2015-08-25Action Management Feature Request/Regression T45535Joshua Leung
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2015-07-01Cleanup: use boolsCampbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-14Fix for another NLA drawing bug uncovered by the previous commitJoshua Leung
2015-04-14NLA: Shift-Tab toggles tweakmode AND makes that track soloJoshua Leung
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-04-04WIP: Added dedicated operator for unlinking actions from the Action Editor (N...Joshua Leung
2015-04-03Fix: Drawing glitch when renaming animation channelsJoshua Leung
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-02-28NLA Drawing TweaksJoshua Leung
2015-01-25Crash when deleting NlaTrackRomanov Alexander
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-05Fix for typo + memory leakJoshua Leung
2014-12-05Bugfix T42697: Hiding/unhiding NLA strip doesn't update the 3D ViewportJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-04Cleanup: spelling (D831)Campbell Barton
2014-10-28Cleanup: rename draw_markers_time -> ED_markers_drawCampbell Barton
2014-10-28Markers: show the area that handles marker eventsCampbell Barton