Revision d68521d by Sergey Sharybin December 10, 2014, 14:07 (GMT) |
Cycles: Fix difference between SVM and OSL implementation of Normal node SVM was normalizing the input normal, OSL did not. This lead to render result differences across this shading systems. |
Revision 668ffcd by Sergey Sharybin December 10, 2014, 13:50 (GMT) |
Fix for wrong flip of Normal node Dot output for new shading system It was wrong to use invert(), we need to multiply by -1 instead. |
Revision 01bda15 by Bastien Montagne December 10, 2014, 12:57 (GMT) |
Fix T42472: Undoing/Redoing repeated transform operator gives wrong final matrix on objects with no geom data. This hack should not be needed here, quoting Sergey, the actual issue comes from BKE_object_handle_update_ex, which is calling BKE_object_where_is_calc_ex when it shouldn't. Propper fix is depsgraph refactor topic, though. |
Revision 7366283 by Sergey Sharybin December 10, 2014, 12:28 (GMT) |
Fix T42818: Cycles SSS passes are incorrect for SSS size of 0 This was caused by some internal optimization which evaluated SSS with size of zero as BSDF but used different ID so the evaluation result didn't appear in regular diffuse pass. This lead to situation when SSS data was nowhere stored if the size was zero. Now SSS with zero size and close-to-zero sizes will be handled in the same way from the passes point of view. |
Revision 602250d by Campbell Barton December 10, 2014, 10:16 (GMT) |
Fix T42748: Crash in subsurf, threaded access Allocating the iterator from a BLI_memarena wasn't threadsafe. Change the API to use stack memory for iterators. Thanks to @mont29 for finding exact cause of the bug. |
Revision 47788b5 by Sergey Sharybin December 10, 2014, 08:50 (GMT) |
Switch to numpy 1.9 for windows platform |
Revision 1807dcf by Sergey Sharybin December 10, 2014, 08:45 (GMT) |
Fix numpy installation on windows+cmake The was caused by numpy never unpackign because of no dpependnecy of any targets from the unpacked numpy. Tried making it so blender target dpeends on it, but for some reason it didn't work. For now added dedicated target for unpacked numpy. A bit dirty but much better than just totally failing. |
Revision 8555595 by Sergey Sharybin December 10, 2014, 08:39 (GMT) |
Fixes for compilation with msvc MSVC doesn't like caling macro argument f when using float values in the macro, it simply replaces the f in the float value with the argument.. CMake compilation still fails because of 77785ce70807, numpy is never getting unpacked. |
Revision 9783d92 by Campbell Barton December 9, 2014, 20:49 (GMT) |
cleanup: pep8 |
Revision 117a7e3 by Campbell Barton December 9, 2014, 20:42 (GMT) |
Sequencer: optionally show strip offsets was disabled in recent sequencer refactor, enable with view menu option. |
Revision 17f0a01 by Campbell Barton December 9, 2014, 19:57 (GMT) |
Correct last commit checking knife edges |
Revision e77b25f by Sergey Sharybin December 9, 2014, 19:08 (GMT) |
Cycles: Code cleanup, typo |
Revision 6fb1e16 by Campbell Barton December 9, 2014, 18:51 (GMT) |
Knife: cuts along existing edges are now selected This means cuts along existing edges don't have gaps in the selection. Fixes T42616 |
Revision 2efc321 by Campbell Barton December 9, 2014, 16:24 (GMT) |
Knife: rename vert & edge 'draw' to 'is_cut' More logical for checking if the edge is a cut into the mesh. |
Revision 4d9f2f7 by Campbell Barton December 9, 2014, 16:23 (GMT) |
Knife: fix edge aligned cuts, could add redundant verts |
Revision d5abe84 by Campbell Barton December 9, 2014, 16:18 (GMT) |
Smallhash: add support for iterating value pointers also add reinsert function |
Revision 233c650 by Antonis Ryakiotakis December 9, 2014, 15:54 (GMT) |
Gooseberry request, circle select for graph editor |
Revision 491839b by Sergey Sharybin December 9, 2014, 15:34 (GMT) |
Fix T42857: Inconsistency between cache line visibility and ability to change frame from image space |
Revision 781db5f by Campbell Barton December 9, 2014, 14:57 (GMT) |
Knife: test if an edge is on the face boundary Was checking if an edges midpoint was inside the face, giving random results (point-inside for an edge location). |
Revision 171a6bb by Campbell Barton December 9, 2014, 14:51 (GMT) |
Fix T42488: Knife (selected_only + occlude) failed |
|
|
|


Master Commits
MiikaHweb | 2003-2021