Blender Git Commits

Blender Git "master" branch commits.

Page: 3015 / 5574

December 8, 2013, 05:39 (GMT)
3D Text: delete selection before pasting
December 7, 2013, 23:57 (GMT)
Minor addition for completeness (unlikely to happen), make sure new
sculpt struct has at least dyntopo subdivision turned on.
December 7, 2013, 23:37 (GMT)
Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlines
and EDGE_SELECT theme colors for selected edges.
December 7, 2013, 23:00 (GMT)
Fix T37731: some window manager operators unnecessarily required a window to be active.
December 7, 2013, 22:29 (GMT)
Fix T37326 inversion of image channels did not do an undo push. Now only do an undo if we are in image paint mode and use the paint undo stack. Also added missing GPU update.:
December 7, 2013, 17:05 (GMT)
OSX/scons: forgot Intel CC ( �??icc�?? ) in detection
Todo: perhaps unify this for all OS, but keep in mind:
Apple compiler versions may have other capabilities
than std gcc, llvm, clang ( other versioning also )
December 7, 2013, 11:26 (GMT)
Particles: change material picking from index number in UI to menu with materials.

Also fix material slot index not being properly initialized to 1, this got clamped
from zero only on drawing the UI.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D55
December 7, 2013, 11:26 (GMT)
Cycles: network render code updated for latest changes and improved

This actually works somewhat now, although viewport rendering is broken and any
kind of network error or connection failure will kill Blender.

* Experimental WITH_CYCLES_NETWORK cmake option
* Networked Device is shown as an option next to CPU and GPU Compute
* Various updates to work with the latest Cycles code
* Locks and thread safety for RPC calls and tiles
* Refactored pointer mapping code
* Fix error in CPU brand string retrieval code

This includes work by Doug Gale, Martijn Berger and Brecht Van Lommel.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D36
December 7, 2013, 11:26 (GMT)
Cycles: show remaining render time in render info text

It's a simple estimate, not very precise but that isn't really possible always.
For progressive render it will become more accurate the longer you render.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D67
December 7, 2013, 04:47 (GMT)
Code Cleanup: pass rectangles as const in insterface files
December 7, 2013, 03:29 (GMT)
Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABS
December 7, 2013, 02:21 (GMT)
Compiler warnings: quiet warnings for gcc4.7x
patch from Sergey
Revision 9b932c1 by Joshua Leung
December 7, 2013, 00:23 (GMT)
Fix T37722 - Can't undo deleting a screen layout

Operations on screen and UI stuff is not actually saved in the undo
files/buffers. Therefore, these shouldn't have the flags set for
getting included for undo and in the last operator settings.
December 6, 2013, 17:48 (GMT)
Cycles / OSL Templates: Add Simplex and Gabor noise templates and remove ones which are available as regular nodes.
December 6, 2013, 16:06 (GMT)
OSX/scons: Introduce a new env var 'MACOSX_COMPILER'
This is needed to resolve the real used compiler from the compatibility shim�??S or symlinks.
Also set the real CCVERSION as scons CCVERSION would only read the default one, which
is not useful for OSX
December 6, 2013, 14:08 (GMT)
Alpha channel of a plane track image works fine in MCE now
December 6, 2013, 10:15 (GMT)
BMesh Py API: add bmesh.geometry.intersect_face_point()

patch originally by mont29 with some edits.
December 6, 2013, 07:48 (GMT)
Rectangle API: add single axis intersection check
December 5, 2013, 23:53 (GMT)
Fix T37710: Missing bounds check for active UI list item could crash.
December 5, 2013, 23:20 (GMT)
Removed unused Freestyle env_map images.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021