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
2011-09-07Split off scene export code.Nathan Letwory
2011-09-03warning fixesCampbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-19Export only objects on visible layers. This ensures we can hide for instance ↵Nathan Letwory
bone shapes.
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-04Apply patch 4636051. COLLADA: Export selection.Nathan Letwory
Original patch by Jan Diederich, adapted by Pelle Johnsen. Review assistance by Daniel Tavares. This patch adds an option to export only the selection.
2011-05-26AnimationExporter class refactoring.Sukhitha Prabhath Jayathilake
Exported AnimationExporter class to a separate set of files.
2011-05-25Code Cleanup in DocumentExporter.cpp. (Test Commit)Sukhitha Prabhath Jayathilake
2011-03-18COLLADA conformance: don't write empty libraries for effect, image and animationNathan Letwory
2011-03-17COLLADA: Don't write empty libraries for geometry, lights, cameras, controllersNathan Letwory
2011-02-27doxygen: blender/collada tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-27Commit to cope with API changes in OpenCOLLADA (latest for Windows right now ↵Nathan Letwory
r827).
2010-11-04bugfix [#24518] Blender wont compile with -Wall -Werror and COLLADA supportCampbell Barton
fix included in report from Martijn Berger (mberger) made some small changes. - use ints rather then unsigned long for printing, values are not likely to be very large. - CMake remove strict flags from collada build dir since I had warnings in the collada headers. - added xml2 to collada libraries else I couldnt get collada building.
2010-10-11COLLADANathan Letwory
Export unit system and scale instead of hard-coded 1 decimeter.
2010-10-07COLLADA: Split EffectsExporter into separate files.Nathan Letwory
2010-10-06COLLADA: Split ImagesExporter into separate files.Nathan Letwory
2010-10-06GCC fixes for r32346Nathan Letwory
2010-10-06COLLADA: Split MaterialsExporter into separate files.Nathan Letwory
2010-10-06Assorted GCC fixes for OpenCOLLADA supportNathan Letwory
2010-10-06COLLADA: Split ArmatureExporter, InstanceWriter and TransformWriter into ↵Nathan Letwory
separate files.
2010-10-06COLLADACOLLADA exporter: split geometry export into own files.Nathan Letwory
2010-10-06COLLADA exporter: split camera and light export into own files.Nathan Letwory
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their ↵Nathan Letwory
own files. No functional changes. Where necessary extern "C" {} blocks have been added.
2010-10-04COLLADA exporter fix: do not create a duplicate <polylist> if an object has ↵Arystanbek Dyussenov
NULL materials linked along with normal materials.
2010-10-02Patch [#23589] Use Author field from User Preferences for COLLADA export.Nathan Letwory
Submitted by Imran Syed. When U.author is set, it'll be used instead of default "Blender User".
2010-09-30Prevent crash if image for image texture is not set, part II.Nathan Letwory
2010-09-30Prevent crash if image for image texture is not set.Nathan Letwory
2010-09-28COLLADA: Better import and export of cameras.Nathan Letwory
2010-09-13Partial fix of bug #23543 in COLLADA exporter:Arystanbek Dyussenov
* multiply the diffuse and specular colors by their respective intensities * only output <transparency> if MA_TRANSP flag is on * only output <reflective> and <reflectivity> if MA_RAYMIRROR flag is on
2010-09-10Bug #23715: patch by Jan Diederich to avoid having duplicate IDs after they ↵Arystanbek Dyussenov
are translated. For example, object ID names "1a", "2a", "3a", will be exported as "_a", "_a2", "_a3". Thanks Jan!
2010-09-09Bug #23715 in COLLADA exporter: prepend an '_' to the ID if it starts with ↵Arystanbek Dyussenov
an illegal character. Pointed out by Tom Haines. Thanks!
2010-09-09Patch by Jan Diederich, fixes bug #23715 in the COLLADA exporter.Arystanbek Dyussenov
Allow IDs to start only with an alphabetic character replacing digits with an '_'.
2010-08-26Patch [#23389] Add authorship information to exported COLLADA filesNathan Letwory
Contributed by Imran Syed (freakabcd). This adds basic authoring tool and author info ("Blender User" for now). NOTE: Linux and OSX users need now to update their OpenCOLLADA libs - Blender should now compile fine with their latest revision. Made some changes to the original patch to ensure linking is done correctly. Some small cleanups for scons too.
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-09Fix bug #22828, "Exporting as COLLADA crashes Blender".Arystanbek Dyussenov
2010-06-08Merge -c 29322 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-06-08Fix COLLADA build error. This was caused by the difference in OpenCollada ↵Arystanbek Dyussenov
versions between Windows and Linux/Mac. Windows uses OpenCollada revision 746, Linux/Mac - 721.
2010-06-06Merge -c 29280 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-06-06* update CMake and SCons for the OpenCollada update (to r746).Nathan Letwory
- DocumentExporter changed due to function name change in API - no more UTF lib - enabled by default for win32 Note: debug libs will be added later, as well as 64bit windows libs. For other platforms, get r746 of OpenCollada and build against that.
2010-06-03Merge -c 29009,29081,29189 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-03-30Merge -c 27876 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-03-11Merge -c 27223 from COLLADA branch into trunk. Vertex color export was ↵Arystanbek Dyussenov
requested and reported to work by Blake Maltby.
2010-03-09rename some functions to use easier to understand names.Campbell Barton
'BLI_makestringcode' --> 'BLI_path_rel' 'BLI_convertstringcwd' --> 'BLI_path_cwd' 'BLI_convertstringframe' --> 'BLI_path_frame' 'BLI_convertstringframe_range' --> 'BLI_path_frame_range' 'BLI_make_cwdpath' --> 'BLI_path_cwd'
2010-03-08image re-project now uses offscreen render function and has input for render ↵Campbell Barton
size. unrelated changes that ended up being more trouble to commit separate... - removed BLI_split_dirfile(), was nasty, occasionaly modifying the source string, it could create directories and used the $CWD in some cases. was only used in 2 places in filesel.c, if this gives problems can address without bringing back this function. renamed BLI_split_dirfile_basic --> BLI_split_dirfile - view3d_operator_needs_opengl was being called for offscreen render when it wasnt needed.
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), ↵Campbell Barton
filename functions should not be spesific to images. rename BKE_get_image_export_path() to BKE_rebase_path() and take a filename arg rather then an image. obj export file copy was also not working because of a missing import.
2010-02-19apply visual transform to poseCampbell Barton
So constrainted bones can have their transform applied to their loc/scale/rot, then remove the constraints
2010-02-15Merge -c 26897,26932 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-02-11COLLADA exporter (in trunk): write 1 normal per flat face instead of 3 or 4.Arystanbek Dyussenov