Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2989 / 5574

January 8, 2014, 12:40 (GMT)
Add profile control parameter to Bevel.

Parameter controls concavity / convexity.
<.25 means: concave inward
.25 means: straight slanted
>.25 means: concave outward
.5 means: circular (the default)
1 means: straight along original sides
For now, there is a hard lower limit of .15
because more work is needed to get decent
results in the range below that.

The profile is actually a superellipse, and the
parameter is 1/4 of the exponent in the implicit equation
for a superellipse, except at the extreme values of 0 and 1.
January 8, 2014, 10:00 (GMT)
Cycles: Fix World Homogeneous volume setting, had no influence.

Thanks to "storm" for noticing this!
January 8, 2014, 06:39 (GMT)
Code Cleanup: de-duplicate text pasting which only used the first line
January 8, 2014, 05:14 (GMT)
Text3d: improve error checking when pasting from files
January 8, 2014, 04:43 (GMT)
Fix for RE_engine_begin_result using a NULL pointer
January 8, 2014, 04:40 (GMT)
Sequencer: prevent unknown scopes from crashing
January 8, 2014, 03:46 (GMT)
Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happening again.
January 8, 2014, 03:03 (GMT)
UV Unwrap: smart uv unwrap would fail still on some very small faces
Revision 3739f53 by Sergej Reich
January 8, 2014, 02:29 (GMT)
Fix T38112: Rigid Body can't be created for objects with linked mesh

Make poll function for rigid body add operators less strict.
January 7, 2014, 21:23 (GMT)
Much better solution for negate/inverse in numinput.

Previous one was way over complicated, and did not worked with units!
January 7, 2014, 19:56 (GMT)
Fix a small glitch with string generated by numinput, they could cut multi-bytes utf8 chars (like the '°' of angle values), now call BLI_utf8_invalid_strip() to prevent this.
January 7, 2014, 16:56 (GMT)
Fix T38100: laplacian smooth crash
January 7, 2014, 15:35 (GMT)
UI / Nodes: Revert Slider for "Value" node, this is no percentage nor a 0-1 range.
January 7, 2014, 14:55 (GMT)
Cycles: Update Integrator Presets and Total Samples info for latest changes.
January 7, 2014, 14:48 (GMT)
Fix CUDA/OpenCL compile errors in scattering commit.
January 7, 2014, 14:24 (GMT)
Cycles: Volume Scatter node was missing in the Add Node menu.
Revision e23bcbb by Lukas Toenne
January 7, 2014, 14:18 (GMT)
Fix for crash in anim render: The callbacks in bMovieHandle are expected
to exist and accessed without prior NULL checks (with exception of
get_next_frame and get_movie_path). The callbacks are not reliably
initialized however if none of the video formats is enabled (AVI being
the default). Added stub functions now that ensure access to
bMovieHandle callbacks is safe and doesn't crash.
January 7, 2014, 14:03 (GMT)
Cycles Volume Render: scattering support.

This is done by adding a Volume Scatter node. In many cases you will want to
add together a Volume Absorption and Volume Scatter node with the same color
and density to get the expected results.

This should work with branched path tracing, mixing closures, overlapping
volumes, etc. However there's still various optimizations needed for sampling.
The main missing thing from the volume branch is the equiangular sampling for
homogeneous volumes.

The heterogeneous scattering code was arranged such that we can use a single
stratified random number for distance sampling, which gives less noise than
pseudo random numbers for each step. For volumes where the color is textured
there still seems to be something off, needs to be investigated.
January 7, 2014, 13:57 (GMT)
Fix for error in own recent commit
January 7, 2014, 13:53 (GMT)
Cleanup: silence warnings.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021