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-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26Bugfix #26231Ton Roosendaal
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-24remove unused functions, aligning to selection can be done with Shift+Numpad,...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and has...Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13Added an operator warning for missing material & texture in response to [#260...Janne Karhu
2011-02-13Fix #26059: select_vertex_path fails when vertices aren't selected 1 by 1 in guiSergey Sharybin
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-11Fix #26039: Relative Shapkeys have wrong coordinates after inserting verticesSergey Sharybin
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09move validation into blender kernel so it can be called by internal modifier ...Campbell Barton
2011-02-09mesh validation function to report errors and help debug bad data generated b...Campbell Barton
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-02-01Script to test import operators, so a single command can execute an operator ...Campbell Barton
2011-01-30Total displacement levels should be set in multires_topology_changedSergey Sharybin
2011-01-30Bugfix #25870Ton Roosendaal
2011-01-30remove nan-makefilesCampbell Barton
2011-01-29Todo item:Ton Roosendaal
2011-01-23correct own bad spellingCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-15Bugfix #25636Ton Roosendaal
2011-01-13Bugfix #25614Ton Roosendaal
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12bugfix [#25595] Adding Torus when in edit mode strange behavior.Campbell 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-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05remove ED_retopo.hCampbell 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
2011-01-01Bugfix #25445Ton Roosendaal
2010-12-28Bugfix #25395Ton Roosendaal
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-22Report #25350Ton Roosendaal
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-17bugfix [#25260] Solidify function UV mapping problemsCampbell Barton
2010-12-15remove unused args.Campbell Barton
2010-12-15Exposed mesh edit 'select similar' threshold as operator property, must have ...Matt Ebb
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06Bugfix #25060Ton Roosendaal
2010-12-06Bugfix #25023 (additional remark, not report itself)Ton Roosendaal