- Dec 21, 2014
-
-
Bastien Montagne authored
Thanks to Squashwell (Harrison Nordby) for org report and patch.
-
- Dec 20, 2014
-
-
Bastien Montagne authored
-
- Dec 19, 2014
-
-
Bastien Montagne authored
-
Bastien Montagne authored
-
Bastien Montagne authored
-
- Dec 12, 2014
-
-
Bastien Montagne authored
Looks like FBX allows corruption in its 'database', like UIDs only existing in Connection table, and just ignores it. When in Rome...
-
- Dec 09, 2014
-
-
Sergey Sharybin authored
Filled paths implies having final 'z' command to close the path.
-
- Dec 08, 2014
-
-
beta-tester authored
mod add-on to be ready for "BMVert/Edge/FaceSeq.ensure_lookup_table now needs to be called before int subscription" https://developer.blender.org/rB785b90d7efd048a3c6d586db3760ef31fb41b1ca
-
Campbell Barton authored
-
Tamito Kajiyama authored
name (the old one was more like a description rather than a name).
-
Tamito Kajiyama authored
This patch implements SVG exporting to Freestyle. This feature is implemented as an add-on, and can be enabled in the user preferences (render section). Current features of the exporter include: * a user interface. * integration with the parameter editor and some of its settings, in particular: color, transparency, thickness, visibility, stroke caps, and dashes. * support for animation. * some extra attributes that make manipulation of the exporter's result in Inkscape easier. * the ability to export fills (a closed external contour with the underlying material's color). Differential revision: https://developer.blender.org/D785 Author: flokkievids (Folkert de Vries) Reviewed by: campbellbarton (Campbell Barton), sergey (Sergey Sharybin), dna (Dan Eicher), kjym3 (Tamito Kajiyama) Contributor: hva (francesco fantoni)
-
- Dec 05, 2014
-
-
Campbell Barton authored
This is no longer available for Debian, use SSLv23 as suggested.
-
- Dec 02, 2014
-
-
Daniel Salazar authored
Adding a couple of missing undo calls to the paint palette addon. Should ave done this a long time ago.
-
- Nov 27, 2014
-
-
Bastien Montagne authored
-
- Nov 25, 2014
-
-
Campbell Barton authored
also minor cleanup
-
- Nov 20, 2014
-
-
Bastien Montagne authored
This does by no mean handle complex setups, but most common basic situations should be read correctly, and it's much more user-friendly!
-
Bastien Montagne authored
-
Bastien Montagne authored
Looks like FBX's 'Root' bone is same as our armature object?
-
- Nov 19, 2014
-
-
Bartek Skorupa authored
Last change in keycap item broke ability to show hotkey list in Add On preferences. Now it's fixed.
-
- Nov 17, 2014
-
-
Greg Zaal authored
In the compositor, double click on the backdrop image to set the tile center of Viewer nodes to that point.
-
- Nov 15, 2014
-
-
Campbell Barton authored
thanks to Tintwotin
-
Campbell Barton authored
-
- Nov 13, 2014
-
-
Bastien Montagne authored
Just use 'new' inverted_safe() everywhere we are not 100% sure the matrix is invertible...
-
- Nov 10, 2014
-
-
Bastien Montagne authored
Patch by sybrenstuvel (Sybren Stüvel), with own tweaking (main issue was, fcurve needs to be updated when you have changed their keyframes), thanks!
-
Nikolaus Leopold authored
Review and minor cleanup by Bastien Montagne (mont29). Note: this addon would need a full complete style cleanup. :/ Differential Revision: D874
-
- Nov 09, 2014
-
-
Daniel Salazar authored
-
- Nov 08, 2014
-
-
Campbell Barton authored
-
- Nov 07, 2014
-
-
Bastien Montagne authored
Thanks to Campbell for the headup.
-
Bastien Montagne authored
Add poll funcs to prevent using fracture op with non-mesh objects.
-
- Nov 06, 2014
-
-
Campbell Barton authored
-
- Nov 01, 2014
-
-
Bastien Montagne authored
Yet another big breakthrough in FBX fantastic transformation handling! And yet another hacking parameter to get things imported better. Anyway, many thanks to artgolf1000 (Mingfen Wang) for finding that hack!
-
- Oct 30, 2014
-
-
Martin Buerbaum authored
* Fixed value update in sidebar when drawing of lines was disabled. * Fixed display of wrong edge lengh in edit mode (context.active_object was wrong) * Added callback removal thanks to Daniel Ashby (hopefully this finally works :-D) https://gitorious.org/blender-scripts/blender-measure-panel-script/commit/5a265e7ceb87b01ab98256c4109a9777730242c8 * PEP8 fixes
-
- Oct 29, 2014
-
-
Campbell Barton authored
-
Bastien Montagne authored
Fix a minor UI issue when object has animdata but no action, raise Blender version, add addon version.
-
Sybren Stüvel authored
Also simplified the code. There were a few things that were explicitly coded while there are Python builtins that perform the same operation (and do it faster). Reviewed by mont29 (Bastien Montagne).
-
Bastien Montagne authored
Note sapling code probably has other places where that kind of issues may happen, would need a full recheck, but that's outside of scope of basic bugfix. Patch by mangostaniko (Nikolaus Leopold) with minor changes, thanks! Revision: D844
-
- Oct 21, 2014
-
-
Bartek Skorupa authored
Node Wrangler now works in all node tree types. Previously it was disabled for texture nodes and for blender render material nodes because in those node types it was giving more errors than advantages. Now it works everywhere.
-
Lukas Treyer authored
FIX T42252: Arcs are scaled correctly now. The scale factor now also accepts comas, not only points (comas are being replaced by points internally).
-
Lukas Treyer authored
Proper error message for DXF versions below AC1009. Users get notified that DXF files with version below AC1009 (DXF12) are not supported. This is because there is not enough documentation available for those versions. Users with files that old are kindly requested to export their projects to newer versions. In some cases it might also work to just replace AC1006 (or anything below AC1009) with AC1009 directly in the DXF.
-
Bastien Montagne authored
-