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
2017-07-26Layer Manager: Update wiki linklijenstina
Bumped version to 1.5.4 Update wiki link Use tuple for panels var No other functional changes
2017-07-26Fix T52166 for MeasureIt: stops None subscriptingNBurn
Adds checks to prevent several functions from inadvertently trying to subscript a NoneType and revises the Mesh Debug panel design.
2017-07-26Rigify 0.5: small fixes on cat and wolf metarigsLucio Rossi
2017-07-25archipack: bugfix draw a wall broken in ortho viewStephen Leger
2017-07-25Rigify: remove redundant tracker urlmeta-androcto
2017-07-25Cleanup: redundant gitignoreCampbell Barton
2017-07-25Rigify 0.5: cleanup trailing spaces in super_face.pyLucio Rossi
2017-07-24Rigify 0.5: new features, Animation Tools and Quat/Euler converterLucio Rossi
small fixes & UI improvements
2017-07-24Cleanup: use common prefix for addonsCampbell Barton
2017-07-24archipack: remove 2d to 3d module (shapely dep issue)Stephen Leger
2017-07-24Cleanup: trailing spacesCampbell Barton
2017-07-24archipack: 2d to 3d warning for shapely and enable in user prefsStephen Leger
2017-07-24Modifier Tools: Update wiki linklijenstina
Bumped version to 0.2.4 Update wiki link The paramaters in self.report are not needed No other functional changes
2017-07-24archipack: add tooltips for preset based operatorsStephen Leger
2017-07-233D-Coat Applink: Cleanup, replace star importslijenstina
Bumped version to 3.5.22 Pep8 cleanup Imports as tuples Replace star imports Update wiki link No other functional changes Only the init file is affected
2017-07-23Autotrack: Cleanup, add some report messageslijenstina
Bumped version to 0.1.1 Pep8 cleanup Imports as tuples, remove unused ones Simplify the UI code Change the Cancel tip to Stop as it has different meaning for Operators (as the results are kept) Use a debug_print instead of regular print enabled / disabled by a DEBUG global as from the code it seems that is for debugging purposes Add some operator report messages to be more clear what happens
2017-07-22Auto Tile Size: Cleanuplijenstina
Bumped version to 3.1.2 Pep8 cleanup Consistent property definitions Imports as tuples Update wiki link No other functional changes
2017-07-22archipack: T52120 remove blank space on empty linesStephen Leger
2017-07-22archipack: T52120 release to officialStephen Leger
2017-07-21Skinify: Fix crash with access from Search and Repeat Historylijenstina
Bumped version to 0.9.2 Fix the issue reported on the IRC: Setting bl_options to UNDO, INTERNAL since access through the Search Menu or Repeat History will cause a context loss and crash Similar to the solution for the Task 50086
2017-07-21New Feature: Mirror LatticesEugenio Pignataro
2017-07-20FBX exporter: Fix broken non-mesh geometry export.Bastien Montagne
Own mistake in some recent refactor...
2017-07-20brush menus: bug fixes/update by imaginer T52124meta-androcto
2017-07-16Export Unreal Engine Format: Update panel Rename, cleanup, fixeslijenstina
Bumped version to 2.7.1 As a part of the task T50726: Update the Panel rename code to more generic one Pep8 cleanup Replace star imports Consistent property definitions Update wiki link move the register of properties and collections to register function, proper removal on unregister Refactor the exporter as it assigned the operator properties from the scene ones cmp is deprecated in Python 3.x
2017-07-15Fix T51618: Add a warning message override, poll checklijenstina
Bumped version to 1.0.2 Add a poll for the bpy.app.path is not an empty string that can happen if the file is not saved Add and override to the warning_messages that will allow to show up the message no matter what the setting is Small UI fixes
2017-07-14Fix T52054: Regression: Wavefront OBJ Import Fails With Current Builds.Bastien Montagne
2017-07-14node wrangler: use 2.78 in bl_info, to avoid warningsmeta-androcto
2017-07-13Auto Mirror: Cleanup, use a property grouplijenstina
Bumped version to 2.4.2 Pep8 cleanup Moved scene properties to a property group access it through context.scene.auto_mirror remove the properties upon unregister Add poll checks for Mesh objects to operators Add missing operator description Remove the draw function from the AutoMirror operator since it is not used and enabling Undo will not work in this case, since depending on the initial settings it can produce unwanted results
2017-07-13correct displacement descriptionflorianfelix
2017-07-13NW: Add "displace" and "heightmap" keywordsGreg
2017-07-13Fix T52020: Archimesh autohole not workingAntonio Vazquez
The boolean modifier was created but was removed later. This remove is not necessary.
2017-07-12Skinify Rig: Cleanuplijenstina
Bumped version to 0.9.1 Pep8 cleanup Strip trailing empty spaces No other functional changes
2017-07-12ant landscape: fix regenerationJimmy Hazevoet
2017-07-12skinify rig: fixes for rigify by Karab44meta-androcto
2017-07-11Fix T52029: Blender 2.78a doesn't import user properties from FBX file.Bastien Montagne
Customprop handling helper was called with wrong data for objects and bones. Many thanks to Nik S (@proteamer) for spotting the issue, investigating it and finding the solution!
2017-07-11NW: UI cleanup, add todo note for accidental basename matchesGreg
2017-07-11accidently removed my nameflorianfelix
2017-07-11Add user prefs for tag listsflorianfelix
2017-07-11NW: include "height" and "metallic" file name checksGreg
2017-07-11ant landscape: fix noise typesJimmy Hazevoet
2017-07-11NodeWrangler: Auto Texture Setup for Principled BSDFflorianfelix
"Close D2736" This adds an Operator for automatic texture setup for the pricipled shader. Shortcut is ctrl-shift-T
2017-07-10ant landscape fix for noise types part1Jimmy Hazevoet
2017-07-08Sketchfab Exporter: Update panel Renamelijenstina
Bumped version to 1.2.3 As a part of the task T50726: Update the Panel rename code to more generic one Use tuple imports for bpy.types No other functional changes
2017-07-073D Viewport Pie Menus: Fix crashes with align pielijenstina
Bumped version to 1.1.6 Fix crashes with align pie with operators Align X, Y and Z being called from the search menu on non mesh objects by adding a poll check for mesh objects Refactor the 3 operators into one
2017-07-05matlibvx: addons prefs custom file path by stephen-lmeta-androcto
2017-07-053D Viewport Pie Menus: Cleanup, refactor, fix key registerlijenstina
Bumped version to 1.1.5 Pep8 cleanup Remove the pie_origin_cursor.py since it is not needed anymore Part of the T51547: refactor the key unregister code so it matches the official pies Note: using this code was crashing blender because of Bool Tool key registration that left out some lingering keys on unregister reload Also there were some wrong calls with the unregister within the pies themselves Merge some operators where possible (around 7 less in total) and use passing arguments instead Add Enable All / Disable all buttons in the preferences Comment out the code for authors in the init instead of in individual scripts Remove unused imports and cameratoto scene prop Add an icon at end of registrations line Fix several crashes with operators being called out of context
2017-07-04Kinoraw Tools: Remove a leftout debug printlijenstina
Bumped version to 0.5.2 Remove a not needed debug print from the add-on preferences missed in the previous commit
2017-07-03Add Advanced Object Panels: Add Enable. Disable Alllijenstina
Bumped version to 1.1.5 Added two buttons in preferences - Enable and Disable all No other functional changes
2017-07-02Bool Tool: update to version 0.3.7, Fix key registration issueslijenstina
Bumped version to 0.3.7 Part of the T51547: Refactor the shortcuts registering code as it left lingering keys in Object Mode which lead to crashes on reload with add-ons registering keys in that mode like 3D View pies Changing the key registering in 3D View Pie menus to one used in official pies would lead to exceptions and crashing Blender after reload Use bl_description instead of quotes for tips Remove a redundant separator in the Bool Menu Add a few lines to the Help Update wiki link
2017-07-02UI Pie Menu Official: Cleanup, update to version 1.1.5lijenstina
Bumped version to 1.1.5 Pep8 cleanup Remove unused imports - Operator was copy pasted Comment out the code for getting the submodule name instead of commenting out the bl_info entries Add an icon to the End of the Pie activation label Fix several crashes in the Clip Editor Pies related to calling them when the clip was missing Fix crash with Pivot pie when there is no active object