Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2839 / 5574

June 24, 2014, 05:32 (GMT)
Polyfill2d: Correct boundbox check (Fix T40777)
June 24, 2014, 04:53 (GMT)
D319: Freestyle Python scripts update.

This revision is meant to update Freestyle's Python scripts to make full usage
of the new features of Python and Freestyle's Python API.

Freestyle's Python scripts are pretty old already, and were never given much
attention. With the 2.7x generation of Blender coming up, this is an excellent
time to update Freestyle's Python scripts, hopefully adding some new features
and achieving some speed improvements on the way.

Main goals:
* use for loops where possible
* general cleanup, making use of more recent python features (generators,
ternary operator, ect.)
* update the documentation on the way (it's lacking atm)


Differential revision: https://developer.blender.org/D319

Author: flokkievids (Folkert de Vries)

Reviewed by: kjym3 (Tamito Kajiyama)
June 23, 2014, 19:27 (GMT)
OSX: Fix T40749, own mistake for m_lionStyleFullScreen condition
June 23, 2014, 14:56 (GMT)
Fix own typo in temp_data patch, (windows-only)

Don't know when this sneaked in, I did wrote that part of the patch on win VM with MSVC2013... :/

Note: letting asside warnings for now, then should not prevent building anyway.
Revision 647870b by Lukas Toenne
June 23, 2014, 14:37 (GMT)
Use toolbar tabs for node categories instead of just a long list of
panels.

Patch by @Severin (with minor modifications by me). As discussed in
{D535} the node editor does not have real modal operator tools like the
3D view or image editors for instance, so it makes sense to utilise it
this way. Tabs really help in this area due to the large amount of node
types and categories. Further tweaks could be made later if the need
arises.
June 23, 2014, 14:21 (GMT)
BMesh: we actually can set loop indices too while converting from Mesh to BMesh...
June 23, 2014, 12:00 (GMT)
Add ED_paint.h, split out ED_sculpt.h

also rename some functions to match our convention
June 23, 2014, 11:42 (GMT)
T39690: Modifications to Blender's 'temp dir' system.

Current temporary data of Blender suffers one major issue - default 'temp' dir on Windows is never
automatically cleaned up, and can end being quite big when used by Blender, especially when we have
to store per-process data (using getpid() in file names).

To address this, this patch:
* Divides tempdir paths in two, one for 'base' temp dir (the same as previous unique tempdir path),
the other is a mkdtemp-generated sub-dir, specific to each Blender instance.
* Only uses base tempdir when we need some shallow persistance accross Blender sessions - and we always
reuse the same filename (quit.blend...) or generate small file (crash reports...).
* Uses temp sub-dir for heavy files like pointcache or renderEXRs (Save Buffer option).
* Erases temp sub-dir on quit or crash.

To get this working it also adds a working 'recursive delete' to BLI_delete() under Windows.

Note that, as in current code, the 'recover render result' hack-feature that was possible
with SaveBuffer option is still removed. A real renderresult cache feature will be added
soon, though.

Reviewers: campbellbarton, brecht, sergey

Reviewed By: campbellbarton, sergey

CC: sergey

Differential Revision: https://developer.blender.org/D531
June 23, 2014, 09:46 (GMT)
Use specified exception mask for buildinfo

This way we only catch exceptions which we're intended to
and if something bad happens (like missing import due to
refactor or so) we'll see them instantly.
June 23, 2014, 08:33 (GMT)
Fix T40764: Keyframed Render Layers Don't Work as Intended
Revision 8cea610 by Lukas Toenne
June 23, 2014, 07:47 (GMT)
Fix compiler error in Cycles Beckmann sampling precomputation: strict
compiler flags don't allow implicit double -> float casting.

Code was added in rB8fbd71e.
Revision 95d6c01 by Lukas Toenne
June 23, 2014, 06:22 (GMT)
Fix T40756 Select Linked by Particle System matches ignores selected
psys.

This is inconsistent with other comparable cases like materials, where
the active slot is used to define matching objects.
June 23, 2014, 01:07 (GMT)
D605: Fixes for proper handling of wchar_t paths in MinGW.

* Fixed different not-in-sync #ifdef blocks for struct stat variants under Windows.

Comments have been left to indicate the portions of BLI_fileops.h and
BLI_fileops_types.h that need to stay in sync.

* Added BLI_wstat() to de-duplicate #ifdef blocks for stat() variants on Windows.

* Fix for opendir() and associate functions in MinGW not working properly with
non-ASCII, MBCS-compatible paths.

MinGW (FREE_WINDOWS) has opendir() and _wopendir(), and only the
latter accepts a path name of wchar_t type. Rather than messing up with
extra #ifdef's here and there, Blender's own implementations of opendir()
and related functions are used to properly support paths with non-ASCII,
MBCS-compatible characters.

Tested with MSVC 2013 Express, MinGW32 (gcc 4.6.2) and MinGW-w64 (gcc 4.7.1).


Differential Revision: https://developer.blender.org/D605

Reviewed By: campbellbarton
June 22, 2014, 15:16 (GMT)
GTest now works without buildinfo
June 22, 2014, 14:48 (GMT)
add brush icons from paint branch to make diff more manageable for arcanist
June 22, 2014, 14:12 (GMT)
Apply fix for T40745 to extrude_face_region too
June 22, 2014, 13:55 (GMT)
Spelling
June 22, 2014, 08:41 (GMT)
Editmesh: extruding end-point verts now maintains edge-direction

Resolves T40745, where faces from extruded edges had flipped normals.
June 22, 2014, 05:02 (GMT)
Code cleanup: style
June 22, 2014, 05:01 (GMT)
Code cleanup: de-duplicate widget_num_tria, widget_scroll_circle
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021