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
path: root/source
AgeCommit message (Expand)Author
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
2014-04-24Fix T39830: Viewer node update error in the compositor when using the seperat...Sergey Sharybin
2014-04-24Fix T39785: Video Sequencer, Aspect Ratio issueSergey Sharybin
2014-04-24Fix T39786: Transform node gives bad result.Kevin Dietrich
2014-04-24COmpilation error fix after recent cleanup in BGESergey Sharybin
2014-04-24Freestyle: quiet BMESH validator warnings of zero normals.Tamito Kajiyama
2014-04-24BGE Cleanup: Moving reinstancing physics shapes from KX_ConvertPhysicsObject ...Mitchell Stokes
2014-04-24Fix the classification + ordering of a few of the easing typesJoshua Leung
2014-04-24Fix T39851: F-curve noise modifier on a bone: change selection when modifying...Joshua Leung
2014-04-24BGE Cleanup: Physics conversion is now handled by PHY_IPhysicsEnvironmentMitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_BlenderSceneConverter's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_Scene's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Removing the empty KX_ClearBulletSharedShapes() functionMitchell Stokes