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-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-29addons: object select_get syntax updateNBurn
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-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
Original report: OBJ file import fails for objects with vertex groups defined when polygroups option is selected
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
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-07-16Export Unreal Engine Format: Update panel Rename, cleanup, fixeslijenstina
Bumped version to 2.7.1 As a part of the task T50726: Update the Panel rename code to more generic one Pep8 cleanup Replace star imports Consistent property definitions Update wiki link move the register of properties and collections to register function, proper removal on unregister Refactor the exporter as it assigned the operator properties from the scene ones cmp is deprecated in Python 3.x
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-01-18psk i/o: restrict panel to object mode T50357meta-androcto
2017-01-08.psk i/o, change Tab name to File I/O T50357meta-androcto
2016-08-15psk io: unify change tab categorymeta-androcto
2016-05-20Add Panel Category: T48459meta-androcto
2015-01-21Warnings: quiet prints for bl_load_addons.pyCampbell Barton
2014-11-08Cleanup: redundant float conversionsCampbell Barton
2014-10-13fix warnings with UI descriptionPhilipp Oeser
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-08Fix T40084: psk/psa export contains issue with source code.Bastien Montagne
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-02-21Change list export panel. Remove group check export.John Phan
2013-02-18fixed error export for non/select objects.John Phan
2013-02-18update text list name.John Phan
2013-02-18Systematically adding some custom id to template_list using default ↵Bastien Montagne
UI_UL_list class, this one is commoly used more than once in an area, yielding collision issues if they do not have a custom id...
2013-02-18Unreal PSK/PSA Exporter addon: Updates for API changes (UIList). Changed doc ↵Sebastian Nell
string style from __doc__ = ... to """..."""
2013-01-25add select armature check and ignore that is not select when exported.John Phan
2013-01-22fixed error if point link is none.John Phan
2012-12-31fixed no animation on armature copy for export error.John Phan
2012-12-28Updated to use UI_UL_list as template_list (also a bunch of style cleanup, ↵Bastien Montagne
still some work to do here!).
2012-12-23add missing option for select animations.John Phan
2012-12-23update blender version info.John Phan
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-15update the information a bit.John Phan
2012-12-14added scale object on export, rebuild object on export, and check mesh for ↵John Phan
vertices's error mesh. update the menu to rework the layouts.
2012-11-26update menu panel for export.John Phan
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-05add back the features. That was clean up from Spoof.John Phan
2012-05-05fixed select objects error on export and add merge meshes.John Phan
2012-05-03SVN maintenance.Guillermo S. Romero
2012-04-26error fixed on mesh and armature bones countv2.63av2.63John Phan
2012-04-26fixed progress indicator SmoothingGroupJohn Phan
2012-04-26clean up script and updated. still need get some bugs out a a bit.John Phan
2012-04-15fixed mesh rebuild. fixed selected smooth face.John Phan
2012-04-15update a bit of animation import a bit.John Phan
2012-04-14Some clean up in coding. Fixed merge meshes. Fixed error and fail message ↵John Phan
that will display.