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
path: root/source
AgeCommit message (Expand)Author
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
2019-07-25Cloth: initial steps towards creating a mapping between BMVert* and ClothVert...ishbosamiya
2019-07-25Cloth: better handling of sizingishbosamiya
2019-07-25Cloth: better flip edges implementationishbosamiya
2019-07-25Cloth: fix updating active faces after fixing mesh in collapse edgesishbosamiya
2019-07-25Cloth: better handling of split_edges()ishbosamiya
2019-07-25Cloth: better edge_size() when edge is givenishbosamiya
2019-07-25Cloth: fixed bug in cloth_remeshing_edge_face_pair()ishbosamiya
2019-07-25Cloth: stop using uv_of_vert() to increase uv finding accuracyishbosamiya
2019-07-25Cloth: edge_opposite_vert() now returns the vertex uv if neededishbosamiya
2019-07-25Cloth: edge_vert() now returns the vertex uv if neededishbosamiya
2019-07-24Cloth: switch from BM_edge_face_pair() to cloth_remeshing_edge_face_pair()ishbosamiya
2019-07-24Cloth: better seam or boundary testishbosamiya
2019-07-23Cloth: collapse correct vertexishbosamiya
2019-07-23Cloth: improved flip checkingishbosamiya
2019-07-23Cloth: switch to different method for collapse edgesishbosamiya
2019-07-23Cloth: better edge_size calculationishbosamiya
2019-07-23Cloth: collapse edges debugging statementsishbosamiya
2019-07-22Cloth: fix bug in collapse edgesishbosamiya
2019-07-22Cloth: improved updating active facesishbosamiya
2019-07-21Cloth: fix memory leak while finding nearest planeishbosamiya
2019-07-21Cloth: split edges now flips edges for newly created facesishbosamiya
2019-07-21Cloth: obstacle metric implementedishbosamiya
2019-07-19Cloth: added derivative for single valueishbosamiya