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-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.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-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-24Fix T48725: UI message typo.Bastien Montagne
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne
2016-03-14Better fix for T47787 - remove extra user due to 'user_one' as soon as we inc...Bastien Montagne
2016-03-14Fix T47787: When performing operation 'Make single user' -> 'obj&data', objec...Bastien Montagne
2016-02-253D View: correct menu for moving out of local-viewCampbell Barton
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-03Fix T46913: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-07-02DerivedMesh: cleanup & minor edirsCampbell Barton
2015-06-23Fix T45051: Curve parent bug.Bastien Montagne
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-02-23RNA: use 1/0 for move layers operatorDalai Felinto
2015-01-29Followup for previous commit: fix mismatches between menu entry and shortcut ...Bastien Montagne
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-21Fix T42324: Curve deform modifier from mesh edge doesnt work properlySergey Sharybin
2014-10-11CleanupCampbell Barton
2014-10-10Cleanup: tabs in empty lines.Bastien Montagne
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-10-10Fix T41950: Parent-Child Menu behaves weirdBastien Montagne
2014-10-06Fix T42075: DnD Material not updating render viewCampbell Barton
2014-09-04Fix T40595: File broken after "make local->all"Campbell Barton
2014-08-21Fix T41507: Empty prevents image deletionCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-29Fix: NLA editor not being updated on using "Make Links" (Ctrl)+(L). We're emi...Thomas Beck
2014-06-26Better description for the "make links" operator.Lukas Tönne
2014-05-12Fix for crash when doing "make local object+data" on an empty.Lukas Tönne
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-05-04Fix T40010: Single user looses parent relationship (temporarily)Campbell Barton
2014-05-01Fix for making single user objects setting FROMGROUP flag incorrectlyCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton