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
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-12Cleanup: remove some G.main from BKE area.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-12Fix: Follow up to 16b795cb95cJoshua Leung
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2018-03-08Fix crash if NLA strip with "Use Animated Influence" setting is enabled witho...Joshua Leung
2018-02-21Fix more missing ID remapping in animation editor callbacksJoshua Leung
2018-01-25Fix missing broken notifiersDalai Felinto
2018-01-03Fix T53632: Objects outside scene shown in popupCampbell Barton
2017-11-09Fix: unselectable objects can be selected via the NLA editorDalai Felinto
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
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