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-03-03Fix #26261: blend from shape operator "add" option was not working correct.Brecht Van Lommel
2011-03-01Bugfix #26243Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-26Bugfix #26231Ton Roosendaal
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and has...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13Fix #26059: select_vertex_path fails when vertices aren't selected 1 by 1 in guiSergey Sharybin
2011-02-01Script to test import operators, so a single command can execute an operator ...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-09Bugfix #25547Ton Roosendaal
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2011-01-02New customdata layer callback: validateSergey Sharybin
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-18FILTER="^\[[ 0123456789][ 0123456789][ 0123456789]\%] \|Linking \(C\|CXX\) st...Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-25bugfix [#24916] Blender Crash after inappropriate Merge-CommandCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-22limit adjustment from AlexKu, subdiv smooth soft limit of 1.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell 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-20Fix for [#21976] edges disappear when using loop cut on geometry with hidden ...Janne Karhu
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-21Fix #20084: merging triangles with different normals into a quadBrecht Van Lommel
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-13Fix #22804: own mistake, remove doubles shouldn't get cancelled if noBrecht Van Lommel
2010-07-07Fix #22776: merge and remove doubles don't recalculate normals.Brecht Van Lommel
2010-07-06Bring back "Sort Faces" command.Diego Borghetti
2010-06-29Fix [#22355] Spin Tool crashes Blender on Click'n'Drag StepsMatt Ebb
2010-06-08Reverting Tom's change to Merge to Quad in Trunk tooDaniel Salazar
2010-06-07Committing tom's fix that went to his student's branch insteadMatt Ebb
2010-06-03silly compile fixMatt Ebb
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-24[#21218] Strange Extrude bug...Martin Poirier
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-08Fix 'Region to Loop' not updating mesh selection modes properlyMatt Ebb
2010-04-07[#21931] Rotate Edge CW inverted with CCWMatt Ebb
2010-04-05Fix [#21912] knife and subdivide tools do not split edges properlyMatt Ebb
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier