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-20code cleanup: c++ - use empty() rather than size(), use prefix operators for ...Campbell Barton
2012-09-20Fix #32596: bones in armature created from skin modifier have wrong envelopeBrecht Van Lommel
2012-09-20Fix #32598: clamp blender internal alpha channel to 0..1, and RGB to 0..inf,Brecht Van Lommel
2012-09-19Color Management: new generated images had empty color space by defaultSergey Sharybin
2012-09-19Fixed "cleaning" of some menu labels (those with all the ugly %t/|), wasn't w...Bastien Montagne
2012-09-19Collada(exporter): Added error message when export file can not be created fo...Gaia Clary
2012-09-19Add a "Header" sub-menu to the right-click one of all buttons in a header are...Bastien Montagne
2012-09-19Makes no sense to have render engine property animatable!Bastien Montagne
2012-09-19using the utf8 flipped form of Hebrew for the uiDalai Felinto
2012-09-19Small fix for Follow Track constraintSergey Sharybin
2012-09-19Mark movie clip user current frame as editableSergey Sharybin
2012-09-19Fix missing dependency graph update when switching to another scene, now doesBrecht Van Lommel
2012-09-19Fix #32576: missing image editor update when entering edit mode with UV textu...Brecht Van Lommel
2012-09-19Color Management: don't apply display transform on Non-Color imagesSergey Sharybin
2012-09-19Tracking: fixed crash when reference frame fails to be loadedSergey Sharybin
2012-09-19joining mesh objects now keeps relative key setting of each keyblock. also jo...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
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