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
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-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-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-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-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 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
2012-09-07code cleanupCampbell Barton
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-09-06Fix cycles continuously updating when creating a driver for a scene property,Brecht Van Lommel
2012-09-06Fix wrong cycles tile size in viewport, could affect performance a bit.Brecht Van Lommel
2012-09-06fix for error in own recent commitCampbell Barton
2012-09-06make freeing sequencer strip without cache an option only exposed within sequ...Campbell Barton
2012-09-06fix [#32502] Shift + V Vertex slide doesn't work for x-mirror editCampbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-09-06fix [#32475] Enabled audio lets blender crash with autosplit option for movie...Campbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton