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
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-14Fix T48843: Sequencer crash with many effectsCampbell Barton
2016-07-14PyAPI: minor cleanup with library linkingCampbell Barton
2016-07-14Consolidate multiple checks for out->rect_float in prepare_effect_imbufs()Chad Fraleigh
2016-07-14Cleanup: Use BKE_scene_base_add for creating basesJulian Eisel
2016-07-14Make --debug-all include --debug-cycles and --debug-libmvSergey Sharybin
2016-07-14CMake: per-target CFLAG & CXXFLAG supportCampbell Barton
2016-07-14PyAPI: Leak fix caused crash w/ attr swap trickCampbell Barton
2016-07-14PyAPI: fix leak linking library dataCampbell Barton
2016-07-14PyAPI: fix memory leaks in dictionary assignmentCampbell Barton
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2016-07-14Improves the accuracy of snap to edgesGermano Cavalcante
2016-07-14Cleanup: styleCampbell Barton
2016-07-14Use BLI_endian_switch in dna_genfileCampbell Barton
2016-07-14Simplify snapping functionsGermano Cavalcante
2016-07-14Fix T48846: Ruler/Protractor crash in ortho modeCampbell Barton
2016-07-14Fix T48845: Crash when right-clicking on a curve propertyKévin Dietrich
2016-07-13Fix T48734: Driver not updating when using Single From Driver within same objectSergey Sharybin
2016-07-13Fix T48839: Selection from pose mode gives wrong snap resultsCampbell Barton
2016-07-13Boolean Modifier: Add back BMesh optionCampbell Barton
2016-07-13Depsgraph: Make proxy behavior closer to old depsgraphSergey Sharybin
2016-07-13Revert "Depsgraph: Russian electric tape bodge to have multiple proxies work"Sergey Sharybin
2016-07-13Depsgraph: Accumulate object layers from all basesSergey Sharybin
2016-07-13Use BLI_bvhtree_walk_dfs for snappingCampbell Barton
2016-07-13Vertex/Weight Paint: Support view-selected on last-strokeCampbell Barton
2016-07-12Fix 48831, Step II: UI icon code was not able to update/generate 'auto ID ico...Bastien Montagne
2016-07-12Fix 48831, Step I: Mismatch issues bewteen ID icon and preview system.Bastien Montagne
2016-07-12Revert "OpenJPEG: update to 2.1 from 1.5"Sergey Sharybin
2016-07-12Fix T48818: Objects with alpha maps cast wrong ray shadows in BISergey Sharybin
2016-07-12OpenJPEG: update to 2.1 from 1.5Campbell Barton
2016-07-12Fix saving jpeg2k images from PythonCampbell Barton
2016-07-12Fix T48830: Outliner draw crash, missing NULL checkCampbell Barton
2016-07-12writefile: reuse SDNA between writesCampbell Barton
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-12writefile: remove SDNA last-hit, optimize DNA reconstructCampbell Barton
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for object.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for image/material/tex...Bastien Montagne
2016-07-11Revert 'use new BKE_id_expand_local()' change for Lamp's copy function.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for nodetree.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-11Add an exception/hack to new BKE_id_expand_local(), to ignore actions datablo...Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-11Add generic 'BKE_id_expand_local' to BKE_library,Bastien Montagne
2016-07-11Fix T48812: Brush size invalid with HIDPICampbell Barton
2016-07-11Depsgraph: Fix crash in Weight VG modifierSergey Sharybin
2016-07-11Depsgraph: Fix shape key nodes trying to be added multiple timesSergey Sharybin
2016-07-11Cleanup: line lengthCampbell Barton