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
2022-11-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-03Fix T102221: Entering editmode invalidates the driver associated with that meshSergey Sharybin
2022-11-02Fix: Crash adding rest positions to empty meshHans Goudey
2022-10-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-13Cleanup: Use std::mutex for mesh runtime mutexesHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-09-28CleanupHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-19Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Compiles, runs in basic situationsHans Goudey
2022-09-13Convert many more uses of MVertHans Goudey
2022-09-13Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-12Cleanup: Remove unused DerivedMesh functionsHans Goudey
2022-09-12Remove most uses of CD_MVERTHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Remove unnecessary copy in modifier stackHans Goudey
2022-08-31Mesh: Avoid redundant custom data layer initializationHans Goudey
2022-08-30Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-30Fix: Potential name clash when adding rest position attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-12Fix threading crash due to conflict in mesh wrapper typeSergey Sharybin
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-06-29Sculpt: Fix backwards normals in PBVH_GRIDS raycastingJoseph Eagar
2022-06-14Fix T98813: crash with GPU subdiv in edit mode and instanced geometryBrecht Van Lommel
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-05-18Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-18Subdiv: support interpolating orco coordinates in subdivision surfacesBrecht Van Lommel
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-04-27Fix broken obj tests from earlier commitKévin Dietrich
2022-04-27Fix T96327: data transfer crash with GPU subdivisionKévin Dietrich
2022-04-21Cleanup: Remove unused argument to mesh modifier evaluationHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-07Cleanup: remove unused mface tesselation code from modifier stackBrecht Van Lommel
2022-04-07Fix T97035: crash transferring face corner dataBrecht Van Lommel
2022-03-07Cleanup: fix various typosBrecht Van Lommel
2022-03-01Merge branch 'blender-v3.1-release'Sergey Sharybin