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
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
Both stored the filename of the blend file, but G.sce stored the last opened file. This will make blender act differently in some cases since a relative path to the last opened file will no longer resolve (which is correct IMHO since that file isnt open and the path might not even be valid anymore). Tested linking with durian files and rendering to relative paths when no files is loaded however we may need to have some operators give an error if they are used on the default startup.blend.
2010-10-18Fix [#24200] COLLADA Exporter: Aspect ratio is not exportedNathan Letwory
Reported by Wenzel Jakob, patch [#24235] by Phil Gosch
2010-10-15Fix COLLADA import after recent API cleanups by Campbell.Nathan Letwory
2010-10-14Fix [#24201] COLLADA Exporter: Light source energy incorrectNathan Letwory
lamp->energy and lamp->distance are now taken in account by calculating the constant, linear and quadratic attenuations based on this. The import tries to do the reverse. Note: this will work only properly for lamps that have att1 and att2 set to 1.0 or 0.0, other lamptypes won't import correctly again.
2010-10-11COLLADANathan Letwory
Export unit system and scale instead of hard-coded 1 decimeter.
2010-10-10Fix compiling for MingW too.Nathan Letwory
2010-10-10COLLADANathan Letwory
Import unit_settings to scene. Note: I use here RNA to do this, and I think I might slowly work on replacing low-level DNA usage with RNA where possible.
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-07COLLADA: Split EffectsExporter into separate files.Nathan Letwory
2010-10-07SVN maintenance.Guillermo S. Romero
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-05TextureCoordinateBinding.getName() -> ↵Nathan Letwory
TextureCoordinateBinding.getSemantic(); as per my own patch on OpenCOLLADA issue tracker.
2010-10-05SVN maintenance.Guillermo S. Romero
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-10-01Fix [#21084] Collada messing up geometry on import and renaming uvlayersNathan Letwory
Reported by Michael Williamson Add support to write the uvlayer name as found in <bind_vertex_input> semantic attribute (Blender exports in this one too, so reimport goes ok now). I have created a patch for OpenCOLLADA to be applied against r769, which is needed for this fix to work: http://code.google.com/p/opencollada/issues/detail?id=117 The Windows OpenCOLLADA updated builds (r769+patches) will be committed after this. Note: This means that linux and osx users will have to patch OpenCOLLADA themselves, until it's committed (or in case of OSX the libs updated in lib/darwinXXX).
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-09-04Merge -c 31610 (<instance_node> support) from COLLADA branch into trunk.Arystanbek Dyussenov
2010-09-03SVN maintenance.Guillermo S. Romero
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
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-11Update address in license block.Guillermo S. Romero
2010-08-09Fix bug #22828, "Exporting as COLLADA crashes Blender".Arystanbek Dyussenov
2010-08-01Fix for the fix.Thomas Dinges
2010-08-01Compile fix for recent changes. Function needed 1 more argument. Thomas Dinges
Chingiz can you please check?
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-06-23Compile fix for changes in "filldisplist" function.Thomas Dinges
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-05-14Makefiles: fixed opencollada include pathStefan Gartner
2010-04-25correct typo'sCampbell Barton
2010-04-12Merge -c 28147 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-04-08Merge -c 28089 from COLLADA branch into trunk.Arystanbek Dyussenov