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
2013-04-11Fix for material icon rendering with cyclesSergey Sharybin
2013-04-05code cleanup: include orderCampbell Barton
2013-03-22Fix #34720: Sculpt mode T panel has no texture previewSergey Sharybin
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04Fix for texture preview render with show alpha enabled, now it shows noBrecht Van Lommel
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2013-02-14Fix #34240: cycles material preview of sphere + sky had black sky, now it usesBrecht Van Lommel
2013-02-12Preview image render was missing image buffer releaseSergey Sharybin
2013-02-12Fix #34209: Texture preview in brush settings does not updateSergey Sharybin
2013-01-31Cycles: disable unnecessary preview render job for per node previews, they don'tBrecht Van Lommel
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-07style cleanupCampbell Barton
2013-01-06Three fixes:Ton Roosendaal
2013-01-05Removal of old code trying to detect trackpads.Ton Roosendaal
2013-01-05Trackpad pans for UV/Image and MovieClip editors were inverse compared to all...Ton Roosendaal
2013-01-01Bug fixes, own collection.Ton Roosendaal
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-06Bugfix #33092Ton Roosendaal
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-13Bugfix [#32865] Usercounts for World Textures not decremented after previewJoshua Leung
2012-10-10Color Management: fixed color management-less texture renderingSergey Sharybin
2012-10-01Disable render part of display transformation for icon/texture previewSergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-29Fix wrong user counter in world node treesSergey Sharybin
2012-08-22Fixed regression introduced in 50107Sergey Sharybin
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-13Fix #30876, #30932: crash in material preview render after undo or file load,Brecht Van Lommel
2012-03-30style cleanup: renderCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton