This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Ton Roosendaal 38f9dc057a Bug fix #1935
Using header view3d pulldown for "align active camera to view" didn't clear
the abused modifier value correctly. Learn from this:

incorrect: G.qual &= ~LR_CTRLKEY|LR_ALTKEY;
correct:   G.qual &= ~(LR_CTRLKEY|LR_ALTKEY);
2004-12-02 12:37:08 +00:00
..
2004-12-01 12:39:14 +00:00
2004-12-01 12:39:14 +00:00
2004-12-01 12:39:14 +00:00
2004-12-01 19:46:58 +00:00
2004-11-28 18:35:40 +00:00
2004-12-02 12:37:08 +00:00