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-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
2010-04-06Compile fix to collada after ED_object_apply_obmat() was removed.Matt Ebb
Arystanbek, please feel free to fix if it's not ok :)
2010-04-05Merge -c 28014 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-03-31Merge -c 27903 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-12Merge -c 26848 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-02-12correct fsf addressCampbell Barton
2010-02-11COLLADA exporter (in trunk): write 1 normal per flat face instead of 3 or 4.Arystanbek Dyussenov
2010-02-05Merge -c 26630 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-01-30COLLADA branch: merge from trunk -r 25745:26429.Arystanbek Dyussenov
scons+vc build crashes on Blender start when BF_COLLADA is on, don't know why this happens. Merging from trunk to get working vc project files, then will try to debug and locate the problem.
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
* no functional changes *
2010-01-23COLLADA branch: patch for importer from Sergey I. Sharybin to build against ↵Arystanbek Dyussenov
OpenCollada at revision 721. Thanks Sergey! People who want to build this branch will need update their OpenCollada. On Linux OpenCollada builds without patching. As usual I updated the build doc: http://wiki.blender.org/index.php/User:Kazanbas/Building_Collada_Branch#Building_the_COLLADA_GSoC_branch A small change will be necessary in cmake and scons options on Mac and Windows: OpenCollada's libBuffer was renamed to libbuffer.
2010-01-23COLLADA branch: partial fix of bug #20634Arystanbek Dyussenov
* scale and rotation of objects with negative scale is exported correctly. This is accomplished by: ** if ob has no parent, use ob->rot, ob->scale values directly ** if ob has a parent, a local matrix is computed without scale and rotation is derived from it, scale value is copied directly from ob->size Noted a few other bugs: * importer suffers from negative scale problem too * bones with negative scale are exported incorrectly too * object animation values are copied from FCurves which is not ok for child objects where values should be in parent-space
2010-01-13Merge -c 25963 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-01-13COLLADA branch: fix #20653 - <animation> tag's target attribute was missing ↵Arystanbek Dyussenov
".ANGLE". Also replaced "."s in <animation> ids with "_" and corrected bone <node> sids.
2010-01-11SVN maintenance.Guillermo S. Romero
2010-01-10add OpenCOLLADA support to MakefilesStefan Gartner
add "export WITH_OPENCOLLADA=true" to user-def.mk to enable it
2010-01-05Merge from trunk -r 25003:25745.Arystanbek Dyussenov
2010-01-05Merge -c 25001,25310,25311,25638,25746 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-01-05COLLADA branch: bone anim export works. Export-import roundtrip is possible.Arystanbek Dyussenov
Importer now takes mesh bind position into account. TODO: read/write object-level anim on armatures and fix memleaks.
2009-12-31COLLADA branch: fixed a small bug in bone anim import code.Arystanbek Dyussenov
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
* added renamed files in revision 25337 * renamed BLI_util.h -> BLI_path_util.h for consistency * cleanup of #includes: removed BLI_blenlib.h in favour of direct includes of the needed headerfiles in a few places. * removed debug print in sequencer.c * added missing include in blenkernel/blender.c -> bad dependency, needs to be fixed still
2009-12-11COLLADA branch: patch from Jan Diederich for bump-map export via <extra> tag.Arystanbek Dyussenov
2009-12-11COLLADA branch: small code clean-ups in bone anim export. Correct bone anim ↵Arystanbek Dyussenov
export is to be done yet.
2009-11-29Merge from COLLADA branch into trunk of -c 24572 (cmake and scons for ↵Arystanbek Dyussenov
OpenCollada @ 675, Linux) and 25001 (bone animation import). See corresponding log entries for more detail.
2009-11-29Merge from trunk -r 24758:25003.Arystanbek Dyussenov
2009-11-29COLLADA branch: bone animation import works!Arystanbek Dyussenov
Here's the doc describing how it works: http://wiki.blender.org/index.php/User:Kazanbas/Collada_Animation_Import Here's a video showing it at work: http://vimeo.com/7877617
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
bone = arm.edit_bones.new("SomeBone") arm.edit_bones.remove(bone) regify (WIP)