Revision e2a6fb1 by Campbell Barton May 3, 2016, 04:59 (GMT) |
UI: don't show tips when navigating ui-list |
Revision 9953eeb by Campbell Barton May 3, 2016, 03:52 (GMT) |
Cleanup: use const for units API Also make return args explicit. |
Revision 48d3a8b by Campbell Barton May 3, 2016, 03:48 (GMT) |
Math Lib: inline project_plane_v3_v3v3 |
Revision a58a8eb by Campbell Barton May 2, 2016, 14:06 (GMT) |
Missed setting handles in curve dissolve |
Revision 122496d by Campbell Barton May 2, 2016, 11:08 (GMT) |
Correct header (can't use uint here) |
Revision f28c626 by Campbell Barton May 2, 2016, 11:06 (GMT) |
Fix bl_load_py_modules test - scripts that execute directly need to include their basedir in the sys.path - modules which are in a directory without an __init__.py weren't importing. |
Revision b4a721a by Lukas Toenne May 2, 2016, 09:00 (GMT) |
Merge branch 'temp_remove_pointcache' into blender2.8 |
Revision 5aa19be by Lukas Toenne May 2, 2016, 09:00 (GMT) |
Merge branch 'temp_remove_particles' into blender2.8 |
Revision 143f6c4 by Campbell Barton May 2, 2016, 08:50 (GMT) |
Curve: new dissolve tool removes vertices, re-fitting the surrounding handles. |
Revision ec9cb57 by Campbell Barton May 2, 2016, 08:50 (GMT) |
Curve Fitting: expose function for fitting a single curve |
Revision 915e9ee by Campbell Barton May 2, 2016, 08:49 (GMT) |
BLI_array_utils: helper for stepping over contiguous ranges |
Revision c1ca667 by Sergey Sharybin May 2, 2016, 07:55 (GMT) |
Fix compilation error on Armel architecture __GCC_HAVE_SYNC_COMPARE_AND_SWAP_n are not defined on this architecture for some reason, however those functions are available. Adding a workaround for newly used __sync_fetch_and_and() function. |
Revision 4e4ff72 by Bastien Montagne May 1, 2016, 13:36 (GMT) |
Fix T48325: Data transfer modifier vertex group selector doesn't work with freestyle data. Freestyle edge/face marks are (afaik) our only actual customdata bitflags... Original work kinda assumed we had no such things. :P |
Revision 1422f0dd by Brecht Van Lommel April 30, 2016, 23:44 (GMT) |
Fix Cycles external OSL shader not working with relative file paths. |
Revision abf6f9f by Bastien Montagne April 30, 2016, 14:56 (GMT) |
Fix T48118: Vertex Groups not masking particle hair emission correctly Own regression from rB019ce363b01bba0af, not totally sure why removing the heading zero value in element_sum broke binary search distribution in random branch, but... New code makes thing sooo much simpler, by simply getting rid of all zero-weight items in element_sum (at the cost of adding a temporary extra index mapping array), that way neither random nor 'even ordered' distribution code has to wory anymore about skipping zero-weighted items! |
Revision 735727e by Lukas Toenne April 30, 2016, 12:20 (GMT) |
Removed DNA for point caches. |
Revision b1f6cd5 by Campbell Barton April 30, 2016, 06:27 (GMT) |
Slight adjustment to curve fitting tangents Don't let the point spacing give bias to a side. |
Revision 6ab2206 by Campbell Barton April 30, 2016, 06:21 (GMT) |
Fix for typo comparing double events Also remove doubles when filling the final array. |
Revision ac16344 by Campbell Barton April 29, 2016, 18:10 (GMT) |
Cleanup: warnings. spelling |
Revision 461604c by Bastien Montagne April 29, 2016, 16:05 (GMT) |
Fix (unreported) bad 'NULL freeing' with placeholder images. Looks like code expects some initialized Image data after all, so do it for placeholders as well (using default generated UV grid). |
|
|
|


Master Commits
MiikaHweb | 2003-2021