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
2017-10-20Fix T46163: NLA properties with drivers aren't displayed as having driversJoshua Leung
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-19Allow non-initialized memory to be passed to BKE_id_copy_exSergey Sharybin
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
2017-10-18Fix mistake in new ID copy code in 'no allocate' case.Bastien Montagne
2017-10-18Fix wrong comment (leftover from dev time).Bastien Montagne
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-17Fix T53007: OpenSubdiv + transparency = artefact/crashesSergey Sharybin
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Replace freeing checks with MEM_SAFE_FREEJoshua Leung
2017-10-14Correct bezier curve assertCampbell Barton
2017-10-12Fix T53052: ID decrement error when deleting a scene, either python or GUI.Bastien Montagne
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Sequencer: Cleanup, use more BLI utilities where possibleSergey Sharybin
2017-10-06Sequencer: Use BLI math functions where possibleSergey Sharybin
2017-10-06Sequencer: Avoid re-calculation index offset multiple timesSergey Sharybin
2017-10-06Sequencer: Use funciton instead of macr oto avoid argument re-evaluationSergey Sharybin
2017-10-06Fix T52940: VSE Glow Effect Strip on transparent images has no blurSergey Sharybin
2017-10-06Cleanup: styleCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-10-05Fix sculpt secondary color missing some brushesCampbell Barton
2017-10-05Cleanup: use bool for brush checksCampbell Barton
2017-10-04Fix error copying smoke modifier uv layerCampbell Barton
2017-10-03Vertex Paint: remove accumulate (soc-2017-vertex_paint)Campbell Barton
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-01Weight Paint: restore non-spray functionalityCampbell Barton
2017-09-30Fix vertex paint w/ subsurf drawingCampbell Barton
2017-09-29Weight Paint: accumulate supportCampbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-28Curves: Fix wrong bitset being checked against CYCLIC bit flagSergey Sharybin
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-26Cleanup: indentationCampbell Barton
2017-09-25Fix T52835: When driven IK influence change, ik animation have 1 frame delaySergey Sharybin
2017-09-25Add an 'atomic cas' wrapper for pointers.Bastien Montagne
2017-09-25Tweak to fix for thread concurency in looptri generation.Bastien Montagne
2017-09-23Remove remaining qtcodecdataAaron Carlisle
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-22Fix T52840: New Depsgraph - Mask editor not working correctlySergey Sharybin
2017-09-20Fix T52852: Assert in looptri calculation after recent changes.Bastien Montagne
2017-09-19Fix T52816: regression can't open file in 2.79 (crash).Bastien Montagne
2017-09-19Fix T52823: New Depsgraph - Shrinkwrap crashes blenderSergey Sharybin
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-19Fix T52811: At any framerate selected, video exported with 1000fpsSergey Sharybin
2017-09-18Cleanup: use clamped rounding functionsCampbell Barton
2017-09-15Transform: Enable recursion dependency check for new depsgraphSergey Sharybin
2017-09-15Fix copy-paste error in recent particles fixSergey Sharybin
2017-09-14Fix T52442: bl_app_templates_system not workingCampbell Barton