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-11-20Bugfix T42661: shortcut "." and "," for changing pivot center don't work on G...Joshua Leung
2014-11-20SCons: Remove duplicate PLATFORM_LINKFLAGS from makesdna and makesrnaSergey Sharybin
2014-11-20mathutils.kdtree: fix docstringsCampbell Barton
2014-11-19Cleanup: #define -> enums.Bastien Montagne
2014-11-19Fix: Shift-H now works in main graph editor area tooJoshua Leung
2014-11-19Tweaks to hide/reveal hotkeys for Graph EditorJoshua Leung
2014-11-19Cleanup: name hide/reveal, like rest of operatorsCampbell Barton
2014-11-19Graph Editor: H/Shift-H now hide and unhide selected curves (Gooseberry Request)Joshua Leung
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-18Fix context texture buttons in cycles not getting their context right -Antony Riakiotakis
2014-11-18Fix player compile ( take into account to textcompile with player always aka ...Jens Verwiebe
2014-11-18Fix T41969: Enviropment map crashSergey Sharybin
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-11-18Fix T42585: Mask motion blur is wrong when parented to plane trackSergey Sharybin
2014-11-18Fix for console & info clipping text too earlyCampbell Barton
2014-11-18Fix for previous checkAntony Riakiotakis
2014-11-18Fix for previous commitAntony Riakiotakis
2014-11-18GPUFramebuffer API cleanup:Antony Riakiotakis
2014-11-18GPU framebuffer/texture API: Warn when binding a texture that is alsoAntony Riakiotakis
2014-11-18GPU framebuffer API:Antony Riakiotakis
2014-11-18Fix T42608: Mesh deform modifier for curve fails in renderSergey Sharybin
2014-11-18correct another problem with BLI_assertCampbell Barton
2014-11-18correct uninitialized var useCampbell Barton
2014-11-18Error in last commit (broke release build)Campbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-11-17Cleanup: Shapekey: get rid of `ED_vgroup_object_is_edit_mode()`Bastien Montagne
2014-11-17Alternate fix for T42619: NULL check in callerCampbell Barton
2014-11-17Cleanup identation and fix a bad alignment issue in last commitAntony Riakiotakis
2014-11-17Fix T42619: python crash: bpy.context.screen.is_animation_playingjulianeisel
2014-11-17Numerical input for changing brush size, strenght or angle.Antony Riakiotakis
2014-11-17Slight improvements to vgroup tooltipsDaniel Salazar
2014-11-17Simplify function to get view vector in world spaceAntony Riakiotakis
2014-11-17Support dynamic loading of SDL librariesSergey Sharybin
2014-11-17ShapeKey: Cleanup of BKE_keyblock_convert/update code.Bastien Montagne
2014-11-17Fix T35170: Undoing edit op on a basis shapekey could generate extra offset o...Bastien Montagne
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-17ShapeKey: Refactor a bit `BKE_key_convert_from_...`Bastien Montagne
2014-11-16OSX/cmake: set actual compilation date to macosx bundles, fix player bundle w...Jens Verwiebe
2014-11-16UI: fix for recent menu flipping commitCampbell Barton
2014-11-16Just 2 comments cleanedJens Verwiebe
2014-11-16OSX/buildsystems: unify openmp handling by changing iomp5 id to @loader_path/...Jens Verwiebe
2014-11-16Fix T42581: Add 'icon_value' feature to UI Py/RNA's operator button and items...Bastien Montagne
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Knife: fix recent drag option /w loop closeCampbell Barton
2014-11-16Macros: ELEM() can now take 2 argsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Knife: double clicking now closes the loopCampbell Barton