August 18, 2020, 13:45 (GMT) |
Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframe Reviewers: sergey Differential Revision: https://developer.blender.org/D8613 |
August 18, 2020, 13:41 (GMT) |
Cleanup: remove outdated comments |
August 18, 2020, 13:40 (GMT) |
Cleanup: remove TimeSourceNode->cfra which is never read |
August 18, 2020, 13:39 (GMT) |
Fix T77564: VSE (and compositor background) lost stereoscopy preview Issue introduced on fe045b2b77dc6d7f0b552619fe824b496d34db6c. Since the stereoscopy compositing (anaglyph, ...) is only done for viewports the VSE preview and compositor need to use viewports. Reviewed by: dfelinto Differential Revision: https://developer.blender.org/D8472 |
August 18, 2020, 13:32 (GMT) |
Cleanup: remove unused TimeSourceNode->offset |
August 18, 2020, 13:19 (GMT) |
Sculpt: Sculpt Filter Orientation Options Previously, the XYZ deform axis of the Mesh Filter were limited to object space (which is the default for sculpt mode). Now it is possible to limit the XYZ displacement in Local, Global or View space. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8582 |
August 18, 2020, 13:13 (GMT) |
Fix T79800: Split vertex size for grease pencil Differential Revision: https://developer.blender.org/D8607 |
August 18, 2020, 12:56 (GMT) |
Turn experimental features on for master (alpha) Remember to turn this off again when we branch out for the next beta (2.91) |
August 18, 2020, 12:55 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.90-release' |
August 18, 2020, 12:42 (GMT) |
Merge branch 'master' into soc-2021-testing-frameworks |
August 18, 2020, 12:41 (GMT) |
Remove (ifdef) RNA for simulation, point cloud and particles For 2.90 release this should not be exposed in the RNA API. In master this needs to be ON by default, that's all. Differential Revision: https://developer.blender.org/D8589 |
August 18, 2020, 12:38 (GMT) |
removed generator script |
August 18, 2020, 12:38 (GMT) |
Cleanup: Fix strict compiler warning |
August 18, 2020, 12:37 (GMT) |
saving last state of generator script |
August 18, 2020, 12:35 (GMT) |
Better error wrapping and minor fixes |
August 18, 2020, 12:28 (GMT) |
Cycles: add a Pass Node The Pass struct is now a Node and the passes are moved from the Film class to the Scene class. The Pass Node only has `type` and `name` as sockets as those seem to be the only properties settable by exporters (other properties are implicit and depend on the pass type). This is part of T79131. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8591 |
August 18, 2020, 12:05 (GMT) |
Merge branch 'blender-v2.90-release' |
August 18, 2020, 12:02 (GMT) |
No experimental feature (but debug ones) to work for blender beta/release Final releases (including beta) should strictly show features that are finalized to prevent loss of data, old API clanging around, and the overall quality of the product (Blender) presented. Note that rendering should never be affected by user preferences, so this is only changing things in the UI level. Development note: This is reset experimental UI on file load. Also note: to hide RNA (needed for hair and particles) will be done as a separate patch. Differential Revision: https://developer.blender.org/D8606 |
August 18, 2020, 12:01 (GMT) |
August 18, 2020, 11:56 (GMT) |
Fix clog memory leak |
|
|
|


Master Commits
MiikaHweb | 2003-2021