March 24, 2010, 11:33 (GMT) |
Render Branch: displacement now preserves smooth normals from the base mesh, which got lost due to linear subdivision. It now does this: final normal = displaced normal + (base mesh normal - subdivided normal) |
March 24, 2010, 10:14 (GMT) |
Render Branch: linked groups object matrix and data evaluation no longer happens in group space now, but in scene/world space. This ensures e.g. gravity goes in the right direction if the group is rotated, or collision with objects outside of the group works. This only works correct if there is one instance of the group, but that was the case already. This also fixes collision with objects in groups not working, and removes some object_handle_update calls that should no longer be needed in 2.5. |
March 24, 2010, 10:07 (GMT) |
missed this in the merge too |
March 24, 2010, 10:06 (GMT) |
fix for merge error |
March 24, 2010, 09:07 (GMT) |
March 23, 2010, 16:12 (GMT) |
fix for mistake in own recent commit. |
March 23, 2010, 16:04 (GMT) |
fix for crash on loading some files with composite nodes. |
March 23, 2010, 15:20 (GMT) |
workaround for compositor threading copying actions every time. |
March 23, 2010, 15:18 (GMT) |
error when reordering function |
March 23, 2010, 14:58 (GMT) |
Fix makesrna crash due to missing object_type_curve_items sentinel. |
March 23, 2010, 13:52 (GMT) |
re-order some args to be more consistant with the previous commit |
March 23, 2010, 12:42 (GMT) |
rna/py-api fix. C functions and python used different argument order, this relied on mapping non-keyword arguments to 'REQUIRED' arguments but meant that you could not have an optional, non-keyword argument. next commit will make order of arguments consistant (currently only changed order that rna wrapped). |
March 23, 2010, 11:38 (GMT) |
Render Branch: lamp distance drawn in 3d view now takes into account color management so that the cutoff is really at 0.01 of the intensity. |
March 23, 2010, 10:44 (GMT) |
report an error parsing args, will try fix properly but this involves many changes so do this for now. |
March 23, 2010, 09:19 (GMT) |
fix for parsing python args to rna functions, was using allocated size as argument count. |
March 22, 2010, 17:46 (GMT) |
March 22, 2010, 17:25 (GMT) |
py/rna functions for adding and removing curve data. |
March 22, 2010, 17:24 (GMT) |
getting an item from a collection wasnt being checked correctly. |
March 22, 2010, 16:13 (GMT) |
bugfix for loading objects saved with the dupli pointer set. |
March 22, 2010, 09:55 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021