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
2019-09-26Fix T70163: Error painting with Subdivision at end of stackSergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Multires reshape: correct grids level allocationSergey Sharybin
2019-01-18Multires: Correct averagingSergey Sharybin
2019-01-18Multires: Ensure continuity when reshaping from objectSergey Sharybin
2019-01-18Multires: Simplify reshaping codeSergey Sharybin
2019-01-18Multires: Fix spike issues when sculpting on trianglesSergey Sharybin
2019-01-16Multires: Cleanup, commentsSergey Sharybin
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-06Fix T58310: Crash when removing multires modifier from sculpt objectSergey Sharybin
2018-11-16Fix T57566: Blender 2.8 crashes with the new multiresSergey Sharybin
2018-11-06Multires: Refactor propagation to the higher levelsSergey Sharybin
2018-11-02Multires: Cleanup, namingSergey Sharybin
2018-11-01Subdiv: Cleanup, better naming yet againSergey Sharybin
2018-11-01Subdiv: Cleanup, de-duplicate some codeSergey Sharybin
2018-11-01Subdiv: Cleanup, de-duplicate tangent matrix calculationSergey Sharybin
2018-11-01Subdiv: Cleanup. better namingSergey Sharybin
2018-11-01Subdiv: Cleanup, deduplicate some codeSergey Sharybin
2018-10-09Modifier: add non derived mesh modifier wrappersCampbell Barton
2018-09-27Cleanup: fix harmless compiler warnings.Brecht Van Lommel
2018-09-25Multires: Make code more ready for mesh uised by multiple objectsSergey Sharybin
2018-09-25Multires: Pass total level instead of modifier dataSergey Sharybin
2018-09-25Multires: Pass mesh instead of objectSergey Sharybin
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Cleanup: styleCampbell Barton
2018-09-21Cleanup: IndentationSergey Sharybin
2018-09-21Multires: Remove unused field from reshape contextSergey Sharybin
2018-09-21Cleanup: InetnationSergey Sharybin
2018-09-21Multires: Support masks propagation to higher levelsSergey Sharybin
2018-09-21Multires: Copy mask from sculpt to multiresSergey Sharybin
2018-09-21Multires: Support sculpting on a lover levelsSergey Sharybin
2018-09-21Multires: Fix reshaping from object at lower levelSergey Sharybin
2018-09-20Multires: Cleanup, more proper variable nameSergey Sharybin
2018-09-20Subdiv: CCG, fix crash going from sculpt to edit modeSergey Sharybin
2018-09-15Cleanup: styleCampbell Barton
2018-09-14Multires: Initial work to get sculpting to work with OpenSubdivSergey Sharybin
2018-09-12Multires: Use more clear namingSergey Sharybin
2018-09-12Cleanup, fullstops in commentsSergey Sharybin
2018-09-04Subdiv: Move mesh creation functionality to own headerSergey Sharybin
2018-09-04Subdiv: Move evaluation functionality to own headerSergey Sharybin
2018-09-04Subdiv: Move FOREACH functionality to own headerSergey Sharybin
2018-08-24Cleanup: indentation, styleCampbell Barton