Blender Git Commits

Blender Git commits from all branches.

Page: 2785 / 2888

May 31, 2012, 10:54 (GMT)
Eigen3 "Kinda" working - still weird splitting up going on in 3dview
May 31, 2012, 09:21 (GMT)
Previous commit removed the automatic loading of glColor that I experimented with. This small change is needed for fonts to render the correct color.
May 31, 2012, 09:18 (GMT)
WITH_GPU_SAFETY is an advanced CMake option for adding a lot of checks to help debug the graphics API.

Currently only covers usage of gpuImmediate. It is off by default. It interacts with WITH_ASSERT_ABORT in that if WITH_ASSERT_ABORT is enabled then errors cause the program to abort, otherwise they just print to the console.

BLI_utildefines.h implicitly relied on an upstream include for stdio.h, so I conditionally added it.

No scons option yet.
May 31, 2012, 09:08 (GMT)
UV transform correction tool
============================
* Allow edge ratios to be negative, allows for better displacement when
leaving the boundaries of the uv islands a vertex is in.
* minor cleanup of unused variables.
May 31, 2012, 08:38 (GMT)
UV transforc correction tool
============================
* Next set of corrections that makes multiple selection + transform much
more robust. Calcualate final edge length based on initial position of
vertex on the other side of the loop.
May 31, 2012, 08:16 (GMT)
UV transform correction tool
=============================
* Getting a MUCH better result by projecting the final edges on the
initial edges and then getting the ratio between final/initial length
May 31, 2012, 04:54 (GMT)
Changing the mesh converter to stop using BL_Material as a temporary place holder for rgb and uv data. This is the first step in getting rid of per face material conversions, which are taking up a lot of time.
May 31, 2012, 04:43 (GMT)
This is an experimental patch to remove the modality of menus and other popup regions. It also activates and presses any button under the mouse cursor even though a menu is up. One effect of this is that the user can open one menu and then click to open a second without closing the first.
May 31, 2012, 03:57 (GMT)
BLF_draw_font calling gpuEnd too many times in some situations. BLF_draw_font does not always need a color array.
May 31, 2012, 00:54 (GMT)
Add area to normalized laplacian weight.
May 30, 2012, 23:00 (GMT)
Two buttons on the color picker to choose black and white. No icons exist yet and I can't figure how to set the color, so I marked the buttons with W and B for now.
May 30, 2012, 22:08 (GMT)
Adds recognition for Windows 7 Touch Events and a CMake WITH_INPUT_TOUCH (default off).

When INPUT_TOUCH is on, it defines _WIN32_WINNT as 0x601 (Windows 7). This is a short-term solution to enable usage for the Windows Touch API.
May 30, 2012, 19:21 (GMT)
Removing some debug code that was accidentally committed.
May 30, 2012, 18:50 (GMT)
Fix color wheel not closing when the mouse moves away. Looks like this was caused by an oversight in r24808.
May 30, 2012, 18:49 (GMT)
Ready methods to calculate the Laplacian Matrix.
The OpenNL was use for solve sparse syste,.
Ready method which constructs the system of equations.
Ready method to solve the sparse linear system.
May 30, 2012, 18:40 (GMT)
UV Transform Correction tool
=============================
*support for cancel that restores uvs of vertices
May 30, 2012, 18:21 (GMT)
Fix crash when not in edit mode and correct uvs is on
May 30, 2012, 17:57 (GMT)
UV Transform Correction tool
==============================
* First functional tool. Looks that since we count each edge twice, we
need to count the loops only once instead of twice. This is weird to me
but it works.

TODOS:
* support for cancel. Right now uvs stay in their modified state when
cancelling the transform.
* support for uvs on stitches.
* Check how this plays with edge slide
May 30, 2012, 17:18 (GMT)
UV transform correction tool
=============================
Do a calculation of edge length for both loops of each face. Still
giving the wrong results but this is needed
May 30, 2012, 16:37 (GMT)
Revert tooltips so I can do it the right way
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021