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
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-05-26Fix T75615: Export Animation to Nuke (chan file) Broken curveDamien Picard
Use previous rotation as euler_compat on matrix conversion
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-12io addons fix 404 manual linksmeta-androcto
2019-06-28io_anim_nuke Fix issue with property assignmentNBurn
2019-05-13Update 'Nuke Animation Format' to Blender 2.8paul szajner
Differential Revision: https://developer.blender.org/D4844
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-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2015-12-08Use Python3.5's unpacking generalizationsCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
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
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2011-12-09Fixed the last 2 bugs. Ready for release.Michael Krupa
2011-12-09reduce stl docstrings and keep chan exporter pep8 (remove minor warnings at ↵Campbell Barton
least)
2011-12-08Updated to use bpy.types.Camera.angle_y property.Michael Krupa
2011-12-07Added full support for film back sensor size (2 new properties in ImportChan ↵Michael Krupa
class - sensor_width and sensor_height)
2011-12-06minor editsCampbell Barton
- remove check if sensor width exists for chan files - tag nuke chan files to be pep8 - remove unused import
2011-12-06Updated to use the sensor size in blender 2.61Michael Krupa
2011-12-05moving Nuke *.chan io camera animation import/export scripts into trunk, ↵Campbell Barton
this is a very simple foramt and nice to have with tracking release [[Split portion of a mixed commit.]]