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
2013-07-04Fix #35994: shape key mirror without topology did not properly work afterBrecht Van Lommel
2013-07-01Bugfix [#35936] Can't create new vertex group when using Ctrl G menuJoshua Leung
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-05add option to remove all shape keys at once (access from shape key menu on pa...Campbell Barton
2013-06-05Added 'clear active group' to object data properties -> Vertex Groups -> pull...Gaia Clary
2013-02-08Fix uilists showing data names translated (reported on bf-translations ML by ...Bastien Montagne
2013-01-16style cleanupCampbell Barton
2013-01-15Added new function 'Remove Selection from All Vertex Groups' to the Vertex Gr...Gaia Clary
2013-01-10Fix [#33825] Menu list widget does not work on UV and Vertex ColorsBastien Montagne
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2012-12-28remove type checks on drawing uiList's,Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-12Use own list of actions for Vertex Group Lock operator instead of reusing Sel...Sv. Lockal
2012-09-22Added back "mesh.customdata_clear_skin"... followup for r50802Thomas Dinges
2012-09-21Fix for r50790, removed operator printed error into the console... Thomas Dinges
2012-09-21remove sticky buttons from the UI, this functionality may be removed and has ...Campbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton
2012-09-21There was no way to remove mesh data layers from the interface - add a panel ...Campbell Barton
2012-07-23Fix [#32163] vertex groups get wiped.Bastien Montagne
2012-07-11Minor interface change: space between vertex group specials menu and up/down ...Sergey Sharybin
2012-05-23Finish changes in up/down arrows for menusSergey Sharybin
2012-05-22Long old UI annoyance:Ton Roosendaal
2012-05-22expose absolute shape keyblock interpolation in the uiCampbell Barton
2012-04-05there was no way to reset timing for absolute shape keys, add an operator to ...Campbell Barton
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
2012-03-22fix for python called operators getting/setting the operator last used state,...Campbell Barton
2012-01-30display keyblock mute in the shape key list.Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02py scripts - replace bad uses of len(),Campbell Barton
2011-11-26* Fix some wrong icon names in MESH_MT_vertex_group_specials, they caused err...Thomas Dinges
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-10-23rename user interface operator properties from 'op' to 'props'Campbell Barton
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-14- move vgroup lock buttons on the panel into the vgroup specials menu.Campbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-23Revert a part of 39385.Thomas Dinges
2011-08-19Merged 39338-39558Jason Hays
2011-08-14fix [#28225] Solidify Modifier creates wrong results when vertex group is att...Campbell Barton
2011-08-12Merged 39257-39338Jason Hays
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-02finish handle for properties_XXX scriptsXiao Xiangquan
2011-07-07Removed code I no longer needed for multi-paint's newer system.Jason Hays
2011-07-06Merged 37865-38124Jason Hays
2011-07-03fix for python error when pinning a non mesh object in mesh editmode.Campbell Barton