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-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
2016-07-09Minor fix/cleanup to object's make_local.Bastien Montagne
2016-07-09Clear Transforms and DeltasJoshua Leung
2016-07-08Fix (unreported) broken shapekeys after 'make_local' of datablocks used both ...Bastien Montagne
2016-07-08Initial fix for proxy issues regarding new libquery/libremap ID handling code.Bastien Montagne
2016-07-08Refactor/enhance BKE_mesh_make_local().Bastien Montagne
2016-07-08Fix own very stupid mistake in BKE_library_idtype_can_use_idtype() usage (inv...Bastien Montagne
2016-07-08Libquery: fix missing image pointers from Mesh's UV layers.Bastien Montagne
2016-07-08Refactor/enhance BKE_object_make_local().Bastien Montagne
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-08Fix (unreported) missing special updates in case we are remapping obdata (mes...Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-08Refactor remapping's pre/post process of special cases.Bastien Montagne
2016-07-08Fix T48799: Particles set as objects cast wrong ray shadows in BISergey Sharybin
2016-07-08BMesh: add decimate edit-mode toolCampbell Barton
2016-07-08Correct error in non-uniform scale IK commitCampbell Barton
2016-07-08Mesh/Curve Join: remove edit-mode toggleCampbell Barton
2016-07-08Undo: use system memcmpCampbell Barton
2016-07-08Fix T48807: Each stroke halves brush sizeCampbell Barton
2016-07-08writefile: optimize undo memory useCampbell Barton
2016-07-08Fix/Workaround non-uniform scaled bones failing w/ IK solverCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-08BLI_math: add normalize functions which fit to a lengthCampbell Barton
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Make use of new 'idtype can use idtype' check (in ID usages code, and ID rema...Bastien Montagne
2016-07-07libquery: add new 'BKE_library_idtype_can_use_idtype()' helper.Bastien Montagne