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-22Fixed crash when sculpting on deformed mesh with smooth brush:Sergey Sharybin
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-18- clear some warningsCampbell Barton
2011-02-15- Do not use old anchor toggling operator. It used to set brush flags toSergey Sharybin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Previous commit to small optimization of sculpting broke smooth and layerSergey Sharybin
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12Sculpting on deformed meshSergey Sharybin
2011-02-12Save one memory block allocation/disposing when propagating changes fromSergey Sharybin
2011-02-09Update mesh normals when undoing sculpt stroke to prevent shadingSergey Sharybin
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get valu...Campbell Barton
2011-02-01Fix #25884: Crazy behaviour of the rotate brushSergey Sharybin
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-30remove nan-makefilesCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-15IRC bugreport fix: thumb brush works incorrect when using tablet by Dan McGra...Sergey Sharybin
2011-01-13Sculpt:Nicholas Bishop
2011-01-12Bugfix #25570Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11Bugfix #25581Ton Roosendaal
2011-01-11Bugfix, own testingTon Roosendaal
2011-01-09Bugfix #25557Ton Roosendaal
2011-01-08Sculpt/Paint:Nicholas Bishop
2011-01-08Paint:Nicholas Bishop
2011-01-08Paint cleanup:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
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-06bugfix [#25498] Projection paint clone tool leaves seamsCampbell Barton
2011-01-04Crease tool brush missed brush color changing depends on brush appearance.Sergey Sharybin
2011-01-04Fix #25483: Brush appearance colorSergey Sharybin
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-24Bugfix #25371Ton Roosendaal
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-17Bugfix #25261Ton Roosendaal
2010-12-17Fixed bug reported by Reuben Martin:Nicholas Bishop
2010-12-15Fixed bug #23042, Sculpting + Multires + Noise texture tears meshNicholas Bishop
2010-12-14Bugfix #22040Ton Roosendaal
2010-12-13bugfix [#23395] Mirror + Front Faces Only + Grab = Scaling oddityCampbell Barton
2010-12-12isect_seg_seg_v2_point was modifying the value of line vectors passed.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-04Maintenance, Campbell Barton
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-12-03fix for some pedantic warnings.Campbell Barton