Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2667 / 5574

February 23, 2015, 11:23 (GMT)
Fix T43776: Rigging : Clear User transform is not working when mesh is in weight paint mode.

Use same trick as for regular 'clear transform' operators to get a valid armature
in weight paint mode (where active object is weight-painted one).
February 23, 2015, 10:33 (GMT)
Fix T43740: 'Back to Previous' failed on reload

Would restore with the file-selector where the 'info' header should be.
February 23, 2015, 10:06 (GMT)
Screen: remove redundant NULL check in ED_area_prevspace
February 23, 2015, 09:02 (GMT)
Partial fix for T43740

ED_area_data_swap would put the screen in an invalid state and crash.
(SpaceLink.spacetype didn't match ScrArea.type)

However behavior is still odd in the instance of the report.
February 23, 2015, 07:22 (GMT)
Fix T43769: Envmap Texture copy looses image
February 23, 2015, 05:17 (GMT)
CustomData: const correctness
February 23, 2015, 05:17 (GMT)
BLI_utildefines: correct comment
February 23, 2015, 04:44 (GMT)
Edge/Vert Slide: avoid redundant loop angle calls

No need to calculate loop angle for each layer
February 23, 2015, 04:40 (GMT)
Error in last commit

Accidentally left in malloc/free
February 23, 2015, 02:57 (GMT)
Fix error in recent vert/edge-slide commits

`CustomData_bmesh_interp_n` was expecting the 'dest' arg not to have its offset applied.

This was a bit confusing since the source args have it applied,
and in some cases we only have the destination with the offset.
February 23, 2015, 02:57 (GMT)
CustomData: replace calloc -> malloc

stack array is uninitialized, relying on calloc here would just hide bugs.
February 23, 2015, 02:54 (GMT)
CustomData: const correctness for interp()
February 23, 2015, 02:50 (GMT)
BLI_utildefines: add pointer offset macro

Handy since it keeps the type of the original.
February 22, 2015, 21:34 (GMT)
Subsurf: missing NULL checks on free
Revision 0f1ffd4 by Julian Eisel
February 22, 2015, 16:14 (GMT)
Fix T43768: Pointcache end frame ignores preview range

Fix for T43768

This way it works consistent with cloth, softbodys, etc.

Reviewers: lukastoenne

Differential Revision: https://developer.blender.org/D1134
February 21, 2015, 14:18 (GMT)
Cycles: Make it survive if preview_cycles.blend uses persistent data

Currently should be no functional changes, but nice thing to have fixed
for some further experiments.
February 21, 2015, 13:39 (GMT)
Fix T43748: MouseLook actuator raises an Assert error

An assertion seems to be inverted by mistake, as MT_assert(!m_mouse); is followed
by using m_mouse->XXXX.
Revision 813dcb9 by Joshua Leung
February 21, 2015, 13:09 (GMT)
GPencil: Another fix for the "big square dots" problem

Strokes containing only a single point are now drawn so that they respect the
pressure values too. Previously, they were getting drawn at a fixed size based
on the thickness of strokes. Thanks to @kekeljevic for posting a screenshot which
made the problem here easy to identify!

(On a side note: Perhaps it's a combination of the drivers I'm using, or the
multisampling goodness at work, but after applying this change, the dots are
now appearing as round circles as originally intended, and can also be scaled
up quite a bit too. And that's for 3D points which couldn't be affected like
this earlier! I'm not sure what's going on here, but whatever it is, I like it ;)
February 21, 2015, 12:50 (GMT)
Code cleanup: Use bools instead of int
February 21, 2015, 12:31 (GMT)
Cycles: Add note about autodiff in OSL wireframe shader
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021