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
2020-07-01Change boolean blenlib interface to be purely C++.Howard Trickey
2020-07-01Change bmesh_boolean.c into a C++ file and start using PolyMesh interface.Howard Trickey
2020-06-30Fix problem after master merge with Optional -> optional migration.Howard Trickey
2020-06-30Merge branch 'master' into newbooleanHoward Trickey
2020-06-30Dissolving triangulation edges and verts passes first test.Howard Trickey
2020-06-29Fix compile error on Apple ClangJulian Eisel
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-29Cleanup: use std::make_unique instead of blender::make_uniqueJacques Lucke
2020-06-29Cleanup: rename namespace DotExport to dotJacques Lucke
2020-06-29First test with dissolve of triangulation edges is passing.Howard Trickey
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Merge branch 'master' into newbooleanHoward Trickey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-19Continued work on getting triangulation edges removed from output.Howard Trickey
2020-06-18Allow interpolation of matrices with negative scale / axis flipsSybren A. Stüvel
2020-06-18Transform: Snap to the intersection between constraint and geometryGermano Cavalcante
2020-06-17Merge branch 'master' into newbooleanHoward Trickey
2020-06-17Start of PolyMesh interface for boolean.Howard Trickey
2020-06-16Fix bitscan_reverse_uint on MSVC compilerSergey Sharybin
2020-06-16BLI: fix Map.foreach_item methodJacques Lucke
2020-06-15Cleanup: remove unnecessary codeJacques Lucke
2020-06-14Fixed bug for some binary boolean ops. Fixed a memory leak.Howard Trickey
2020-06-14Made binary version of boolean and hooked up to Boolean tool.Howard Trickey
2020-06-13More boolean tests pass.Howard Trickey
2020-06-13Cleanup: spellingCampbell Barton
2020-06-12Proper implementation of finding ambient cell.Howard Trickey
2020-06-12First real boolean union output test works.Howard Trickey
2020-06-12Quient some warnings on Linux.Howard Trickey
2020-06-11After merge from master, updated for changes to BLI.Howard Trickey
2020-06-11BLI: define default hash function for const typesJacques Lucke
2020-06-11BLI: fix forwarding with incorrect typeJacques Lucke
2020-06-11Cleanup: fix terminology in commentJacques Lucke
2020-06-11BLI: don't pass const pointers to placement new operatorJacques Lucke
2020-06-11BLI: include <new> headerJacques Lucke
2020-06-11Merge branch 'master' into newbooleanHoward Trickey
2020-06-11Format previous commit.Howard Trickey
2020-06-11BLI: fix printing name in print_stats methods of Map, Set and VectorSetJacques Lucke
2020-06-11BLI: make Map::Item and Map::MutableItem more accessibleJacques Lucke
2020-06-11A lot of progress towards working boolean library function.Howard Trickey
2020-06-10BLI: add Map.pop_default methodJacques Lucke
2020-06-10BLI: fix type forwarding in MapJacques Lucke
2020-06-10BLI: support constructing StringRef from start and end pointerJacques Lucke
2020-06-10BLI: add Map.pop_try methodJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-09BLI: remove incorrect constJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09Fix warning-as-error about int to uint conversion in new BLI CPP code.Bastien Montagne
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke