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-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-23Better smoothing for sculpt cube falloff.Nicholas Bishop
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-18Rename 'clay tubes' to 'clay strips' and include it in the capabilities RNA.Nicholas Bishop
2012-03-18Style cleanup in sculpt.c, no functional changes.Nicholas Bishop
2012-03-18spelling cleanupCampbell Barton
2012-03-18update vertex paint code for last commit, was still using ABGR order.Campbell Barton
2012-03-17Reduce poly map memory usage (used by sculpt smooth brush.)Nicholas Bishop
2012-03-17bugfix. Brush zoom could fail if uv sculpting was onAntony Riakiotakis
2012-03-15add missing break statement from recent brush code refactor,Campbell Barton
2012-03-15Code cleanup: simplify brush tool selection operators.Nicholas Bishop
2012-03-14Fix for multires undo with partial visibility.Nicholas Bishop
2012-03-14Fix some errors in partial visibility drawing.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-12style cleanupCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07Mango request: use active scene clip as background for sequencer scene strip ...Sergey Sharybin
2012-03-07fix for bug in ED_view3d_project_float that only effected the 'Rip' tool.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Bugfix: vertexpaint blur brush was broken.Nicholas Bishop
2012-02-29Code cleanup for the neighbor_average() sculpt function.Nicholas Bishop
2012-02-29Fix a couple typos in comments.Nicholas Bishop
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-23* Fixed some typos in the code, patch [#30247] by Vladimir Rutsky (rutsky). T...Thomas Dinges
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-23Code cleanup: split up some long functions in sculpt_undo.c.Nicholas Bishop
2012-02-21change UvElement to directly use BMLoop * instead of tfindex. This saves quit...Antony Riakiotakis
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-08fix [#30101] Vertex colors disappear after leaving edit modeCampbell Barton
2012-02-07uv sculpting now functional on bmeshAntony Riakiotakis