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_scene_3ds: move to contrib: T63750meta-androcto
2019-05-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-03-163DS IO add-on: remove 'officially supported' status.Bastien Montagne
As discussed in T62576, that format is not used much anymore, and we only have a limited amount of time to dedicate to port and maintain formats. Quiet obviously, community is welcomed to take over and port that add-on as they see fit.
2019-01-25addons: object select_set 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-11-16Merge branch 'master' into blender2.8Philipp Oeser
2018-11-16Fix T57632: 3DS Importer Exception when assigning an object as a parentPhilipp Oeser
to its self
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-09-28Use orientation_helper decoratorDalai Felinto
The warnings in the console are getting on the way. May as well update the addons even if they are still mostly not ported to 2.8. We can probably ditch orientation_helper_factory altogether.
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-14Merge branch 'master' into blender2.8Campbell Barton
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-06-29Add missing add-on version metadataAaron Carlisle
Only default enabled addons Give each the version: 1.0.0
2017-03-28Cleanup: minor edits to 3ds importCampbell Barton
Use slots for chunk class, no need to use struct module for reading strings.
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before ↵Bastien Montagne
rBAbfbabc0592b8. Now using a class factory to allow customization of those defaults axes, still way less verbose than previous code!
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
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
Helps ensuring common behavior, and saves quite a few lines of code, too...
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get ↵Campbell Barton
access to customdata layers.
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-03-13patch [#34591] 3DS importer: material transparency value short/float fixCampbell Barton
from Andreas Atteneder (atti)
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-11-14use alternate syntax to clear listsCampbell Barton
2012-10-09style cleanup: pep8Campbell Barton
2012-10-09remove sticky coordinates use.Campbell Barton
2012-09-11fix [#31622] .3ds importer doesn't do anything with the constrain_sizeCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-093ds export addon: Correct own mistake from previous commit, accidentally ↵Sebastian Nell
turned file from utf8 into ascii, causing python error because of 2 non-ascii chars in credits.
2012-07-083ds export addon: fixed comments to not interfere with string-literals, ↵Sebastian Nell
reported by IRIE Shinsuke via mailing list
2012-07-04More spell checking.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-04-23update for change in blender apiCampbell Barton
2012-04-22patch: [#30986] 3DS importer/exporter material improvements and bug fixes.Campbell Barton
from Alexander Gessler (aramis_acg) This patch extends the 3DS importer and exporter to have better material support and unifies their respective feature sets. This includes: - UV scale,offset - tiling/wrap modes - improved conversion of mapping targets - better warnings Additionally, the exporter now handles specular, opacity and normal maps correctly (the importer did this already). (I think the way how textures were written previously was non 3DS-compliant). I tested this against assimp's 3DS test suite [1] as well as my personal 3DS test sets. Exported 3DS files were successfully read by FBXConv and assimp. [1] http://assimp.svn.sourceforge.net/viewvc/assimp/trunk/test/
2012-04-16patch [#30969] patch for 3ds importer screwing up UVs in current trunkCampbell Barton
from Alexander Gessler (aramis_acg)
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-04-11[#30894] 3ds import broken (now using poly/loops).Bastien Montagne
2012-04-09- update 3DS export for BMesh.Campbell Barton
- pep8 edits for after effects script.
2012-01-14remove api field, was never used.Campbell Barton
2012-01-02update for matrix col/row switchCampbell Barton
2012-01-02formatting edits onlyCampbell Barton
2011-12-06add back 3ds import image search optionCampbell Barton
2011-11-25minor pep8 editsCampbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-04fix for various errors in scriptsCampbell Barton