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-04-17ClangFormat: apply to source, most of internCampbell Barton
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
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-02-19Cleanup: remove BMeshToMeshParams.calc_tessfaceCampbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-06-09code cleanup: doxy comment filename correctionsCampbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-22Fix #30290: Shape Keys not working as expectedSergey Sharybin
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton