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-26Region scrollbar fix!Ton Roosendaal
2012-12-25make weight paint respect box & near clipping.Campbell Barton
2012-12-25weight paint without depth buffer option, works with vertex selection mode.Campbell Barton
2012-12-24Separate image input and sequencer's color spaces in the UISergey Sharybin
2012-12-24fix possible bug with ui_item_fit() causing uninitialized variable use.Campbell Barton
2012-12-23code cleanupCampbell Barton
2012-12-23fix for use of uninitialized variable with ui_handler_region_menu.Campbell Barton
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-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