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
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-06Fix T42075: DnD Material not updating render viewCampbell Barton
2014-09-29Cleanup: spellingCampbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-09-19Fix T40751 preview image not generated after baking.Antony Riakiotakis
2014-09-04Fix T40595: File broken after "make local->all"Campbell Barton
2014-09-02Fixes localview and view-local layersCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-31Bake-API: more MEM_callocN replacements by MEM_mallocNDalai Felinto
2014-08-28Fix T41602: Camera draw size ignores scene scaleCampbell Barton
2014-08-28Bake-API: silencing warnings (and fixing a potential memory-access crash)Dalai Felinto
2014-08-27Bake-API: fix potential error for non square imagesDalai Felinto
2014-08-27CleanupCampbell Barton
2014-08-21Fix T41507: Empty prevents image deletionCampbell Barton
2014-08-10Minor tweak to own previous shapekey_move commit.Bastien Montagne
2014-08-10Fix T41381: Moving shapes keys up/down, after last, they don't go to first (a...Bastien Montagne
2014-08-06Fix T41343, hard to remove group from objects.Antony Riakiotakis
2014-08-06Add some missng casts to the size_tSergey Sharybin
2014-08-05Replace explicit object type check with already-existing macroNicholas Bishop
2014-08-01Bake-API: cleanup - missing (size_t) promotionDalai Felinto
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-31Bake-API: use size_t instead of width, heightDalai Felinto
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-29Fix T41227: Do not select unselectable items when unhiding them!Bastien Montagne
2014-07-27T41196: Python call of bake operator cause Blender CrashDalai Felinto
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Code cleanupCampbell Barton
2014-07-17Bake-API: progress (bar) workingDalai Felinto
2014-07-16Automatic commit by arcgaiaclary
2014-07-16Sort vertex groups by Armature Hierarchygaiaclary
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-09Cleanup: get rid of magic numbers.Bastien Montagne
2014-07-08Fix T40785: "Select Grouped" Pass Index mode is redundant.Lukas Tönne
2014-07-07Fix T40877: Bezier Hook to New Object does not work properlySergey Sharybin
2014-07-03Select Grouped -> KeyingSet for bones also shows error messages now when the ...Joshua Leung
2014-07-02Fix T40823 LoD Add and Remove crash without valid objectDaniel Stokes
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-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-26Whitespace fixJoshua Leung
2014-06-26Bugfix T40801: Select grouped objects by Keying Set not working with builtin ...Joshua Leung
2014-06-23Fix T40756 Select Linked by Particle System matches ignores selectedLukas Tönne
2014-06-22Code cleanup: styleCampbell Barton
2014-06-19Bake-API: small cleanup to prevent unfreed memory when there are baking errorsDalai Felinto
2014-06-19Bake-API: fix for non-NORMAL maps baking black when using cageDalai Felinto
2014-06-19Fix T4068787 Cycles Bake Selected To Active From Non-Mesh Object Fails With E...Dalai Felinto
2014-06-18Code cleanup: replace direct operator calls with ED_object_toggle_modesCampbell Barton