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
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28Added missing recalculate of normals after mesh importGaia Clary
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-08Fix #35255: build for older OpenCollada versions failed, but don't see a goodBrecht Van Lommel
2013-05-06Fix #35229: collada crash exporting constraints with no target set.Brecht Van Lommel
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-04-29Fix collada module build for visual studio 2012.Brecht Van Lommel
2013-04-25fix:#35073 face normals calculation used wrong mloop indexGaia Clary
2013-04-22Fix part of #34746: crash importing certain collada files with armatures. It ...Brecht Van Lommel
2013-04-19Fix #35014: collada import crash with UV coordinates.Brecht Van Lommel
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-03-29misc minor edits.Campbell Barton
2013-03-28scon update for new collada librariesGaia Clary
2013-03-28Updated Blender Collada module to newest opencollada APIGaia Clary
2013-03-26style cleanup:Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-25code cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Collada fixed Collada ID name for exported animation curvesGaia Clary
2013-03-07Collada: Added option for how rot,loc,trans data is exported (improves flexib...Gaia Clary
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-04Collada: Added ngon support to Vertex Color exporterGaia Clary
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-04Collada: Fix: do not export controllers when shape_key exporting is disabledGaia Clary
2013-03-04Collada: Fix export of Normals where shading is set to smoothGaia Clary
2013-03-03Collada: exported normals now based on MPoly instead of MFaceGaia Clary
2013-03-03enable triangulation with collada, disable BLI_STATIC_ASSERT for C++.Campbell Barton
2013-03-03partial revert of collada triangulation code due to problems on linuxGaia Clary
2013-03-03Fix Collada build error in sconsGaia Clary
2013-03-02Collada: Added support for ngon export/import and added triangulate option to...Gaia Clary
2013-02-27Collada export: Add ngon support (initial)Gaia Clary
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-25fix: #34427: Collada export crash with armatureGaia Clary
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-20fix #34049: Collada importer doesn't import armature. Added some comments to ...Gaia Clary
2013-02-20fix #34049: Collada importer doesn't import armature. Added support for 'root...Gaia Clary
2013-02-17fix #34284 Collada: update problem for vertex weights directly after import.Gaia Clary
2013-02-15Fix: Collada Import files with X_UP and Y_UP axis where imported with wrong o...Gaia Clary
2013-02-13Collada: Fixed import of textures with path settings relative to main import ...Gaia Clary
2013-02-13fix: remove extra qualification in headerGaia Clary
2013-02-12Fixed importing of shapekey names: name is now taken from geometry name inste...Gaia Clary