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-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-07Fix #29174: Vertex normals temporarily incorrect after deleting a faceSergey Sharybin
2011-11-05Fix #29141: fill / beautify fill produced incorrect results in edge selection...Brecht Van Lommel
2011-11-01use math functions for mesh subdivide smooth (easier to follow for bmesh, no ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25Commented and tagged some unused vars (gcc warnings...).Bastien Montagne
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-13fix [#28635] Mirror Modifier - Clipping still active when modifier is disabledCampbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-07Commiting patch #28552 which was posted by Andrew Wiggin as fix for #28551Sergey Sharybin
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-06-11remove some warning for unused struct membersCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-03fix [#27266] EdgeSplit + RemoveDoubles + MoveView = CrashCampbell Barton
2011-04-30Fix #27224: Extrude Repeat Mesh doesn't have optionsSergey Sharybin
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-08fix [#26674] Inconsistency in snapping CursorToSelection between UV_Editor an...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-22- weight paint poll would crash if no area was found.Campbell Barton
2011-03-22some more corrections to incorrect rna get/set types.Campbell Barton
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-03-22- support transform operators running in backgruond mode (was crashing)Campbell Barton
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