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
2017-05-04BGE: bge.render.offScreenCreate() takes one more parameter, reflect this in t...ge_2df_texturesBenoit Bolsee
2017-04-03BGE: Fix 1-pixel bug with viewport and aspect ratio.Benoit Bolsee
2017-04-01BGE: new bge.logic.Render() to perform render w/o logic step.Benoit Bolsee
2017-03-21BGE: 2D filter additions.Benoit Bolsee
2017-03-21Fix T51012: Surface modifier was not working with curvesGermano Cavalcante
2017-03-20Fix T50268: Cycles allows to select un supported GPUs for OpenCLSergey Sharybin
2017-03-20Cycles: Update remaining time once per second without waiting for a tile changeLukas Stockner
2017-03-20Fix T50975: Cycles: Light sampling threshold inadvertently clamps negative lampsSergey Sharybin
2017-03-20Cleanup: useless call to glRasterPos before `view3d_cached_text_draw_add()`Bastien Montagne
2017-03-20Fix T50990: Random black pixels in Cycles when rendering material with Multis...Sergey Sharybin
2017-03-20Correct unintended splash on loading startupCampbell Barton
2017-03-20User Preferences: Split out addon and keymap freeCampbell Barton
2017-03-20Remove register_module use in CyclesCampbell Barton
2017-03-20Cleanup: especially non pep8 parts of Py UICampbell Barton
2017-03-19Usual UI/i18n message fixes.Bastien Montagne
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-19Add missing classes from recent commitCampbell Barton
2017-03-18PyAPI: ID Property testsJacques Lucke
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-03-18Alternate fix for T50899Campbell Barton
2017-03-18Missing from recent commitCampbell Barton
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2017-03-17Various icon adjustmentsraa
2017-03-17Fix T50968: Cycles crashes when image datablock points to a directorySergey Sharybin
2017-03-17Cycles: Fix mistake in previous split kernel commitsSergey Sharybin
2017-03-17fix: redraw dope sheet / action editor when pose bone selection changesSybren A. Stüvel
2017-03-17Cycles: Cleanup, indentationSergey Sharybin
2017-03-17Refactor writefile handling of data-blocks.Bastien Montagne
2017-03-17Cycles: Fix compilation error of LCG RNGSergey Sharybin
2017-03-17Cycles: Silence strict compiler warningSergey Sharybin
2017-03-17Cycles: Improve memory usage of CPU split kernel by using smaller global sizeMai Lavelle
2017-03-17Cycles: Fix handling of barriersMai Lavelle
2017-03-17Mesh Convert: remove meaningless modifier checkCampbell Barton
2017-03-17Fix T50950: Converting meshes fails w/ booleanCampbell Barton
2017-03-16Add BKE_blendfile_userdef_read_from_memoryCampbell Barton
2017-03-16Add support for loading preference structCampbell Barton
2017-03-16PyAPI: Menu.path_menu: Add path filter callbackCampbell Barton
2017-03-16Correct reading missing propertyCampbell Barton
2017-03-16Fix missing undo pushes in outliner's new datablock management operations.Bastien Montagne
2017-03-16Fix outliner contextual menu allowing to delete indirect libraries.Bastien Montagne
2017-03-16Depsgraph: Fixed crash with curve bevel indirect dupligroupsSergey Sharybin
2017-03-16Depsgraph: Use string and vector in the DEG namespace onlySergey Sharybin
2017-03-16Depsgraph: Don't use explicit values in runtime only enumSergey Sharybin
2017-03-16Cleanup: differentiate startup/prefs in home-file readingCampbell Barton
2017-03-16Support passing in UserDef for free functionCampbell Barton
2017-03-16Cycles: Define ccl_local variables in kernel functionsSergey Sharybin
2017-03-16Cycles: Workaround for compilation error caused by passing KernelGlobalsSergey Sharybin
2017-03-16Cycles: Avoid some ccl_local in various kernelsSergey Sharybin
2017-03-16Cycles: Adjust global size for OpenCL CPU devices to make them fasterMai Lavelle