Revision f2309ba by Sergey Sharybin February 25, 2014, 09:52 (GMT) |
Fix T38824: curve which is constrained on a hidden layer causes cycles crash Issue was caused by cycles setting scene frame which will update scene for all the layers (not just visible ones) which confuses depsgraph making objects which are needed as dependency are not really evaluated. Made it so setting frame via scene.frame_set() which check whether update need to be flushed to an invisible objects and do this if so. Not ideal solution but seems to be safest at this point. |
Revision 3ae641e by Lukas Toenne February 25, 2014, 09:15 (GMT) |
Fix T38773: Inconsistent conversion of colors and float values in Blender Internal shader nodes. All nodes now use the `nodestack_get_vec` function to convert whatever input values are connected to the desired type, instead of using the stack values directly regardless of what they contain. Note that this might break old node setups that have been adapted to the faulty behavior, but as discussed in the bug report the 2.70 version is the right time to fix this. |
Revision bf547a1 by Sergey Sharybin February 25, 2014, 07:50 (GMT) |
Fix T38806: Proxy file changes don't update until Blender's restart |
Revision 44e53c8 by Campbell Barton February 25, 2014, 07:35 (GMT) |
Object disable negative object dimensions these would become positive on update |
Revision d9637fb by Sergey Sharybin February 25, 2014, 07:27 (GMT) |
Fix T38745: Curve parent crash when rendering animation Issue was caused by curve orco calculation for rendering being freed curve path and not calculating it back. This left depsgraph in a state that it believed all the object data is up to date but in fact some parts of data was freed by convert blender. Now made it so path is not being freed by render thread. This is rather a workaround actually because ideally render thread need to use copy-on-write here or at least use local cache here. But current logic should be closer to what was happening in previous release. |
Revision bb62f9a by Campbell Barton February 25, 2014, 06:01 (GMT) |
Fix T38778: Properties from bpy.props could be edited as custom props |
Revision 24e1ce2 by Campbell Barton February 25, 2014, 05:49 (GMT) |
Use string escaping when renaming custom properties |
Revision 18f6bb0 by Campbell Barton February 25, 2014, 05:19 (GMT) |
Fix for custom property editor when property id's contained quotes Adds bpy.utils.escape_identifier() |
Revision 6a43c2a by Campbell Barton February 25, 2014, 03:18 (GMT) |
Fix text select offset /w zoomed UI & popups (colorpicker) |
Revision 073a1f8 by Campbell Barton February 25, 2014, 03:06 (GMT) |
Revert "Fix T38819: Mark Seam misbehaves when accessed through spacebar search" This reverts commit d47d030275f14b1c1b7a35452f9b3c841ebeb178. This isn't a bug. |
Revision d47d030 by Dalai Felinto February 25, 2014, 01:48 (GMT) |
Fix T38819: Mark Seam misbehaves when accessed through spacebar search |
Revision b6c439d by Campbell Barton February 25, 2014, 01:42 (GMT) |
UI: remove number specific button offset when selecting text |
February 25, 2014, 00:09 (GMT) |
Fix T38808: image opened with 'relative path', gets absolute path |
Revision d0ec83c by Campbell Barton February 24, 2014, 23:31 (GMT) |
Fix T38809: regression, text cursor offset in number buttons Use the same offset for all edit-buttons now. |
Revision e643d2c by Thomas Dinges February 24, 2014, 23:01 (GMT) |
Cycles Standalone: Tweak for d59f53f7b7da, use "closure color" as type name, to 100% match the OSL data type. |
Revision 2477029 by Campbell Barton February 24, 2014, 22:56 (GMT) |
CMake: add _WIN32_WINNT MSVC define to match scons |
Revision 4903544 by Martijn Berger February 24, 2014, 22:14 (GMT) |
On MSVC 2013 64 bit set the default to build a vista API targetted binary. |
Revision 2d26d1d by Thomas Dinges February 24, 2014, 20:47 (GMT) |
Cycles: Make CUDA aware of COMPUTE_50 (sm_50, Maxwell). If you have a Maxwell GPU and want to test, you have to use the CUDA Toolkit 6.0(RC) and enable sm_50 in scons/cmake. |
Revision b5c50c0 by Thomas Dinges February 24, 2014, 20:13 (GMT) |
Paint UI: Don't hide the custom icon path, just grey out. This is what we do with boolean and sub-settings. We usually hide it when the options depend on a menu-enum. |
Revision 97e9bb9 by Brecht Van Lommel February 24, 2014, 20:03 (GMT) |
Fix T38804: unnecessary empty space in the modifier UI. |
|
|
|


Master Commits
MiikaHweb | 2003-2021