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-16Merge branch 'master' into fbx_experimentsfbx_experimentsBastien Montagne
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-16Merge branch 'master' into fbx_experimentsBastien Montagne
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
2017-06-07Edit Operator Source: Initial Commit T51711Martin Felke
2017-06-07Add Camera Rigs: Minor Cleanuplijenstina
Bumped version to 1.1.1 Pep8 cleanup Remove some unused variables Add the missing GPL license block Merge the menu append functions into one
2017-06-06Magic UV: Replace deprecated imp call, mode fixlijenstina
Bump version to 4.3.1 Replace the deprecated imp calls with importlib Imports as tuples Some minor cleanup Fix crash with MUV_TexProjProject by checking for edit mode, add a poll for active object of type Mesh Fix crash with MUV_PreserveUVAspect not having an image in the faces loop tex data in certain cases
2017-06-06Fix T51700: OBJ exporter would have inverted normals in some cases.Bastien Montagne
Applying a matrix with non-uniform negative scaling to a mesh requires normals (face winfing) to be inverted back to their original orientation!
2017-06-06Attempt 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-06auto tracker correct versionmeta-androcto
2017-06-05Cell Fracture Crack It: Fixes, clean uplijenstina
Bumped verison to 0.1.1 Pep8 cleanup Replace deprecated imp calls with importlib Small UI changes Make the Panel by default closed Move scene properties to a PropertyGroup they can be accessed with context.scene.crackit Fixed some polling issues related to using Fracture (as the operator will ignore objects that are not processed) causing the operation to fail further on Added an option for using the original names or the Enum ones for the materials shipped in the Blend file More robust error handling Add a button for the wm.addon_userpref_show to open the Cell Fracture add-on if it is not enabled
2017-06-04KinorawToolsAddon: Wiki page fixmeta-androcto
2017-06-04add_advanced_objects: wiki page updatemeta-androcto
2017-06-04space_clip_editor_refine_solution: add wiki page/linkmeta-androcto
2017-06-04space_clip_editor_autotracker: Add Wiki Page. add GPL Blockmeta-androcto