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-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
2018-01-16Cleanup: indentationCampbell Barton
2018-01-11Fix T53311: transform edge/normal orientationCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-11-29Transform: Avoid use of ob->recalc in snapping codeSergey Sharybin
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-14Hide "Confirm on Release" button from transfor redo optionsJulian Eisel
2017-09-28Fix T52086: Graph editor "normalize" drag errors for integersSergey Sharybin
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-26Cleanup: remove bounds runtime data from sceneCampbell Barton
2017-09-26Fix: When transforming GP strokes in "Local" mode, the strokes would get obsc...Joshua Leung
2017-09-19transform_snap_object: simplify IGNORE_BEHIND_RAYmano-wii
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-15Transform: Enable recursion dependency check for new depsgraphSergey Sharybin
2017-09-08Fix T52678: Crash editing gpencil w/ frame-lockCampbell Barton
2017-09-03Fix T52227: Time Slide tool doesn't take NLA mapping into accountJoshua Leung
2017-08-29Transform: scale center override by aspectCampbell Barton
2017-08-28Transform: center overrideCampbell Barton
2017-08-17Transform: remove unused functionmano-wii
2017-08-16Transform: Move enum `SnapSelect` to `ED_transform_snap_object_context`mano-wii
2017-08-16Fix T52414: Blender 2.79 crash on object duplication via menu.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-08-11Cleanup: whitespaceCampbell Barton
2017-08-04Tracking: Cleanup of transform codeSergey Sharybin
2017-07-31Fix T52224: auto IK not respecting length, after recent bugfix.Brecht Van Lommel
2017-07-24Revert "ransform: fix unreported bug: geometry hidden by clipping border (alt...mano-wii
2017-07-24ransform: fix unreported bug: geometry hidden by clipping border (alt + b) is...mano-wii
2017-07-22Transform: remove unused argumentmano-wii
2017-07-21Another solution to bug T38358 and relatedmano-wii
2017-07-18Transform: avoid possible uninitialized varCampbell Barton