Revision d19894c by Brecht Van Lommel October 26, 2012, 09:25 (GMT) |
Fix #32972: cycles crash switching OSL to SVM in viewport render. |
Revision c04b3df by Ton Roosendaal October 26, 2012, 09:13 (GMT) |
Bug report #32970 Added "not animatable" properties to Image animation options; that's not supported. |
Revision dbde62d by Campbell Barton October 26, 2012, 06:22 (GMT) |
fix [#30087] operator_context is different for popup and submenu's *TODO, after 2.62* having context different for menu vs submenu is quite confusing, now they are both: WM_OP_INVOKE_REGION_WIN this changes WM_menu_invoke behavior. |
Revision 2d39533 by Campbell Barton October 26, 2012, 06:19 (GMT) |
add a function for merging 2 bmesh element flags into a 3rd item. |
Revision 3b7dee7 by Campbell Barton October 26, 2012, 05:33 (GMT) |
fix for another error reported in [#26712], use count failing with 3 levels of linking. |
Revision f30ab48 by Campbell Barton October 26, 2012, 05:22 (GMT) |
fix [#26712] Particle group instance 'Use Count' value gets reset on file-load. |
Revision 1794ab4 by Campbell Barton October 26, 2012, 04:54 (GMT) |
fix own error when refactoring projection code, [#32971] Edge Select unusable beyond certain zoom distance. |
Revision 0e494b7 by Campbell Barton October 26, 2012, 04:14 (GMT) |
style cleanup |
Revision e5a31ef by Campbell Barton October 25, 2012, 23:04 (GMT) |
code cleanup: use squared length for comparisons and is_zero_v# rather then checking length == 0. |
Revision b32bf2c by Campbell Barton October 25, 2012, 22:47 (GMT) |
code cleanup: use min_/max_ math functions, add minmax_v2_v2v2. |
Revision 2223ca1 by Brecht Van Lommel October 25, 2012, 22:37 (GMT) |
Fix #32973: crash adding python property with update=None parameter passed. |
Revision a4eacfa by Bastien Montagne October 25, 2012, 20:12 (GMT) |
Fix for r51634, without this define, translation wonâ??t happen (all i18n macro would be no-op for this editor!). |
Revision 821cc67 by Sergey Sharybin October 25, 2012, 19:49 (GMT) |
Correction to viewport's lens description - lens works in ortho mode now. |
Revision d90b035 by jens verwiebe October 25, 2012, 19:16 (GMT) |
fix scons compilation after 51634 |
Revision 930c916 by Dalai Felinto October 25, 2012, 18:28 (GMT) |
adding logic editor strings to .po for the records I was chasing the strings using: /"u[^".]*"/IFACE_( )/cg |
Revision 0025692 by Bastien Montagne October 25, 2012, 18:26 (GMT) |
Fix compilation in paranoid gcc warnings=errors mode... |
Revision bb783c9 by Sergey Sharybin October 25, 2012, 17:25 (GMT) |
Correction to recent makesrna commit |
Revision ce77c5a by Ton Roosendaal October 25, 2012, 16:58 (GMT) |
Bugfix #27585 Oldie: Texture buttons - "Add New Image" - crashes on changing X or Y resolution. I've greyed out these buttons now, changing image memory that's in use by the preview render is not supported. A real fix I did was assigning the new image to the texture, that was missing. |
Revision 09ed97a by Lukas Toenne October 25, 2012, 16:49 (GMT) |
Internal node links are now cached in a per-node list, instead of being generated as a transient list that is returned from the callback and had to be freed by the caller. These internal links are used for muted nodes, disconnect operators and reroute nodes, to effectively replace the node with direct input-to-output links. Storing this list in the node has the advantage of requiring far fewer calls to the potentially expensive internal_connect callback. This was called on every node redraw ... Also it will allow Cycles to properly use the internal links for muted nodes, which ensures consistent behavior. The previous method was not applicable in Cycles because transient list return values are not supported well in the RNA and particularly the C++ API implementation. |
Revision 7107b8e by Lukas Toenne October 25, 2012, 15:42 (GMT) |
Support for string and index lookup operators on collections in the C++ RNA API. |
|
|
|


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