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-06Bsurfaces: Corrected initialize and add some functions.Spivak Vladimir (cwolf3d)
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
2019-05-06Bsurfaces: Adding warnings.Spivak Vladimir (cwolf3d)
2019-05-06Bsurfaces: Redesign. Fixing some problem.Spivak Vladimir (cwolf3d)
2019-05-05Test: Adding back some UI list for World texturesMaurice Raybaud
2019-05-05Rigify: new utilities for bone naming and driver creation, and some fixes.Alexander Gavrilov
- Added a utility for creating Transform Channel driver variables. - Added a utility for deriving one bone name from another with suffix. The bone name utility is inspired by get_bone_name from limb_utils.py
2019-05-05Rigify: move the generated panels to the Item tab.Alexander Gavrilov
Since they are specific to the selected armature/bone, they match that tab better, and the animator would want to have them next to the built-in transforms and custom properties.
2019-05-05pie_views_numpad_menu: Icon Fixmeta-androcto
2019-05-05pie_select_menu: Icon fixesmeta-androcto
2019-05-04Curve extra objects: Enabled work beveltaper_curve.Spivak Vladimir (cwolf3d)
Adding function beveltaper in contex menu. Enabled Path Animation in other some curve.
2019-05-04LoopTools: Gstretch fix.Spivak Vladimir (cwolf3d)
Grease pencil must have name 'GPencil'. Script take only the first strokes.
2019-05-04Bsurfaces: Fixing some problem.Spivak Vladimir (cwolf3d)
Addon work but need redesign.
2019-05-04Update addon to Blender 2.80Spivak Vladimir (cwolf3d)
2019-05-04IsKeyFree: Update to 2.8meta-androcto
2019-05-03Rigify: re-register rig parameters after installing a feature set package.Alexander Gavrilov
Otherwise the rig properties may not work correctly until blender restart.
2019-05-03Rigify: improve robustness with bad feature set packages.Alexander Gavrilov
Verify the basic expected directory structure inside the ZIP archive before installing it, and catch exceptions when loading the already installed packages.
2019-05-03Edit linked library: move panel from View to Item tabSebastian Koenig
Differential Revision: https://developer.blender.org/D4761
2019-05-02loop tools: hacky attempt at fixing gstretchmeta-androcto
2019-05-01UI: adjust of "Edit Linked Library" to use new UI layoutBrecht Van Lommel
Differential Revision: https://developer.blender.org/D4351
2019-05-01Update object_carver to 2.8 thanks @clarkxmeta-androcto
2019-04-30Fix T63982: A.N.T. Landscape add-on broken after psutil API changePredrag Ivanović
Differential Revision: https://developer.blender.org/D4759
2019-04-30pie_sculpt_menu: minor fixmeta-androcto
2019-04-30Romove pie_pivot_point_menu: obsoletemeta-androcto
2019-04-30pie_modes_menu: icon fixesmeta-androcto
2019-04-30pie_animation_menu: remap key to Ctrl Shift Spacebarmeta-androcto
2019-04-30pie_editor_switch_menu: icon fixes/clean upmeta-androcto
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-04-29Implementation change object after creation.Spivak Vladimir (cwolf3d)
Adding context menu "Change Geodesic Dome"
2019-04-28implementation of adding curly (add_curve_curly) in edit modeSpivak Vladimir (cwolf3d)
2019-04-28correct rotation object after to changeSpivak Vladimir (cwolf3d)
2019-04-28Correct errors thrown in console when running mesh_discombobulatorSpivak Vladimir (cwolf3d)
https://developer.blender.org/T63954
2019-04-28glTF importer: fix bug in texture mapping when image is sharedJulien Duroure
2019-04-28glTF exporter: Combine names when combining different images into oneJulien Duroure
2019-04-28space_view3d_spacebar_menu: small fixesmeta-androcto
2019-04-28space_view3d_spacebar_menu: fix various errorsmeta-androcto
2019-04-28Remove to contrib: add advanced objects series: T63750meta-androcto
2019-04-27fixes remove nodes bugKalle-Samuli Riihikoski
2019-04-27fixed SSS presets. UI now works.Maurice Raybaud
2019-04-27Material presets with only SSS for now and not even working yet in UIMaurice Raybaud
2019-04-27Pass 5 of 2.8 syntax update...Maurice Raybaud
2019-04-26This def was deleted in last commit and not needed to call this anymoreKalle-Samuli Riihikoski
2019-04-26space_view3d_pie_menus: use gizmos for pie menu switchingCampbell Barton
Animators in the studio prefer this over tools.
2019-04-26create collection for applink objects, bring back menu in 3d viewKalle-Samuli Riihikoski
2019-04-26mesh_snap_utilities_line: match blender 2.8 updatesmano-wii
2019-04-25remove printKalle-Samuli Riihikoski
2019-04-25Fixed 3dc->blender workflow and bake toolsKalle-Samuli Riihikoski
2019-04-22Fourth pass at 2.8 API related updatesMaurice Raybaud
2019-04-21BlenderKit: Don't do checks in the background mode or restricted ↵Vilem Duha
context(blender startup)
2019-04-21BlenderKit: Prevent preview from drawing below UI region in 3d viewVilem Duha
2019-04-21BenderKit: fix upload not reporting failed uploads correctly.Vilem Duha