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
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: fixed Clang-Tidy `bugprone-suspicious-string-compare` warningsSybren A. Stüvel
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-03Cleanup: Blendkernel, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-05-18OpenSubdiv: Cleanup, Remove from legacy SubsurfCCG codeSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-06Cleanup: spelling (neighbor)Campbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-09-05Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-05CCG: Remove number of layers from keySergey Sharybin
2018-07-16OpenSubdiv: Re-work C-API integrationSergey Sharybin
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2017-04-07Replace CGSubSurf direct includes to GL/glew.hDalai Felinto
2016-07-22OpenSubdiv: Properly respect Subdivide UVs optionSergey Sharybin
2016-07-20OpenSubdiv: Initial work to support UV maps in textured OSD viewportSergey Sharybin
2015-11-04OpenSubdiv: Use pool for delayed OpenGL buffers free when freeing from non-ma...Sergey Sharybin
2015-08-05OpenSubdiv: Completely avoid possible access to non-existing CPU dataSergey Sharybin
2015-08-03OpenSubdiv: Made it a modifier option to enable OSD for viewportSergey Sharybin
2015-08-03OpenSubdiv: Avoid crashes when GPU subsurf is tried to be used on CPUSergey Sharybin
2015-08-03OpenSubdiv: Remove workaround for simple subdivision modeSergey Sharybin
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-07-20CCGSubSurf: Split file into several smaller onesSergey Sharybin
2015-02-23Subsurf: missing NULL checks on freeCampbell Barton
2015-02-17Subsurf: Use guarded allocator for non-arena CCGSergey Sharybin
2014-12-10Fix T42748: Crash in subsurf, threaded accessCampbell Barton
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton
2014-02-21Fix T38736: ShrinkWrap modifier doesn't work after SubsurfCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-07-02add missing gpl headersCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-26add subsurf limits, in RNA, there were none, but subsurf would assert at 29.Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-08-18Fix simple subsurf on wire edgesNicholas Bishop