Blender Git Commits

Blender Git "master" branch commits.

Page: 2653 / 5574

March 16, 2015, 15:18 (GMT)
Get rid og gluBuild2DMipmaps on game engine.
March 16, 2015, 15:07 (GMT)
Get rid of gluBuild2DMipmaps on rna API.

Code here is a bit weird/simpler than GPU_draw, but we can reuse the API
here, albeit with a few restrictions (no high resolution, custom
filtering mode - which will probably get lost next time blender reloads
textures)
March 16, 2015, 14:45 (GMT)
Get rid of gluBuild2DMipmaps on gpu_draw.c (use our own imbuf scaling
functions instead)
March 16, 2015, 11:14 (GMT)
Make sure disabling attribute arrays also resets the counter so we don't
do it twice.
March 16, 2015, 10:02 (GMT)
Fix T43853: Audio animation bug (fcurves)

For a detailed bug explanation see the comments in the report.
March 16, 2015, 09:52 (GMT)
Code cleanup: Comment
March 16, 2015, 09:38 (GMT)
Fix an incorrect assert in lnor code.

There is one case where we do can have only two edges for two loops...
March 16, 2015, 09:12 (GMT)
Fix T43178: BGE has hard-coded 60 Hz as frame rate

Two areas of the BGE use a hard-coded 60 Hz as frame rate. However, this 60 Hz is just a default setting, and can be changed in the Blender interface.
This setting is now used instead of the hard-coded 60 Hz.

CcdPhysicsEnvironment::SetFixedTimeStep() is actually never called, as we don't even support a true fixed-timestep simulation.
Revision 6aaedc7 by Gaia Clary
March 16, 2015, 09:03 (GMT)
Refer to Task 43975: Deleting a Shapekey can break the relative pointers

This patch would reassign the relative of all keyblocks to the relative
of the deleted keyblock. And it fixes the misalignement of the index values
after the keyblock is deleted.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1176
March 16, 2015, 08:31 (GMT)
Fix T43999: MIS for environment broken after multi-threading commit

Typo in task start row calculation.
March 16, 2015, 05:03 (GMT)
PyConsole: double-click to select word

patch T43641 by @v-disp with own edits
March 16, 2015, 02:39 (GMT)
Correct assert
March 16, 2015, 02:08 (GMT)
Fix T43997: Paste fcurve keeps handle selection
March 16, 2015, 00:46 (GMT)
Cleanup
March 15, 2015, 23:16 (GMT)
PyAPI: bpy.ops enum error was cut short
March 15, 2015, 22:57 (GMT)
Fix T43976: Edit-mode crash /w (scene/screen.scene) mismatch
March 15, 2015, 22:37 (GMT)
Cleanup: warnings
March 15, 2015, 22:29 (GMT)
Update themes for 2.74
March 15, 2015, 22:24 (GMT)
Fix T39184: Multisegment bevel profiles should curve in-plane sometimes.

When the multisegment profile joins two unbeveled edges, all in the same
plane, users desire that rather than the current behavior of linear
interpolation between those edges, the profile should curve.
This changes behavior to do that. The old behavior can be obtained
by setting the profile parameter to 0.25, if desired.
Revision 3e6cfcc by Julian Eisel
March 15, 2015, 21:35 (GMT)
Nodes: Shortcuts for Snap and Snap Element Menu

Added Shift + Tab for Snap and Ctrl + Shift + Tab for Snap Element Menu (consistent to
3D View)

NOTE: Exit Group is now Ctrl + Tab instead of Shift + Tab
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021