Revision c9ffb6f by Sergey Sharybin November 2, 2016, 14:32 (GMT) |
Libmv: Update tests to make tests pass after recent Ceres update Just a precision issue, difference is around 1e-7. Should be fine to simply update expected value. |
Revision 15f2a51 by Sergey Sharybin November 2, 2016, 14:10 (GMT) |
Solve threading conflict when calculating smooth normals It was possible to have synchronization issues whe naccumulating smooth normal to a vertex, causing shading artifacts during playback. Bug found by Dalai, thanks! |
Revision dac5438 by Gaia Clary November 2, 2016, 13:11 (GMT) |
COLLADA: Removed obsolete Export select option 'Both' which created invalid data (duplicate transformation information for nodes) |
Revision 630c055 by Sergey Sharybin November 2, 2016, 11:23 (GMT) |
Depsgraph: Fix some errors printed to the console They were not real issues, it's just some areas of code tried to create relations between non-existing nodes without checking whether such relations are really needed. Now it should be easier to see real bugs printed. Hopefully should be no regressions here. |
Revision c25c3bb by Dalai Felinto November 2, 2016, 10:09 (GMT) |
Fix UI for smoke cache (this was probably broken since we got rid of point cache in 2.8) |
Revision a41bbd3 by Dalai Felinto November 2, 2016, 09:59 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision 4fdf682 by Martijn Berger November 2, 2016, 09:56 (GMT) |
Cycles standalone, compile fix UINT_MAX is not defined in device_cuda.cpp |
Revision 83ebf50 by Sergey Sharybin November 2, 2016, 09:42 (GMT) |
CMake: Make ld.gold linker optional Some platforms are having hard time using this linker so added an option to not use it. The options is an advanced one and enabled by default so should not cause any changes for current users. |
Revision 97a8cd6 by Sergey Sharybin November 2, 2016, 09:32 (GMT) |
CMake: Fix use of some option which was never defined This way it seems more logical to me. |
Revision f94a460 by Ray molenkamp November 1, 2016, 21:30 (GMT) |
[msvc/make.bat] Detect spaces in the build path and error out. |
Revision 13ee9b8 by Dalai Felinto November 1, 2016, 21:11 (GMT) |
Change frame for animations should not bein the UNDO stack Request from Hjalti Hjalmarsson for the animation work. Basically a common part of the workflow of animation is to change the pose, scrub back and forth a few times and roll back the changes when unsatisfied. However if you go back and forth too many times the UNDO stack would be full, and it would not be possible to bring back the previous pose. I'm leaving clip_editor change frames as it is for now. But we can probably change the behaviour there as well. |
Revision 4e95a90 by Bastien Montagne November 1, 2016, 13:59 (GMT) |
Add 'copy array' for rna buttons ctrl-alt-c/v allows to copy/paste whole RNA array, e.g. location, rotation, etc., from UI buttons. Request from Andy at the studio. |
Revision 1ee43c5 by Bastien Montagne November 1, 2016, 12:39 (GMT) |
Fix T49856: Blender 2.78 crashes after loading data from a blendfile Issue here was that py API code was keeping references (pointers) to the liniked data-blocks, which can actually be duplicated and then deleted during the 'make local' process... Would have like to find a better way than passing optional GHash to get the oldid->newid mapping, but could not think of a better idea. |
Revision bf1e9bc by Sergey Sharybin November 1, 2016, 10:29 (GMT) |
Ceres: Update to the latest actual version Brings all the fixes and improvements done in upstream within the last 13 months. |
Revision fb6f42d by Thomas Beck October 31, 2016, 16:42 (GMT) |
Revision cf8f6d1 by Sybren A. Stüvel October 31, 2016, 14:31 (GMT) |
Added 'delete unlocked vertex groups' option. |
Revision aad46dd by Campbell Barton October 31, 2016, 12:00 (GMT) |
BMesh: radial loop (internal API symmetry) Radial append/remove had swapped args and *slightly* different behavior. - bmesh_radial_append(edge, loop) - bmesh_radial_loop_remove(loop, edge) Match logic for append/remove, Logic for the one case where the edge needs to be left untouched has been moved to: `bmesh_radial_loop_unlink`. |
Revision 6488ce7 by Campbell Barton October 31, 2016, 11:04 (GMT) |
BMesh: simplify vert & edge removal |
Revision 60682c3 by Campbell Barton October 31, 2016, 06:24 (GMT) |
BMesh: remove redundant walker member & assignment |
Revision 04aa454 by Lukas Stockner October 30, 2016, 23:40 (GMT) |
Cycles: Deduplicate AO calculation No functional changes. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021