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
2012-09-11Fix libmv build on OS X with 10.5 SDK. The tr1::unordered_map implementationBrecht Van Lommel
2012-09-11Performance fix for Cycles: Don't wait in the main UI thread when resetting d...Lukas Toenne
2012-09-11fix [#29616] Crash/infinite loop from missing cyclic check in group/dupligrou...Campbell Barton
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-09-11fix [#31738] BM_vert_splice modifies loops during iterationCampbell Barton
2012-09-11replace BM_vert_face_count() use of BM_LOOPS_OF_VERT iterator with a direct c...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-11fix [#32531] Texturepainting always uses smooth shaded normalsCampbell Barton
2012-09-11'new file' now runs bpy.app.handlers.load_pre/post callbacks.Campbell Barton
2012-09-11fix for a bug running a script, then opening a new file.Campbell Barton
2012-09-11code cleanup: string c++ lib, defines for default string sizes and use m_ con...Campbell Barton
2012-09-10Fix #32529: after tomato merge, cycles multi GPU render not using all GPUs withBrecht Van Lommel
2012-09-10Fix #32530: animation playback did not respect preview frame range if the cur...Brecht Van Lommel
2012-09-10change to auto-opening menus so the first menu item in popup menu wont auto o...Campbell Barton
2012-09-10OSL cmake cleanup:Lukas Toenne
2012-09-10code cleanup: use typedef'd enum for block bounds types.Campbell Barton
2012-09-10make alphanumeric key shortcuts work for submenu's so you can chain keys toge...Campbell Barton
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-09-10fix [#32384] Submenu hotkeys not working at all since 2.6xCampbell Barton
2012-09-10code cleanup:Campbell Barton
2012-09-10missing include in own recent commitCampbell Barton
2012-09-10fix [#32518] Vertex slide crash sometimes.Campbell Barton
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-10code cleanup: use more specific argsCampbell Barton
2012-09-10when pressing `play` report when the first frame can't be found.Campbell Barton
2012-09-10code cleanup: use single define for undo string size, was 64 mostly, but 512 ...Campbell Barton
2012-09-10style cleanupCampbell Barton
2012-09-10fix for own error in r50482.Campbell Barton
2012-09-10style cleanupCampbell Barton
2012-09-09Fix #32513: incorrect color management in Material draw mode for Cycles.Brecht Van Lommel
2012-09-09fix [#29072] Color pickers don't close properly when moving the mouse awayCampbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-09fix for security flaw CVE-2008-1103, ref BZ #855092 on https://bugzilla.redha...Campbell Barton
2012-09-09minor improvements to saving quit.blend, print the OS error if the file fails...Campbell Barton
2012-09-08fix for error in own recent commit: do not hide alpha in HSV and Hex modesSv. Lockal
2012-09-08style cleanupCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-08== FFMPEG ==Peter Schlaile
2012-09-07New i18n font file for Blender, now including Hebrew charset!Bastien Montagne
2012-09-07Adding Hebrew language.Bastien Montagne
2012-09-07initial retina support for osx \ to take effect you must perhaps logout/in \i...Jens Verwiebe
2012-09-07Fix for Cycles (CUDA) compilation (again ...). Moved the AttributeStandard en...Lukas Toenne
2012-09-07Fix for order of creating mesh and filling in SculptSessionSergey Sharybin
2012-09-07minor fix for previous commit. ripping a vert-edge connected to a face would ...Campbell Barton
2012-09-07minor improvements to ripCampbell Barton
2012-09-07fixes for weight paint mode:Campbell Barton
2012-09-07fix Shift+LMB select when in weight-vertex-select mode. (it was mixing up ver...Campbell Barton
2012-09-07remove makeDerivedMesh from ED_mesh_pick_face(), this was added 44256 (bmesh ...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton
2012-09-07code cleanup: move vertex and face picking functions into meshtools.cCampbell Barton