Revision 49aa701 by Howard Trickey 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. |
Revision 8094ac9 by Thomas Dinges January 8, 2014, 10:00 (GMT) |
Cycles: Fix World Homogeneous volume setting, had no influence. Thanks to "storm" for noticing this! |
Revision 2dba2e7 by Campbell Barton January 8, 2014, 06:39 (GMT) |
Code Cleanup: de-duplicate text pasting which only used the first line |
Revision 3fbd63c by Campbell Barton January 8, 2014, 05:14 (GMT) |
Text3d: improve error checking when pasting from files |
Revision 4529fe9 by Campbell Barton January 8, 2014, 04:43 (GMT) |
Fix for RE_engine_begin_result using a NULL pointer |
Revision 8aaf4aa by Campbell Barton January 8, 2014, 04:40 (GMT) |
Sequencer: prevent unknown scopes from crashing |
Revision b243b4f by Campbell Barton January 8, 2014, 03:46 (GMT) |
Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happening again. |
Revision e781ea7 by Campbell Barton 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. |
Revision 7647a2b by Bastien Montagne 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! |
Revision ab2bb94 by Bastien Montagne 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. |
Revision d490e68 by Campbell Barton January 7, 2014, 16:56 (GMT) |
Fix T38100: laplacian smooth crash |
Revision d2fd8c7 by Thomas Dinges January 7, 2014, 15:35 (GMT) |
UI / Nodes: Revert Slider for "Value" node, this is no percentage nor a 0-1 range. |
Revision 073be28 by Thomas Dinges January 7, 2014, 14:55 (GMT) |
Cycles: Update Integrator Presets and Total Samples info for latest changes. |
Revision 7b0a46b by Brecht Van Lommel January 7, 2014, 14:48 (GMT) |
Fix CUDA/OpenCL compile errors in scattering commit. |
Revision 2dd3328 by Thomas Dinges 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. |
Revision 01df756 by Brecht Van Lommel 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. |
Revision b174e7b by Campbell Barton January 7, 2014, 13:57 (GMT) |
Fix for error in own recent commit |
Revision e87095f by Bastien Montagne January 7, 2014, 13:53 (GMT) |
Cleanup: silence warnings. |
|
|
|


Master Commits
MiikaHweb | 2003-2021