Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2557 / 5574

July 10, 2015, 14:15 (GMT)
Freestyle: Missing __all__ symbols added in D963.
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
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!
July 10, 2015, 07:56 (GMT)
REmove stupid apple check on OMP in weightvg modifier.

This is handled in build files...
July 10, 2015, 06:47 (GMT)
CustomData: deprecate CD_ID_MCOL
July 10, 2015, 06:42 (GMT)
makesrna: use int64 for rounding check

Harmless but larger values would overflow
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
July 9, 2015, 09:39 (GMT)
Cleanup: warnings
July 9, 2015, 09:33 (GMT)
Cleanup: quiet warning
July 9, 2015, 07:45 (GMT)
Use it->second instead of (*it).second in KX_BlenderSceneConverter.
July 9, 2015, 07:03 (GMT)
Select Shortest Path for edit-curve

D1391 by @pink.vertex with own fixes/edits
July 9, 2015, 04:52 (GMT)
Curve: change rules wrt active bezier

Activate the vertex even if only a single handle is selected
July 9, 2015, 04:39 (GMT)
Curve selection, de-duplicate & cleanup
July 8, 2015, 17:03 (GMT)
Select Similar for edit-curve

D1381 by @johnroper100 with edits
July 8, 2015, 16:56 (GMT)
Add BKE_nurb_bpoint_calc_normal
July 8, 2015, 14:09 (GMT)
EditCurve: move selection into own file
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021