Blender Git Commits

Blender Git "master" branch commits.

Page: 3079 / 5574

September 9, 2013, 20:23 (GMT)
Fix #36641: maya key configuration shift + LMB drag border select did not work
anymore. This broke after the change to make holding shift deselect with B key
border select in the regular Blender keymap.
September 9, 2013, 20:22 (GMT)
Usual UI messages fixes...
September 9, 2013, 18:39 (GMT)
Attempt fix for #36688.

Curves may not be not initialized when called from python. C code
explicilty says that curvemapping_initialize should be called prior to
evaluating the curve, however the curve clip rectangle is not available
when calling evaluation on the curvemap. This is not possible unless we
force the evaluation on CurveMapping level, not on CurveMap level.

For now just pass a rectangle with the x boundary values of the curvemap
for evaluation to avoid the crash.
September 9, 2013, 18:00 (GMT)
Fix #36692: crash with split viewer compositing node and rendering. Only one viewer
node should write to the viewer image, the logic to check this was wrong, now made
it the same as the viewer node.
September 9, 2013, 17:26 (GMT)
OSX/Scons/clang: compilefix for libmv, as discussed with brech just globally
September 9, 2013, 16:55 (GMT)
Fix #36593: crash duplicating window on OS X in some situations. User data
should be set before GHOST_SetWindowState, since this may generate an event.
September 9, 2013, 16:24 (GMT)
OSX/clang5: revert 59960, todo: make it global
September 9, 2013, 15:45 (GMT)
OSX/clang5: fix broken compiling
September 9, 2013, 15:34 (GMT)
Some more fixes to missing look initialization
September 9, 2013, 14:26 (GMT)
3D View / UI:
* Save some space in the "Curve Display" panel.

Patch by Sebastian König, thanks!
September 9, 2013, 14:23 (GMT)
Film response looks:

* Reorder list a bit to put brands together
* Move looks menu below views
* Rename camera_response to film_response folder, to make clear that these
are photographic film types, not camera models
September 9, 2013, 14:23 (GMT)
Fix #36682: disable shift+backspace shortcut to delete all text in text fields,
it's too easy to hit accidentally and isn't a standard shortcut. Deleting all
text is quite easy by just pressing backspace right after clicking the text
field anyway.
September 9, 2013, 12:15 (GMT)
Fix OpenCL build error.
September 9, 2013, 12:15 (GMT)
Fix libmv build error on OS X with Xcode 5.
September 9, 2013, 11:55 (GMT)
Create/delete keyframe for motion tracks in clip editor

Use I to create a new keyframe, Alt-I to remove the ketframe.
September 9, 2013, 11:40 (GMT)
Avoid using "bundle" in condole message print

According to bf-vfx the word "bundle" was confusing
for artists.
September 9, 2013, 11:37 (GMT)
Enable vertex snapping to bundle positions

This means it's possible now to snap stuff to
reconstructed tracks positions.
September 9, 2013, 09:48 (GMT)
Film response curves implemented as a looks

This commit implement's OCIO's Looks idea which
is about applying some color correction on the
buffer before it get's affected by a display
transform.

This is mainly used to modify images in an
artistics way.

Currently we've got looks generated from film
response curves for all sorts of cameras.

Patch by both of me and Brecht.
September 9, 2013, 09:33 (GMT)
fix [#36685] crash calculating tangent space data on degenerate geometry

the error was that the range check was done on the float before converting to an int.
now convert to and int first and ensure a valid range on that.
September 9, 2013, 08:50 (GMT)
Fix own mistake in one of previous commits

Was overriding list's link next/prev after it was
added to the list.

Also, no need to set next/prev to NULL when adding
a link to the list.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021