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
2019-05-24io_anim_acclaim: move to contrib: T63750meta-androcto
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-20Acclaim Motion Capture Files importer: fixed missing return valuesSybren A. Stüvel
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-10-31update for change in blenderCampbell Barton
2013-01-26fix for transform.rotate parameter convention changeDaniel 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-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-21Increased Armature name maxlen to actual limit of 63. Could have also ↵Sebastian Nell
changed io_anim_c3d, but it's a prefix string - not making sense to increase max prefix length to max name length.
2012-02-29List of changes:Daniel M. Basso
* default start frame changed to 1, consistent with Blender's default for scene * removed spaces around operator docstrings because they're not stripped by Blender's UI * added AMC exporter, requires the armature to have been imported from ASF
2012-01-14remove api field, was never used.Campbell Barton
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-12-06patch [#29261] X3D exporter if hierarchy is on you get duplicated ids which ↵Campbell Barton
are not allowed from Paulo Dias (paxnubis)
2011-11-03fix for error importing non utf8 file, in this case it was the authors name ↵Campbell Barton
so data loads in fine.
2011-11-03more edits & dont use try/except to check if the property existsCampbell 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-03Added the first public version of Acclaim importer addon.Daniel M. Basso