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-06-25Collada: Exporter now only exports either 'Materials' or 'UV Textures as Mate...Gaia Clary
2017-06-24collada: export UV Textures as materials. Note: the reimport of the exported ...Gaia Clary
2017-06-24collada: change image export: export either UV Textures or Materials. ThisGaia Clary
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-07Fix for bool flag useCampbell Barton
2012-12-23Compilation fix for colladaSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-09-15Fix for collada -- some intermediate patch remained untweaked thereSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15Collada: #32549 partial fix: packed images now export correctlyGaia Clary
2012-09-12#31682: corrected some minor typos in the commentGaia Clary
2012-09-12#31682: partial fix (the export): Avoid to copy exported image into itselfGaia Clary
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-16Collada: fixed export when 'active UV Layer only' was selectedGaia Clary
2012-07-10Fixed an exception during image export when a source image does not exist in ...Gaia Clary
2012-07-10Removed unneeded variable from Image ExporterGaia Clary
2012-07-05style cleanupCampbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-24Added option for exporting material based textures. Cleaned up header files d...Gaia Clary
2012-06-22Collada: (Export) Added export of surface textures, and control over exported...Gaia Clary
2012-06-13Collada: fixed a few loops to only loop over the list of exported objects, in...Gaia Clary
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Collada: make exporter more robust, now uses BKE_object_relation...Gaia Clary
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-09-07Introduce struct for export settings in COLLADA export code. This will make i...Nathan Letwory
2011-07-04Apply patch 4636051. COLLADA: Export selection.Nathan Letwory
2011-03-18COLLADA conformance: don't write empty libraries for effect, image and animationNathan Letwory
2011-02-27doxygen: blender/collada tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-11-24When exporting images also add the string name (attribute). This is optional,...Nathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-06COLLADA: Split ImagesExporter into separate files.Nathan Letwory