Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3424 / 5574

October 26, 2012, 09:25 (GMT)
Fix #32972: cycles crash switching OSL to SVM in viewport render.
October 26, 2012, 09:13 (GMT)
Bug report #32970

Added "not animatable" properties to Image animation options; that's not supported.

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.
October 26, 2012, 06:19 (GMT)
add a function for merging 2 bmesh element flags into a 3rd item.
October 26, 2012, 05:33 (GMT)
fix for another error reported in [#26712], use count failing with 3 levels of linking.
October 26, 2012, 05:22 (GMT)
fix [#26712] Particle group instance 'Use Count' value gets reset on file-load.
October 26, 2012, 04:54 (GMT)
fix own error when refactoring projection code, [#32971] Edge Select unusable beyond certain zoom distance.
October 26, 2012, 04:14 (GMT)
style cleanup
October 25, 2012, 23:04 (GMT)
code cleanup: use squared length for comparisons and is_zero_v# rather then checking length == 0.
October 25, 2012, 22:47 (GMT)
code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.
October 25, 2012, 22:37 (GMT)
Fix #32973: crash adding python property with update=None parameter passed.
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!).
October 25, 2012, 19:49 (GMT)
Correction to viewport's lens description - lens works in ortho mode now.
October 25, 2012, 19:16 (GMT)
fix scons compilation after 51634
October 25, 2012, 18:28 (GMT)
adding logic editor strings to .po
for the records I was chasing the strings using:
/"u[^".]*"/IFACE_( )/cg
October 25, 2012, 18:26 (GMT)
Fix compilation in paranoid gcc warnings=errors mode...
October 25, 2012, 17:25 (GMT)
Correction to recent makesrna commit
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021