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-09-27Fixing typo in comment - no functional changesSergey Sharybin
2011-09-22clear up some warnings.Campbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-26Fix #28301: Sculpting a object with rotational have desfaceSergey Sharybin
2011-06-11suspiciously consistent typoJason Wilkins
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-14Fix #27390: Shift for activating Smooth Brush broken in sculptSergey Sharybin
2011-05-12== Radial control ==Nicholas Bishop
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04use UNUSED in some more function args, no functional changes.Campbell Barton
2011-05-04fix for crash executing sculpt via python.Campbell Barton
2011-04-23Sculpting on shapekeysSergey Sharybin
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-14Fix #26932: When I enable multires, and start sculpting, some parts of the me...Sergey Sharybin
2011-04-12Fix #26879: Some sculpt brushes does not work when sculpting corrective shape...Sergey Sharybin
2011-04-04Fix for redraw issues when making fast strokes with grab tool in sculpt modeSergey Sharybin
2011-03-31using wrong RNA type in sculpt update.Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-12== Sculpt ==Nicholas Bishop
2011-03-05Final step for texture nodes/threading issue fix: make neededSergey Sharybin
2011-03-01Bugfix #26249Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-25Fix #26158: The layer hight of the layer tool cannot longer be controled by t...Sergey Sharybin
2011-02-22Fixed crash when sculpting on deformed mesh with smooth brush:Sergey Sharybin
2011-02-20Fix for crash when sculpting on multires object during playbackSergey 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-01Fix #25884: Crazy behaviour of the rotate brushSergey Sharybin
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-15IRC bugreport fix: thumb brush works incorrect when using tablet by Dan McGra...Sergey Sharybin
2011-01-13Sculpt:Nicholas Bishop
2011-01-11Bugfix, own testingTon Roosendaal
2011-01-08Sculpt/Paint:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04Fix #25483: Brush appearance colorSergey Sharybin
2010-12-24Bugfix #25371Ton Roosendaal
2010-12-15Fixed bug #23042, Sculpting + Multires + Noise texture tears meshNicholas Bishop