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
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-18[#21207] bpy.ops.object.vertex_group_sort() sorts group names, but not group ...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11[#21095] r26789 'copy vertex group to selected' crash blenderCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10rename Nurb to Spline in RNA since Nurb also stores bezier and poly lines.Campbell Barton
2010-02-10copy vgroups to selected objects as long as they have aligned arrays.Campbell Barton
2010-02-03Bugfix #20942: Unassigned Vertex Groups crash Blender on sortJoshua Leung
2010-02-03vertex group sort operator, access from the vgroup panel, sintels mesh has 14...Campbell Barton
2010-02-02error mirrorring weight group, wasnt checking if the mirror vert was the sameCampbell Barton
2010-01-26weight panel editing now supports mirroringCampbell Barton
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26panel for adjusting the active vertex groups weightsCampbell Barton
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-18revert for last commit, this should fix the proplem properly.Campbell Barton
2010-01-18fix for weight painting bug, weight painting would fail when entering weight ...Campbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton
2009-12-17Notifier related tweaks, partially from patch 20370 by Jason MillisMatt Ebb
2009-11-25Assorted fixes - compile + drivers:Joshua Leung
2009-11-22* Re-implemented/refactored 3D View hooks menu.Matt Ebb
2009-11-21* Made 'set active' vgroup menu fold out, rather than pop up newMatt Ebb
2009-11-20* Added a quick little weight group 'Levels' operator, can interactively twea...Matt Ebb
2009-11-20Vertex Groups Operators:Joshua Leung
2009-10-27Compiler warning fixes for mingw:Joshua Leung
2009-10-20- editmesh select mirror (in editmode select menu)Campbell Barton
2009-10-20split weight normalize into 2 operators, normalize and normalize_all.Campbell Barton
2009-10-20weight paint operators - normalize/clean/invertCampbell Barton
2009-10-19Fix #19618: invalid vertex group data could be created whenBrecht Van Lommel
2009-10-14RNA:Brecht Van Lommel
2009-10-12Bugfix: crash in assigning automatic vertex weights from armature.Brecht Van Lommel
2009-09-10- off by 1 error with console command line memory re-allocation.Campbell Barton
2009-09-092.5: Object moduleBrecht Van Lommel
2009-09-052.5Brecht Van Lommel
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-172.5 Paint:Nicholas Bishop
2009-07-162.5 - Silencing various compiler warnings (mingw)Joshua Leung
2009-07-022.5: Lists for vertex groups, shape keys, uvs, vertex colors.Brecht Van Lommel