Revision 1ae159b by Tamito Kajiyama November 12, 2011, 19:08 (GMT) |
Fix for the view map construction not taking account of face marks. |
Revision fc42a61 by Brecht Van Lommel November 12, 2011, 14:29 (GMT) |
Cycles: * Fix object scaling update issue with interactive rendering + static BVH. * Fix negative scaling issue with static BVH. * Fix #29217: excessive fireflies in first sample. |
Revision 817b6cb by Campbell Barton November 12, 2011, 10:06 (GMT) |
mathutils.geometry.distance_point_to_plane(pt, plane_co, plane_no) - utility function, BLI math version too. |
Revision 2910427 by Tamito Kajiyama November 12, 2011, 09:02 (GMT) |
Fix for the Perlin Noise 1D geometry modifier having a noise frequency relative to the stroke length (i.e., the number of noise displacement values was the same for strokes of different lengths). This resulted in very noisy short strokes and much less noisy long strokes. Now the noise frequency is relative to the distance from the starting point of a stroke. That is, two strokes of the same length will be distorted by the same number of noise displacement values, whereas longer strokes will have more noise displacement values along stroke. Problem report by JO5EF through the BA Freestyle thread, thank you! |
Revision e2c06d5 by Joshua Leung November 12, 2011, 05:00 (GMT) |
Bugfix [#29212] Select before/after current frame deselects all channels in graph editor No need to deselect all channels when doing the select left/right operator, since we don't replace the selection afterwards with anything useful. This would be a problem when the "Only Show Selected" option is enabled (as it is by default), as this results in the curves being worked on disappearing from view. F-Curves though will still get deselected as a result of the code to deselect keyframes. Will need to review whether this is still a good idea (original intention was so that only curves with keyframes selected would remain selected). |
Revision 8da2812 by Joshua Leung November 12, 2011, 04:40 (GMT) |
Bugfix [#29125] Motion paths odd behaviour * Made it impossible to try to calculate/create new motion paths lasting 0 frames (i.e. 250 to 250) since we cannot allocate a zero-length array for these. Start frame can now be at most end-frame - 1, and end frame at least start frame + 1 * If an invalid configuration does occur, warnings/reports will now be issued in response to this instead of silently failing (as per this bugreport). |
Revision 4e83c67 by Joshua Leung November 12, 2011, 03:59 (GMT) |
Hack-fix for crash-by-assertion on mingw builds on startup if the CUDA driver on the computer is too old (and probably can't be upgraded to a version that does) to support the cuDriverGetVersion method. |
Revision 0f85990 by Brecht Van Lommel November 11, 2011, 20:57 (GMT) |
Cycles: more linux build system tweaks, attempting to avoid using boost system libraries by default if we have a lib/ directory. |
Revision e7a4d45 by Tamito Kajiyama November 11, 2011, 20:35 (GMT) |
Added to the Parameter Editor mode new stroke geometry modifier `Blueprint' that produces a blueprint using circular, elliptic, and square contour strokes. Related changes and bug fixes were made as follows: * The randomness in radius and center has been transformed into optional parameters of the pyBluePrintCirclesShader and pyBluePrintEllipsesShader. Also a new optional parameter to control the randomness of backbone stretching has been added to the pyBluePrintSquaresShader. * A bug in the pyBluePrintSquaresShader that invisible stroke vertices at corners of rectangular contour strokes were not properly drawn. The problem was due to the changes of the / operator between Python 2.x to 3.x. Even when the two operands of the division operator are integers, Python 3.x gives a floating-point number when the quotient is not an integer. The fix was just to replace the / operator by the // operator for integer division. * An unpleasant discontinuity in circular and elliptical contour strokes was fixed. * The length parameter of the Backbone Stretcher geometry modifier has been renamed to `backbone_length' in line with the parameter of the same name in the pyBluePrintSquaresShader. |
Revision 38fd8c0 by Brecht Van Lommel November 11, 2011, 19:20 (GMT) |
Cycles: fix wrong openimageio path for lib/ directory. |
Revision e070823 by Brecht Van Lommel November 11, 2011, 16:01 (GMT) |
Fix #29207: cancelling volume precache at high resolution was too slow, added more test_break calls. |
Revision a7f09ea by Brecht Van Lommel November 11, 2011, 14:52 (GMT) |
CMake/Scons: automatically use ffmpeg, boost and openimageio from the svn lib/ directory if available, which should make building with ffmpeg and cycles easier. If this folder is not available or another path is specified in user-config.py or CMakeCache.txt, this should have no effect. Wiki build instructions now show how to use these. http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux |
Revision e84c098 by Campbell Barton November 11, 2011, 13:09 (GMT) |
correct indentation and some whitespace edits (no functional changes) |
Revision 094c979 by Campbell Barton November 11, 2011, 12:00 (GMT) |
quiet -Wdouble-promotion warnings |
Revision eb7bccb by Brecht Van Lommel November 11, 2011, 11:42 (GMT) |
Fix #29220 & #29221: missing cycles updates when switching scenes. |
Revision c093479 by Campbell Barton November 11, 2011, 11:20 (GMT) |
bmesh compiles again after dynamic paint merge |
Revision 4ef2089 by Miika Hamalainen November 11, 2011, 10:46 (GMT) |
Dynamic Paint: * Renamed "Sharp" proximity falloff to "Constant". * Added a new "Negate Volume" option for "Volume + Proximity" brush. * Possible fix for random particle clipping errors. |
Revision eadb192 by Campbell Barton November 11, 2011, 06:37 (GMT) |
svn merge -r41723:41751 ^/trunk/blender |
Revision 92d35b7 by Campbell Barton November 11, 2011, 06:25 (GMT) |
svn merge -r41722:41723 ^/trunk/blender |
Revision 67386c0 by Campbell Barton November 11, 2011, 05:52 (GMT) |
svn merge -r41715:41722 ^/trunk/blender |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021