Revision 5e0cdd6 by Thomas Dinges April 5, 2013, 17:03 (GMT) |
Code cleanup / Cycles / Object Attributes: * Change some long "else if" conditions into switch case. |
Revision 394a45a by Sergey Sharybin April 5, 2013, 16:59 (GMT) |
Fix #34877: The render status feedback (progress bar) does not take into account specific Renderlayer samples |
Revision 002dbae by Campbell Barton April 5, 2013, 16:55 (GMT) |
style cleanup |
Revision fabbc5b by Tamito Kajiyama April 5, 2013, 16:53 (GMT) |
White space fixes (to make a diff from the trunk cleaner). |
Revision 3863e72 by Brecht Van Lommel April 5, 2013, 16:43 (GMT) |
Fix #34679: cycles image texture alpha fringes. New rule is now that color output will not give straight RGB values if the alpha output is used, so that mixing with a transparent BSDF gives the correct result. |
Revision eb11b59 by Antonis Ryakiotakis April 5, 2013, 16:34 (GMT) |
Keep brush overlays below panels in triple buffer mode. |
Revision 01a87fe by Campbell Barton April 5, 2013, 16:27 (GMT) |
svn merge ^/trunk/blender -r55813:55815 |
Revision cf76d73 by Campbell Barton April 5, 2013, 15:45 (GMT) |
code cleanup: quiet some warnings and style |
Revision 89926a0 by Campbell Barton April 5, 2013, 15:42 (GMT) |
svn merge ^/trunk/blender -r55776:55813 |
Revision 12981b0 by Campbell Barton April 5, 2013, 15:09 (GMT) |
fix [#34881] Bad characters in error output (PyConsole) if trying to use a Bmesh UV Layer on a BMVert |
Revision 1c3c4f3 by Campbell Barton April 5, 2013, 14:58 (GMT) |
code cleanup: use bool's for vgroup and editmode. |
Revision d070940 by Bastien Montagne April 5, 2013, 13:34 (GMT) |
More fixes for install_deps.sh under ubuntu 10.04: git package is called "git-core", and 'apt-cache policy' returns a different result than newer versions when no package is found, changed the "available deb package" test to use "apt-cache show" instead. |
Revision 5ad0716 by Antonis Ryakiotakis April 5, 2013, 13:00 (GMT) |
Stencil dimension control: * Shift-Rclick and holding right click, x or y will trigger constrained scaling of overlay. Pressing again will revert to uniform scaling. * Added operator, visible under the mapping drop menu, to fit stencil aspect ratio to brush image aspect ratio. * Made it possible to access stencil attributes from python as vec.x, vec.y. Thanks to kgeogeo for pointing out! |
Revision 4cfffd8 by Bastien Montagne April 5, 2013, 12:37 (GMT) |
First fix for install_deps and ubuntu 10.04 (no libtiff5, only libtiff4, wonder why this package does not work as jpeg or png ones)... This allows compilation of OIIO, install_deps.sh still working though (on this old OS, all libs have to be compiled, takes time... :/). |
Revision 81621eb by Antonis Ryakiotakis April 5, 2013, 11:45 (GMT) |
Patch from kgeogeo: * Change coordinates of stencil to float, helps with precision during property manuipulations * Expose stencil properties to RNA. |
Revision b31ca01 by Lukas Toenne April 5, 2013, 11:16 (GMT) |
Fix #34873, Custom min/max node values get reset randomly while working and on save and quit. Node group socket interface was not storing the default_value struct in writefile.c, forgot to add this back when returning to DNA data for node sockets. |
Revision e579400 by Sergey Sharybin April 5, 2013, 11:10 (GMT) |
Fixed typo in OCIO GLSL module, was using address to a pointer.. |
Revision 7fbebe6 by Lukas Toenne April 5, 2013, 11:02 (GMT) |
Fix for compositor bug found by Ton Roosendaal. Color Balance node was using wrong socket index to map the operation socket to the UI node socket. |
Revision a53a106 by Sergey Sharybin April 5, 2013, 11:01 (GMT) |
Fix #34872: Every images are displayed as black in UV/image editor Issue was caused by some mesa drivers does not support GL_RGBA16F. Now added check around glTexImage2D to verify whether requested internal format is actually supported. If not blender will fall back to non-GLSL image display. |
Revision 898ba93 by Sergey Sharybin April 5, 2013, 09:23 (GMT) |
Update libmv to current upstream version - Solves some strict compilation warning - Style/code cleanup |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021