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
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-20bmesh operator 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-11-18fix for skin modifier calling rotate_normalized_v3_v3v3fl with a non unit len...Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-29style cleanupCampbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21bmesh-decimator updateCampbell Barton
2012-08-06Avoid recursion in skin modifier's edge matrix calculationsNicholas Bishop
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-12Fix normals around root nodes of skin modifier output.Nicholas Bishop
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-24Fix bug #31582, Crash with Skin modifierNicholas Bishop
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-22style cleanupCampbell Barton
2012-05-22style cleanu: skin modifierCampbell Barton
2012-05-22Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.Nicholas Bishop
2011-07-31EditMesh-based skin node drawingNicholas Bishop
2011-07-31Added DNA and RNA for skin modifier, stubbed in skin modifier functionsNicholas Bishop