Blender Git Commits

Blender Git "master" branch commits.

Page: 2824 / 5574

July 18, 2014, 09:30 (GMT)
Fix T41035: Scale Manipulator CTRL-ALT-S issue with maya shortcuts
July 18, 2014, 09:14 (GMT)
Fix wrong interface flags combination in inverse kinematics panel
July 18, 2014, 08:44 (GMT)
Fix T41039: Hook modifier sometimes fails to retain correct bezier curve point assignment
July 18, 2014, 07:38 (GMT)
Fix wrong index update when removing CV points
July 18, 2014, 06:00 (GMT)
BGE: Add property/material detection and X-Ray for mouse over any sensor

This patch adds a Property/Material detection and a X-Ray mode to the mouse over any sensor like on the ray sensor.

Proposal:
http://blenderartists.org/forum/showthread.php?261847-BGE-proposal-Mouse-Over-Any-sensor-with-Property-and-X-Ray&highlight=proposal

Reviewers: moguri

Reviewed By: moguri

Differential Revision: https://developer.blender.org/D653
July 18, 2014, 05:52 (GMT)
BGE: Add missing documentation and attribute constraint_type for ConstraintWrapper

1. Add attribute to get the constraint type.
2. Add missing documentation for getParent, setParam, constraint_id in bge.types.KX_ConstraintWrapper.rst.
3. Add missing documentation for GENERIC_6DOF_CONSTRAINT and flag bit in bge.constraints.rst.
4. Fix typo in CcdPhysicsEnvironment.cpp

Reviewers: moguri

Reviewed By: moguri

Differential Revision: https://developer.blender.org/D654
July 18, 2014, 05:49 (GMT)
BGE: Add level mode to property actuator

This patch adds to the existing property actuator a level mode, which is switching the property depending on the input level.

Reviewers: moguri

Reviewed By: moguri

Differential Revision: https://developer.blender.org/D652
July 18, 2014, 01:55 (GMT)
Code cleanup
July 18, 2014, 01:55 (GMT)
Fix -1 passed as bool
July 17, 2014, 22:06 (GMT)
Fix a BI bug: when an object had dupliobjects children, it was never rendered at all,
even if having particle systems.

This was not matching behavior of Cycles and 3DView!
July 17, 2014, 21:49 (GMT)
Fix T41113: Hide doesn't work on particle systems

Particles could completely cancel Hide flag! 'Accumulative' bool is not a really good idea here,
hide (or render-hide) are some kind of 'absolute' no-go.

Found another issue in that area, duplicated objects would still show in 'render override' mode,
when object was render-disabled.

Hopefully things are better now.
July 17, 2014, 15:16 (GMT)
Add helper to validate (and fix) material indices of meshes' polygons, curves' splines and texts' letters.

Useful especially for importer addons.

Reviewers: campbellbarton

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D650
July 17, 2014, 13:30 (GMT)
Bake-API: progress (bar) working

Note: This makes no change to the user, the render engine (Cycles) still
need to update the progress during baking. But this is the Blender side
of this.
July 17, 2014, 13:30 (GMT)
BGE: rtsp support for VideoTexture (video streaming)

In collaboration with Benoit Bolsee (mainly doing it under his
directions).

Note: FFmpeg lib needs to be compiled with rtsp support for this to
work.

Bug 1/2 of T41004
July 17, 2014, 13:20 (GMT)
Fix T34664: bevel face material can be set in tool and modifier.

Now the bevel tool, modifier, and internal operator have a material
slot # parameter that the user can set. If left at default of -1,
behavior is as current -- bevel face material is taken from the
closest original face (this may be ambiguous). If material slot
is >= 0, it gives the material slot index number for the material
to use.
July 17, 2014, 08:58 (GMT)
Use compiler attributes for more BLI libs
July 17, 2014, 07:46 (GMT)
Fix for bmesh_vert_separate adding to visithash multiple times
July 17, 2014, 07:12 (GMT)
Correct error in recelty added BM_face_split_edgenet

Was copying UV's to unrelated faces
July 17, 2014, 05:02 (GMT)
Correct previous commit - space crept in patch
July 17, 2014, 04:54 (GMT)
Add thousands separators to scene stats (D646)

by januz with own modifications
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021