Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-23C3D importer: updated property descriptions and scaling valuesSybren A. Stüvel
The minimum value for the 'scale' property has been decreased, allowing even smaller scales (some C3D files use huge coordinates). The effect of the 'from_inches' property has been changed to match its description. Reviewed by: dmbasso Differential: D1195
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-12-12new feature: use existing homonymous emptiesDaniel Monteiro Basso
2013-12-11Fix T37768: marker labels were misidentifiedDaniel Monteiro Basso
2013-10-31update for change in blenderCampbell Barton
2013-02-16markers may have duplicate labels; thanx to Jens Meisner for the bug reportDaniel M. Basso
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19formatting edits for bl_infoCampbell Barton
2012-09-06code cleanup: ensure modal_handler_add() is called directly before returning.Campbell Barton
2012-08-25use sets when checking against multiple typesCampbell Barton
2012-07-11added option to convert from Y-up coordinatesDaniel M. Basso
2012-07-10fix for problem reported by Jens MeisnerDaniel M. Basso
Cortex from Motion Analysis exports the LABELS parameter in a different group (not POINT); now the importer searches all groups for a LABELS parameter.
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-11-03minor cleanup for c3d and acclaim addons.Campbell Barton
- no need to use self.properties - close the file (py3.3 reports resource leak) - dont use camel case for property names - use property definition formatting like other scripts in trunk.
2011-11-03rename c3d submodule incase we get exporter support + minor edits.Campbell Barton
2011-11-03Fixed importing float c3d files with non-native endianness.Daniel M. Basso
2011-11-03Added the first public version of C3D importer addon.Daniel M. Basso