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-12-24Separate image input and sequencer's color spaces in the UISergey Sharybin
2012-12-24code cleanup: don't alloca zero size and remove paranoid NULL checks (checked...Campbell Barton
2012-12-24fix possible bug with ui_item_fit() causing uninitialized variable use.Campbell Barton
2012-12-24Fix #33650: Compositor locks up when input is an unrendered render layer.Sergey Sharybin
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-24BGE: Use canvas->SetViewPort() instead of glViewport() in the 2D filter.Mitchell Stokes
2012-12-24User Interface / Preferences:Thomas Dinges
2012-12-23flip lines to reduce odds of re-execution (non critical race condition when t...Morten Mikkelsen
2012-12-23Patch for weirdo library recursive linking errors:Ton Roosendaal
2012-12-23code cleanupCampbell Barton
2012-12-23fix for use of uninitialized variable with ui_handler_region_menu.Campbell Barton
2012-12-23Compilation fix for colladaSergey Sharybin
2012-12-23Add keying "options" parameter to keyframe_insert() bpy_rna function, so now ...Bastien Montagne
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-23Bug fix (own collection) Ton Roosendaal
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-23Adding Scale Visual keying (and de-duplicated part of the code returning visu...Bastien Montagne
2012-12-23fix for bug where weight paint would draw hidden faces but not draw then with...Campbell Barton
2012-12-23add zbuf/depth option to weight paint border & circle selectCampbell Barton
2012-12-23add zbuf/depth option to weight paint lasso select.Campbell Barton
2012-12-23use foreachMappedVert for ED_mesh_pick_vert()Campbell Barton
2012-12-23minor speedup ED_mesh_pick_vert, ED_mesh_pick_face_vertCampbell Barton
2012-12-23initial support for 'occlude background geometry' in weight paint mode.Campbell Barton
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22Outliner:Ton Roosendaal
2012-12-22Change default baking bias distance to 0.001 for new scenesSergey Sharybin
2012-12-22New Outliner "Blender File" option: the first entry couldn't be closed/re-ope...Ton Roosendaal
2012-12-22Reshuffled data view for Outliner.Ton Roosendaal
2012-12-22Bug - old code, not working for new outliner view: Click on World needed a co...Ton Roosendaal
2012-12-22code cleanup:Campbell Barton
2012-12-22flush selection from vertex paint and weight paint modes when exiting, this i...Campbell Barton
2012-12-22replace RNA_ID_type_name() with BKE_idcode_to_name_plural()Campbell Barton
2012-12-22flush selection when switching weight paint vertex/face selection modes.Campbell Barton
2012-12-22From the long todo:Ton Roosendaal
2012-12-22Small drawing glitch, for UI with transparent overlapping regions;Ton Roosendaal
2012-12-22Small tweak in the new "Relative Parent" option for Bones that have Object-ch...Ton Roosendaal
2012-12-22fix for using uninitialized flag in my last commit. Campbell Barton
2012-12-22BGE: The PyGILState_Ensure() call in KX_Scene was causing a segfault in the B...Mitchell Stokes
2012-12-22correct own error in openmp use for BM_mesh_elem_index_ensure().Campbell Barton
2012-12-22Weight gradient tool for weight paint modeCampbell Barton
2012-12-22function for flushing polygon -> vert,edge selection (in object mode), curren...Campbell Barton
2012-12-22BGE: Committing async LibLoad from Swiss. This does the lib loading in a sepa...Mitchell Stokes
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-22"Fix" for [#33524] Interaction of "Size" & "Distance" sliders in "Spot Lamp" ...Bastien Montagne
2012-12-21back to utf-8 encoding!Bastien Montagne
2012-12-21Bug fix #33648Ton Roosendaal
2012-12-21Additional fix in glsl shaders: "Darken" was using different formula as render.Ton Roosendaal
2012-12-21Bug fix #33647Ton Roosendaal
2012-12-21Bug fix, own collection:Ton Roosendaal
2012-12-21rename rna prop _parenting -> _parentCampbell Barton