Blender Git Commits

Blender Git "master" branch commits.

Page: 3012 / 5574

Revision 71d5fe2 by Joshua Leung
December 11, 2013, 03:19 (GMT)
Fix incorrect comment - copy and paste error
December 11, 2013, 02:07 (GMT)
Code cleanup: assign win size to const vars and some renaming
December 10, 2013, 21:28 (GMT)
Minor fix to generated settings for scons (affected ilmbase/openexr).
December 10, 2013, 18:54 (GMT)
Fix T37713: proxy not updated for first frame in background render.

The problem is that the animation curves are first before object updates,
where BKE_pose_rebuild and proxy synchronize will undo the animation when the
proxy is evaluted for the first time after loading.

This is somewhat of a workaround but it's also useful to have the scene updated
once when opening in background mode, and it makes rendering from the UI and
background more similar and so more predictable to give the same result.
December 10, 2013, 18:47 (GMT)
Fix T37704: cycles hair render error with hair density vertex group.

Zero length hairs were causing problems, now it skips rendering them as they
are invisible anyway.
December 10, 2013, 16:13 (GMT)
Nodes UI: add the position field to the color ramp node.

Reviewed By: dingto, brecht

Differential Revision: https://developer.blender.org/D91
December 10, 2013, 15:23 (GMT)
uiList: Small tweak to drag-resize (switch to auto-size mode).

When you drag past the smallest size of the list, it switches back to auto-size mode.
This commit makes wider the gap between smallest size and auto-size activation,
previously it could switch to auto-size a bit too easily...
December 10, 2013, 15:23 (GMT)
Fix T37739: uiList drag-resize was not working as expected outside of panels.

Patch by Brecht, with minor edits by myself, thanks a lot!

Tech details: previous drag-resize handling code was based on the assumption that coords
returned by ui_window_to_block() was relative to the bottom on the uiBlock.
This is in fact completly eroneous, usually this func does not translate at all the coords,
it merely rescale them - except for blocks inside panels, where returned values are relative
to the left/bottom corner of the panel... Pretty confusing, solution for now is to store ref mouse
position in window space, and convert them to block each time, just like current mouse pos.
December 10, 2013, 14:14 (GMT)
fix: Fly Navigation centered in viewport, not in camera view

Summary:
The safe zone, mouse and everything else was relative to the viewport.
It should be relative to the camera 'view' instead.

This problem (noticed while developing the Walk Navigation)
happens when the camera is not centered in the viewport.

Reviewers: campbellbarton

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D78
December 10, 2013, 12:54 (GMT)
Fix T37463: Increasing window size would add space around menu header
December 10, 2013, 12:52 (GMT)
Screen Resize: minor code cleanup
December 10, 2013, 11:19 (GMT)
Fix for off-by-one regression in D41

making the window larger was using incorrect factor leaving a black bar
on the window edge.
December 10, 2013, 10:28 (GMT)
Mempool/Memarena: hint for unlikely conditions
December 10, 2013, 06:28 (GMT)
Fix for fix: Paths and copying object

Fix for T37471 made path copying modify local paths,
now apply the same logic used for save-as.
December 10, 2013, 02:45 (GMT)
Style Cleanup
December 10, 2013, 02:28 (GMT)
Style changes to refactor commit.
December 10, 2013, 02:18 (GMT)
CMake: report messages as status (else ccmake treats like an error)
December 10, 2013, 02:01 (GMT)
DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.

also fully remove freestyle raycasting_algorithm
December 10, 2013, 01:58 (GMT)
Python API: when OIIO is disabled use the same version format.
Revision fe81ac0 by Gaia Clary
December 9, 2013, 22:18 (GMT)
Fix T37753: encapsulated the creation of the source ID into one function to ensure the id is always created correctly
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021