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
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-07-21Fixed bug with multires baking to float buffers.Sergey Sharybin
2011-07-16Fixed crash of multires baker when baking from sculpt mode.Sergey Sharybin
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-20fix for incorrect bake api usage. but not a bug.Campbell Barton
2011-06-15de-duplicate multires image filter function. (no functional change)Campbell Barton
2011-06-15fix [#27662] Storing png/tga images ignore Alpha settingsCampbell Barton
2011-06-06One more debug line was deleted from multires bakers.Sergey Sharybin
2011-06-06Fix for new baker and float images. Also removed code used for debugging.Sergey Sharybin
2011-06-06Bake from multires meshSergey Sharybin
2011-04-22cancelling bake wasn't freeing the bake mask.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-13Small fix in error text returned from baking.Ton Roosendaal
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-25Fix related to #23606, tweak baking error message a bit so it also coversBrecht Van Lommel
2010-09-23Possible fix for #23947: baking while in editmode did not take into accountBrecht Van Lommel
2010-09-22bugfix [#23950] Crash with bakeCampbell Barton
2010-08-12Fix #23098: crash in baking, it did a call to BLI_end_threads too much,Brecht Van Lommel
2010-08-12Fix #23238: crash rendering multiple scenes from compositor.Brecht Van Lommel
2010-08-08remove unused includesCampbell Barton
2010-08-02Fix preview render crash after recent G.main changes.Brecht Van Lommel
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-15Various warning fixes.Brecht Van Lommel
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-09J-key render switching back, now with 10 slots.Brecht Van Lommel
2010-01-21fix for baking crashCampbell Barton
2009-12-30bake is now modal like render and updates the image view while baking.Campbell Barton