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
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-06-20Docs: improve poly_to_tri_count doc-stringCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2015-12-09Math Lib: add axis_dominant_v3_ortho_singleCampbell Barton
2015-01-13Math Lib: improve area calculationCampbell Barton
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-03-30correct recent commitCampbell Barton
2014-03-30Correction for poly_to_tri_count (used over-complicated method)Campbell Barton
2014-03-16Fix T39210: Grid Fill is generating mesh that's inconsistent with selected ed...Bastien Montagne
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-11-30Math Library: add functions cross_poly_v2, cross_tri_v2Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton
2012-12-27correction for poly_to_tri_count() when given zero poly count.Campbell Barton
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-02-25code cleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-04-20edit definitions to use const for non modified args, also correct incorrect d...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-15remove/comment unused defines.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-04-16SVN maintenance.Guillermo S. Romero
2010-04-15Merge various small changes from render branch:Brecht Van Lommel