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
2017-03-14CLNor: rework threaded computation.Bastien Montagne
2017-03-14CLNor code: use averaged debug timing.Bastien Montagne
2017-03-14Fix T50876: Cycles Crash - Cycles crashes before sampling when certain meshes...Bastien Montagne
2017-03-10Fix useless allocation of edge_vectors in threaded case of loop split generat...Bastien Montagne
2017-02-22Refactor Mesh split_faces() code to use loop normal spaces.Bastien Montagne
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-02Solve threading conflict when calculating smooth normalsSergey Sharybin
2016-08-02Fix T48986: Incorrect normals or tangents when using custom split normals.Bastien Montagne
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-04-01Cleanup: style/spellingCampbell Barton
2016-03-14Support mdisps for Mesh.flip_normals()Campbell Barton
2016-03-14Cleanup: move MDisps flipping to own functionCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-26mesh_evaluate.c: OMP -> BLI_task, and some more parallelization.Bastien Montagne
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-09-15Cleanup: hide clnors warning prints behind G.debug, those can get annoyingly ...Bastien Montagne
2015-09-14Fix T46114: paint face-mask hide clears sharp flagCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-09-04Fix T46015: normals_split_custom_set_from_vertices doesn't work with zero vec...Bastien Montagne
2015-09-03Fix T45984: Setting custom normals properly requires multiple calls to normal...Bastien Montagne
2015-08-12Displace Modifier: add an option to displace along (averaged) custom normals,...Bastien Montagne
2015-08-05Remove redundant addition in BKE_mesh_calc_volumeCampbell Barton
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-07-19Cleanup: styleCampbell Barton
2015-07-19Convert rigidbody conversion to looptri.Antony Riakiotakis
2015-07-17Let's use proper helpers for debug-only vars...Bastien Montagne
2015-07-17Make strict flags happy in release buildsSergey Sharybin
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-14Match face tessellation order in edimodeCampbell Barton
2015-07-10Cleanup: use const for mesh functionsCampbell Barton
2015-07-07Fix for recent error, ngons now flipped correctlyCampbell Barton
2015-07-06Remove redundant face-flipping checkCampbell Barton
2015-06-03Fix error calculating bmesh normalsCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-04-13Fix T44359: `mesh_normals_loop_custom_set()` would not behave correctly with ...Bastien Montagne
2015-03-26Fix T44138: Crash in DataTransfer modifier when selecting a source with no lo...Bastien Montagne
2015-03-16Fix an incorrect assert in lnor code.Bastien Montagne
2015-02-08Some minor fixes from latest coverity scan, nothing crucial here.Bastien Montagne
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2015-01-13Math Lib: improve area calculationCampbell Barton
2014-08-13Math Lib: rename barycentric_transform -> transform_point_by_tri_v3Campbell Barton