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-01-05Fix #33768: BGE segfaults in do_versions during libloadSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-27Fix in previous commit: forgot to free data from file reading.Ton Roosendaal
2012-12-27New features!Ton Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-23Patch for weirdo library recursive linking errors:Ton Roosendaal
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-22code cleanup:Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-19Another patch for changes in file format...Ton Roosendaal
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18fix [#33580] Masking keyframes disappear from dope sheet when using undo.Campbell Barton
2012-12-17Version patch for reading old files (2.50 and before).Ton Roosendaal
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-102.65 commit: version bumpSergey Sharybin
2012-12-07fix for texture_slot path, would give incorrect path when used with brushes w...Campbell Barton
2012-12-03Fix cycles viewport render getting stuck with driven/animated nodes, the updatedBrecht Van Lommel
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-21Prevent division by zero in tiles size versioning code when mixingSergey Sharybin
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-19BGE: The Step Height for a character physics controller is now set to 0.01, w...Mitchell Stokes
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-12Bugfix #33147Ton Roosendaal
2012-11-10simple optimization for library loading, just reduce pointer indirection and ...Campbell Barton
2012-11-07Affine tracker do_versions were missed for objects tracsSergey Sharybin
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-05Subversion bump for render tiles, motion tracking fallback option and collisi...Sergey Sharybin
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-11-05fix for save-as-legacy mesh format doing customdata asserts.Campbell Barton
2012-11-04Ton's last do_versions commit got rid of do_versions code for collision masks...Mitchell Stokes
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-31don't write tessface customdata layers, since tessfaces are not written either.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30Two fixes:Ton Roosendaal
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-27Fix #32982, Segault when trying to show a node material.Lukas Toenne
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26fix for another error reported in [#26712], use count failing with 3 levels o...Campbell Barton