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-11Revert "Fix (unreported) broken export due to API change."Bastien Montagne
This reverts commit 55d0ff708c617f190fd898c37f90b70a2fd6a293.
2019-05-11Revert "Fix (unreported) broken FBX import due to API change."Bastien Montagne
This reverts commit 9524a08a60cf570e9b0540a6ae195a269b403817.
2019-05-11Fix (unreported) broken FBX import due to API change.Bastien Montagne
Sequell to rB55d0ff708c617f, grrrrr....
2019-05-11Tentative fix for T59850: FBX: wrong alpha in some material imported by Unity.Bastien Montagne
Looks like FBX also likes to make a mess with materials' behaviors... Many thanks to Thomas Chollet (@thomasch) for his help understanding how Unity handles materials' alpha when importing from FBX. Hopefully this won't break any other importer... ;)
2019-05-11Fix (unreported) broken export due to API change.Bastien Montagne
Please update scripts when you do such changes...
2019-05-11space_view3d_spacebar_menu: update add menumeta-androcto
2019-05-11space_view3d_spacebar_menu: update animation and view menu'smeta-androcto
2019-05-11space_view3d_spacebar_menu: expose animation menumeta-androcto
2019-05-10Bsurfaces: Added "annotations" as guide strokesSpivak Vladimir (cwolf3d)
2019-05-09Rigify: change the first variable name for var0 to var in make_driver.Alexander Gavrilov
Only my own branch and feature sets use this, so should be safe to change. This naming is more similar to what blender UI does when adding vars.
2019-05-09Rigify: fix encoding metarig.Damien Picard
The `Encode Metarig to Python` operator was broken as there was some leftover code from the UI template system I made last year. Differential Revision: https://developer.blender.org/D4827
2019-05-09space_view3d_display_tools: rebuild, part working, not 2.8 version bump yet.meta-androcto
2019-05-09space_view3d_spacebar_menu: Initial recognize new object typesmeta-androcto
2019-05-08pre 2.8 API changes Pass 6Maurice Raybaud
2019-05-08space_view3d_spacebar_menu: fix context "no object selected"meta-androcto
2019-05-07Rigify: improve widget placement, widget generation and make_driver.Alexander Gavrilov
- Take into account the custom shape settings of the bone when creating and placing the custom widget object. - Change write_widget to wrap the generated list text and fix undefined variable errors if there are no verts/edges/faces. - Automatically look up string to bone in self.make_driver().
2019-05-07glTF importer: Use debug value 101 to display current node importingJulien Duroure
2019-05-07glTF importer: Use debug value 100 to not convert Yup to ZupJulien Duroure
2019-05-07glTF importer: make first root node active even if there are some armature ↵Julien Duroure
in scene
2019-05-07glTF importer: fix previous commitJulien Duroure
2019-05-07glTF importer: Make the first root node the active object at end of import ↵Julien Duroure
process
2019-05-07glTF exporter: image texture: manage rough without metal, metal without roughJulien Duroure
2019-05-07Fix running boolean tools in background modeCampbell Barton
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