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-04-12io_blend_utils: Upgraded BAM from 1.1.3 → 1.1.4Sybren A. Stüvel
Not only updated the wheel, but also updated the py files that originate from the BAM Git repository.
2017-04-12io_blend_utils: Added note about updating this module.Sybren A. Stüvel
2017-04-12Btrace: Major cleanup, reorganizationlijenstina
Bumped version to 1.2.1 Remove star imports Split the bTrace file into two Move the Panel and props code into the new file Pep8 cleanup Change the complicated switcher UI code Bools replace them with one EnumProperty This makes the second PropertyGroup not needed Make optional layout configuration in the preferences Fix the crashes with the Drawing operator Fix several crashes with wrong contexts Some small UI fixes More graceful error handling
2017-04-11Remove unnecessary callGermano Cavalcante
2017-04-10Snap Utilities Line: Calculate the nearest edges in a loop (instead of using ↵Germano Cavalcante
the selection operator) In addition to indentation and rearrangement of some functions
2017-04-10Snap Utilities Line: New arrangement for the properties panelGermano Cavalcante
And also adapted to pep8. Patch of lijenstina. Thanks :)
2017-04-09BoltFactory: Cleanup, Remove star importslijenstina
Bumped version to 0.3.2 Fix star imports Replace the star import of the createMesh with importlib reload in init Pep8 cleanup Fix crash with the Cap head type - props.DIV_COUNT was non existing
2017-04-08mesh_snap_utilities_line: Moved from addons-contrib repositoryGermano Cavalcante
2017-04-08Minor fix: bpy_extras.keyconfig_utils needs to be imported at least once...Bastien Montagne
2017-04-08mesh_extra_tools: fix keymaps (un)registering issues.Bastien Montagne
Using newly-added bpy_extras.keyconfig_utils helper.
2017-04-08Sapling Tree Gen: Cleanup, fix warninglijenstina
Bumped version to 0.3.3 Fix star imports Pep8 cleanup Fix RNA Warning: Current value "0" matches no enum The EnumProperty function were passed an empty list if there were no adequate objects in the scene
2017-04-07LoopTools: Update panel Rename, Cleanuplijenstina
Bumped version to 4.6.7 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
2017-04-07Fix some debug-only code slipped into the previous commitSergey Sharybin
2017-04-07Mesh edit tools: Fix error unregistering addongSergey Sharybin
2017-04-06Add mesh extra objects: Fix reloading geodesic domeslijenstina
Add importlib call properly after F8 reload Remove the star import from the Geodesic init Fix links
2017-04-05Fix T51131: Upgraded BAM to version 1.1.3Sybren A. Stüvel
This fixes T51131 Textures do not get packed when used in particle system For more info, see https://developer.blender.org/diffusion/BAM/history/master/
2017-04-05mesh edit tools: vert align, fix reg errormeta-androcto
2017-04-05mesh edit tools: clean up vert align part1meta-androcto
2017-04-04Edit Tools 2: Temporary disable Vertex align for nowlijenstina
Temporary solution for allowing testing and scripts checks vertex_align script needs cleanup and proper merge Until then, disabling calls to it from init
2017-04-04Magic UV: Fix typoNutti
2017-04-04Edit Tools 2: fix register error, mesh_check cleanuplijenstina
DATA_OP_facetype_select operator was included in mesh_check but was also present in mesh_select_by_type Pep8 cleanup removed the panel draw code as it was already merged in init (displayMeshCheckPanel)
2017-04-03Discard overwriteEugenio Pignataro
2017-04-03Bugfix CollectEugenio Pignataro
2017-04-03New Tool: Collect images.Eugenio Pignataro
2017-04-03magic uv, fix tracker_url and improve word in add-on preferenceNutti
2017-04-03camera rigs, fix warningmeta-androcto
2017-04-03mesh edit tools, update multi extrude, add vertex alignmeta-androcto
2017-04-03magic uv, add wiki linkmeta-androcto
2017-04-02Curve Simplify: Cleanup, remove dead codelijenstina
Bumped version to 1.0.2 Pep8 cleanup imports as tuples Removed two empty Menu classes: CurveMenu and GRAPH_OT_simplifyf and unused UI code Small UI and tooltip fixes Consistent Props declarations TO DO: see if the different Algo UI options can be re-enabled
2017-04-02uv_magic_uv commit to addons release: T51064Nutti
Initial commit to addons release. Task: T51064
2017-04-02initial commit: Skinify by karab44: T51036meta-androcto
2017-04-02development_ui_classes.py commit to addons release: T51103lijenstina
Initial commit to addons Patch Task T51103, 2.79 addon update task T50357 TODO: add a wiki link
2017-04-01camera_dolly_crane_rigs.py commit to addons release: T51067meta-androcto
2017-04-01mesh auto mirror, promote addons release: T50941meta-androcto
2017-04-01Fix T51101: icon viewer addon not working correctly on high DPI displays.Brecht Van Lommel
2017-03-30AnimAll: Update panel Rename, Cleanuplijenstina
Bumped version to 0.8.1 As a part of the task T50726: Update the Panel rename code to a more generic one PEP8 cleanup: Tuple imports and use them for class types instead of the star import Consistent Scene props definitions UI refresh when adding or removing keyframes Fix crash when on delete when there is no keyframes More extensive Clear Animation tooltip Fix a misaligned prop
2017-03-30API Navigator: Cleanup, UI fixeslijenstina
Bumped version to 1.0.3 Pep8 cleanup imports as tuples Removed an empty operator FakeButton too much fuss for a tooltip UI uses embossed buttons set to True Moved the list size filter to the top Moved the PropertyGroup out of register
2017-03-30Update Mesh Edit Tools: T50680meta-androcto
2017-03-30Cleanup: warnings in descriptions (end with '.')Campbell Barton
2017-03-30Fix export pc2 poll functionCampbell Barton
Assumed active object
2017-03-30DXF Exporter: support module reloadingCampbell Barton
Also remove use of register_module
2017-03-29add camera turnaround by Antonioya: T51066meta-androcto
2017-03-29ant landscape presets final list: T51000meta-androcto
2017-03-28Support new UserPreferencesView.ui_scale propertyraa
2017-03-28Cleanup: minor edits to 3ds importCampbell Barton
Use slots for chunk class, no need to use struct module for reading strings.
2017-03-28Remove unnecessary check if classes are registeredCampbell Barton
This should never happen, if it does its a bug elsewhere
2017-03-28RNA manual access add new language linksAaron Carlisle
2017-03-26Add Chain: Cleanup, improve tooltiplijenstina
Bumped version to 0.1.2 Pep8 Cleanup imports as tuples More descriptive tooltip
2017-03-24Layer Management: Update panel Rename, Cleanuplijenstina
Bumped version to 1.5.3 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 Flake8 reports two variables being unused: line 345 - scene line 347 - select_obj Haven't removed them yet as that needs some clarification about their purpose
2017-03-23Bool Tool: Update panel Rename, Cleanuplijenstina
Bumped version to 0.3.6 As a part of the task T50726: Update the Panel rename code to more generic one PEP8 cleanup Reorganize the preferences UI Shortcuts Bool moved from Scene to preferences