Revision 6cb3972 by Campbell Barton January 3, 2019, 05:02 (GMT) |
Cleanup: variable name |
Revision 9200dc0 by Campbell Barton January 3, 2019, 04:52 (GMT) |
Cleanup: preprocessor indentation |
Revision b01f260 by Campbell Barton January 3, 2019, 04:13 (GMT) |
Transform: default shrink/fatten even-offset to false Changed for 2.8 but this cases spikes for some geometry, see: T59968 |
Revision 487df02 by Campbell Barton January 3, 2019, 01:34 (GMT) |
Fix new material for pinned objects Grease pencil check was using active object. |
Revision ba9e10f by Campbell Barton January 3, 2019, 01:25 (GMT) |
Merge branch 'blender2.7' |
Revision 847b21e by Campbell Barton January 3, 2019, 01:20 (GMT) |
Fix T60014: material link pref ignored The PreferencesEdit.material_link only worked for adding slots, adding an initial new material didn't respect the preference. |
Revision 56d6d13 by Brecht Van Lommel January 2, 2019, 19:22 (GMT) |
Fix T58859: render with compositor does not render other scenes. |
Revision 7e7657d by Brecht Van Lommel January 2, 2019, 19:11 (GMT) |
Fix wrong alpha blending for datablock preview icons. |
Revision 11f2c65 by Germano Cavalcante January 2, 2019, 18:59 (GMT) |
Fix (unreported): unpredictable crashes when it is done snap after automerge. The `em->tottri` of an evaluated object can be different from the actual amount of looptris. |
Revision 0175734 by Brecht Van Lommel January 2, 2019, 18:58 (GMT) |
Merge branch 'blender2.7' |
Revision f7e9642 by Brecht Van Lommel January 2, 2019, 18:56 (GMT) |
Fix T60061: Cycles OSL point density not working. Add override keywords so we can detect when the function definitions change. |
Revision 8063d72 by Brecht Van Lommel January 2, 2019, 18:22 (GMT) |
Fix T60037: single column layout breaks file browse button. |
Revision 26e0dc5 by Brecht Van Lommel January 2, 2019, 17:56 (GMT) |
Fix T59063: operator search menu loses background in some cases. |
Revision f8ce4eb by Brecht Van Lommel January 2, 2019, 17:18 (GMT) |
Fix wrong grease pencil shader FX usage of object location. It should use the evaluated object location, and not add any unnecessary dependency on geometry data. |
Revision f694d37 by Brecht Van Lommel January 2, 2019, 16:47 (GMT) |
Fix T59792: Cycles crash rendering motion pass with motion blur enabled. |
Revision 0ee97bd by Antonio Vazquez January 2, 2019, 16:43 (GMT) |
Fix T60051: Wrong stroke projection when viewmode set to Front As the z-depth is calculated using the internal drawing, if we use the front mode the z-depth is wrong. The Front or Back mode must be used only for display, but not for calculation. |
Revision d903eb6 by Brecht Van Lommel January 2, 2019, 16:19 (GMT) |
Fix T60046: crash with Cycles viewport render and particle info node. This code was not correctly ported to 2.8. |
Revision 7765277 by Antonio Vazquez January 2, 2019, 16:10 (GMT) |
Fix T60031: Joining two Grease Pencilobjects sometimes crashes The drawing cache was not set as dirty and drawing engine used old data. |
Revision ae50a7d by Campbell Barton January 2, 2019, 15:13 (GMT) |
Fixes and edits to studio light operators - Remove pathlib use (was converting to/from string with no real advantage). - Use user_resource(..., create=True) to ensure the path exists. - Pass full path to BKE_studiolight_create, don't add extension after. - Fix 'sl' filtering glob and move from ui code to operator. - Fix string copy length. |
Revision 72e2a0c by Campbell Barton January 2, 2019, 14:08 (GMT) |
Cleanup: py-gpu error checks Move gpu initialization checks to the start of each function instead of mixing with argument parsing. |
|
|
|


Master Commits
MiikaHweb | 2003-2021