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
2018-03-31Merge branch 'master' into soc-2017-normal-toolsRohan Rathi
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-13Moar cleanup.Bastien Montagne
2018-03-06Heavy refactor of 'Point To' editing normals tools.Bastien Montagne
2018-03-02Cleanup: renaming mostly, plus some const qualifiers etc.Bastien Montagne
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-02-28Cleanup: make static utility functions, try to find some better names.Bastien Montagne
2018-02-28Simplify/deduplicate code to 'select' loops from faces/verts selection.Bastien Montagne
2018-02-28Cleanup, remove dead code, do not allocate when not needed...Bastien Montagne
2018-02-22Simplify & optimize code in BM_lnorspace_invalidate().Bastien Montagne
2018-02-22Merge branch 'master' into soc-2017-normal-toolsBastien Montagne
2018-02-22Fix (unreported) meshes changing shading when creating empty clnors data.Bastien Montagne
2018-02-22Cleanup: clnor code: more 'do not use same varname for two different things'.Bastien Montagne
2018-02-20Cleanup: remove 'lnorspace_dirty' flag from BMHeader.hflag.Bastien Montagne
2018-02-20Cleanup: MLoopNorSpaceArray new 'flags' are not flags at all, they are mutual...Bastien Montagne
2017-12-22Merge branch 'master' into soc-2017-normal-toolsRohan Rathi
2017-11-26Removing OMP: nuke last usages in bmesh_mesh.cBastien Montagne
2017-11-26Fix for Fix (c): broken atomic lock in own bmesh code.Bastien Montagne
2017-11-25Fix broken atomic_cas lock in own recent commit in bmesh.Bastien Montagne
2017-11-24Cleanup leftover timing debug prints from own recent commits.Bastien Montagne
2017-11-23Getting rid of OMP: first usage of new parallel BMesh items iteration instead.Bastien Montagne
2017-11-10More rampaging cleanup & refactor in new clnor editmesh/transform code.Bastien Montagne
2017-11-09Fix/cleanup BM_lnorspace_invalidate().Bastien Montagne
2017-11-09LNorSpaceArray: Ease access to loop in BMesh context.Bastien Montagne
2017-11-08More cleanup...Bastien Montagne
2017-11-08More cleanup...Bastien Montagne
2017-11-08More style cleanup, renaming some now-public functions.Bastien Montagne
2017-10-12Cleanup (no functional change expected).Bastien Montagne
2017-10-10Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-03Cleanup/fixes compilation warnings.Bastien Montagne
2017-08-15Fixed bugs in copy and made UI changesRohan Rathi
2017-08-13Fixed memalloc bug in lnorspacearr and removed BMO_OPTYPE_FLAG_INVALIDATE_CLN...Rohan Rathi
2017-08-12Changed merge, split and average to make them more coherent.Rohan Rathi
2017-08-12Added weighting, sharp edges to average.Rohan Rathi
2017-07-12Optimised split to faces and fixed preserve_clnor not keeping clnorsRohan Rathi
2017-07-10Now invalidates all loops in an lnor spaceRohan Rathi
2017-07-04cleanup of point_normals and added pollRohan Rathi
2017-07-04Fixed all clnors in lnorspace not updatingRohan Rathi
2017-07-03Fixed bugs and cleanupRohan Rathi
2017-07-01Added Split/Merge normals.Rohan Rathi
2017-06-23Added ability to edit individual normal.Rohan Rathi
2017-06-20Added invalidate for transform ops.Rohan Rathi
2017-06-13Fixed issues with Point Normals.Rohan Rathi
2017-06-12Remove support of lnorspacearray in editmesh undo/redo, fix memleak.Bastien Montagne
2017-06-12Do not include BKE_mesh.h in bmesh_class.hBastien Montagne
2017-06-11Added point normals to target.Rohan Rathi
2017-06-06Added ability to rotate custom normalRohanRathi
2017-06-02Added clnor invalidate for all BMOpsRohanRathi
2017-06-01Cached lnorspace array and added dirty MechanicRohanRathi