Blender Git Commits

Blender Git "master" branch commits.

Page: 3254 / 5574

March 18, 2013, 22:37 (GMT)
svn merge ^/trunk/blender -r55372:55392
March 18, 2013, 22:28 (GMT)
Grease Pencil UI
The recent addition of the up/down arrows wasn't aligned.

Before/After: http://www.pasteall.org/pic/show.php?id=47512

Patch by Francesco Siddi.

March 18, 2013, 21:45 (GMT)
svn merge ^/trunk/blender -r55357:55372
March 18, 2013, 21:36 (GMT)
rewind 55389 and make this gcc4.6+ only
March 18, 2013, 21:33 (GMT)
Smoke Bugfix /enhancement: Load pre 2.65 pointcaches.

Warning: Just make sure that you DON'T free the cache at any point. This patch can only display existing pointcaches from e.g. 2.64
March 18, 2013, 21:16 (GMT)
fix for build error: "#pragma GCC diagnostic not allowed inside functions"

It works in a newest gcc (e.g. 4.6.3) but fails here:
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build
5658) (LLVM build 2336.11.00)
Revision 95bcb9d by Sergej Reich
March 18, 2013, 20:32 (GMT)
Add capluse bounds drawing

Patch [#34566] by Alain Ducharme (phymec).
Revision 4285c45 by Sergej Reich
March 18, 2013, 20:32 (GMT)
game engine: Increase hard limit for fps property

Patch by Alain Ducharme (phymec).
Revision d5c1a80 by Lukas Toenne
March 18, 2013, 20:27 (GMT)
Added back the custom limits for value properties in standard node socket types, to override the standard range based purely on subtype.
March 18, 2013, 19:59 (GMT)
Node Interface:
* Small tweak to the "Interface" panel for group nodes, move separator into the branch to save some UI space.
March 18, 2013, 19:27 (GMT)
Hopefully blender will compile with strict flags again.
Revision c285f1c by Lukas Toenne
March 18, 2013, 19:19 (GMT)
Use extern "C" when including BKE_node.h in C++ compositor code, to avoid linker errors on windows (undefined NODE_INSTANCE_KEY_BASE).
Revision b2374f8 by Lukas Toenne
March 18, 2013, 19:19 (GMT)
Node poll_instance callback is optional, check if it exists before executing.
March 18, 2013, 18:43 (GMT)
Usual minor UI messages fixes.
March 18, 2013, 18:37 (GMT)
quiet warning about writing to deprecated member with gcc.
March 18, 2013, 18:29 (GMT)
UI fix: drawing disabled buttons now draw OK in all cases.

The old 2.5 code was just drawing a blended rect over buttons, which looks bad
in cases the backdrop is undefined.

Now widget drawing code just draws everything half transparent. Much nicer!
Time for textured backdrops? ;)

March 18, 2013, 18:27 (GMT)
Node Editor / Group UI:
* Add, Move and Remove Socket operators missed a notifier for UI redraw.

Note: ND_DISPLAY seems to be for the Text editor only, according to WM_types.h, but seems to be used in quite a few places.
Time to cleanup notifiers again.
March 18, 2013, 18:25 (GMT)
code cleanup
Revision 57f69f2 by Lukas Toenne
March 18, 2013, 17:24 (GMT)
Added missing stub for uiTemplateNodeSocket.
Revision 061cdee by Lukas Toenne
March 18, 2013, 17:24 (GMT)
Fix for stupid MSVC compiler, float array cast not supported.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021