Updated action_draw to use imm mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Welcome!
I can see a few problems. Gawain (new drawing API) will catch lots of these in debug builds:
make lite debug (Mac or Linux)
or
make 2015 lite debug (Windows + Visual Studio 2015)
Then run and it will tell you where the problem is.
Comment Actions
Use immUniform rather than immAttrib for calls outside of immBegin and immEnd. Also caught some calls that were missed earlier.
Comment Actions
Done for this file. Please let me know if any improvements can be done or if I missed anything.
| source/blender/editors/space_action/action_draw.c | ||
|---|---|---|
| 243–252 | These 4 lines have an extra space after the ; Not sure if it was there before your change. Either way this is a good opportunity to fix it :) | |