Revision 4cdd6b9 by Sergey Sharybin April 20, 2016, 10:29 (GMT) |
Revision 773efb5 by Lukas Toenne April 20, 2016, 09:59 (GMT) |
Removed particle sync code from Cycles. Note that this only removes the actual dependencies of Cycles on the particle code in Blender, but not the internal "particle" definition or the curve type handling inside Cycles. These structures may be in need of some improvement themselves, but that is out of scope here. |
Revision 75c9fe4 by Sergey Sharybin April 20, 2016, 08:36 (GMT) |
Update bundled openjpeg from 1.5.0 to 1.5.2 Solves following issues: - Quite reasonable amount of paranoid warnings were solved by an upstream - Upstream seems to have all fixes needed for FreeBSD and OSX already - Brings all fixes and such from upstream |
Revision 81a477f by Campbell Barton April 20, 2016, 02:59 (GMT) |
Fix T47891: Edges throw shadow in edit mode |
Revision 4ee5ba4 by Campbell Barton April 20, 2016, 01:51 (GMT) |
Fix T48086: Smart UV Project fails w/ small faces Epsilon for small faces was too large. Also suppress exception when all faces area are below the epsilon. |
Revision dbf1257 by Campbell Barton April 19, 2016, 23:53 (GMT) |
Minor optimization for scanfill Replace angle with with cosine calculation. |
Revision 38442ae by Campbell Barton April 19, 2016, 23:37 (GMT) |
Fix image-space mask-transform crash w/o an image |
Revision 2ca4d21 by Campbell Barton April 19, 2016, 21:50 (GMT) |
Cleanup: rename cos-angle to match BLI_math |
Revision bde7439 by Campbell Barton April 19, 2016, 21:50 (GMT) |
Minor optimization for limited-dissolve Use dot product instead of angle. |
Revision ccbfbeb by Bastien Montagne April 19, 2016, 20:53 (GMT) |
Fix crash in rB37493fb9f - there is no guaranty CTX_wm_foo() will return a valid pointer! |
Revision 11c9ff1 by Bastien Montagne April 19, 2016, 20:53 (GMT) |
Cleanup unused header includes from previous commit. |
Revision 52e09ed by Bastien Montagne April 19, 2016, 20:53 (GMT) |
Cleanup: move operators & related code of files & append/link to relevant dedicated source files. This commit adds a new `wm_files_link.c` which contains everything related to append/link code, moved from `wm_operators.c` (rather small currently, but will expand quite a bit with future reload & asset works). It also moves all load/save .bland files (and related userpref/startup stuff) from `wm_operators.c` to `wm_files.c` (some helper funcs were already there). This also makes `wm_operators.c` significantly lighter. |
Revision dd423a6 by Julian Eisel April 19, 2016, 19:01 (GMT) |
Fix T48198: Missing plus sign to open the tool shelf in text editor Did not happen when using screen layout saved in default startup.blend |
Revision 37493fb by Julian Eisel April 19, 2016, 14:17 (GMT) |
Toggle to standard cursor when opening menus/popups Cursor is now set to standard arrow-cursor when opening menu, and reset to previous one when closing it. Previously it just stayed as it was before, e.g. the edit mode cross-cursor stayed active even if a menu was opened. Fixes T48192. |
Revision 9b48f2b by Sergey Sharybin April 19, 2016, 10:56 (GMT) |
Cycles: Improvements and fixes for the resumable render - Fix wrong current sample reported in the log - Also includes fix for progressive refine log - Explicitly print to the stdout that resumable render is enabled - Print error message and abort when passing wrong values for the resumable render. Never waste someone's compute power for wrong render! Fixes T48185: Cycles resumable num chunks breaks sample counter |
Revision 376c8dd by Campbell Barton April 19, 2016, 08:25 (GMT) |
Fix T48193: Incorrect keyframe_insert docs |
Revision 7cc9f6b by Campbell Barton April 19, 2016, 03:07 (GMT) |
Minor edits to last commit Avoid redundant tests |
Revision 12b0c03 by Campbell Barton April 19, 2016, 02:18 (GMT) |
Fix T47998: Limited dissolve fails /w holes Holes with flat surfaces could have their edges dissolved causing degenerate faces. Now check that collapsing a vertices isn't creating self-overlapping faces. |
Revision 74b0591 by Campbell Barton April 19, 2016, 02:18 (GMT) |
Cleanup: pass event args as const |
April 18, 2016, 20:47 (GMT) |
Cycles microdisplacement: add max subdivision setting This is to prevent situations such as when the camera gets very close to a mesh and causes it to be tessellated into an excessive amount of micropolygons. In REYES this is known as the eye-splits problem. Reviewed By: brecht Differential Revision: https://developer.blender.org/D1922 |
|
|
|


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