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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-13Cleanup: right shift argumentsCampbell Barton
2018-07-12Cleanup: remove legacy mesh save supportCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-02-22Cleanup: Fix const pointers mess in previous commit.Bastien 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: split normals: use different varnames for angle and its cosine.Bastien Montagne
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-08Mesh: concave quad supportCampbell Barton
2018-01-31Fix possible concurency issue in mesh normals computation.Bastien Montagne
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-11Mesh evaluate: Tweak threadability criteriaSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-23Fix scalability issue in threaded code of Mesh normals computation.Bastien Montagne
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-08-21Fix T52434: Restore mesh center of mass calculationCampbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-05-12Mesh Center: improved center-of-mass calculationBill Currie
2017-04-24Cleanup: styleCampbell Barton
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