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-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
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
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2015-08-25Cleanup: styleCampbell Barton
2015-01-21Cleanup: styleCampbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2012-04-05Fix for setting active UV, vertex colors and probably shape keys from python ...Sergey Sharybin
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-26setting the active texture layer from python would get the UV layer out of sy...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-10fix for own error in recent commit with UV texture layers. - was shadowing va...Campbell Barton
2012-03-10fix [#30500] Mesh.tessface_uv_textures or Mesh.tessface_vertex_colors crash o...Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-15fix [#30153] Crash in outline datablock display after switch to edit modeCampbell Barton
2012-02-12style cleanup for bmesh headersCampbell Barton
2011-12-06Quiet annoying warning:Campbell Barton
2011-11-24add some macros to cleanup lots of tedious code in rna_mesh.c defining custom...Andrew Wiggin