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-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-23Cycles:Thomas Dinges
2013-03-01Fix related to #34481: show units for camera aperature radius.Brecht Van Lommel
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-21Cycles Addon:Thomas Dinges
2013-02-05Fix cycles missing AA/alpha settings for OpenGL render, these are now in the ...Brecht Van Lommel
2013-02-05Didn't notice this panel was already enabled for CyclesSergey Sharybin
2013-02-05Add missing Custom Properties panels when Cycles render is activeSergey Sharybin
2013-02-04Cycles UI Code:Thomas Dinges
2013-02-04Fix for [#34110] Displacement modifier + Procedural texture + Cycles -> 'None...Thomas Dinges
2013-02-02Cycles Hair: Fixed hair shape and inclusion of multiple attributes for triang...Stuart Broadfoot
2013-01-30Cycles: make multiple importance sampling for lamps an option per lamp now,Brecht Van Lommel
2013-01-29Cycles: collapse preview render panel by default. It's a matter of personalBrecht Van Lommel
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-23Cycles Hair: Multiple vertex colours and UV coordinatesStuart Broadfoot
2013-01-23Cycles:Thomas Dinges
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-16UI / Scene Context:Thomas Dinges
2013-01-16code cleanup:Campbell Barton
2013-01-15Cycles Hair: Introduction of Cardinal Spline Curve Segments and minor fixes.Stuart Broadfoot
2013-01-14Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check forSergey Sharybin
2013-01-07Cycles / Tile Rendering:Thomas Dinges
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-29Fix for last commit, hair settings panel should also check on psys. Thomas Dinges
2012-12-28Cycles Hair UI:Thomas Dinges
2012-12-28Fix cycles python error in some panels, was not updated for new list template...Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-16Cycles: add "Textures" panel in particle properties, to make it possble to addBrecht Van Lommel
2012-12-14Cycles: make "Open Shading Language" a boolean toggle, the other option "GPU ...Brecht Van Lommel
2012-12-13Cycles: shuffle addon import statements a bit to try to fix a strange importBrecht Van Lommel
2012-12-07Fix missing mapping and influence panel for particles when cycles is selectedBrecht Van Lommel
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-10Fix part of #33132: render resoltuion refresh issues after persistent imagesBrecht Van Lommel
2012-11-10Cycles / OSL:Thomas Dinges
2012-11-09Fisheye Equidistant Lens algorith bugfixDalai Felinto
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-11-07UI message fixes...Bastien Montagne
2012-11-06Bugfix: Missing ')' broke Cycles addonJoshua Leung
2012-11-05update fisheye tooltip - it was wrongly suggesting equidistant for fulldomesDalai Felinto
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-03use library argument for bpy.path.abspath in case of linked nodes.Campbell Barton
2012-11-03Cycles OSL: shader script nodeBrecht Van Lommel
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21Bugfix [#32932] Can't see the Speaker properties when using CyclesJoshua Leung
2012-10-16Cycles: object motion blur enabled, so in addition to camera motion, movingBrecht Van Lommel
2012-10-16MESH_OT_vert_connect was missing select flush (newly created edges were not s...Campbell Barton