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
2016-07-12OpenJPEG: update to 2.1 from 1.5Campbell Barton
2016-07-12Fix saving jpeg2k images from PythonCampbell Barton
2016-07-12Cleanup: remove redundant checkCampbell 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-11Cycles: Fix compilation error on Windows with OSL enabledSergey Sharybin
2016-07-11Cycles: Fix typoSergey Sharybin
2016-07-11Fix T48824: Crash when having too many ray-to-volume intersectionsSergey Sharybin
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
2016-07-11Cycles: Fix Extend image extension mode on OpenCLSergey Sharybin
2016-07-11Cycles: Use utility define for restrict pointersSergey Sharybin
2016-07-11Cycles: Cleanup, variables nameSergey Sharybin
2016-07-11Cycles: Add _all suffix to shadow traversal fileSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-07-11Dyntopo: fix lop-sided edge collapseCampbell Barton
2016-07-11Fix sculpting high poly meshesCampbell Barton
2016-07-11Dyntopo: possible modified option was incorrectly setCampbell Barton
2016-07-11Dyntopo: remove redundant existing face checkCampbell Barton
2016-07-11BLI_math: move interp_*_cubic to its own functionCampbell Barton
2016-07-11CMake: suppressing indentation warning for externCampbell Barton
2016-07-10Fix T48822: Crash when I try to use "Join" (Ctrl Key + J) with two meshes.Bastien Montagne
2016-07-10Refactor/enhance BKE_action_make_local().Bastien Montagne
2016-07-10Refactor/enhance ntreeMakeLocal().Bastien Montagne
2016-07-10Refactor/enhance BKE_image_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_material_make_local() and BKE_image_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_lamp_make_local() and BKE_camera_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_brush_make_local() and BKE_speaker_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_particlesettings_make_local().Bastien Montagne
2016-07-10Cycles: Fix failed assert with isotropic Ashikhmin-Shirley distribution in th...Lukas Stockner
2016-07-11Add missing bracesCampbell Barton
2016-07-10Fix T48815: Translate node's 'Relative' checkbox has the same tooltip as blur...Philipp Oeser
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Add BKE_key_copy_ex() that takes a Main as parameter.Bastien Montagne
2016-07-09Refactor/enhance BKE_lattice_make_local(), and add BKE_lattice_copy_ex() that...Bastien Montagne