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-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
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-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-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
2016-07-09Refactor/enhance BKE_mball_make_local(), and add BKE_mball_copy_ex() that tak...Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Cleanup to shapekeys' make_local (and copy) functions.Bastien Montagne