Revision cb48c0c by Campbell Barton April 30, 2014, 21:20 (GMT) |
Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a." This reverts commit a47a4ef82f37428d391cc14a30fa611d6714e71d. |
Revision a47a4ef by Thomas Dinges April 30, 2014, 21:16 (GMT) |
Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a. |
Revision 2ce3e46 by Campbell Barton April 30, 2014, 20:52 (GMT) |
Fix for making single user objects setting FROMGROUP flag incorrectly |
Revision d2a3260 by Antonis Ryakiotakis April 30, 2014, 20:43 (GMT) |
Add PBVH debug display, where we can see the PBVH node bounding boxes. To enable enter debug value 14. Leaf nodes are green while container nodes are red. |
Revision d50f883 by Campbell Barton April 30, 2014, 20:07 (GMT) |
Fix T39969: Make single user object looses custom-tx-bone |
Revision 3d5ab5a by Campbell Barton April 30, 2014, 19:57 (GMT) |
Warning cleanup: signed/unsigned compare also remove redundant loop in BKE_pose_copy_data |
Revision 762a988 by Campbell Barton April 30, 2014, 19:54 (GMT) |
Fix for copy_object_pose incrementing custom user twice |
Revision 4b75956 by Campbell Barton April 30, 2014, 19:28 (GMT) |
Revision 0309a7b by Campbell Barton April 30, 2014, 19:07 (GMT) |
Code cleanup: remove unused header |
Revision 4ca6786 by Campbell Barton April 30, 2014, 18:47 (GMT) |
Code cleanup: remove unused includes Opted to keep includes if they are used indirectly (even if removing is possible). |
Revision 19cd692 by Sergey Sharybin April 30, 2014, 15:08 (GMT) |
Fix T39965: Sequencer do not sync cycles strips The was actually caused by the way how Cycles uses objects layers. It's not possible to rely on the fact that layers are flushed from Base to Object. It's only valid when rendering active scene. Now made it so layers are used from the base. |
Revision d1009bd by Thomas Dinges April 30, 2014, 14:49 (GMT) |
Windows: Disable Numpy for now, we miss the libs for Python 3.4. Also make the flag WITH_BF_PYTHON_INSTALL_NUMPY flag actually work on Windows. |
Revision 741f17f by Brecht Van Lommel April 30, 2014, 14:07 (GMT) |
Cycles CUDA: make CUDA toolkit 6.0 the official supported version. This also updates the configurations to build kernels for compute capability 5.0 cards, when using and older CUDA toolkit version this will be skipped. Also includes tweaks to improve performance with this version: * Increase max registers on sm_30, sm_35 and sm_50 * No longer use texture storage on sm_30 |
Revision 4d1a109 by Campbell Barton April 30, 2014, 13:43 (GMT) |
Fix T35176: Python fails with blend files from non-ASCII paths Thanks to Tamito for updating the patch to support Freestyle! |
Revision b96d531 by Campbell Barton April 30, 2014, 13:19 (GMT) |
Python: move to version 3.4x on all platforms |
Revision 417efb0 by Campbell Barton April 30, 2014, 12:29 (GMT) |
Remove hard coded Python version for scons note: this isn't best way of extracting version without '.' |
Revision db32e6c by Sergey Sharybin April 30, 2014, 12:20 (GMT) |
Fix T39795: Crash when duplicate f-curve keyframe, individual origins Seems to be just missing case for center point initialization in td. Thanks Campbell for review! |
Revision 1b9feb0 by Sergey Sharybin April 30, 2014, 12:13 (GMT) |
Fix T38245: Render slot buffer gets deleted in compositor when input is an image This was more like a TODO than a bug, but wasn't difficult to support. Need to backup image slots before doing re-compo in nodes editor. If something breaks, lease poke me! |
Revision 7829ef0 by Campbell Barton April 30, 2014, 11:43 (GMT) |
Report when saving images and text also fix bug where text saving would strip last newline |
Revision 3803c64 by Sergey Sharybin April 30, 2014, 11:40 (GMT) |
Changes to cache line display in image editor Only show it when having active mask or when current image is a sequence or movie. |
|
|
|


Master Commits
MiikaHweb | 2003-2021