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
2014-04-27Revert the testing sculpt openmp thread control and limit for OSX to physical...Jens Verwiebe
2014-04-27Fix T39919: Collada export crashes blender when using a "Copy Location" const...Bastien Montagne
2014-04-27View3D: Tweak GLSL preview, use only lamps enabled in active render layer and...IRIE Shinsuke
2014-04-27Code cleanup: style, unused importCampbell Barton
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-27Fix T34993: "Jump to Next Keyframe" shortcut not related to the timeline view...Joshua Leung
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (windowmanager)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenlib)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-26Avoid integer overflow in build_implicit_tree_helperCampbell Barton
2014-04-25Fix T39896: lock view rotation, behavior not consistentCampbell Barton
2014-04-25Outliner: avoid using bitshift when hashing (which could use negative numbers)Campbell Barton
2014-04-25Fix for transform local-axis calculation with zero length normalsCampbell Barton
2014-04-25Always init pointcache frame step to 1.Bastien Montagne
2014-04-25Fix T39895: Displaying the armature layers popup in edit mode always fails.Bastien Montagne
2014-04-25BoxPack: replace macros with functionsCampbell Barton
2014-04-25Add message for constraint pollCampbell Barton
2014-04-25Revert previous change after discussion with CampbellSergey Sharybin
2014-04-25Fix strict flags compilation error in box packSergey Sharybin
2014-04-25Fix T39799: Backdrop (compositor) ignores alpha.Lukas Tönne
2014-04-25Fix T38924: wm.link_append() could fail to appendCampbell Barton
2014-04-25Fix T39880: Cancelling transforms in Graph Editor does not restore F-Curves t...Joshua Leung
2014-04-25Spelling error fixesJoshua Leung
2014-04-25Freestyle: Fix typos in a tool tip.Tamito Kajiyama
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-24Fix T39874: Bone roll resets if bones are moved in edit modeBastien Montagne
2014-04-24Quiet warningsCampbell Barton
2014-04-24BoxPack: add bias, fixes erratic placement with identical boxesCampbell Barton
2014-04-24BoxPack: remove unusable vertices while packingCampbell Barton
2014-04-24BoxPack: add support for merging verts as they are packed inCampbell Barton
2014-04-24BoxPack: flag verts used in packed boxesCampbell Barton
2014-04-24BoxPack: remove quad_flags array, replace with inline bit-shiftCampbell Barton
2014-04-24Box Pack: Improve when packing boxes of the same sizeCampbell Barton
2014-04-24Fix T39861: UI destroys float precision.Bastien Montagne
2014-04-24AutoSnap Bugfixes: NLA Frame/Second Step didn't workJoshua Leung
2014-04-24AutoSnap Bugfixes: NLA Editor - Nearest Second behaviour tweakJoshua Leung
2014-04-24AutoSnap Bugfixes: NLA Editor - Nearest Frame/SecondJoshua Leung
2014-04-24More AutoSnap Bugfixes: Time Stepping in Graph EditorJoshua Leung
2014-04-24Fix T39819: Decouple autosnap behaviour from time displayJoshua Leung
2014-04-24Code Cleanup: short -> boolJoshua Leung
2014-04-24Fix T39867: Hotkey is not displayed in the node editor's menu.Bastien Montagne
2014-04-24Follow-up to the previous fix for T37452: More descriptive tooltips for frees...Tamito Kajiyama
2014-04-24Fix T37452: More descriptive tooltips for freestyles settings.Tamito Kajiyama
2014-04-24Quiet warningCampbell Barton