Revision 1db7462 by Campbell Barton January 1, 2013, 12:51 (GMT) |
make wight-paint-through feature work in face select mode. (still WIP, relies on selection flushing which currently ensured). |
Revision 80ff313 by Campbell Barton January 1, 2013, 12:47 (GMT) |
patch [#33331] Time To Start Moving To Stdbool by Lawrence D'Oliveiro (ldo) so BKE_utildefines.h allows use of C99's bool type and true/false. currently scons wont try to use stdbool.h, and works as if its never found. |
Revision e4f6574 by Campbell Barton January 1, 2013, 11:47 (GMT) |
remove vertex selection check for weight paint mode so you can paint `through` the mesh. also made the wire draw without depth masking when the depth check is off, similar to mesh editmode drawing, nice hint about whats going on. |
Revision b79ec3a by Antonis Ryakiotakis January 1, 2013, 11:46 (GMT) |
UI cleanup: fixed texture is a 2d image painting option, hide in 3D viewport toolbar |
Revision ccf27a3 by Antonis Ryakiotakis January 1, 2013, 11:08 (GMT) |
Fix: weight painting operated only for selected vertices in edit mode. We only need this in case vertex selection is enabled. |
Revision d0981c2 by Mitchell Stokes December 31, 2012, 21:32 (GMT) |
BGE: Fixing a crash that occurred when LibLoading a scene with a 2D Filter Actuator. The actuator was still referencing the old scene. |
Revision 2787c78 by Antonis Ryakiotakis December 31, 2012, 19:38 (GMT) |
smart stitching: * Some code cleanup * Bugfix: rotation of uv islands during stitch on images with aspect ratio was different for different island rotations. I needed to correct normal and tangent calculation to take image aspect into account. |
Revision 5ce8409 by Campbell Barton December 31, 2012, 17:39 (GMT) |
code cleanup: name event -> event_type in macros, since this is from event->type |
Revision 9d95425 by Campbell Barton December 31, 2012, 17:19 (GMT) |
code cleanup: autocomplete functions |
Revision d191dec by Campbell Barton December 31, 2012, 16:40 (GMT) |
syntax highlight autocomplete listing. |
Revision dd62a2c by Campbell Barton December 31, 2012, 16:24 (GMT) |
text autocomplete - make the popup box line up the X axis with the current word. - add poll function for the operator |
Revision f54b6ee by Bastien Montagne December 31, 2012, 15:54 (GMT) |
More wrong "in degrees" busted out of tips! |
Revision 281465a by Sergey Sharybin December 31, 2012, 15:45 (GMT) |
Correction to RNA update functions Either forgot to merge some local changes into trunk or merge happened wrong.. |
Revision f1da6fe by Sergey Sharybin December 31, 2012, 15:30 (GMT) |
Fix for saving 8bit PNG images when there's no byte buffer in ImBuf Misunderstand flag of file filter, should work fine now. |
Revision 4e1da54 by Campbell Barton December 31, 2012, 15:11 (GMT) |
add back initial autocomplete support. - This doesnt use python as 2.4x did, instead it just autocompletes based on the text files unique identifiers so its useful for any language. - key is same as console (Ctrl+Space) |
Revision d4eac81 by Ton Roosendaal December 31, 2012, 14:56 (GMT) |
Removed on old patch from the code, which attempted to keep the scrollers in user preferences in place. New scroller code made user pref scroller jump back on activating add-ons, because that causes a full blender system refresh. |
Revision b754fcd by Campbell Barton December 31, 2012, 14:55 (GMT) |
code cleanup: warning |
Revision 4463229 by Bastien Montagne December 31, 2012, 14:52 (GMT) |
Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and remove reference to degrees in tips - user is free to use radians if he prefers!). |
Revision acc05db by Campbell Barton December 31, 2012, 14:49 (GMT) |
minor updates to text autocomplete api - draw function wasn't lining up correctly since DPI edits - rename text_python.c to text_autocomplete.c |
Revision 334ca1d by Sergey Sharybin December 31, 2012, 14:02 (GMT) |
Correction to recent PNG commit Need to set default depth to 8bit. |
|