Blender Git Commits

Blender Git "master" branch commits.

Page: 2768 / 5574

October 9, 2014, 09:48 (GMT)
Cycles: Remove redundant float4->float3 conversion

Not as if it gives noticeable changes render-time, but it's just weird to
convert float4 to float 3 to just access individual x/y/z components.

Plus some compilers might be more stupid than GCC and don't optimize this
out well.
October 9, 2014, 09:30 (GMT)
Libmv: Update Ceres to latest upstream

just to be sure we're dealing with the latest git version when troubleshooting
one annoying OSX issue..
October 9, 2014, 09:17 (GMT)
Implement custom names for render slots

Basically the title tells it all, quite straightforward implementation.

The only thing is the image.render_slot which used to represent the active
render slot index is now moved to image.render_slots.active_index.

Reviewers: venomgfx, campbellbarton

Differential Revision: https://developer.blender.org/D821
October 8, 2014, 16:31 (GMT)
Freestyle: silence a GCC warning (-Wunused-function).
October 8, 2014, 16:31 (GMT)
D801: Freestyle: remove old and unused stroke shaders

This patch removes several stroke shaders written in C++ that are unused
and don't serve a real purpose any more. The removed shaders are:

- BPy_ColorVariationPatternShader
- BPy_StrokeTextureShader
- BPy_TextureAssignerShader
- BPy_ThicknessVariationPatternShader
- BPy_fstreamShader
- BPy_streamShader

and a few more that weren't even exposed to the Python API.

Some minor edits were made by the reviewer.

Differential Revision: https://developer.blender.org/D801

Reviewed by: kjym3
Revision 9c97624 by Lukas Toenne
October 8, 2014, 16:10 (GMT)
Select Random in Particle Edit Mode, by jezv

Added the select random functionality in particle edit mode for hairs or control points.

Reviewers: campbellbarton, lukastoenne

Reviewed By: lukastoenne

Subscribers: campbellbarton, kevindietrich, jezv

Projects: #quick_hacks, #bf_blender, #physics

Maniphest Tasks: T37873

Differential Revision: https://developer.blender.org/D809
October 8, 2014, 16:02 (GMT)
Operator to define render border from rendered image editor

This way it is possible to define render border directly from the image editor,
which is useful for at least three things:

- If viewport is really optimized out (simplified etc) then it might be hard to
guess which exact area you're mainly interested now.

- No need to switch to the viewport to do render border tweaks, could be useful
when doing compositing.

- If one need to look at particular pixel(s) which is real handy for debugging
render engines (both Cycles and BI).

Reviewers: campbellbarton, venomgfx

Reviewed By: venomgfx

Differential Revision: https://developer.blender.org/D820
October 8, 2014, 14:42 (GMT)
Fix T42145: EditMesh Bevel tools had no clamping option.

Missing feature already present in Bevel modifier, useful and rather simple to add.
October 8, 2014, 12:01 (GMT)
glutil: use ints for drawing functions

shorts would wrap sometimes & many inputs were ints already.
October 8, 2014, 10:48 (GMT)
OSX: fsmenu cleanup
October 8, 2014, 10:19 (GMT)
Fix OpenGL error on cycles rendered viewport.

We queried the wrong value when looking for the bound 2D texture. This
is not totally robust because currently bound texture may not be a 2D
one, but this should work for now.
October 8, 2014, 10:03 (GMT)
Fix T41661: Added to main repo graph, science_lab and softimage themes.
October 8, 2014, 08:58 (GMT)
Cycles: enable double promotion warning /w gcc
October 8, 2014, 07:47 (GMT)
Fix Python ray-cast failing to check hit direction
October 7, 2014, 22:15 (GMT)
Fix more issues after recent context commit
October 7, 2014, 22:13 (GMT)
Cycles: reduce float/double conversions
October 7, 2014, 22:13 (GMT)
Cycles: correct math wrappers

include the parens around value before cast,
in some cases was causing double/float promotion by only casting the left value.
October 7, 2014, 22:11 (GMT)
Fix compilation error after recent commit
October 7, 2014, 21:45 (GMT)
OSX: adapt fs_menue to modern entries handling
October 7, 2014, 21:39 (GMT)
Fix T42137: Keymap editing is broken

Own mistake in previous fix here, was too greedy in finding an existing kmi of UserPref add diff kmi, we only want
to ignore exact same kmi's here.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021