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-05-10remove some duplicate declarationsCampbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-04-21minor changesCampbell Barton
2011-04-15=bmesh= modifiers can now be applied with shapekeysJoseph Eagar
2011-04-15=bmesh= fixed crasherJoseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-30- include for BGE joystick sensorCampbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-16redo panel now runs check() function when defined, filesel and popup dialog w...Campbell Barton
2011-03-12More on bug #26432Ton Roosendaal
2011-03-03Fix #26273: mirror mod. + armature mod. + rotated armature == wrong reference...Sergey Sharybin
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22operator ED_OT_undo_push, needed for editmode undo/redo glitch fix, (coming n...Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14First modifiers with deformMatrices callback used to be applied twice whenSergey Sharybin
2011-02-12Sculpting on deformed meshSergey Sharybin
2011-01-30remove nan-makefilesCampbell Barton
2011-01-26Possible fix for issue #2 in [#25664] Remove Pack does not work in Texture panelCampbell Barton
2011-01-12Bugfix #25570Ton Roosendaal
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
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
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-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-07merge from trunk at r31523Joseph Eagar
2010-09-04merge with trunk at r31523Joseph Eagar
2010-09-02Recast: add SCons build system.Benoit Bolsee
2010-09-01Add CMake build system on Recast&Navigation branchBenoit Bolsee
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-11reworked obstacle simulation in order to have two realizations: with "cell" a...Nick Samarin
2010-08-09fixed bugs (wrong number of triangle in buildMeshAdjacence, wrong face indexe...Nick Samarin