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-19fix for missing NULL check in init_render_texture() (possibly own fault), als...Campbell Barton
2012-09-19fix txt_redo_read_unicode() missing break - reading 4 byte unicode would fail...Campbell Barton
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-09-19fix buffer overrun when 5+ sided faces were used for text drawing.Campbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-09-19fix buffer overrun in make_histogram_view_from_ibuf_byte(), use define for bu...Campbell Barton
2012-09-19fix [#32575] Seperate more than one object from a mesh generates additional e...Campbell Barton
2012-09-18Color management: fix crashes and memory leaks when using custom OCIO configu...Brecht Van Lommel
2012-09-18Color management: default to Save as Render when saving an image datablock withBrecht Van Lommel
2012-09-18Fix crash editing mask with no image in the image editor.Brecht Van Lommel
2012-09-18Fix #31539, painting in image editor while in object mode does not update mip...Antony Riakiotakis
2012-09-18Fix for own r50715 (static func is much better here!)...Bastien Montagne
2012-09-18do_version fix files with bad keyblock uid caused by byg [#31569]Campbell Barton
2012-09-18fix [#31569] Shapekey w/ Driver - Shapekey Influences Disappears After Going ...Campbell Barton
2012-09-18don't divide by zero in get_ss_weights() which would set values - only to be ...Campbell Barton
2012-09-18Revert part of rev50719, it's not actually needed and it alwaysSergey Sharybin
2012-09-18fix [#32572] Windows: False error on console when a new folder is created dur...Campbell Barton
2012-09-18Color Management: fixed crash when changing display device in screenshot sav...Sergey Sharybin
2012-09-18Fixed missing display buffer invalidation when rendering sequencer animationSergey Sharybin
2012-09-18fix own error BLI_rctf_cent_x/y were incorrectly returning int's, also quiet ...Campbell Barton
2012-09-18"Colospace" -> "Color Space" (in UI messages).Bastien Montagne
2012-09-18Small fixes to languages names (thx to Dalai Felinto for the hints), and enab...Bastien Montagne
2012-09-18Compilation error fix: plain C dos not support mixed declarations and codSergey Sharybin
2012-09-18fix for segfault when trying to link a sensor with an actuator from an object...Dalai Felinto
2012-09-18code cleanup: remove vertex/weight paint's VP_COLINDEX, this feature worked i...Campbell Barton
2012-09-18code cleanup: use system includes for cmake, otherwise warnings get printed i...Campbell Barton
2012-09-18fix for a strange linking error where set_property() in source/blender/blenke...Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-18fix for scene not copying image format color management for settings.Campbell Barton
2012-09-18fix own error in r49994Campbell Barton
2012-09-18wiki reference checker now prints undocumented sections, more helpful then a ...Campbell Barton
2012-09-18extra error check for bl_rna_wiki_reference.py validator, that rna_wiki_refer...Campbell Barton
2012-09-18code cleanup: remove unused definesCampbell Barton
2012-09-18code cleanup: warning and styleCampbell Barton
2012-09-18code cleanup: typos and set exceptional cases of zero length normals as UNLIK...Campbell Barton
2012-09-18fix for bug setting single user obdata while in editmode, it didnt work (made...Campbell Barton
2012-09-18== filebrowser ==Andrea Weikert
2012-09-18== filebrowser ==Andrea Weikert
2012-09-18fix: obvious bug in recent fix for the 'recent file' bookmark order.Andrea Weikert
2012-09-17Fix mac build issue after recent file browser fix.Brecht Van Lommel
2012-09-17Release Cycles:Thomas Dinges
2012-09-17Fix compilation for non GCC compilersSergej Reich
2012-09-17Fix compilation issue, also get rid of annoying "_MSC_VER not defined"Antony Riakiotakis
2012-09-17Remove obsolete code from BKE_tracking_marker_clampSergey Sharybin
2012-09-17Fixed crash in cases sequencer returns NULL image bufferSergey Sharybin
2012-09-17fix [#32442] UNDO causes actual shape key to be lost, undoing a modification ...Campbell Barton
2012-09-17add endian switching to mask shape key loading (loading mask animations betwe...Campbell Barton
2012-09-17code cleanup: fsmenu.c names were confusing - fsms / fsme / prev --> fsm_head...Campbell Barton
2012-09-17code cleanup: correct include paths and commentCampbell Barton
2012-09-17fix [#32564] Entries in recent list (file select dialog) don't get pushed to ...Campbell Barton