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-09-02Cleanup: comment blocksCampbell Barton
2018-08-20Fix BMesh edge_bisect, edge_percent being ignoredAndrew Hale
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-22Fix T55093: Bisect + fill crashCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-02-19Cleanup: remove BMeshToMeshParams.calc_tessfaceCampbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-18Fix T53811: "bmesh.ops.split" crashCampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2017-12-04Cleanup: styleCampbell Barton
2017-11-26Cleanup: rename edge -> edgesCampbell Barton
2017-11-26Minor improvement to last commitCampbell Barton
2017-11-26BMesh: improve edge rotate when edges share facesCampbell Barton
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton
2017-10-24Fix edge-split bmesh operator giving empty resultCampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-10-04Fix T52923: Circle diameter is in fact radiusCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-03Fix T52634: EditMesh Remove doubles could hangCampbell Barton
2017-09-01BMesh: use predictable order for remove-doublesCampbell Barton
2017-07-15Fix T52066: Grid Mesh UV's aren't correctCampbell Barton
2017-06-28Fix own really stupid mistake/typo in previous commit...Bastien Montagne
2017-06-28Fix T51900: Crash after pressing "F" multiple times.Bastien Montagne
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2017-06-09Fix T51648: Inconsistent edge collapse point depending on orientationLuca Rood
2017-06-07Bevel Op (internal and API) now returns new edges and verts as well asHoward Trickey
2017-05-15Fix T51180: BMesh crash using calc_uvs=TrueCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-04-06Fix T51135: Cylinder primitive generated bad UVsGermano Cavalcante
2017-03-13Fix T50920: Adds missing edges on return of bisect operatorGermano Cavalcante
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2017-03-11BMesh: add BM_mesh_separate_facesCampbell Barton
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-01-19BMesh: remove BM_face_create_ngon_vcloudCampbell Barton
2017-01-19Fix T49807: Inset faces edge rail bugCampbell Barton
2016-11-17Cleanup: redundant index loop for monkey-createCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
2016-09-28Fix T49471: Vertex Connect randomly broken.Bastien Montagne
2016-09-25Quiet shadow warningCampbell Barton
2016-09-24Mesh: added default UVs for Monkey, improved UVs for UV Sphere and Icosphere.Peter Lu