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-20mesh tissue: update to correct sable versionmeta-androcto
2017-06-19Fixed ant_landscape/test.py so that it can be importedSybren A. Stüvel
This allows the `bl_load_py_modules.py` unit test to do its job.
2017-06-19Oscurart tools, fix close panels by defaultmeta-androcto
2017-06-19object skinify: fixes by karab44meta-androcto
2017-06-19ant landscape, fix for last commitmeta-androcto
2017-06-19Add Advanced Objects: Fix pixelate properties errorlijenstina
Bumped the Menu to 1.1.5 Fixed the ommission during the refactor Scene properties cannot be used inside an Operator replaced them with the self ones Removed the pixelate properties from init as not needed Fix the error related to moving drop to ground to a separate add-on - if it is not enabled it will error out No need for a duplicate entry
2017-06-19ant landscape: fix z noise size, various fixesJimmy Hazevoet
2017-06-18Dynamic Sky: Fix paste all stripping slashes, reorder nodeslijenstina
Bump version to 1.0.4 Backslashes went missing Reorder nodes location assignment alphabetically Add-on was renamed to Dynamic Sky1
2017-06-18add_advanced_objects: Delaunay use scipy.spatial when present 18x fasterStephen Leger
2017-06-18lighting_dynamic_sky: bug fixes by bzzt_ploink, stephen-lmeta-androcto
2017-06-17*Removed automatic activation of Add Mesh: extra objects used for 3d ↵Maurice Raybaud
function surface (exported as pov parametric object) *Replaced by a message and easy menu for user to activate it himself to avoid conflicts with other scripts when deactivating POV would also deactivate extras.
2017-06-17Ant Landscape: fix requested ui changesJimmy Hazevoet
2017-06-17Add Advanced Objects: Fix missing import, small cleanuplijenstina
Oscurart Chain Maker was missing from the menu init Small cleanup Remove unused imports Drop To Ground: fix a few issues with the object types crashes Better tooltips, logging and help description Clear the reported variable on reruns
2017-06-16Attempt to fix FBX scaling issues in a different way.Bastien Montagne
Now we offer choices to apply everything in transform, store everyting in FBX scale, or mix both solutions (taking custom export scale and unit scale into account here). This change a bit default behavior, and hopefully will allow to find at least one options working correctly with a given 'other tool' importer. This may address T51704 and T50159.
2017-06-16mesh tissue: update panels by Alessandrometa-androcto
2017-06-16Dynamic Sky: Cleanup, Fixeslijenstina
Bumped version to 1.0.2 Pep8 cleanup add several checks to prevent crashes add a scene prop to store the world name avoid hardcoding the name add some warnings in the Panel
2017-06-15addons final Easter egg commit thanks to draguumeta-androcto
2017-06-15add advanced panels, fix for propertiesmeta-androcto
2017-06-15autotracker: update version, bug fix, Miika Puustinen (miikap) (frivus)meta-androcto
2017-06-15io_convert_image_to_mesh_img fix bl_infometa-androcto
2017-06-15io_convert_image_to_mesh_img: complete rewrite: T51754meta-androcto
2017-06-15add advanced objects: split to 2 folders menu and panelmeta-androcto
2017-06-15POV-Ray: add templates to text editor menu when addon is enabled.Bastien Montagne
2017-06-14Updated Blender ID add-on to 1.3.0Sybren A. Stüvel
2017-06-14mesh tissue: clean up uimeta-androcto
2017-06-14Ant landscape, remove original file: mention rBAfcab90a6a004meta-androcto
2017-06-14ANT landscape: complete update, folder systemJimmy Hazevoet
2017-06-14mesh tissue update by Alessandrometa-androcto
2017-06-14Skinify: Update to new rigify types by karab44: T51036meta-androcto
2017-06-13Edit Tools 2: fix failing poll with mesh_edge_roundifierlijenstina
Bumped version to 0.3.4 Poll was failing when the active object was None
2017-06-11*Added POV Scene Description Language templates to be used by text editorMaurice Raybaud
2017-06-11display tools: add show/hide by typemeta-androcto
2017-06-10Fix T51749 - wrong active node when in groupGreg
2017-06-10Rigify 0.5 fix: metarig datablock naming -> same as objectLucio Rossi
2017-06-10Rigify 0.5 advanced generation options, fixes and improvements. removed ↵Lucio Rossi
CREDITS and README files
2017-06-10BAM: tiny upstream fixSybren A. Stüvel
2017-06-10Updated BAM to 1.1.8Sybren A. Stüvel
This should fix T51692: Blend File Utils - AssertionError
2017-06-10BAM: Don't bundle the dist-info directory.Sybren A. Stüvel
2017-06-10Unpacking BAM wheel into versionless directory.Sybren A. Stüvel
This makes it easier to see what changed when we update to a newer version of BAM.
2017-06-10Unpacked BAM wheel into a directory.Sybren A. Stüvel
This avoids having binary data in the addons repository. I've also added a script that automates this task. It: - wipes any pre-existing unpacked BAM wheel, - unpacks the new BAM wheel, - copies some files from the extracted wheel into the addon directly, - updates the version number of the add-on so that it matches the version of BAM, and - updates the path where the add-on searches for the unpacked wheel.
2017-06-103D Viewport Pie Menus: Fix crash with the Editor Switch Menulijenstina
Bumped version to 1.1.4 Fix the crash in pie_editor_switch_menu linking non existent classes - probably missed in some previous commits Minor cleanup of the long lines Update wiki links
2017-06-10Add Mesh Extra Objects: Update, Fix crash with Wall Factorylijenstina
Bumped version to 0.3.2 Wall Factory: Fix crash with Wall Factory when openings and slots are enabled (unorderable types: opening() < opening()) with the repeat option on as the sort function compared stored classes instead of the numerical values Fix the module not working properly after (F8) reload Cleanup - consistent prop definitions Remove star imports Small UI reorganization to save vertical space The code will probably need some further refactor as the usage of globals is not so clear add_mesh_triangles: cleanup, remove unused vars add missing GPL notice, some UI tweaks, add tooltip add_mesh_pyramid: indentation cleanup add_mesh_beam_builder: add an option to snap to cursor add_mesh_teapot: use defs instead of assigning lambdas (E731)
2017-06-09Fix T51658: Exporting and Importing OBJ Files isn't working.Bastien Montagne
Silly mistake in recent addition of Cycles basic material import...
2017-06-09Fix T51753: Functions expected Polygons in Datalijenstina
Bump version to 0.1.2 Fix the error with passing objects data that didn't have at least one polygon to functions expecting them (like closest_point_on_mesh) added a check for len > 0 Imports as tuples Consistent prop definitions Small Pep8 cleanup Don't use sum as a var name (replaced with sums) Update wiki link
2017-06-08Rigify 0.5 metarig fixes, advanced generation options, code cleanupLucio Rossi
2017-06-08mesh_tissue: close panels by default T50357meta-androcto
2017-06-08turnaround_camera: fix bl_location T50357meta-androcto
2017-06-08measureit: only first panel open by default T50357meta-androcto
2017-06-08ui_layermanager, 1st panel open by default T50357meta-androcto
2017-06-07Edit Operator Source: Add Wiki linklijenstina
Bump to version 1.2.2