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
path: root/source
AgeCommit message (Expand)Author
2018-03-19Cleanup: move armature undo into own fileCampbell Barton
2018-03-19Cleanup: move metaball undo into own fileCampbell Barton
2018-03-19Cleanup: move curve undo into own fileCampbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-19Cleanup: type conversion warningCampbell Barton
2018-03-19Fixed typo Python APIJeroen Bakker
2018-03-18Fix ugly recursive pattern in RNA PointCache data layout.Bastien Montagne
2018-03-18Cleanup: kdopbvh, only set parent nodes onceCampbell Barton
2018-03-18Cleanup: use MEM_SAFE_FREECampbell Barton
2018-03-18mathutils: replace interp w/ blend when standaloneCampbell Barton
2018-03-17Refactor: Collada: remove param, changed order of params in Function callGaia Clary
2018-03-16Add an assert to BKE_icon_changed() that we are actually dealing with ID icon.Bastien Montagne
2018-03-16Fix T54310: Assert when enable Brush custom icon.Bastien Montagne
2018-03-16Cleanup: naming and const parameter.Bastien Montagne
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-16Add Truecolor ANSI console constantsSergey Sharybin
2018-03-16Hash: Add utility function to convert address to rgb valuesSergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-16Cleanup: move mesh mirror functions to own fileCampbell Barton
2018-03-16Cleanup: doxy sections for editmesh files.Campbell Barton
2018-03-16Fix T54326: Import Alembic stuck in edit modeKévin Dietrich
2018-03-16Fix T53971: single layer render showing the wrong render layer in image editor.Cheryl Chen
2018-03-15BLI_assert: extract from BLI_utildefinesCampbell Barton
2018-03-15Missed last commitCampbell Barton
2018-03-15BLI_math: don't use asserts in inline APICampbell Barton
2018-03-14Style cleanup.Bastien Montagne
2018-03-14Fix (unreported) broken IDarray case in IDP_EqualsProperties_ex.Bastien Montagne
2018-03-14Fix T54319: Crash after double-clicking baked F-curveSergey Sharybin
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-03-14Cleanup: use sections for editmesh tools/selectCampbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-13Fix T54302 - Wrong added scene when adding a scene strip to the SequencerJoshua Leung
2018-03-13Use Action datablock's own icon (instead of Animation Data's one) for File Br...Joshua Leung
2018-03-13Cleanup: long lines, use doxy sectionsCampbell Barton
2018-03-12Fix type in commentSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-03-12Fix T54296: Cycles viewport render stuck on constant re-renderSergey Sharybin
2018-03-12Cleanup: remove misleading array sizeCampbell Barton
2018-03-12Cleanup: sync EDBM_uv_* functions w/ 2.8Campbell Barton
2018-03-12UV: internal changes to pickingCampbell Barton
2018-03-11fix Collada: wrong usage of pointer and hidden redeclarationGaia Clary
2018-03-11Cleanup Collada: Removed duplicate variable settingGaia Clary
2018-03-11Cleanup: avoid redeclaration of iterator in same functionGaia Clary
2018-03-11Cleanup Collada: Avoid unintentional reuse of previous defined variableGaia Clary
2018-03-11Fix Collada: Avoid unnecessary and even wrong check on unavailable dataGaia Clary
2018-03-11Cleanup Collada: Make sure index variables are not reusedGaia Clary
2018-03-11Cleanup Collada: make sure float array is initialisedGaia Clary
2018-03-11Refactor Collada: combined 2 almost identical functions into oneGaia Clary
2018-03-11Fix T54274, and rename option --window-borderless to --window-fullscreenArto Kitula