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-06-03UI Classes Overview: Add the new wiki page linklijenstina
Small update, link the new wiki page in the bl_info
2017-06-03API Navigator: Add Panel items switcherlijenstina
Bumped version to 1.0.4 Minor change Add Panel item switcher toggle that can hide the the drawn elements to save space Rename some variables/props filter and len as they're reserved words
2017-06-03mesh_snap_utilities_line: fix wiki pagemeta-androcto
2017-06-03Add Curve Extra Objects: Cleanup, refactor some codelijenstina
Bumped version to 0.1.2 Pep8 cleanup Consistent property definitions Remove star imports Some small UI fixes Reorder the submenu items types Alphabetically Add Curve braid: merge in the bpybraid and braid scripts since they are relatively small Add Simple Curve - use a property group for scene props Add list of Menus and Panels available in the User Preferences
2017-06-03object_fracture_crack: update wiki pagemeta-androcto
2017-06-02Rigify 0.5: basic and animals metarigs. metarig custom multi-menu. minor wgt ↵Lucio Rossi
reposition and shapes
2017-06-02is key free: add wiki page/fix bl_infometa-androcto
2017-06-02Icon Viewer: update wiki pagemeta-androcto
2017-06-01Rigify 0.5 general maintenance and bug fixingLucio Rossi
2017-06-01Rigify 0.5 general maintenance and bug fixingLucio Rossi
2017-06-01Skinify: Small cleanup, use properties grouplijenstina
Bump version on 0.8.1 Pep8 cleanup Move the properties to a PropertyGroup they can be accessed with context.scene.skinify Properties names and tooltips cleanup Use layout.split for some of the UI code Remove the app.handler on unregister and add an additional check in the init_props function
2017-06-01updated dxfgrabber library: 0.8.1 -> 0.8.4Lukas Treyer
2017-06-01add curves galore: fix for last commitjimmyhaze
2017-05-31Mesh Extra Tools: Add a tooltip for Helplijenstina
The tooltip was missing from the mesh_help operator as the icon can maybe be confusing at first
2017-05-313D Navigation: Update panel Rename, fix the view_pan contextlijenstina
Bumped version to 1.2.2 Pep8 cleanup As a part of the task T50726: Update the Panel rename code to more generic one Small cleanup merge the pan Operators into one fix the error with the invoke context of the view_pan needed INVOKE_REGION_WIN to be passed on
2017-05-31Initial commit matlibvx BI/Cycles materials filesmeta-androcto
2017-05-31update add curves galorejimmyhaze
2017-05-29Bool Tool: Do not hide the panelMikhail Rachinskiy
Do not hide the panel when no selected objects, no good for user experience, greyout instead.
2017-05-28matlib vx fix add/remove from libraryAlfonso
2017-05-28print3d utils: Fix T48213meta-androcto
2017-05-28Sapling addon: Fix T51157meta-androcto
2017-05-28skinify: update to new rigifykarab44
2017-05-27Fix T51627: .mdd & .pc2 exporters never releasing temp mesh data.Bastien Montagne
Based on patch by Kai Kostack (@kaikostack), thanks!
2017-05-27OBJ import: Add basic support for Cycles shaders.Bastien Montagne
This code uses same wrapper as FBX importer to generate a basic nodal shader for Cycles material. Note that not all MTL features are supported, some might be possible to add later though.
2017-05-27Move FBX importer's Cycles material 'convertor' to modules.Bastien Montagne
That way other addons may use it as well.
2017-05-25Bool Tool: various improvementsMikhail Rachinskiy
Brush Boolean now uses add-on solver setting. Reveal hidden geometry before doing any action for Auto Boolean. Tweak popup message for help operator and remove title casing.
2017-05-25Use 2D curve for latheCampbell Barton
Also avoid editmode switch
2017-05-25Fix error accessing photon variablesCampbell Barton
2017-05-25Cleanup: meta-ball dictionary useCampbell Barton
2017-05-25edit tools, EdgeRoundifier, select all & remove doublesmeta-androcto
2017-05-24Add Advanced Objects: Bump to ver. 0.1.3, Cleanup, Fixeslijenstina
Bump version to 0.1.3 Cleanup - some style and UI modifications Improved Tooltips, add missing descriptions Menu and Panel Listing in the preferences Move scene props to init for proper reg - unreg Translate comments into English Fix several bugs with scripts: - Drop to ground: add missing poll for Drop all - Cubester: fix sound generation, missing checks for data move properties to __init__ together with the update functions - Make Struts: add a try block allows the global undo to be restored, fix division by zero error, add missing poll - rope_alpha: fix several crashes with hardcoded names on re-runs make the similation work for new scenes - Circle array: fix (flawed attempt) check for allowed types - Copy2: add check for properties passed, error handling, division by 0 on non mesh copy objects, add a missing poll - Unfold Transition: fix polls for active objects, division by 0 add a warning about selecting an another armature - oscurart_constellation: add a try block, move the prop to init - easy_lattice: simplify enumproperty, polling - Laplacian Lightning: prints are optional, API change to obj.raycast, UI refactor, move winmgr props to scene properties - add_light_template - try block, fix crash with constraints and no camera in the scene
2017-05-24Fix T51594: SVG Importer: circles and rectangles don't get datablocks named ↵Sergey Sharybin
after the original objects
2017-05-23fixed: merging different metaball objects. Commit by Paco García (jfGarcia)Maurice Raybaud
2017-05-23Fix bad import of Rigify legacy modulesSybren A. Stüvel
There is an issue with the construction of module names. Since there is no top-level module "legacy", the `"legacy.%s.%s" % (RIG_DIR, rig_type)` construct fails. Without these fixes, a unittest fails: Start testing: May 23 12:19 CEST ---------------------------------------------------------- 3/18 Testing: script_load_modules 3/18 Test: script_load_modules Command: "/home/sybren/workspace/blender-git/build_linux/bin/blender" "--background" "-noaudio" "--factory-startup" "--env-system-scripts" "/home/sybren/workspace/blender-git/blender/release/scripts" "--python" "/home/sybren/workspace/blender-git/blender/tests/python/bl_load_py_modules.py" Directory: /home/sybren/workspace/blender-git/build_linux/tests/python "script_load_modules" start time: May 23 12:19 CEST Output: ---------------------------------------------------------- Traceback (most recent call last): File "/home/sybren/workspace/blender-git/blender/tests/python/bl_load_py_modules.py", line 231, in <module> main() File "/home/sybren/workspace/blender-git/blender/tests/python/bl_load_py_modules.py", line 226, in main load_modules() File "/home/sybren/workspace/blender-git/blender/tests/python/bl_load_py_modules.py", line 178, in load_modules __import__(mod_name_full) File "/home/sybren/workspace/blender-git/build_linux/bin/release/scripts/addons/rigify/legacy/__init__.py", line 42, in <module> from . import utils, rig_lists, generate, ui, metarig_menu File "/home/sybren/workspace/blender-git/build_linux/bin/release/scripts/addons/rigify/legacy/rig_lists.py", line 76, in <module> rig_list = get_rig_list("") File "/home/sybren/workspace/blender-git/build_linux/bin/release/scripts/addons/rigify/legacy/rig_lists.py", line 47, in get_rig_list rig = utils.get_rig_type(module_name) File "/home/sybren/workspace/blender-git/build_linux/bin/release/scripts/addons/rigify/legacy/utils.py", line 702, in get_rig_type submod = importlib.import_module(name, package=MODULE_NAME) File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: No module named 'legacy' Warning! '/home/sybren/.config/blender/2.78/scripts/startup/pillarsdk/__init__.py' has no register function, this is now a requirement for registerable scripts archimesh: Imported multifiles measureit: Imported multifiles Paths: '/home/sybren/workspace/blender-git/build_linux/bin/release/scripts/modules' '/home/sybren/workspace/blender-git/build_linux/bin/release/scripts' '/home/sybren/.config/blender/2.78/scripts' MeasureIt: Cleaning data ++++++++++++++++++++++++++++++ MeasureIt: Cleaning data Error: Not freed memory blocks: 1, total unfreed memory 0.000214 MB <end of output> Test time = 0.87 sec ---------------------------------------------------------- Test Failed. "script_load_modules" end time: May 23 12:19 CEST "script_load_modules" time elapsed: 00:00:00 ---------------------------------------------------------- End testing: May 23 12:19 CEST
2017-05-23Cleanup: Removed trailing spacesSybren A. Stüvel
2017-05-22Fix incremental saveEugenio Pignataro
2017-05-22initial commit mesh tissue tesselation: T51508 by @Alessandro Zomparelli ↵meta-androcto
(alessandrozompa)
2017-05-22ant landscape, update presetsmeta-androcto
2017-05-22initial commit object_fracture_crack by Nobuyuki Hirakatameta-androcto
2017-05-21Mesh Extra Tools: Update to version 0.33, various fixeslijenstina
Bump version to 0.33 Some Pep8 clean up and general fixes Some UI updates Replace Mesh to wall with a similar results script mesh_edges_floor_plan (for reasons see T51483) It is not 1 to 1 replacement but should be more stable If someone wants to continue development it's absolutely possible to be re-included later on Vertex Align: cleanup and refactor code introduce a stored alignment setting, proper help operator call move the property group to init, remove register call Mesh Check: cleanup Move the UI element draw code from init to the Face/Info select, cleanup mesh_info_select: Add a timer for redraw (not sure if it is the best solution) Add settings remove refresh operator (as edit mode is available) Mesh Edge Tools: remove the Intersect_Line_Face operator, add general error handling fix several crashes with non proper selections passed Select tools - replace deprecated imp call
2017-05-21update materials library vxmackraken
Signed-off-by: meta-androcto <meta.androcto1@gmail.com>
2017-05-21update ant landscapejimmyhaze
2017-05-17mesh auto mirror, clean up line lengthmeta-androcto
2017-05-16viewport pies, edit mode select: remove box buttonsmeta-androcto
2017-05-16viewport pies: fix select pies usabilitymeta-androcto
2017-05-16spacebar menu disable edge intersect local mode: T51322meta-androcto
2017-05-16magic uv: spacebar addon compatmeta-androcto
2017-05-15mesh edit tools, initial fix: T51483meta-androcto
2017-05-15ANT landscape: update/cleanupmeta-androcto
2017-05-14Rigify 0.5 Bone Groups and Selection Sets supportLucio Rossi