Blender Git Commits

Blender Git "master" branch commits.

Page: 2793 / 5574

August 29, 2014, 06:16 (GMT)
Remove redundant casts
August 29, 2014, 05:35 (GMT)
Cleanup
August 29, 2014, 04:53 (GMT)
Fix Text editor home/end keys when theres a selection
August 28, 2014, 21:26 (GMT)
Solve another case of invalid indices.
August 28, 2014, 21:16 (GMT)
Fix some crash cases after last commit
August 28, 2014, 20:53 (GMT)
Fix another part of the issue T41604

Missed that part of the report somehow, thought it's all about world..
August 28, 2014, 18:41 (GMT)
Texture painting:

Include explicit control for texturing:

This commit introduces a painting mode option, available in
the slots panel. The default value "Material" will create slots from the
blender material, same as just merged from the paint branch.

The new option "Image", will use an explicit image field that artists can use
to select the image to paint on. This will should allow painting regardless
of the renderer used or for use in modifiers.
August 28, 2014, 13:50 (GMT)
Texture paint system:

* Add ability to choose blend type and enable/disable toggle for each
slot for blender internal.
August 28, 2014, 13:49 (GMT)
Followup for the previous commit: apparently for CMake py files are hardcoded
August 28, 2014, 12:59 (GMT)
Fix T41473: Cycles volume rendering is too dark

The issue was caused by the changed defaults from the Cycles side.
Because of those properties being saved as an IDProp and not being
saved to the file, every change to the defaults would ruin someone's
day updating the values.

Added a bpy.app.handler.version_update which is run after the regular
do_versions() are done and could be sued by the scripts to apply
versioning code on their settings.

Reviewers: campbellbarton

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D761
August 28, 2014, 10:27 (GMT)
Fix T41602: Camera draw size ignores scene scale
August 28, 2014, 10:19 (GMT)
Add debug information for maximum opengl limits in system info
generation.
August 28, 2014, 10:14 (GMT)
Bake-API: silencing warnings (and fixing a potential memory-access crash)
August 28, 2014, 09:45 (GMT)
Fix T41604: Double updates of world and material texture settings

The issue was caused by the world localization setting the ID_WORLD
type update tag. Now using a function which doesn't pollute the library
and which doesn't set update flags.
August 28, 2014, 09:15 (GMT)
Fix T41601: Correlated multi-jitter with high samples "hangs"

Issue was caused by the precision issues which made sdivm by 1 under
it's actual value. We can try to do some eps magic, but from the tests
on laptop and desktop doing integer division is not slower than using
floats here.
August 27, 2014, 19:36 (GMT)
Fix T41266: Copy and paste operation on f-curves do not respect keyframe tangent handles...

Added an extra option to `insert_bezt_fcurve()`, to allow full override of existing
keyframes when pasting (in this case, we do not want to inherit handles from existing
curve!).
August 27, 2014, 17:15 (GMT)
Changing render engine now refreshes the texture paint display better.

Also avoid looping over all objects for texture paint checks when a
material changes, only check active object.
August 27, 2014, 16:57 (GMT)
Bake-API: fix potential error for non square images

Not reported, I wonder why, this should be easy to reproduce. I guess
people really like their textures square ;)
August 27, 2014, 16:52 (GMT)
More fixes for renderer material detection
August 27, 2014, 16:16 (GMT)
Do not add add/remove textures in texpaint if renderer is not blender
internal.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021