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
2014-10-03Cleanup: spelling, wsCampbell Barton
2014-10-02fix T42046 Improved the option label for clarityGaia Clary
2014-09-30Fix compilation on GCC (good old mixed declaration and code).Bastien Montagne
2014-09-30fix T42022 Attempt to export empty set of objects resulted in an exceptiongaiaclary
2014-08-05Cleanup: indentationCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-08-24Fix 36505: Collada exporter crashes Blender when exporting to locked fileGaia Clary
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
remove MEM_sys_types.h which was a duplicate.
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of ↵Campbell Barton
include conflicts later on.
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
Useful for python exporters to avoid toggling editmode on export, moved into own function ED_object_editmode_load(obedit).
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Collada: Added option for how rot,loc,trans data is exported (improves ↵Gaia Clary
flexibility for support of other 3D tools)
2013-03-02Collada: Added support for ngon export/import and added triangulate option ↵Gaia Clary
to export
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-27Collada export: Add ngon support (initial)Gaia Clary
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel ↵Bastien Montagne
Gazzán and S. Lockal for spotting them!
2013-02-11Please stop adding points in tooltips, unless it is absolutely necessary! ↵Bastien Montagne
Commas, parenthesis, en quads, etc., do exist! I took time to add basics about our UI messages conventions in blender code style guide (http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#UI_Messages), so I’d like to stop wasting time over such stupid things. Especially when I alredy did it one day ago!
2013-02-11Collada Importer: Some code cleanup and optimization of the rescale functionGaia Clary
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-11Fix #33437 Collada: Added scale matching for Scene imports.Gaia Clary
2013-02-10style cleanupCampbell Barton
2013-02-09Bunch of fixes for py ui messages (all those using 'formating' were not ↵Bastien Montagne
translated previously, now they use bpy.app.translations.pgettext). Also pleas avoid complex py statements in 'text' values (like 'text="foo" if cond else "bar"'), thes make message extraction script fails! And another "final point in UI message" removal!
2013-02-09[#33437](partial fix) Collada: importing a scene changes units. Added an ↵Gaia Clary
option to disable unit settings during import.
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-12-17Added GPL header to sconscripts!Bastien Montagne
Also changed shebang to '#!/usr/bin/env python', this is more portable across unixes...
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