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
2018-06-27Revert "Pie Menu manipulators - use tools"Campbell Barton
This reverts commit f6e3238de3e4d3526c64023b488a3d0ac177ae88. Was intended for 2.8x branch only.
2018-06-22Version (0, 3, 4)Aaron Keith
Fixed the default values to match the default preset. This also fixed the default Cap Head size. Added "Align to View", "Location" and "Rotation" properties. Now adds the mesh the same way as the Template example. This fixes some of the problems when using this script with 2.8.
2018-06-22Added bf_Div_Count to the Bolt Factory PresetsAaron Keith
2018-06-15Print3D: CleanupMikhail Rachinskiy
2018-06-11Fix T55431: Node Wrangler: Lazy connect / Lazy mix not workingPhilipp Oeser
was caused by recent clickdrag event changes
2018-05-31Rotate Default OffEugenio Pignataro
2018-05-31Add offset and rotate Loops to UV OverlapEugenio Pignataro
2018-05-31Overlap Uvs rewriteEugenio Pignataro
2018-05-28Pie Menu manipulators - use toolsCampbell Barton
2018-04-30Depsgraph debug: Fix for recent RNA changesSergey Sharybin
2018-04-26Fix T54803: Materials Library VX: follow strict class namingPhilipp Oeser
2018-04-25Print3D: Fix (unreported) broken Clean DistortedMikhail Rachinskiy
Distort check gave positive result with all faces.
2018-04-24Fix T54789: A Simple Typo in the "Node Wrangler" AddonPhilipp Oeser
2018-04-23fix #T54750 objects with more than 1 layer not selectedStephen Leger
2018-04-19Material Library VX: fix error when clearing categoryPhilipp Oeser
2018-04-17bugfix: resym VGEugenio Pignataro
2018-04-15Stored Views: Fix usage of a reserved Python word in bl_idnamelijenstina
Bump version to 0.3.7 Small style tweaks Fix reported on IRC: - The issue with using .import in the blsv operators, causing crashes when called from the python console - Used **stored_views.import_blsv** and **stored_views.export_blsv**
2018-04-15MeasureIt: code cleanupNBurn
2018-04-14Fix T54585 for MeasureIt: fixes View Local modeNBurn
2018-04-02Is key Free: Add export shortcuts into a text blocklijenstina
Bump version to 1.1.1 Some style tweaks Use register_class instead of register_module Add operator to export all shortcuts into a text block
2018-03-30RNA Manual Reference: UpdateAaron Carlisle
2018-03-27Bone Selection Sets: bumped version from 2.1.0 to 2.1.1Sybren A. Stüvel
2018-03-27Bone Selection Sets: better keymap handlingSybren A. Stüvel
Previously the keymap registration would cause an error when there was no Pose keymap yet. Now the code adheres to the example code in [the tutorial](https://docs.blender.org/api/blender_python_api_master/info_tutorial_addon.html#keymap).
2018-03-27Bone Selection Sets: correctly named POSE_MT_selection_set_createSybren A. Stüvel
This name was used before, and is still referenced in the POSE_OT_selection_set_assign operator.
2018-03-26Render Batch support fixEugenio Pignataro
2018-03-26Add TokenEugenio Pignataro
2018-03-23New Tool: Create Vertex Color Mask. Is a cool tool for use in softs like ↵Eugenio Pignataro
Substance
2018-03-22Now Tokens support batch makerEugenio Pignataro
2018-03-22Fix: TokensEugenio Pignataro
2018-03-22Render Tools new feature: TOKENS for render filepathEugenio Pignataro
2018-03-19Fix T54354: FBX addon fails on "blen_read_shape" for fome fbx files.Bastien Montagne
Code would break on empty shapekey names, and was actually broken in all cases where Blender would have to alter the shapekey name when creating it.
2018-03-10Cycles: update addons for squared roughness convention.Brecht Van Lommel
2018-03-07New feature: rotate uv corner for Uv Copy/PasteEugenio Pignataro
2018-03-07UI Classes Overvew: Avoid failure when called outside the Text editorlijenstina
Bump version to 1.0.2 Minor style tweaks Add a condition to the assignment of the active text block
2018-03-05bugfix: dynamic enum not holding proper referenceStephen Leger
2018-03-04Materials Utils: Fix issue with mode check in the remove menulijenstina
Bump version to 1.0.5 Fix omission from the previous commit related to checking the the VIEW3D_MT_remove_material mode with no active object No other functional changes
2018-03-03Add Advanced Objects: CubeSter vertex color changes, small cleanuplijenstina
Bump version to 1.1.6 Some style tweaks activelatticeobject unregister code not needed, since it was removed in the previous commit CubeSter module: - Address the vertex color changes using versioning, search for the **bl_version** and **get_colors** pattern in the code - Fix a missed property call during previous refactor - Remove an unused variable
2018-03-01Fix T54094: Paint Palette saving presets path issueslijenstina
Bumped version to 0.9.4 Some style tweaks Rename some of the classes for consistency Replace the import_module with register_class Remove the Weights Property_Group since it is not used Fix the issues with using related to relative paths for presets: - use the os.normpath output of the absolute path - add some checks for path existing - add a warning about not saved blend file (bpy.data.filepath)
2018-02-28New feature: UV Offset for copy paste uvsEugenio Pignataro
2018-02-27Carver MT: Update to version 1.1.8, various fixeslijenstina
Bump version to 1.1.8 Remove the Boolean mode toggles and bgl related code Remove some of the unused variables Some code style tweaks Translate some previously missed tooltips Simplify some of the repetive code Use a property group for some of the scene props Fix crashes: - If there are any selected objects that are not meshes - Fix an error in master related to storing selection (invalid object) - Fix memory leak on quiting Blender while the operator is running Note: Concerning the E722 Pep8 - Bare Except Warning since there is a notice with a full exception it can be disregarded
2018-02-25Materials Utils: Update to version 1.0.4lijenstina
Bump version to 1.0.4 Some style tweaks Refactor some of the if - else loops Correct some of the tooltips Various UI tweaks Improvements: - Introduce a pop-up menu for assigning and selecting materials - Add support for removing empty material slots for non mesh objects - Activate the material slot more reliably after creation, applying - Texture Renamer: add option for rename all objects in the data - Warning Messages: better formatting of console prints
2018-02-24Magic UV: Release v5.1Nutti
Fixed bugs
2018-02-23Added option to set AE Comp size.Bartek Skorupa
2018-02-19Grrr, forgot to increase FBX addon version in previous commit...Bastien Montagne
2018-02-19FBX IO: add support for import & export of camera focal length animation.Bastien Montagne
Requested in T54050, usually would not add new stuff to FBX but this looked like totally needed for compo needs...
2018-02-19FBX Export: Fix shapekeys w/ object materialsCampbell Barton
D3068 by @cyaoeu
2018-02-16Magic UV: Release v5.0Nutti
* Add features - Align UV Cursor - UV Cursor Location - Align UV - Smooth UV - UV Inspection - Select UV - Texture Wrap - UV Sculpt * Improve features - Copy/Paste UV: Add menu to UV/Image Editor - World Scale UV: Add information about Texel Density - UV Bounding Box: Add option "Bound" - Texture Projection: Add option "Assign UVMap" - UVW: Add option "Assign UVMap" * Improve UI * Fixed bugs * Optimization/Refactoring
2018-02-13Network Renderer: redirecting Documentation wiki linklijenstina
Bump version to 1.8.1 As mentioned in T54062: Since the previous link was pointing out to the old Wiki Manual, created the appriate page on the Add-ons wiki. No other functional changes
2018-02-11Bool Tool: Remove solver optionMikhail Rachinskiy
Not needed since Carve has been removed from Blender
2018-02-08Bone Selection Sets: bump version 2.0.1 → 2.1.0Sybren A. Stüvel