Blender Git Commits

Blender Git "master" branch commits.

Page: 2438 / 5574

January 12, 2016, 17:03 (GMT)
Add bmesh.select_history.discard

Follows convention for set, useful to avoid error handling with remove().
January 12, 2016, 15:58 (GMT)
Fix os.path.is_subdir w/ trailing slash
January 12, 2016, 12:09 (GMT)
Cycles: Use proper primitive for the motion subsurface refine
January 12, 2016, 11:21 (GMT)
Cycles: Use special debug panel to fine-tune debug flags

This panel is only visible when debug_value is set to 256 and has no
affect in other cases. However, if debug value is not set to this
value, environment variables will be used to control which features
are enabled, so there's no visible changes to anyone in fact.

There are some changes needed to prevent devices re-enumeration on
every Cycles session create.

Reviewers: juicyfruit, lukasstockner97, dingto, brecht

Reviewed By: lukasstockner97, dingto

Differential Revision: https://developer.blender.org/D1720
January 12, 2016, 09:09 (GMT)
Fix T47164: [Scene.raycast] - True result when it should be False.

We cannot use FLT_MAX as initi distance for raycast...

Renamed TRANSFORM_DIST_MAX_RAY to BVH_RAYCAST_DIST_MAX, moved it into BLI_kdopbvh,
and use in RNA raycast callbacks (and all other places using that API).
January 11, 2016, 19:36 (GMT)
Support for copy/paste groups

Developer node, now bases are instanced by give_base_to_objects,
needed for correct OB_FROMGROUP base-flag assignment.
January 11, 2016, 16:41 (GMT)
Cycles: Always inline triangle precalc for CUDA devices

Since the SSS changes compiling Experimental sm_52 kernel seems
to work just fine.
January 11, 2016, 16:39 (GMT)
Cycles: Fix for SSS objects being black when combined with motion blur
January 11, 2016, 16:01 (GMT)
Fix T47147: small particles incorrectly rendered as large particles (particle size influenced by texture).

In fact, code would behave strangely here with any negative value, applying a 'wrapped positive clamping'
(comes from original 2.5 commit feature, rBfafbd9d71b95776d1c7583476de74fccefab7f10)...

This commit is conservative - it keeps same behavior for all particle properties affected by textures,
except for size and length, where we apply a real [0, 1] clamping.

Easy to change in future in case new odd cases popup.
January 11, 2016, 11:42 (GMT)
Fix tip about hair grid display (was copy/paste from hair guides one...).
January 11, 2016, 11:42 (GMT)
Cleanup: use Linux line ends!!!
January 11, 2016, 11:42 (GMT)
Fix T47148: Hair grid dos not work.

Actually, it was the whole 'cloth' simulation of hairs that was broken,
since grid data could not be initialized correctly.

Stupid mistake from looptri conversion, rBc582e186d90291a19a4e404111c492f1fd2c41a4
January 11, 2016, 09:30 (GMT)
Update add-on descriptions

Also replace addon -> add-on
January 11, 2016, 09:30 (GMT)
UI: Move checkbox for toggling addons to the LHS

Without this, its a little annoying to expand, then enable an addon.
This matches panel headers too.
January 11, 2016, 08:57 (GMT)
Bah, forgot to increase boost magic number...
January 11, 2016, 08:54 (GMT)
install_deps: add wave to boost built modules, seems needed by OSL1.6.9...
January 11, 2016, 08:54 (GMT)
install_deps: fix typo preventing installation of libsndfile on Fedora-like distro.
January 11, 2016, 08:43 (GMT)
Fix T47158: Labels w/ icons use button text color

Icon buttons with text labels now use the same color as labels.

This was causing problems with theming since there was no way to set color
for all labels without also changing button text color.
January 11, 2016, 07:37 (GMT)
Error in last commit (assumed mirror existed)
January 11, 2016, 06:36 (GMT)
Fix T47152: Normalize fails w/ mirror group

When the mirrored vertex group was created on the first stroke,
the mirrored weight failed to normalize.

aused by the valid vgroup map being created before adding the mirror vertex group.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021