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-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
2014-06-18Code cleanup: de-duplicate flag check in ED_object_toggle_modesCampbell Barton
2014-06-17Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-13Bake-API: increase cage extrusion/ray distance limitDalai Felinto
2014-06-13Bake-API: handle objects with no faces (fix T40601)Dalai Felinto
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-12Bake-API: Set Custom Cage to be Cage ObjectDalai Felinto
2014-06-11Bake-API: new approach for cageDalai Felinto
2014-06-11correction from last commitDalai Felinto
2014-06-11Bake-API: removal of unecessary UV tests, as suggested by Campbell BartonDalai Felinto
2014-06-06Code cleanup: styleCampbell Barton
2014-06-03Bake-API small cleanupDalai Felinto
2014-06-03Fix T40476 - Baking multiple selected objects in Cycles final resultDalai Felinto
2014-06-03Bake-API prevent baking for engines that dont support the baking APIDalai Felinto
2014-05-30Bake-API: Support for batch bakingDalai Felinto
2014-05-29Proper fix T40156 Cycles Baking and applyRotation issuesDalai Felinto
2014-05-26Usual UI messages tweaks.Bastien Montagne
2014-05-23Another fix for T40230/T40290: Object tags were not properly initializedLukas Tönne
2014-05-23Bake-API: shows the baked image in the biggest SpaceImage around (just like B...Dalai Felinto