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-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
2017-04-17Initial Commit Stored Views: T51228 T50357meta-androcto
2017-04-16Print3D: Update panel Renamelijenstina
As a part of the task T50726: Update the Panel rename code to more generic one update call was missing during register
2017-04-15ANT landscape: Cleanup, remove star importslijenstina
Bumped version to 0.1.5 Remove star imports Imports as tuples Pep8 cleanup Consistent prop definitions Some small UI fixes (use align where possible) Some tooltips and EnumProperty UI names Update links
2017-04-15Initial commit kinoraw_tools by Carlos Padial T51109 T50357meta-androcto
2017-04-15Initial commit Export Paper Model by emu: T51199 T50357meta-androcto
2017-04-15Initial commit add advanced objects: T51110 T50357meta-androcto
2017-04-15Paint Palletes: Cleanup, refactor some codelijenstina
Bumped version to 0.9.2 Pep8 cleanup Remove star imports Imports as tuples Consistent props definitions Refactor the VIEW3D_OT_reset_weight_palette operator and VIEW3D_PT_weight_palette panel removing if else walls Fix crash with trying to save a preset into a non existing path Small UI fixes (introduce the active icon in the palette menu) Update some tooltips Update links
2017-04-14Bsurfaces: Update panel Rename, Cleanuplijenstina
Bumped version to 1.5.1 As a part of the task T50726: Update the Panel rename code to more generic one PEP8 cleanup: Tuple imports and use them for class types Consistent Scene props definitions Update url link Note: Moved the Scene Properties into a PropertyGroup Access them with bpy.context.scene.bsurfaces There are still some possibly unused variables In the future, during a refactor that could be adressed (as they are not all function calls) Fixed some crashes that i got during testing: line 1402: The Remove Doubles treshold calc in one case caused divide by zero - fallback to 0.0001 line 458: Index out of range error line 2955: zero Vector angles If there are some better solutions, these are the places to look
2017-04-14Always prioritize navigationGermano Cavalcante
2017-04-13add mesh extra objects: add triangle mesh: T36524meta-androcto
2017-04-13Revert last commitmeta-androcto
2017-04-13add mesh extra objects: add triangle mesh T36524meta-androcto
2017-04-13Snap Utilities Line: self no longer has the `list_faces` attributeGermano Cavalcante
2017-04-13Revert "Remove unnecessary call"Germano Cavalcante
This reverts commit 1af1c0963a14fba18f642a87394df05f6c8d3128.
2017-04-12io_blend_utils: fixed missing variable in error msgSybren A. Stüvel
2017-04-12io_blend_utils: explicitly reference BAM wheel file, rather than guessingSybren A. Stüvel
The glob + sort approach didn't work reliably enough. Now we're just hard-coding the wheel's filename.