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-06-23glTF exporter: check if object is really instanced in scene before exporting itJulien Duroure
2019-06-23glTF exporter: fix depsgraph evaluation after blender API changesJulien Duroure
2019-06-23mesh_f2: update to working version 1,8,4: T65867 Thanks ID_Incmeta-androcto
2019-06-22Align tools : fix align not working with parent / child hierarchyStephen Leger
2019-06-22curve_assign_shapekey: modified the target object instead of making a copyShrinivas Kulkarni
2019-06-22Replace VISIBLE_IPO buttons with HIDE ON/OFFCampbell Barton
2019-06-22Cleanup: redundant set/tuple use for comparisonCampbell Barton
2019-06-22mesh_snap_utilities_line: update for changes in BlenderCampbell Barton
2019-06-21Fix T65990: UV Layout Export error with 'Modified' checkedPhilipp Oeser
update for recent depsgraph API changes Reviewers: brecht Maniphest Tasks: T65990 Differential Revision: https://developer.blender.org/D5112
2019-06-21Fix T65973: mdd export fails after recent depsgraph API changesPhilipp Oeser
fix for fix (oversight in rBA901868a4b)
2019-06-20curve_assign_shapekey: added wiki_url in bl_info: T62799Shrinivas Kulkarni
2019-06-20Fix T65949: rigify error when generating rigBrecht Van Lommel
Only objects in the current view layer can be deselected, this would throw an error when there exist objects not in the current view layer.
2019-06-20curve_assign_shapekey: 1) moved UI and registration to bottom of the script ↵Shrinivas Kulkarni
2) trimmed trailing whitespace 3) 2 lines between classes: T62799
2019-06-19glTF importer: fix alpha for unlit materialJulien Duroure
2019-06-19curve_assign_shapekey: Initial commit to release: T62799Shrinivas Kulkarni
2019-06-18io_coat3D: Fixing scaling issue in vox modehaikalle
2019-06-17BlenderKit: hide scenes by nowVilem Duha
This is an unfinished feature. It actuall/y works, but we need proper Docs so users don'/t abuse scenes . Scenes are meant as starting points for work, not as showcase e.t.c.
2019-06-17BlenderKit: rename all mentions of standard plan to fullVilem Duha
2019-06-17BlenderKit: enable oauthVilem Duha
This introduces a comletely new login process, which is much simpler and user friendly..
2019-06-17BlenderKit: better reporting for failed uploadsVilem Duha
bugfix - only fetch server data when not in background(fetching api key during upload procedure is a very bad idea) updatea oauth script. Mention Petr Dlouhy as co-author Temporarily enable Api key field also with oauth on.
2019-06-17space_view3d_pie_menus/pie_modes_menu: fix for no object in scene and no ↵meta-androcto
object selected
2019-06-16fix bl_info locationsmeta-androcto
2019-06-16part fix bl_info Locationsmeta-androcto
2019-06-16btrace: update bl_info locationmeta-androcto
2019-06-16space_view3d_align_tools update bl_info locationmeta-androcto
2019-06-16space_view3d_stored_views: minor bug fix, move to View Tabmeta-androcto
2019-06-15mesh_tools: restore to release: T63750 9e99e90f08c9meta-androcto
2019-06-15curve_simplify: add merge by distance: T53367meta-androcto
2019-06-15space_view3d_stored_views: Restore release status: T63750 d9ffde707fe5meta-androcto
2019-06-15space_view3d_align_tools: initial commit to release: T65739meta-androcto
2019-06-14Fix T65795: MeasureIt addon: measure disappear when I exclude collectionDalai Felinto
2019-06-14glTF exporter: fix regression about exporting with applied modifiers, cache ↵Julien Duroure
enhancement
2019-06-14glTF exporter: export animation only if corresponding object is exportedJulien Duroure
2019-06-14glTF exporter: fix mesh export when material slot is created but emptyJulien Duroure
2019-06-13BlenderKit: fix transparent materials for eevee on upload timeVilem Duha
2019-06-13BlenderKit: Make oauth more thread-safe.Vilem Duha
-avoid blender crash in casae of calling hasattr(context, 'view_layer') and others. -autofix process
2019-06-13BlenderKit: basic file search functionVilem Duha
2019-06-13BlenderKit: update default categories fileVilem Duha
2019-06-13BlenderKit: fix rating of sculpt brushesVilem Duha
2019-06-13BlenderKit: UI - Gravatar and Ratings improvementVilem Duha
UI now can draw a gravatar. Also, Ratings have been improved so that materials and brush ratings don't show the models scale anymore.
2019-06-11glTF exporter: fix 2.80 matrix issueJulien Duroure
Was a bug in our double compatibility convertor 2.79 / 2.80
2019-06-10Button names updatedhaikalle
2019-06-08space_view3d_pie_menus/pie_sculpt_menu: fix missing prefix T65611meta-androcto
2019-06-07Remove use of removed armature optionSergey Sharybin
2019-06-07space_view3d_pie_menus/pie_modes_menu: add grease pencil object modesmeta-androcto
2019-06-07space_view3d_pie_menus/pie_modes_menu: fix missing prefix in op: T65582meta-androcto
2019-06-06glTF exporter: Manage material at object level: instances with different colorsJulien Duroure
2019-06-06BlenderKit: oauth logout is now only in preferences.Vilem Duha
2019-06-06BlenderKit: refactor reporting to User.Vilem Duha
this is still not very compatible with blender's way of doing things, but we need more lines of reporting for parallel tasks reporting.
2019-06-06Archipack: fix offline rendering of thumbsStephen Leger