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-08-26Cloth: fix memory leaks from recent changesoc-2019-adaptive-clothishbosamiya
2019-08-23Cloth: pinned vertices now works with adaptive remeshingishbosamiya
2019-08-19Cloth: some code to better understand problems with pinningishbosamiya
2019-08-17Cloth: cache read check for adaptive clothishbosamiya
2019-08-15Cloth: silence some print statementsishbosamiya
2019-08-15Cloth: new method for collapsing an edgeishbosamiya
2019-08-15Cloth: attempt at fixing extra face after collapsing edgeishbosamiya
2019-08-13Cloth: debugging statements for finding bug in collapse edgesishbosamiya
2019-08-12Cloth: revert back to using previous splitting methodishbosamiya
2019-08-10Cloth: attempt fix for rare error when not all faces remain as trianglesishbosamiya
2019-08-09Cloth: change intial values of the remeshing parametersishbosamiya
2019-08-09Cloth: UI to choose static or dynamic remeshingishbosamiya
2019-08-09Cloth: add support for turning adaptive remeshing on or offishbosamiya
2019-08-07Cloth: new attempt at sewingishbosamiya
2019-08-07Cloth: attempt at fixing cachingishbosamiya
2019-08-06Cloth: fix memory leak while removing vertexishbosamiya
2019-08-06Cloth: fix bug while removing vertex from cvmishbosamiya
2019-08-06Cloth: try storing localized meshishbosamiya
2019-08-05Cloth: switch cloth flag to be part of clmd directlyishbosamiya
2019-08-05Cloth: Added flagging if previous frame was read from cacheishbosamiya
2019-08-04Cloth: Added comments for what needs to be added for the cachingishbosamiya
2019-08-02Cloth: initial steps towards dynamic cachingishbosamiya
2019-08-01Cloth: fix aspect ratio calculationishbosamiya
2019-08-01Cloth: add back support for preserve verts and label edgesishbosamiya
2019-08-01Cloth: optimization: uv offset calculated only every frameishbosamiya
2019-08-01Cloth: better preverse vertex labeling and optimization: new way to update ac...ishbosamiya
2019-08-01Cloth: changes in matricesishbosamiya
2019-08-01Cloth: fix in eigen decomposition, b now refers to correct element of matishbosamiya
2019-08-01Cloth: added refine obstacle metric parameterishbosamiya
2019-07-31Cloth: more debugging statements for face sizingishbosamiya
2019-07-31Cloth: fixed eigen decomposition floating point errorsishbosamiya
2019-07-31Cloth: multiply object matrix with bmesh verticesishbosamiya
2019-07-31Cloth: preserve count, labeled edges and improved debug statementsishbosamiya
2019-07-31Cloth: find nearest planes only every frame for much faster excecutionishbosamiya
2019-07-31Cloth: fix bug in eigen decompositionishbosamiya
2019-07-30Cloth: fix bug in invert_m2_m2()ishbosamiya
2019-07-30Cloth: more face sizing debugging statementsishbosamiya
2019-07-30Cloth: optimize obstacle metric by returning if planes is emptyishbosamiya
2019-07-30Cloth: fix issue in compute_face_sizing, epsilon for invert_m2, face_sizing d...ishbosamiya
2019-07-29Cloth: initial steps towards edge label supportishbosamiya
2019-07-29Cloth: revert back to using bm_previshbosamiya
2019-07-29Cloth: prevent unnecessary copy of verticesishbosamiya
2019-07-26Cloth: intial steps towards preserving original mesh dataishbosamiya
2019-07-26Cloth: different seam or boundary detectionishbosamiya
2019-07-26Cloth: fix some bugs in a hacky way, must see again laterishbosamiya
2019-07-26Cloth: switch to cpp style while finding bad_edgesishbosamiya
2019-07-26Cloth: remove unnecessary codeishbosamiya
2019-07-26Cloth: fix bug while reindexing verticesishbosamiya
2019-07-25Cloth: stop using bm_previshbosamiya
2019-07-25Cloth: nearly completed transition to using ClothVertMapishbosamiya