Revision c72d319 by Dalai Felinto March 15, 2017, 12:57 (GMT) |
Immediate Mode: remove commented out code from drawgpencil.c Some of this was "tagged" for removal by Dec 2016. |
Revision d4b3068 by Sergey Sharybin March 15, 2017, 12:50 (GMT) |
Use FTOCHAR rather than CLAMP of uchar output This makes no sense to clamp after value was assigned to uchar already. Proper way to do so is to use FTOCHAR. |
Revision 407f8ee by Clément Foucault March 15, 2017, 12:15 (GMT) |
OpenGL: Converted gpu_compositing.c to use batches. |
Revision 79f9467 by Sergey Sharybin March 15, 2017, 11:48 (GMT) |
Merge branch 'master' into blender2.8 |
Revision af1d9ec by Sergey Sharybin March 15, 2017, 11:48 (GMT) |
Fix strict compiler warning in the previous commit |
Revision 9ad252d by Sergey Sharybin March 15, 2017, 10:10 (GMT) |
Fix T50938: Cache not being reset when changing simulation settings with new depsgraph The thing i'm really starting to hate is the requirement to specify both operation code and node type. Seems to be duplicated enums without real need for that. |
Revision 6a5487e by Porteries Tristan March 14, 2017, 20:32 (GMT) |
BGE: Fix blenderplayer stub. Add dummy definition of WM_operator_is_repeat. |
Revision 1d5ba26 by Campbell Barton March 14, 2017, 19:04 (GMT) |
Merge branch 'master' into blender2.8 |
Revision f13c729 by Campbell Barton March 14, 2017, 18:37 (GMT) |
WM: free operators when repeating Needed since the active operator isn't ensured to be the last. |
Revision 647fb6e by Gaia Clary March 14, 2017, 18:31 (GMT) |
fix D2552: Collada - Follow up change to complete the fix in rBda6cd7762810 (use unique id for bones with same name in different armatures) |
Revision 4877c93 by Gaia Clary March 14, 2017, 18:31 (GMT) |
Collada simplify: avoid duplicate negation in boolean |
Revision 1208792 by Campbell Barton March 14, 2017, 16:56 (GMT) |
WM: store operators with undo flag This is needed so we can tell if operators are executed repeatedly. |
Revision 582f9dd by Campbell Barton March 14, 2017, 16:56 (GMT) |
Update path_menu for recent API change |
Revision 76ec329 by Campbell Barton March 14, 2017, 16:56 (GMT) |
WM: add Operator.is_repeat() check for C & Py This addresses an issue raised by D2453 - that there was no way to check if operators are run multiple times in a row. Actions are still ignored that don't cause an UNDO event. |
Revision 5ba51de by Sergey Sharybin March 14, 2017, 15:54 (GMT) |
Cycles: Cleanup, indentation |
Revision 43f7d56 by Bastien Montagne March 14, 2017, 15:04 (GMT) |
Fix T50926: python crashes with path containing utf8 characters. Default text encoding is platform-dependent in python, and windows usually do not use utf-8 as default... |
March 14, 2017, 13:35 (GMT) |
fix D2552: Collada - use unique id for bones with same name but in different armatures. Co-authored-by: Gaia <gaia.clary@machiniamtrix.org> |
Revision f3ff03b by Bastien Montagne March 14, 2017, 11:54 (GMT) |
CLNor: rework threaded computation. Was using some threaded queue on top of task pool, tssk... Now using properly task pool directly to crunch chunks of smooth fans. No noticable changes in speed. Tried to completely get rid of the 'no threading with few loops' code, but even just creating/freeing the task pool, without actually pushing any task, is enough to make code 50% slower in worst case scenario (i.e. few thousands of simple cube objects). |
Revision 284701e by Bastien Montagne March 14, 2017, 11:54 (GMT) |
CLNor code: use averaged debug timing. |
Revision 1410ea0 by Bastien Montagne March 14, 2017, 11:54 (GMT) |
Fix T50876: Cycles Crash - Cycles crashes before sampling when certain meshes have autosmooth enabled. The root of the issue was in custom normal code, so far it assumed that we could only have one cyclic smooth fan around each vertex, which is... blatantly wrong (again, the two cones sharing same vertex tip e.g.). This required a rather deep change in how smooth fans/clnor spaces are processed, took me some time to find a 'good' solution. Note that new code is slightly slower than previous one (maybe about 5%), not much to be done here, am afraid. Tested against all older report files I could find, seems OK. |
|
|
|


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