Revision e7a4811 by Tamito Kajiyama July 10, 2015, 14:15 (GMT) |
Freestyle: Missing __all__ symbols added in D963. |
Revision 25638a9 by Tamito Kajiyama July 10, 2015, 14:15 (GMT) |
Code cleanup: White space and dead code. |
July 10, 2015, 14:15 (GMT) |
Freestyle: new stroke modifiers This patch introduces a couple new stroke modifiers. The ones currently implemented are based on prototypes by @kjym3 and myself. The new modifiers: - Tangent - Thickness noise - Crease Angle - Simplification - Curvature 3D The documentation for these new modifier types can be found [[ http://www.blender.org/manual/render/freestyle/parameter_editor/index.html | in the manual ]]: {F134441} (left: AnisotropicThicknessShader, right: NoiseThicknessShader) {F140499} (left: Curvature 3D, right: Simplification) Author: Folkert de Vries (flokkievids) Reviewers: kjym3 Subscribers: #user_interface, plasmasolutions, kjym3 Projects: #bf_blender Differential Revision: https://developer.blender.org/D963 |
Revision 7837f0e by Bastien Montagne July 10, 2015, 13:02 (GMT) |
BLI_math 'compare' cleanup & enhancements. This commit: * Adds a 'compare_ff' function for absolute 'almost equal' comparison of floats. * Makes 'compare_vxvx' functions use that new 'compare_ff' one. * Adds a 'compare_ff_relative' function for secured ulp-based relative comparison of floats. * Adds matching 'compare_vxvx_relative' functions. * Adds some basic tests for compare_ff_relative. See https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ Note that we could replace our python/mathutils' EXPP_FloatsAreEqual() by BLI's compare_ff_relative (using a very small absolute max_diff), but these do not have exact same behavior... Left a comment there for now, we can do it later if/when we are sure it won't break anything! |
Revision bbcbd2e by Bastien Montagne July 10, 2015, 07:56 (GMT) |
REmove stupid apple check on OMP in weightvg modifier. This is handled in build files... |
Revision a8b8d60 by Campbell Barton July 10, 2015, 06:47 (GMT) |
CustomData: deprecate CD_ID_MCOL |
Revision a7ed374 by Campbell Barton July 10, 2015, 06:42 (GMT) |
makesrna: use int64 for rounding check Harmless but larger values would overflow |
Revision 66f1c3b by Campbell Barton July 10, 2015, 05:58 (GMT) |
DNA: replace GCC poison with ifdef for enums |
Revision 5513fdc by Julian Eisel July 9, 2015, 21:48 (GMT) |
Fix T45398: Saving file from File Browser doesn't work if no file is selected Own mistake in rBaeeb23efa28dc16e20 |
Revision f766a61 by Julian Eisel July 9, 2015, 17:48 (GMT) |
File Browser: (Re-)Allow selecting '..' parent entry for file navigation Selecting '..' entry was intentionally disabled in rB76b4fad6dbda1b10c, however, for file navigation this can be really useful. So this basically allows selecting '..' entry again, *if it is the only entry to select*. It won't be selected using box select, select all or when expanding selection. |
Revision aeeb23e by Julian Eisel July 9, 2015, 16:40 (GMT) |
File Browser: Improve usage of Enter-key to open files/directories From a user-POV this makes following changes: * Adds support for using the Enter-key to open directories * Updates the upper text-buttons for file and directory on selection * Last selected file/directory is opened now (in sync with upper text-buttons) * Changes text in open button to "Open Directory" if a directory is selected D1349, Reviewed by @mont29 |
Revision 26bd1a7 by Campbell Barton July 9, 2015, 09:39 (GMT) |
Cleanup: warnings |
Revision a837797 by Campbell Barton July 9, 2015, 09:33 (GMT) |
Cleanup: quiet warning |
Revision 980ea4e by Porteries Tristan July 9, 2015, 07:45 (GMT) |
Use it->second instead of (*it).second in KX_BlenderSceneConverter. |
Revision cdbb60b by Campbell Barton July 9, 2015, 07:03 (GMT) |
Revision ee1b1b9 by Campbell Barton July 9, 2015, 04:52 (GMT) |
Curve: change rules wrt active bezier Activate the vertex even if only a single handle is selected |
Revision bbc4a92 by Campbell Barton July 9, 2015, 04:39 (GMT) |
Curve selection, de-duplicate & cleanup |
Revision ec64bf1 by Campbell Barton July 8, 2015, 17:03 (GMT) |
Revision 161bbfc by Campbell Barton July 8, 2015, 16:56 (GMT) |
Add BKE_nurb_bpoint_calc_normal |
Revision 4a328a7 by Campbell Barton July 8, 2015, 14:09 (GMT) |
EditCurve: move selection into own file |
|
|
|


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