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
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-19Remove stroke parameter from PaintStroke's StrokeGetLocation callback.Nicholas Bishop
2012-01-19Move paint's WM paint cursor code into a new file.Nicholas Bishop
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-29Fix #29718: anchored stroke with image-texture --- strange behaviourSergey Sharybin
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-22== Sculpt ==Nicholas Bishop
2011-12-17Calculation of the center and normal for sculpting would ignore whether the s...Jason Wilkins
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-02Sculpt cleanupNicholas Bishop
2011-11-02Small sculpt cleanupNicholas Bishop
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
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