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-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-26Fix #23991: vertex group sorting used case sensitive string compare,Brecht Van Lommel
2010-09-20missing free in vertex group sorting.Campbell Barton
2010-08-27rna apiCampbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includesCampbell Barton
2010-07-07Fix for bug #22763, Blender 2.52 Crashes with the default scene when in weigh...Nicholas Bishop
2010-06-07Bugfix: copying a newly-created vertex group caused a crash.Nicholas Bishop
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-22rna: added lib.parent access and made filename editable.Campbell Barton
2010-04-08no functional changeCampbell Barton
2010-04-05Fix #21828: vertex group remove function removes vertices from all groups.Brecht Van Lommel
2010-04-05Bugfix #21212: Segfault when object.add_vertex_to_group() called with invalid...Joshua Leung
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