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
2016-08-26official pie menus: clean up, remove folder structure & unneeded utils.py ↵meta-androcto
includes revert: rBA2a290714da05
2016-08-26Cleanup and fixes to mesh_discombobulatorlijenstina
Run Flake8 on __init__ and mesh_discombobulator Clean up the bl_info (the scipt is now a module) Moved the discombobulator props to a separate property group Removed the duplicate entries of props in the script Added poll functions for discombobulator operators Used a prop_dialog instead of popup Moved the execution operator from draw to execute Added a remove all doodads option Moved the list of doodads from the label to a separate menu Expanded on Usage Information to cover more limitations and changed it to a menu Limit the repeat protusions to 4 instead of 10 (There is no RAM and CPU big enough in the world to take all in the hubris of unrealistic ambitions)
2016-08-23*added: write pov console to a log read by Blender consoleMaurice Raybaud
*fix: area_illumination syntax updated to fix bug in area lights *fix:sphere sweep was buggy (bezier curve would'nt export) *several curves in one blender object can now export Thanks Lanuhum *fix:hair with no material slot would'nt export *fixemodifier like subsurf or mirror over curves wouldn't export, now trying to convert to mesh *fix:meshes with 0 vertices wrote a bad file, now create a dummy 0 radius sphere *fix: export visible layer only was broken
2016-08-22revert part last commitmeta-androcto
2016-08-22pie menus: add auto drop down upon activationmeta-androcto
2016-08-22Manual: Fix linksAaron
2016-08-20related to the latest file in T48806 I found a small bug, which is fixed ↵Lukas Treyer
now. Also dxfgrabber seemed to be incomplete in the last commit.
2016-08-20Cleanup with Flake8, fix a bug with wrong variable namelijenstina
Cleanup the PEP8 warnings Remove unused variables Fix a bug with Curve Proportional Edit (wrong named variable)
2016-08-20tiny cad: remove read me filemeta-androcto
2016-08-20bool tool: cleanup addons preferencesmeta-androcto
2016-08-19Fix T49090 - NW broke some color wheel drawingGreg
Thanks to @Severin for help on IRC :)
2016-08-18Archimesh: fix normals of wall with peaksAntonioya
2016-08-17object boolean tools: clean up addons preferences uimeta-androcto
2016-08-17ant landscape: code cleanup, fix for marble noise thanks @jimmyhazevoetmeta-androcto
2016-08-16updating to newest version of dxfgrabber; needed for further updates ↵Lukas Treyer
regarding inf.0 problem.
2016-08-15light field tools: unify change tab categorymeta-androcto
2016-08-15boolean tools: unify change tab category, cleanup addons preferencesmeta-androcto
2016-08-15looptools: unify change tab categorymeta-androcto
2016-08-15bsurfaces: unify change tab categorymeta-androcto
2016-08-153d print toolbox: unify change tab categorymeta-androcto
2016-08-15sketchfab io: unify change tab categorymeta-androcto
2016-08-15psk io: unify change tab categorymeta-androcto
2016-08-15animall: unify change tab categorymeta-androcto
2016-08-15archimesh: unify tab categorymeta-androcto
2016-08-15measurit: unify change tab categorymeta-androcto
2016-08-15layer manager, unify change tab categorymeta-androcto
2016-08-153d navigation cleanup: unify change tab categorymeta-androcto
2016-08-15materials utils: fix save file path as preferencemeta-androcto
2016-08-14Various Fixes - Mostly Cycles Converterlijenstina
Add missing descriptions for props Some additional notes in the converters User Guides Added a workaround for custom screen layouts The old code accessed the UV editing screen without checking it's existence in screen layouts The workaround temporarly sets the context to IMAGE EDITOR Added a texture paint sculpt mode Adding a blank image for texture paint slot ( still needs proper naming for multiple materials ) Fixed the texture node frame logic Fixed the loading of texture nodes from images that are not baked Fix the texture coordinates location Add frame for them Add exceptions for creation of links Added an another prop setting for using uv unwrap Fixed an issue with possible crash during unwrapping
2016-08-13Fix T46150: FreeStyle: SVG Export won't fill ContoursFolkert de Vries
The issue was a change in defaults introduced in https://developer.blender.org/rBA861519e44adc5674545fa18202dc43c4c20f2d1d The fix is to use the old default in older (<= 2.67) versions.
2016-08-13Freestyle SVG export: handle relative pathsFolkert de Vries
Previously, relative paths were not handled well. The result was an error in the console and no output at the expected location. The path resolving order is as follows: * use the given path (scene.render.frame_path()) when it is absolute * otherwise, try to join with the current blendfile's location * otherwise, try to join with the folder from which blender was called Tested on linux, but not on Windows
2016-08-13NW: Fix infinite loop with nested framesGreg
2016-08-13Remove numpy import from mesh_carverlijenstina
Seems that is not used anywhere in the script Testing didn't show any errors neither running Flake8
2016-08-12NW: fix layout errorsGreg
Forgot to check for active node and tree type.
2016-08-12MeasureIt: Cleanup - Remove unnecessary lineAntonioya
2016-08-12MeasureIt: Add text to panelAntonioya
2016-08-12Change VersionEugenio Pignataro
2016-08-12materials utils, Fix for node treesmeta-androcto
2016-08-12update oscurart tools: clean up & restore functions thanks lijenstina, oscurartmeta-androcto
2016-08-12Fix: T49025 ivy gen invoke thanks @batfingermeta-androcto
2016-08-12fix for typo in nurbs presetsmeta-androcto
2016-08-11Manual Access: Add new displacement optionsAaron
2016-08-11Manual: Fix LinksAaron
2016-08-11mesh_carver: fix broken scaling of profile brushPhilipp Oeser
2016-08-11NW: Bump version, add @poor as AuthorGreg
2016-08-11Node Wrangler: Some more checks for Save This ImageGreg
2016-08-11Node Wrangler: Check if viewer node existsGreg
2016-08-11Node Wrangler: Rewrite Copy Settings functionGreg
Fixes a bug with frames, selects only the source node afterwards, reports info. From D2129 by @poor
2016-08-11bsurfaces: fix for undo, fix for u,v resolutionmeta-androcto
2016-08-10code cleanup: curve extra objects thanks @batfingermeta-androcto