Revision e00364c by Sergey Sharybin August 9, 2017, 12:58 (GMT) |
Fix strict compiler flags on 32bit Linux |
Revision 2ec8650 by Campbell Barton August 9, 2017, 12:55 (GMT) |
Error in last commit |
Revision cb02f52 by Bastien Montagne August 9, 2017, 12:38 (GMT) |
Fix typo in new ID copying code. |
Revision 8403ec5 by Campbell Barton August 9, 2017, 12:34 (GMT) |
Manipulator: Add function to calculate matrix Each manipulator was doing this slightly differently, use shared function which can optionally override each matrix. |
Revision 176ad9e by Sergey Sharybin August 9, 2017, 12:08 (GMT) |
Cycles: Remove ulong usage This is a bit confusing, especially when one mixes OpenCL code where ulong equals to uint64_t with CPU side code where ulong is expected to be something else from the naming. This commit makes it so we use explicit name, common on all platforms. |
Revision 45d7513 by Sybren A. Stüvel August 9, 2017, 11:59 (GMT) |
Fix T52240: Alembic Not Transferring Materials Per Frame When a mesh changes its number of vertices during the animation, Blender rebuilds the DerivedMesh, after which the materials weren't applied any more (causing the default to the first material slot). |
Revision cdfeebd by Sybren A. Stüvel August 9, 2017, 11:59 (GMT) |
Alembic: Renamed variable assigned_name ? assigned_mat The variable is a pointer to a Material, not to a name/string. |
Revision 422dc1e by Sybren A. Stüvel August 9, 2017, 11:59 (GMT) |
Typo fix |
Revision 8cfb9b9 by Sybren A. Stüvel August 9, 2017, 11:59 (GMT) |
Fixed Alembic unit test Commit b6d7cdd3cee9312156e20783248a3b12420b7a53 changed how the mesh data is deformed, which wasn't taken into account yet in this unit test. Instead of directly reading the mesh vertices (which aren't animated any more), we convert the modified mesh to a new one, and inspect those vertices instead. |
Revision b5e6a21 by Campbell Barton August 9, 2017, 10:24 (GMT) |
Cleanup: Quiet warning |
Revision 8c488cb by Bastien Montagne August 9, 2017, 08:55 (GMT) |
Fix T52315: Crash on duplicating Scene without world. Regression from rBa7b3047cefcbf, to be backported to 2.79. Like... seriously... :| |
Revision 55d28e6 by Mai Lavelle August 9, 2017, 08:27 (GMT) |
Cycles: Proper fix for recent OpenCL image crash Problem was that some code checks to see if device_pointer is null or not and the new allocator wasn't even setting the pointer to anything as it tracks memory location separately. Setting the pointer to non null keeps all users of device_pointer happy. |
Revision 06bf342 by Mai Lavelle August 9, 2017, 08:24 (GMT) |
Revert "Cycles: Fix crash changing image after recent OpenCL changes" This reverts commit f2809ae0a671057caa1005e2b9cc91648c33dd1f. |
Revision 3f64468 by Campbell Barton August 9, 2017, 08:08 (GMT) |
Manipulator: add sun-beam node manipulator |
Revision d186ab6 by Campbell Barton August 9, 2017, 08:07 (GMT) |
Manipulator: grab3d - support for 2d views Also internal changes so arrow3d matches grab3d's behavior. Needed to add WM_MANIPULATOR_DRAW_OFFSET_SCALE flag so we can optionally apply offset in worldspace or screen scaled values. |
Revision f0d4420 by Campbell Barton August 9, 2017, 08:02 (GMT) |
Fix spin rotate axis Also disable lamp-target for cameras (might enable later). |
Revision 00f2240 by Campbell Barton August 9, 2017, 08:02 (GMT) |
Manipulator: replace hard coded color w/ theme |
Revision 2190c0c by Sergey Sharybin August 9, 2017, 07:42 (GMT) |
Modules test: Don't print backtrace for files which are ignored This could make output really polluted, where it'll be hard to see actual issues. It is still possible to have all backtraces printed using BLENDER_VERBOSE environment variable. |
Revision fdb1c81 by Sergey Sharybin August 9, 2017, 07:12 (GMT) |
Merge branch 'master' into blender2.8 |
Revision f272893 by Lukas Stockner August 8, 2017, 22:29 (GMT) |
Fix T52280: The Image node in Compositing can't read Z buffer of openEXR in 2.79 As part of the fix for T51587, I removed the Depth output for non-Multilayer images since it seemed weird that PNGs etc. that don't have a Z pass still get a socket for it. However, I forgot about non-multilayer EXRs, which are a special case that can actually have a Z pass. Therefore, this commit brings back the Depth output for non-multilayer images just like it was in 2.78. |
|
|
|


Master Commits
MiikaHweb | 2003-2021