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-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-19Fix T51774: Children particles hair interpolation not correct with textures o...Bastien Montagne
2017-06-18Fix T51840: UI redraw in node editor header missing on pointcache bakeThomas Beck
2017-06-18Fix unreported: Copy-pasting nodes crashes when they have an undefined typeLukas Stockner
2017-06-17Docs: Fix file:line links in generated API docsCampbell Barton
2017-06-17Add Cone: tip soft-min should be zeroCampbell Barton
2017-06-17Guarded allocator: Fix type in macro definitionSergey Sharybin
2017-06-16PyAPI: Fix warning about indentAaron Carlisle
2017-06-16Fix T51810: Add minimal example of usage of translation API for non-official ...Bastien Montagne
2017-06-16Usual i18n/UI messages fixes.Bastien Montagne
2017-06-16Cycles: Fix race condition happening in progress utilitySergey Sharybin
2017-06-16PyAPI: Fix changed ref linkAaron Carlisle
2017-06-16PyAPI: Add HTML logo and faviconAaron Carlisle
2017-06-16PyAPI: Remove addon tutorialAaron Carlisle
2017-06-16CMake: print absolute CMakeCache.txtCampbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2017-06-15Cleanup: do not use `BKE_libblock_free_ex()` unless needed!Bastien Montagne
2017-06-15Fix/workaround 'convert object' messing up linked data.Bastien Montagne
2017-06-15Cleanup: make Group Unlink outliner action use `BKE_libblock_delete() too.Bastien Montagne
2017-06-15Cleanup: remove useless call to `BKE_screen_free()` in screen deletion.Bastien Montagne
2017-06-15Fix dangerous code when deleting Scene.Bastien Montagne
2017-06-15Cleanup: make Group Unlink operator use BKE_libblock_delete(), since that's w...Bastien Montagne
2017-06-15Fix collada importer doing own handling of usercount/freeing.Bastien Montagne
2017-06-15Fix potentially dnagerous code in doversionning of brush.Bastien Montagne
2017-06-15Fix serious bug in 'curve-to-mesh' conversion code.Bastien Montagne
2017-06-15Fix potential memory leak in Sequencer sound strip creation code.Bastien Montagne
2017-06-15Fix compilation error with strict cflags after recent const changesSergey Sharybin
2017-06-15Further improvements of text editor for POV-RayBastien Montagne
2017-06-15PyAPI: Add toctree link on parent page of submoduleAaron Carlisle
2017-06-15PyAPI: Proper Solution to bpy.appAaron Carlisle
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Fix three obvious mistakes in brush/mask/cachefile ID copying.Bastien Montagne
2017-06-14PYAPI: fix documention structure of bpy.appAaron Carlisle
2017-06-14Fix missing toctree for bmesh submodulesAaron Carlisle
2017-06-14PYAPI: Fix freestyle submodules without tocreesAaron Carlisle
2017-06-14Depsgraph: Cleanup, indentationSergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Cleanup: Indentation got broken in previous commitSergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-14Depsgraph: Remove unused ID node removalSergey Sharybin
2017-06-14Cycles: Fix typo in commentSergey Sharybin
2017-06-14Fix buffer read error w/ 2 pass select queriesCampbell Barton
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-06-13Depsgraph: Pass function bindings by const referenceSergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-13Fix T51791: Point Density doesn't work on GPUHristo Gueorguiev
2017-06-13Cycles: Cleanup, indentationSergey Sharybin
2017-06-13Cycles: Fix compilation error of OpenCL mega kernelSergey Sharybin
2017-06-12Depsgraph: Remove residue from partial updates supportSergey Sharybin