Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2372 / 5574

May 3, 2016, 04:59 (GMT)
UI: don't show tips when navigating ui-list
May 3, 2016, 03:52 (GMT)
Cleanup: use const for units API

Also make return args explicit.
May 3, 2016, 03:48 (GMT)
Math Lib: inline project_plane_v3_v3v3
May 2, 2016, 14:06 (GMT)
Missed setting handles in curve dissolve
May 2, 2016, 11:08 (GMT)
Correct header (can't use uint here)
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
May 2, 2016, 08:50 (GMT)
Curve: new dissolve tool

removes vertices, re-fitting the surrounding handles.
May 2, 2016, 08:50 (GMT)
Curve Fitting: expose function for fitting a single curve
May 2, 2016, 08:49 (GMT)
BLI_array_utils: helper for stepping over contiguous ranges
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.
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
April 30, 2016, 23:44 (GMT)
Fix Cycles external OSL shader not working with relative file paths.
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.
April 30, 2016, 06:27 (GMT)
Slight adjustment to curve fitting tangents

Don't let the point spacing give bias to a side.
April 30, 2016, 06:21 (GMT)
Fix for typo comparing double events

Also remove doubles when filling the final array.
April 29, 2016, 18:10 (GMT)
Cleanup: warnings. spelling
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).
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021