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
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-07fix for vertex group copy to selectedCampbell Barton
2011-06-06fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice.Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-04-23fix for possible crash using an un-initialized pointer when getting a vertex ...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-30fix [#26682] Accessing weight sometimes crashes blenderCampbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-22add missing mem-free on vertex group sorting & dont crash when calling fullsc...Campbell Barton
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-21bugfix [#25712] Deletion of vertex groups under script control causes incorre...Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07patch [#25440] Object.vertex_group fixin'Campbell Barton
2011-01-07bugfix [#25519] particlesystem, type hair, hair dynamics enabled: crash with ...Campbell Barton
2010-12-09- internal py/rna ifdef's USE_MATHUTILS was mixed up,Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
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