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
2022-01-05Cleanup: fix types in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-05Fix typo in Enable Extend Vert descriptionCansecoGPC
2019-12-01mesh addons: add manual linksmeta-androcto
2019-08-07F2: Fix T68342: error "New Face from edges"Philipp Oeser
This was happening when checking the neighboring face winding [which could fail if the to-be-generated face is a triangle instead of a quad].
2019-06-23mesh_f2: update to working version 1,8,4: T65867 Thanks ID_Incmeta-androcto
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-02-01mesh_f2: quad from edge fails (with Adjust UV option)Philipp Oeser
This only happened when no UV for a loop could be found (no adjacent face) Fixes T61019, T60191
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-07mesh_f2: port to 2.8Philipp Oeser
note: this now goes over all uv_layers if 'Adjust UV' is on (instead of picking a certain uv_layer tied to current material and texture) thanx @cgvirus for initial initiative and @brecht for checking
2018-10-03Cleanup: use tuples for storing classesCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2014-10-07Fix T41871: F2 addon throws error if there is a material slot with noPhilipp Oeser
material assigned to it Reviewed By: sergey
2014-08-20Fix T41500: mesh_f2.py annoying exception when running blender from terminal ↵Bastien Montagne
with '--background --python' keyconfigs are not available in background mode...
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-04-06[F2] Adds UV support and triangle capsBart Crouch
- UV information is now preserved when adding new faces (interpolating UV coordinates). This can be switched off in the user preferences. - Quad strips can now be finished with a single triangle.
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2014-01-16F2: Added Paul Kotelevets as author.Bart Crouch
2013-12-20New function: auto-grabBart Crouch
Thanks to Alexander Nedovizin for coding first version of this function.
2013-05-17Fix #35231: f2 addon not working for converting adjacent faces into a singleBrecht Van Lommel
ngon. Now just let the make face operator try it instead of trying to decide when to do this.
2013-05-16Fix #35360: F2 addon not working in some cases on a mesh with no faces.Brecht Van Lommel
2013-03-23Fixes crash when all faces are selected.Bart Crouch
Thanks go to Czarek Kopias for the bug report and proposing a fix.
2013-01-30Moving F2 from contrib to trunk. Add-on has been approved by a code review.Bart Crouch
[[Split portion of a mixed commit.]]