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-11-13Cleanup: use lowercase 2d/3d in function namesCampbell Barton
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-11Correct own error in recent transform orientation changesCampbell Barton
2018-09-07Fix normal transform orientation calculationCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-16Cleanup: rename transform UI valuesCampbell Barton
2018-07-26UI: hide transform constraints when not usedCampbell Barton
2018-07-26UI: hide proportional transform optionsCampbell Barton
2018-07-10Keymap: minor changes for keymap displayCampbell Barton
2018-07-10Fix transform plane constraint orientation cycleCampbell Barton
2018-07-09Cleanup: use const transform argsCampbell Barton
2018-07-09Cleanup: remove 'Orientation' from keymap item nameCampbell Barton
2018-07-09Keymap: remove some hard coded transform eventsCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30Cleanup: rename bmesh_queries -> bmesh_queryCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-12Cleanup: moar G.main removal from BKE area.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-08Fix T55301: Transform confirm on release fails w/ MMBCampbell Barton
2018-06-07Fix crash due to missing init of new bAnimContext bmain member in transform c...Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-05-21Cleanup: use const for transform internal APICampbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano
2018-04-23Fix T54766: "Record With"-NLA "Push Down" discards Blend Mode, Extrapolation,...Joshua Leung
2018-04-16Cleanup: indentationCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-10Fix transform nearest axis checkCampbell Barton
2018-04-09Cleanup: avoid recalculating global centerCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2018-02-22Fix T54129: Moving keyframes on top of other keyframes, removes both keyframesJoshua Leung
2018-02-21Fix: Return back to conventional way of averaging points for keyframe de-dupJoshua Leung
2018-02-21Fix: Forgot to recalculate handles after deleting keyframesJoshua Leung
2018-02-21Fix: Don't average keyframe values if FCurve can only have int/discrete valuesJoshua Leung
2018-02-21Cleanup: Delete debugging code and the old version of the automerge codeJoshua Leung
2018-02-21Tweak/Fix for T54106 - Moving multiple selected keyframes on top of an unsele...Joshua Leung
2018-02-21Minor Optimisation: Terminate early if we've passed the insertion point for t...Joshua Leung
2018-02-21Feature Request T54106: When scaling keyframes, merge (by-averaging) selected...Joshua Leung
2018-01-28Cleanup: style, spellingCampbell Barton
2018-01-19Fix T53786: Proportional size from redo ignoredCampbell Barton