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-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-22Outliner:Ton Roosendaal
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-22From the long todo:Ton Roosendaal
2012-12-22Small drawing glitch, for UI with transparent overlapping regions;Ton Roosendaal
2012-12-22fix for using uninitialized flag in my last commit. Campbell Barton
2012-12-22Weight gradient tool for weight paint modeCampbell Barton
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 #33647Ton Roosendaal
2012-12-21Bug fix, own collection:Ton Roosendaal
2012-12-21Armature bone feature:Ton Roosendaal
2012-12-21Fix #33640: Blender crashes when I click on "Connect Hair" in "Particles" pannelSergey Sharybin
2012-12-21speedup for face tessellation:Campbell Barton
2012-12-21Code cleanupJoshua Leung
2012-12-21fix own error in bmesh/openmp unhiding, set BM_OMP_LIMIT to 0 so we can spot ...Campbell Barton
2012-12-21Code cleanup - Replacing 0/1 with boolean constantsJoshua Leung
2012-12-21Bugfix [#33623] Missing labels in UI for Expanded Polynomial FModifierJoshua Leung
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-21Bugfix [#33623] UI for Factored Polynomial Generator FModifiers drawingJoshua Leung
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-21correct ed_view3d_project__internal() was unnecessarily casting (float -> sho...Campbell Barton
2012-12-21minor cleanup to ui_get_but_vectorf / ui_set_but_vectorf, change the vector w...Campbell Barton
2012-12-20UI fixes, from the todo:Ton Roosendaal
2012-12-20Bugfix, irc collection:Ton Roosendaal
2012-12-20Restored old hack to open/close panels on A-key.Ton Roosendaal
2012-12-20Small fix in drawing 'selection circle' in outliner. It wasn't circular.Ton Roosendaal
2012-12-20UI todo:Ton Roosendaal
2012-12-20Better cursor centering for text editorSergey Sharybin
2012-12-20Bug fix:Ton Roosendaal
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-20style cleanupCampbell Barton
2012-12-19Another patch for changes in file format...Ton Roosendaal
2012-12-19Bugfix, in 2.61.1 Ton Roosendaal
2012-12-19UI DPI scaling:Ton Roosendaal
2012-12-19use DPI for scrollbar widthCampbell Barton
2012-12-19extrude individual was crashing.Campbell Barton
2012-12-19UI DPI: use a sharper filter when scaling icons, when the scale matches a mipmapBrecht Van Lommel
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-19UI DPI scaling fix:Ton Roosendaal
2012-12-19Icon scaling fix: for zoom levels near 1, icon positions are moved to exact p...Ton Roosendaal
2012-12-19Outliner "restrict" buttons (visibility, renderable, etc) were drawing in wro...Ton Roosendaal
2012-12-19DPI: icons were still drawing with color fringing when scaled up/down, openglBrecht Van Lommel
2012-12-19bmesh optimization: use BM_face_create() rather then BM_face_create_ngon() in...Campbell Barton