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
2019-02-18Fix T61666: missing NULL_UNIT that stops iteration over unitsJacques Lucke
2019-02-18Cycles: Keep all hair strandsSergey Sharybin
2019-02-18Jpeg: Fix write past array boundarySergey Sharybin
2019-02-18Fix broken Cycles test build after recent commit.Bastien Montagne
2019-02-18API doc: info_gotcha: extend description of issues related to memory changes.Bastien Montagne
2019-02-18Cleanup: API doc 'info_gotcha': typos.Bastien Montagne
2019-02-18Add Abkhaz language to Blender (disabled for until we get some translated con...Bastien Montagne
2019-02-18Edit Mesh: CleanupClément Foucault
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18Wireframe: Add workaround for osx wide wiresClément Foucault
2019-02-18Cleanup: Remove old wireframe batch cache codeClément Foucault
2019-02-18Wireframe: Fix Artifacts with MSAAClément Foucault
2019-02-18GPU: Change multisample resolve shader to output min depthClément Foucault
2019-02-18Wireframe: Add depth offset to prevent zfighting of wireframe overlayClément Foucault
2019-02-18Wireframe: Refactor to use GL_LINES instead of triangles with alpha blendClément Foucault
2019-02-18Clamp value in sheen calculation to fix fireflies.Alexander Court
2019-02-18Fix T61649: Transform resize from UV editor assertsCampbell Barton
2019-02-18Markers: Make marker lines in sequencer and graph editor optionalJacques Lucke
2019-02-18Cleanup: remove unnecessary "_pad*" membersCampbell Barton
2019-02-18Cleanup: use "_pad" prefix for struct membersCampbell Barton
2019-02-18Cleanup: move 'orig' into Object_Runtime structCampbell Barton
2019-02-18Cleanup: remove 'orig' from ObTfmBackCampbell Barton
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18UI: motion paths panel layout tweakCampbell Barton
2019-02-18UI: armature properties layout tweaksWilliam Reynish
2019-02-18RNA: use distance unitsWilliam Reynish
2019-02-18UI: bake panel layout improvementsWilliam Reynish
2019-02-18UI: improve light probe properties layoutWilliam Reynish
2019-02-18Fix T61187: Fluid Particle settings UI elementsWilliam Reynish
2019-02-18Cleanup: spellingCampbell Barton
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-18DNA: rename Collection.dupli_ofs -> instance_collectionCampbell Barton
2019-02-18DNA: support renaming structs that use the old renaming hackCampbell Barton
2019-02-18RNA: use clog for logging error messagesCampbell Barton
2019-02-18Cleanup: styleCampbell Barton
2019-02-18Correct own mistake in near/far cleanupCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-18DNA: comment on how to avoid DNA rename errorsCampbell Barton
2019-02-17Units: allow short unit names be case sensitive when needed.Brecht Van Lommel
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-17Cleanup: remove leftover hemi light code.Brecht Van Lommel
2019-02-17Merge branch 'blender2.7'Brecht Van Lommel
2019-02-17Fix T54504: Cycles wrong backwards compatibility with linked libraries.Brecht Van Lommel
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-17Cleanup: remove unused bStats structCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-17Cleanup: move flag definition into screen headerCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-16Blenlib/Windows: Fix Build error with clang.Ray Molenkamp