Revision 34bc1e5 by Tamito Kajiyama May 8, 2014, 01:02 (GMT) |
Freestyle: hide the Line Style tab from the Texture properties context when WITH_FREESTYLE build flag is off. |
Revision bebcd4d by Tamito Kajiyama May 8, 2014, 01:02 (GMT) |
Freestyle: hide line styles from a scene in the Outliner when WITH_FREESTYLE build flag is off. The Datablocks display mode still shows line style ID datablocks to keep track of line styles hidden from user interactions in the Properties window. |
Revision d964bad by Campbell Barton May 7, 2014, 20:36 (GMT) |
Fix for crash when userprefs fails to read. |
Revision 65d54f34 by Campbell Barton May 7, 2014, 18:53 (GMT) |
Code cleanup: spelling/indentation |
Revision 3a8f1d5 by Brecht Van Lommel May 7, 2014, 18:28 (GMT) |
Fix some nodes showing up as undefined after the fix in 79c345acc21b. A bunch of nodes had invalid storage definitions that don't refer to an actual DNA struct. Ref T40033. |
Revision edd78fb by Brecht Van Lommel May 7, 2014, 17:00 (GMT) |
Fix cycles crash after recent use alpha commit. |
Revision 83cdd58 by Dalai Felinto May 7, 2014, 14:59 (GMT) |
Cycles-Bake: Subsurface Scattering support (fix T40060) This fixes the SSS Direct/Indirect passes as well as the Combined pass. Patch reviewed and with fixes and contributions from Brecht van Lommel. Note: displacement/bump map (related to the report) will be handled separately Reviewers: brecht Differential Revision: https://developer.blender.org/D503 |
May 7, 2014, 14:43 (GMT) |
Nodes: add absolute value operation to all math nodes Reviewed By: dingto, brecht Differential Revision: https://developer.blender.org/D507 |
May 7, 2014, 14:43 (GMT) |
Cycles: add support for "Use Alpha" option on image datablocks. Reviewed By: brecht Differential Revision: https://developer.blender.org/D486 |
Revision 1d03a8b by Tamito Kajiyama May 7, 2014, 14:16 (GMT) |
Freestyle: minor code clean-up. |
Revision fe0236b by Tamito Kajiyama May 7, 2014, 14:16 (GMT) |
Freestyle: time/space optimization in stroke rendering without textures. When strokes do not have textures assigned, UV coordinates are not computed now. This will save a bit of time and space in stroke rendering. |
Revision dfe800b by Tamito Kajiyama May 7, 2014, 14:16 (GMT) |
Freestyle: debug statistics on stroke rendering. |
Revision 08bf531 by Dalai Felinto May 7, 2014, 13:18 (GMT) |
Cycles-Bake: Ambient Occlusion needs to be computed for COMBINED Now the COMBINED pass includes the Ambient Occlusion. This was not reported anywhere, but while working in the Subsurface Scattering I realize we needed this fix for combined. |
Revision 79c345a by Lukas Toenne May 7, 2014, 09:46 (GMT) |
Fix T40033: Jumping between versions can lead to loss of node storage data. Saving a file with a new blender node that uses bNode->storage data and then loading that in an older version will make the node undefined, but still retain the original type identifier (in case it is defined later). If the file is then saved over and loaded again in the newer version, where the node type is defined, it won't have a valid storage struct. To handle such cases gracefully, check if storage data is expected but doesn't exist when initializing node types. User then at least get a chance of fixing the problem manually. Suggested fix by @brecht. |
Revision a8dddca by Campbell Barton May 7, 2014, 08:18 (GMT) |
playanim: check for escape key while loading images (todo from 2.4x) |
Revision 5e55fc2 by Campbell Barton May 7, 2014, 07:11 (GMT) |
Fix T40051: Inconsistent dupli vert/face handling of group member types |
Revision dcabd3f by Campbell Barton May 7, 2014, 06:53 (GMT) |
Fix for dropping images into the 3D View - wasn't allocing image-user. - wasn't managing user counts. |
Revision 77d11a5 by Lukas Toenne May 7, 2014, 05:58 (GMT) |
Revision 0710d9d by Campbell Barton May 7, 2014, 04:14 (GMT) |
Fix crash binding mdef with no faces |
Revision 5e3509e by Campbell Barton May 7, 2014, 04:14 (GMT) |
Remove redundant NULL check |
|
|
|


Master Commits
MiikaHweb | 2003-2021