Blender Git Commits

Blender Git "master" branch commits.

Page: 3019 / 5574

November 30, 2013, 04:57 (GMT)
Math Library: add functions cross_poly_v2, cross_tri_v2

also added utility macro for removing elements in the middle of an array
November 30, 2013, 02:34 (GMT)
Fix T36804: the property sensor when set to interval was causing a memory leak

The property sensor was using CValue::FindIdentifier(), which does an AddRef(). However,
the property sensor was not calling Release() when it was done with the value. This could
cause more leaks when used in conjunction with the copy property actuator since it would
really throw off ref counts.
November 29, 2013, 22:32 (GMT)
Fix T37566: KX_GameObject.resumeDynamics() was not properly restoring collision groups and masks.
Revision 72272d2 by Gaia Clary
November 29, 2013, 22:13 (GMT)
D54: Added a filepath attribute to the read_homefile operator.

This attribute allows to open a blend file as an alternative
start-up file. The attribute is only available from python.
This is an example call:

bpy.ops.wm.read_homefile(filepath='path/to/a/file.blend')

This patch also changes readfile.c to ensure that unintentionally
stored cursor states are not imported from the loaded file.
November 29, 2013, 20:13 (GMT)
Woo Hoo. First git commit.

Changes for VC2013

Now, I can build Blender with VC2013 with Cycles, Collada, OpenExr,OpenImageIO disabled. Also, you need VC2008 sp1 installed to make old libs compatible.
November 29, 2013, 19:38 (GMT)
Remove some extraneous glEnableClientState/glDisableClientState. This
part of the code is not interleaved with immediate mode drawing so they
are not necessary.
November 29, 2013, 17:26 (GMT)
Image wrapping for plane track in clip editor

Summary:
Now it's possible to assign an image to plane tracks
in clip editor. This image is only used for display
in clip editor and this image is being warped into
the plane track rectangle.

Main purpose of this is to get early feedback about
how good image warping matches the footage, before
clip goes to the compositor.

Pretty much straightforward change: just compute
homography from undeformed normalized frame corner
coordinates (unity square) to plane marker corners
and apply this matrix to opengl stack.

Still could improve behavior when perspective
plane transform is degenerate, but that's not so
much critical for now i'd say.

Reviewers: brecht, campbellbarton

Reviewed By: brecht

CC: sebastian_k

Differential Revision: https://developer.blender.org/D57
November 29, 2013, 17:16 (GMT)
Move 2.6x versioning code to own file

Summary:
Makes readfile.c more clear and easier to navigate in.
We would need to do such a move when we'll do 2.70 bump
anyway. So better be prepared.

In fact, as soon 2.70 bumo is done i would think we'd
better create versioning_270 file and do version code
there. Otherwise readfile.c will grow up dramatically
again.

Reviewers: brecht, campbellbarton

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D60
November 29, 2013, 16:49 (GMT)
Fix errors and inconsistencies in confirmation popup removal.

* Improve some clip editor messages
* Remove popup for metastrips, seems unnecessary
* Renamed some variables for consistency
* Avoid unnecessary call to CTX_DATA_COUNT

Reviewed By: sergey, campbellbarton, aligorith

Differential Revision: https://developer.blender.org/D44
November 29, 2013, 16:49 (GMT)
File Browser: autocomplete keeps focus in the file field when entering a folder.

There is a bunch of internal refactoring going on too:
* No longer use operators to handle these directory and file fields, only makes
things more complicated than they should be.
* Handle autocomplete partial/full match deeper in the UI code
* Directory field still does not keep focus, that's for another time to fix,
you can already do pretty quick keyboard only navigation with the file field.

Reviewed By: elubie

Differential Revision: https://developer.blender.org/D29
November 29, 2013, 16:41 (GMT)
Correction to previous commit

Better just use "strip", to be sure rn is also stripped.
This also corresponds to what happens with popen() results.
November 29, 2013, 16:27 (GMT)
Better removal of n in hash with rstrip
November 29, 2013, 16:18 (GMT)
Cycles OSL: fix mistake in recent refactoring, parameters are not set before setup.
November 29, 2013, 16:04 (GMT)
Fix scons compile after last commit ( unwanted new line )
November 29, 2013, 12:44 (GMT)
Buildinfo: suppress error prints when building local branches

Before this console output contained messages about branch is not
configured to use any upstream branch which is not useful information
at all.
November 29, 2013, 05:01 (GMT)
Fix T37149: Macros store settings from a cancelled operation
November 29, 2013, 04:26 (GMT)
Fix T37407: removing cd-layer didn't set the active layer correctly
November 29, 2013, 04:26 (GMT)
Code cleanup: avoid using function calls within macros
November 29, 2013, 03:01 (GMT)
Cycles OSL: refactoring to remove all dependencies on builtin OSL closures.

These were removed in new OSL versions. We only used these as base classes,
not using them at all simplifies the code a bit.
November 28, 2013, 23:15 (GMT)
Fix own regression - adding a grid had rotated face.

some scripts depended on uv's default values
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021