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-24Fix T49791: Distorted curves when importing SVGv2.78ablender-v2.78-releaseSergey Sharybin
2016-10-24SVG importer: Fix typo in commentSergey Sharybin
2016-10-24Fix T49785: Archimesh crash if create material using BI renderAntonioya
In some situations the program creates materials for Cycles when the BI render was selected.
2016-10-19Fix on fk/ik snap operators and functions. In rig_ui_pitchipoy_template, ↵Lucio Rossi
operators did not have the "pole" property and snap functions did not address the "basic" and "pitchipoy" cases separately.
2016-10-19Fix T49476: SVG importer distorts the color informationSergey Sharybin
This is quite weak solution and not happy with it, but should cover most of the use-cases.
2016-10-19minor fix: ORG-teeth.T/B copy_transform to teeth.T/BLucio Rossi
2016-10-19bugfix for T49593: _gen_meshface removes points from a 3DFACE or SOLID if ↵Lukas Treyer
the they share the same location. This was a good a idea but it was not implemented completely. Now it is: faces with overlapping verts get imported as edges if the remaining geometry has only 2 verts. This allows the user to easily select all edges if extraction is needed to make it visible in a rendering. (e.g. select one edge and then choose Select > Select Similar > Amount of connecting edges).
2016-10-19bugfix for T49593: more secure checking for same points in bulgepoly_to_cubicLukas Treyer
2016-10-19[TextureAtlas] fix according to this report for blender 2.78 ↵mifth
https://blenderartists.org/forum/showthread.php?265750-TextureAtlas-create-LightMaps-ShadowMaps-for-entire-scene&p=3106516&viewfull=1#post3106516
2016-10-19Pitchipoy: added IK_follow on super_paw(s). Removed copy_trans constraint to ↵Lucio Rossi
parent target in case main limb bone has no parent
2016-10-19Node Wrangler - limit access for built-in tree typesGreg
Differential Revision: D2262
2016-10-19Rigify: final fixes of super_arm and super_leg ik_follow.Lucio Rossi
Removed: child_of constraints and double matrix mult.
2016-10-19Make blendfile.py reading/parsing slightly more robust/helpful in broken ↵Bastien Montagne
.blend files cases.
2016-09-26Fixes: Snapping functions code cleanupv2.78Lucio Rossi
2016-09-26Fixes: Snapping functions update for new limb typesLucio Rossi
2016-09-26Pitchipoy: remove root parenting from ctrls with IK_follow and child_ofLucio Rossi
2016-09-26Pitchipoy: added super_arm and super_leg w root/parent switchLucio Rossi
2016-09-26Fix 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-22Referance Manual: Fix linksAaron
To be back ported to 2.78
2016-09-22Use 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-22Fix 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-22Manual Reference: add links for object tabAaron
2016-09-22Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-09-14Fix for 2.78rc viewport pies: GP modes & armature fixv2.78-rc2meta-androcto
2016-09-14spacebar menu: fix sculpt mode, write in context sensitive gp edit modemeta-androcto
2016-09-14fix for reg error, tab unreg error, reported by Severin in ircmeta-androcto
2016-09-14Fix: T49346 looptools undo/gpencil deletemeta-androcto
2016-09-14Manual Reference: Fix broken linksAaron
2016-09-14Fix T49338: Export to OBJ add extra space to the texture file name on MTL fileSergey Sharybin
2016-09-14io_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-14Manual Reference: Add links for scene tabAaron
2016-09-14Manual Reference: Update linksAaron
2016-09-14Manual Reference: Update linksAaron
2016-09-14Fix 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-14Fix T43966: Network renderer: In large projects the default set ↵Gottfried Hofmann
socket.timeout was to low.
2016-09-14Fix T46042: Netrender: Slave continues to render frames after cancellation ↵Gottfried Hofmann
by job manager. To be backported to 2.78.
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
2016-08-31view3d pies: fix for prefs conflictsmeta-androcto
2016-08-31view3d pies: workflow fixmeta-androcto
2016-08-30*Added dupli objects (groups,particles,verts, faces but no frames for now)Maurice Raybaud
*Added basic halo for lights
2016-08-30Fix T49197: all virtual leaf bones had same uuid.Bastien Montagne
Kinda odd nobody noticed this so far :/ Also, cleanup: do not loop over key/value of a dict when you only need the keys...
2016-08-29revert open prefs on activate: rBA2a290714da05meta-androcto
2016-08-29official pies: fix regression: now enabled on activationmeta-androcto
2016-08-263d view pie menus: clean up, remove folder structure & unneeded utils.pymeta-androcto