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
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-14fix [#28909] OpenCollada export / import sintel lite v2.1 crashes on import.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-12fix for opencollada crash with r40164, missing NULL check.Campbell Barton
2011-09-12Fix [#28614] Collada Exporter does not export Ambient termNathan Letwory
2011-09-12Code shuffle so function has only one exit point.Nathan Letwory
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-07Introduce struct for export settings in COLLADA export code. This will make i...Nathan Letwory
2011-09-07Attempt to fix compile error on OSXNathan Letwory
2011-09-07Split off scene export code.Nathan Letwory
2011-09-06Add parser error handler.Nathan Letwory
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Left debug print accidently enabled.Nathan Letwory
2011-09-05Remove NULL-checks, as they might cause infinite loops while reading a DAE co...Nathan Letwory
2011-09-04[#27884] Collada import: materials mismatch when 2 instance_geometry referenc...Nathan Letwory
2011-09-04Prevent potential crasher, commonEffects could be empty.Nathan Letwory
2011-09-04Fix [#28322] COLLADA imports messed up UVsNathan Letwory
2011-09-04Some whitespace changesNathan Letwory
2011-09-03warning fixesCampbell Barton
2011-08-31COLLADA: Take parent bone length and direction instead of using bone pointing...Nathan Letwory
2011-08-30SVN maintenance.Guillermo S. Romero
2011-08-30Check for potential crasher.Nathan Letwory
2011-08-30Merging pepper to trunk at revision 39791.Joerg Mueller
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28armature object animation bug fix.Sukhitha Prabhath Jayathilake
2011-08-26code review fixesSukhitha Prabhath Jayathilake
2011-08-24opencollada find module. hopefully solves the problem where includes can in a...Campbell Barton
2011-08-23Fix for [#28339] Rev:39618 The revision part doesn't suffice. Thomas Dinges
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-21Armature object animations export.Sukhitha Prabhath Jayathilake
2011-08-21export animations if a bone is in a deform group. ( on hold )Sukhitha Prabhath Jayathilake
2011-08-20small fixes and refactoring.Sukhitha Prabhath Jayathilake
2011-08-19Animation exporter matrix source param fix.Sukhitha Prabhath Jayathilake
2011-08-19Export only objects on visible layers. This ensures we can hide for instance ...Nathan Letwory
2011-08-18Blender tip profile for bones with 2 or more children.Sukhitha Prabhath Jayathilake
2011-08-18Apply [#28287] COLLADA fix for inverse bind matrix of skin controllerNathan Letwory
2011-08-18Animation export id bone animation + armature importer cleanup.Sukhitha Prabhath Jayathilake
2011-08-17Armature importer code cleanup.Sukhitha Prabhath Jayathilake
2011-08-17armature animation export fix.Sukhitha Prabhath Jayathilake
2011-08-16Animation Exporter clean up.Sukhitha Prabhath Jayathilake
2011-08-16Finalizing.Sukhitha Prabhath Jayathilake