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-31Cleanup: spelling, styleCampbell Barton
2016-07-26Fix T48813: Custom icon is not drawn on header / addons prefs panel.Bastien Montagne
2016-07-08Refactor remapping's pre/post process of special cases.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-11-10Prevent non-button space used as a SPACE_BUTS from template_previewSergey Sharybin
2015-07-22Render preview: Make preview render database lazily loadedSergey Sharybin
2015-07-21Fix T45496: Crash loading file during previewCampbell Barton
2015-06-08Cycles: Fix crash doing render preview of external OSL scriptSergey Sharybin
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-30Correct warningCampbell Barton
2015-04-30Better fix for T44556: Crash on the World Properties > PreviewDalai Felinto
2015-04-30Revert "Fix T44556: Crash on the World Properties > Preview"Dalai Felinto
2015-04-30Fix T44556: Crash on the World Properties > PreviewSergey Sharybin
2015-04-29Multi-View cleanup: using RenderResult->rect* only for temporary RenderResultsDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-25cleanup: warnings, spellingCampbell Barton
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2014-12-06Fix crash in RE_AcquiredResultGet32 on debug builds introduced yesterdayJens Verwiebe
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Cleanup: de-duplicate engine-id'sCampbell Barton
2014-10-07Allow render engine to declare whether it's capable of the texture rendering ...Sergey Sharybin
2014-10-06Cleanup: remove old preview codeCampbell Barton
2014-06-25Fix T40800: Crash when editing material nodesSergey Sharybin
2014-06-19Enable texture preview even when Cycles is activeSergey Sharybin
2014-06-13Revert part of rB477f35 (error resolving conflict)Campbell Barton
2014-06-13Code cleanup: reorder BKE_scene_use_new_shading_nodes checks lastCampbell Barton
2014-06-05Fix T40436: No preview in Brush with CyclesSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-11-26Blender Internal: Fix material preview that the bounce lights permanently dis...IRIE Shinsuke
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-05-123D viewport render preview:Ton Roosendaal