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
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename SpaceIpo -> SpaceGraphCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-10Use proper ID to create FModifier RNA pointerSergey Sharybin
2019-01-10Fix T60340: Removing f-curve modifier doesn't update animationSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-10-22Fix memory leak in drivers poverAntonioya
2018-10-20Fix typoJoshua Leung
2018-10-20Fix: Drivers popover not showingJoshua Leung
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-09-20UI: add support for defining any icon as a mono icon.Brecht Van Lommel
2018-09-18Support evaluating simple driver expressions without Python interpreter.Alexander Gavrilov
2018-09-12Fix T56763: Removing driver variable crashes Blender.Bastien Montagne
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Python: Allow untrusted py-drivers to run limited expressionsCampbell Barton
2018-06-12UI: Name N-Key toggle to SidebarCampbell Barton
2018-06-11WIP: Add driver eyedropper operator button beside the "add input" buttonJoshua Leung
2018-06-11Drivers UI: Introduce more whitespace, to make the sections clearerJoshua Leung
2018-06-11Drivers UI: Don't show the Copy/Paste driver dvars buttons in the popoversJoshua Leung
2018-06-11Drivers UI Fix: Use uiLayoutSetContextFromBut() so that operators will work i...Joshua Leung
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-23Fix compiler error: Stupid const vs non constJoshua Leung
2018-05-23Drivers UI (Part of T55145) - WIP work to prepare a panel we can shove into a...Joshua Leung
2018-05-23Drivers UI (Part of T55145) - Show datablock that driven property belongs to ...Joshua Leung
2018-05-23Drivers UI (Part of T55145) - Refactor existing UI code to allow it to be reusedJoshua Leung
2018-05-23Drivers UI: Add the "Update Dependencies" logic into the callbacks that shoul...Joshua Leung
2018-05-23Drivers UI: Get rid of dedicated button to remove active driverJoshua Leung
2018-05-23Drivers UI Cleanup (Part of T55145)Joshua Leung
2018-05-23Cleanup: Remove unused codeJoshua Leung
2018-05-22Drivers Editor UI Tweaks (Part of T55145)Joshua Leung
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2017-11-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-19Fix: Undo pushes were missing for Add/Remove Driver Variable buttons, and Rem...Joshua Leung
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-03-11Add support for Objects in Drive variable `Rotational Difference`Germano Cavalcante
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2016-07-30Py-Driver: add 'self' optionCampbell Barton