Revision f0dcff9 by Sergey Sharybin October 12, 2013, 14:08 (GMT) |
Task scheduler ported form CYcles to C Replaces ThreadedWorker and is gonna to be used for threaded object update in the future and some more upcoming changes. But in general, it's to be used for any task based subsystem in Blender. Originally written by Brecht, with some fixes and tweaks by self. |
Revision 9d7567d by Brecht Van Lommel October 12, 2013, 13:55 (GMT) |
Fix #37002: cycles viewport render shows white on old graphics cards with no support for non-power-of-two textures. |
Revision 1a3011a by Brecht Van Lommel October 12, 2013, 13:44 (GMT) |
Fix #37045: blender internal SSS rendering black on some system when the SSS reflection color was set to 1 1 1. BSSRDF parameter fit not converging properly due to float precision issues. |
Revision 6d9ccbc by Brecht Van Lommel October 12, 2013, 12:54 (GMT) |
Further tweak for dual quaternion armature deform problem, tweak the epsilon value to solve some more cases. |
Revision 11f0e35 by Bastien Montagne October 12, 2013, 11:28 (GMT) |
Revision 61cceb3 by Antonis Ryakiotakis October 12, 2013, 11:18 (GMT) |
Add poll function for overlay panel. Thanks to Thomas Dinges for the report! |
Revision e192f5b by Lukas Toenne October 12, 2013, 11:05 (GMT) |
Fix #37047, Expanded Enum Alignment glitching. The enum item buttons in the node header change their alignr when switching the tree type, due to different things being shown in the header (this rarely happens in other panels, so it doesn't turn up easily). The new alignnr needs to be copied to existing block buttons in ui_but_update_from_old_block to ensure the enum items get aligned to each other. |
Revision c7109b1 by Bastien Montagne October 12, 2013, 11:03 (GMT) |
Followup to own r60700, fix was not correct... In fact, beahivor of expanded enums is not consistent with other properties, as there labels are never shown. Keep it for now, though, as this would break many scripts and ui file, better to do this in bulk! Thanks to DingTo and plasmasolutions for notifying the issue. |
Revision c0295bd by Thomas Dinges October 12, 2013, 09:54 (GMT) |
Code cleanup: Remove some more unused cycles SSS code, related to the lookup table. |
Revision b2d3b02 by Bastien Montagne October 12, 2013, 09:43 (GMT) |
Fix obvious error in expanded enum layout code, given uiname would never be use... |
Revision 6caacff by Shinsuke Irie October 12, 2013, 06:11 (GMT) |
More fixes for PSD support in SCons scirpts... |
Revision 7998b2f by Campbell Barton October 12, 2013, 03:42 (GMT) |
transform - use 2d float's for the viewport center (allows for vector math functions to be used more easily). |
Revision b6db417 by Campbell Barton October 12, 2013, 02:19 (GMT) |
code cleanup: use const's for vector args. |
Revision 744f691 by Brecht Van Lommel October 12, 2013, 00:08 (GMT) |
Fix dual quaternion armature deform giving erratic results in some cases. Bug was encountered in a Kiribati rig file. The problem was actually in the matrix to quaternion conversion function. One problem is that it was using the wrong matrix indices in case of an ill defined matrix trace. Besides that FLT_EPSILON was too small to detect cases where float precision becomes a problem. |
Revision 3127952 by Brecht Van Lommel October 12, 2013, 00:08 (GMT) |
Fix crash running Blender in background mode, caused by revision 60633. |
Revision 8f33609 by Brecht Van Lommel October 12, 2013, 00:08 (GMT) |
Code cleanup: remove some unused cycles SSS code. |
Revision 90cd0a3 by Shinsuke Irie October 11, 2013, 23:14 (GMT) |
Fix build scripts related to PSD support. Both CMake and SCons builds were broken. |
Revision c742bc2 by jens verwiebe October 11, 2013, 22:37 (GMT) |
OSX/scons: change again conditional for ftemplate, it can be ambigous with xcode5, cause there is still gcc and llvm-gcc symlinks to clang, so env['CXX'] is bad test then |
Revision 356de10 by jens verwiebe October 11, 2013, 21:37 (GMT) |
scons: fix WITH_PSD compiling, still i think muddled naming is used here, todo: cleanup |
Revision b83f755 by Shinsuke Irie October 11, 2013, 19:44 (GMT) |
Fix [#37049] Default keybindings: Text editor auto-complete accepts Return, but not Numpad Enter |
|
|
|


Master Commits
MiikaHweb | 2003-2021