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-10-02Archimesh: Remove unused parameters added in previous fixAntonioya
Some parameters not used were included by error in previous commit
2016-10-02Fix T49533: Archimesh does not display all dimensions when last wall closes roomAntonioya
When the end of the last wall was equal to the close wall, the dimensions were not displayed. The problem was related with the precision in the point calculation. Some code cleanup was done too.
2016-10-02Archimesh: Replace textAntonioya
The word advance must be advanced
2016-10-01MeasureIt: New option to hide unit of measurementAntonioya
A new option to hide unit of measurement in the viewport
2016-09-30MeasureIt: Cleanup codeAntonioya
Clean and reformat code for better reading
2016-09-30Node Wrangler - Reset node by @poor & @zeffiiGreg
Differential Revision: D2129
2016-09-30Node Wrangler - limit access for built-in tree typesGreg
Differential Revision: D2262
2016-09-28Rigify: final fixes of super_arm and super_leg ik_follow.Lucio Rossi
Removed: child_of constraints and double matrix mult.
2016-09-26Make blendfile.py reading/parsing slightly more robust/helpful in broken ↵Bastien Montagne
.blend files cases.
2016-09-23Fix T49432: Archimesh crashes blender when room height info changedAntonioya
Vertex data was not available when reading the for creating floor or ceiling.
2016-09-22Fix T49412: We do not support FBX 7500 and above, at least properly report ↵Bastien Montagne
it to users. Those ... people? at AD changed the whole format on binary level it'd seem, even low-level, binary parsing is broken with those files, nothing else to do but go back to binary hacking/inspection of new files if we want to support them... will let that to someone else, FBX has successfully exhausted my patience since years already, even all the backup emergency reserves I had.
2016-09-22Fixes: Snapping functions code cleanupLucio Rossi
2016-09-22Fixes: Snapping functions update for new limb typesLucio Rossi
2016-09-21Referance Manual: Fix linksAaron
To be back ported to 2.78
2016-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-09-15Small fixAaron
2016-09-15Use relative importSybren A. Stüvel
This way the import statements remain the same in both Blender's io_blend_utils module and BAM.
2016-09-15Fix T49357: OBJ importer cannot deal with texture names with spaces.Bastien Montagne
OBJ/MTL does not support spaces in filenames, but... users keep using them - and other exporters keep failing at being smart for the user here (like, replacing spaces with underscore etc.)... So now, when last part of a texture line is not giving any valid found image, we try backward adding more pieces to image filename until we find some existing file (hopefully). But again: please do not use spaces in filenames for OBJ, **THIS IS NOT SUPPORTED**!
2016-09-14Fix for 2.78rc viewport pies: GP modes & armature fixmeta-androcto
2016-09-14Fix: T49346 looptools undo/gpencil deletemeta-androcto
2016-09-13Manual Reference: Fix broken linksAaron
2016-09-13add import os to files moduleEugenio Pignataro
2016-09-13spacebar menu: fix sculpt mode, write in context sensitive gp edit modemeta-androcto
2016-09-13fix for reg error, tab unreg error, reported by Severin in ircmeta-androcto
2016-09-13Fix T49338: Export to OBJ add extra space to the texture file name on MTL fileSergey Sharybin
2016-09-12Pitchipoy: remove root parenting from ctrls with IK_follow and child_ofLucio Rossi
2016-09-12Pitchipoy: added super_arm and super_leg w root/parent switchLucio Rossi
2016-09-12pie menus addon revert last commitmeta-androcto
2016-09-123d view pies: Fix for missing grease pencil edit mode. fix layout. by ↵meta-androcto
italic/meta-androcto
2016-09-11texture Normal_factor divided furtherMaurice Raybaud
2016-09-11Fix: Normal factor correctedMaurice Raybaud
2016-09-11fix reconst mesh uv creationEugenio Pignataro
2016-09-09Manual Reference: add links for object tabAaron
2016-09-09io_blend_utils: added BlendFileBlock.dna_type_name propertySybren A. Stüvel
Just to make it easier to get to the name of the DNA type from other Python scripts.
2016-09-08Manual Reference: Add links for scene tabAaron
2016-09-08Manual Reference: Update linksAaron
2016-09-08Manual Reference: Update linksAaron
2016-09-06Fix T49270: UV Export layout broken since new datablock handling.Bastien Montagne
RNA API to remove datablocks has been unified, no more implicit unlinking is done like it used to be for some types (most notably Scenes)...
2016-09-05Fix T43966: Network renderer: In large projects the default set ↵Gottfried Hofmann
socket.timeout was to low.
2016-09-05Fix T46042: Netrender: Slave continues to render frames after cancellation ↵Gottfried Hofmann
by job manager. To be backported to 2.78.
2016-09-05Small tooltip fixAaron
2016-09-04BoolTool: Cleanup, remove unused codeMikhail Rachinskiy
2016-09-03fix color ramp regression, fix node positioningmeta-androcto
2016-09-03Materials Utils: Update to Mix Nodes, report switchlijenstina
Changes mostly touching materials_cycles_converter Add color mix nodes tree between images and shader input Add a scene prop for switching off the report in the UI Remove the preferences conv_path entry it's not used Remove the Value to RGB node for now (adding it properly needs an refactor) Change the placement of the texture nodes (hidden if > 1)
2016-09-01fix class namesv2.78-rc1meta-androcto
2016-09-01official pies: fix shift/a bug report by sebastian__k in ircmeta-androcto
2016-09-01Bool Tool: Fix T49205Mikhail Rachinskiy
2016-09-01Bool Tool: Unify and simplify code for direct booleansMikhail Rachinskiy
2016-08-31Fix T49134 - Sort node menus to match blenderGreg
Also: * update texture node list (and make names consistent with blender (ending int 'Texture')) * rename variable 'type' (which is a python keyword)
2016-08-31looptools: fix T48102meta-androcto