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 (Collapse)Author
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-09-19Collada(exporter): Added error message when export file can not be created ↵Gaia Clary
for whichever reason
2012-09-18Fix for own r50715 (static func is much better here!)...Bastien Montagne
2012-09-18Small fixes to languages names (thx to Dalai Felinto for the hints), and ↵Bastien Montagne
enable building with collada under gcc in paranoid warnings=errors mode (function prototypes needed)...
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for ↵Campbell Barton
C with gcc. helps for finding unused functions and making functions static, also did some minor code cleanup.
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two ↵Bastien Montagne
pieces of code using mis-spelled names).
2012-06-28code cleanup: cmake buildsystem edits, unused var warnings and better ↵Campbell Barton
description for WITH_PYTHON_MODULE. also disable workaround for some linux installs.
2012-06-27style cleanupCampbell Barton
2012-06-24Added option for exporting material based textures. Cleaned up header files ↵Gaia Clary
due to a bug in osx
2012-06-22Collada: (Export) Added export of surface textures, and control over ↵Gaia Clary
exported uv layers
2012-06-18Pardon, typo in own commit for SCons changes. Also added missed headers.Sergey Sharybin
Should work now.
2012-06-18Forgot to define WITH_COLLADA in SCons in recent commitSergey Sharybin
Also fix some issues with header files: - Added ifndef .. define .. endif blocks to be sure headers are not including twice. - DO not include WM stuff in headers, use anonymous structure names instead.
2012-06-18Fix compilation error for SConsSergey Sharybin
Was missed some scons rules after recent collada changes
2012-06-18SVN maintenance.Guillermo S. Romero
2012-06-18Collada: fix for building without colladaGaia Clary
2012-06-18Collada: fixed contributor line in CMakeLists.txtGaia Clary
2012-06-18Collada: Moved interface definitions from wm_operators.c to blender/editors/ioGaia Clary