Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3142 / 5574

July 4, 2013, 04:57 (GMT)
fix [#35998] Crash when trying rename Driver in Outliner
remove unused script define
July 4, 2013, 03:56 (GMT)
stop adding groups from changing the active group with weight transfer, add BKE_defgroup_new function.
July 3, 2013, 23:46 (GMT)
Cycles:
* Added 2 new nodes to combine and separate HSV colors.

Screenshot:
http://www.pasteall.org/pic/show.php?id=54828
July 3, 2013, 22:57 (GMT)
fix [#35984] no way to know if a datablock is in editmode

the report explains the issue in detail, but basically you couldn't know if a mesh was in editmode without checking all the objects that use it.
add `is_editmode` readonly property for all datatypes which support editmode.

also make rna fail to build on implicit function declarations.
July 3, 2013, 22:12 (GMT)
Merged revision(s) 57908-57978 from trunk/blender into soc-2013-dingto.
July 3, 2013, 21:29 (GMT)
fixes/edits to wright transfer
- poll function now checks for a mesh.
- other selected lattices would crash, check for meshes there too.
- better reporting when transfer fails.
- remove feature to sync with active bone after transfer, other tools don't do this (we could make into a generic function if its needed).
July 3, 2013, 21:07 (GMT)
remove checks for active object in the weight panel, this is incorrect for weight transfer and we better rely on operators poll functions.
July 3, 2013, 20:52 (GMT)
Fix bevel crash bug 35990. Sometimes no face to interpolate from.
July 3, 2013, 20:37 (GMT)
Fix #35992: crash using make links > animation data between empty and mesh object.
July 3, 2013, 20:37 (GMT)
Fix #35991: show warning message to when trying to edit driven values in number buttons.
Revision 7eed4d5 by Gaia Clary
July 3, 2013, 20:31 (GMT)
Fix Weight Paint(Weight-Transfer): active vgroup does not match active bone when new vgroups where created during transfer
July 3, 2013, 17:16 (GMT)
Fix #35935: make links > groups, which copies group membership between objects,
would also copy object dupligroups (next item in the menu).
July 3, 2013, 17:11 (GMT)
Fix #35933: setting shortcut keys in object mode menu didn't work correct.
July 3, 2013, 17:02 (GMT)
Fix #35986: "Full sample AA not supported without 3d rendering" message was
displayed even with antialiasing disabled.
Revision bce00b6 by Gaia Clary
July 3, 2013, 15:57 (GMT)
Weight Paint: Enable Transfer Weights tool for Obejcts with no Vertex Groups
July 3, 2013, 15:33 (GMT)
Fix deadlock in coordinate wrapping operation with zero dimension
July 3, 2013, 15:33 (GMT)
Fix crash when getting active ID from a node tree with missing groups
July 3, 2013, 12:38 (GMT)
Merging r57954 through r57961 from trunk into soc-2013-depsgraph_mt

July 3, 2013, 12:33 (GMT)
Code cleanup: more explicit list base initialization
July 3, 2013, 12:32 (GMT)
Made curves almost thread-safe

Now modifier stack wouldn't modify original curve's nurbs
and will operate on a copy of nurbs.

This makes it possible to process curve object update with
shared curve datablocks from multiple threads. There's no
big overhead for creating a copy of nurbs comparing to old
behavior which was allocating original vertex array and
apply coordinates on curve after all modifier are applied.

The only remained issue with curves is curve's bounding box
and texture space. It's not thread-safe, but it wouldn't
lead to crashes -- it just could lead to either memory
leak or wrong texture coordinates due to difference in
modifiers stacks of objects which shares the same curve.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021