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-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
2017-05-14Rigify 0.5 with legacy modeLucio Rossi
2017-05-14mesh auto mirror: close panel defaultmeta-androcto
2017-05-13magic uv: update iconsmeta-androcto
2017-05-13curve extra objects: bounce sprofit catenary update thanks Jimmy Hazemeta-androcto
2017-05-13ANT Landscape: new methods & presetsmeta-androcto
2017-05-12'Invalid'/ self intersecting BMFaces are apparently not added to the bmesh ↵Lukas Treyer
anymore? in the dxf importer there is a section that tests for selfintersecting quad faces and removes them; but here I now get an error, that the face has been removed.So for now I just wrap it in a try/except clause to make it work across several versions?
2017-05-12Stored Views: cleanup, refactor, various fixeslijenstina
Bumped version to 0.3.6 Pep 8 cleanup Remove the logger setup, uncomment the log calls in the sripts Replace deprecated imp call with importlib Add AddonPreferences settings importers, draw update Fix crash with New Camera To View if there is no object present Fix import, export BLSV crashes: No file was selected during import Pickle crashes during export with Vectors, Quaternions Crash with import if the scene wasn't initialized Finish the IO user interface switchable from the preferences Finish Import from an another scene - scene selection was missing making the feature not working Replace type comparisons with isinstance Fix the 3D view text alignment so it doesn't show bellow the properties area Fix the 3d view draw crash when opening the File Browser Fix crash with Material enum missing in DisplayData
2017-05-11[TextureAtlas] Small fix for console according to this report ↵mifth
https://blenderartists.org/forum/showthread.php?265750-TextureAtlas-create-LightMaps-ShadowMaps-for-entire-scene&p=3181636&viewfull=1#post3181636
2017-05-11booltools: fix spacebar menu compatmeta-androcto
2017-05-07Curve Extra Objects: update bounce splines by Jimmy Hazemeta-androcto
2017-05-06Light Field Tools: Update panel Rename, cleanup, fixeslijenstina
Bumped version to 0.3.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 Add the missing property deletion on unregister Fix crashes with missing brackets around CANCELLED Add an name to the generated Empty handler Update wiki link
2017-05-05Archimesh: Update panel Rename, replace deprecated imp calllijenstina
Bumped version to 1.1.4 Replace the deprecated imp import with importlib As a part of the task T50726: Update the Panel rename code to more generic one Note: there is the import sys and os that should be maybe removed
2017-04-29MeasureIt: Missed needless from import in previous commitlijenstina
Like the title says, AddonPreferences was called separately Note: there is the import sys and os that should be maybe removed, however that needs more checking Sorry for the noise
2017-04-29MeasureIt: Update Panel Rename, replace imp calllijenstina
Bumped version to 1.6.9 Imports as Tuples Replace the deprecate imp call with importlib As a part of the task T50726: Update the Panel rename code to more generic one
2017-04-29Fix T51338: Add an offset to the internal thread, validatelijenstina
Bumped version to 0.3.3 The crash was in Create_Internal_Thread_End_Verts Possibly creating vert coord with the same values added a small random offset to the x and y in the case j == 0 Added a mesh.validate with a print function in case of failures as I'm not sure that the generator will produce valid results all the time The print function will tell that something is wrong though Removed a reduntant for loop - in range(1) Small cleanup
2017-04-26advanced objects aggregate mesh updatemeta-androcto
2017-04-25curve extra objects: bounce spline, spirofit, catenary updatemeta-androcto
2017-04-25matlibvx: revert ui changesmeta-androcto
2017-04-24Initial Commit materials library: T51230 T50357meta-androcto
2017-04-24Is key Free: Use property group for Scene propslijenstina
Bumped version to 1.0.2 Move the scene properties into a separate group The props can be accessed through bpy.context.scene.is_keyfree
2017-04-22snap utils, default tab name: T50357meta-androcto
2017-04-22Oscurart Tools, default Tab name: T50357meta-androcto
2017-04-22Sculpt Paint Brush Menus: cleanup, refactor, various fixeslijenstina
Bumped version to 1.1.4 Remove the Utils folder and move it to file utils_core Remove star imports and replace them with namespace Remove unused imports Use importlib for reloading files Add customization to the brushes (column size, 3 types of menus) Remove the VIEW3D_MT_Brush_Selection1 menu Remove versioning code Add some helper functions in utils_core Fix crash with poll functions get_mode if no active object Fix several crashes with unlinked missing active brush (hope i got it all) Move the shortcut register to the init Update wiki link NOTE: Remove unused operators and functions Part of it is something to do with properties creation Haven't seen the code used anywhere so it was removed If it is needed for something it could be restored later
2017-04-22animated render bake: T50357meta-androcto
2017-04-22add chain, remove, merged advanced objects T51110 T50357meta-androcto
2017-04-21io_blend_utils: updated blender-bam 1.1.5 → 1.1.7Sybren A. Stüvel
2017-04-21clip editor refine, change addon categorymeta-androcto
2017-04-21Initial Commit auto tracker by frivus T50546 T50357meta-androcto
2017-04-21Add curve extra objects: update curves galore, spirofit, thanks Jimmy Hazemeta-androcto
2017-04-21io_blend_utils: updated BAM 1.1.4 → 1.1.5Sybren A. Stüvel
2017-04-19Node Wrangler: Add Principled BSDF supportGreg
2017-04-19[FEATURE] Use invoke default for solve operator call for better feedbackStephen Leger
2017-04-18Spacebar Menu: Fix Brush menu in Paint modelijenstina
Bumped version to 1.8.5 Fix the brush menu being broken by the missing brush attribute in Texture Painting mode before adding the UV map and the Paint Slot The bug is also in Blender's UI (from which the code is derived) Some small fixes - add a check to wire all Operator Update wiki link
2017-04-17Revert "Initial release"Stephen Leger
This reverts commit 754081ae6b100e7bd288da7e72496b4d3768b5ca.
2017-04-17Initial releaseStephen Leger
2017-04-17Initial releaseStephen Leger
2017-04-17Initial Commit Render Clay: T51229 T50357meta-androcto