Blender Git Commits

Blender Git commits from all branches.

Page: 2499 / 2888

November 4, 2014, 15:27 (GMT)
Support for writing derived mesh data from point cache modifier between
other modifiers.

Previously this was simply using the derivedFinal of the object. Now
the point cache has its own writer instance which is writing samples
during the regular modifier evaluation, rather than directly being
called by the bake operator.
November 4, 2014, 14:47 (GMT)
Merge branch 'master' into mesh-transfer-data
November 4, 2014, 14:45 (GMT)
Add support for using a vgroup as mix factor.

Useless for op version, but must-have for modifier one. Not Yet Tested(c).
November 4, 2014, 14:44 (GMT)
Add helpers to vgroup to fill an array of weights from a given vgroup (for verts/edges/loops/polys).
November 4, 2014, 14:29 (GMT)
Merge branch 'viewport_experiments' into gooseberry

Conflicts:
release/scripts/startup/bl_ui/properties_data_camera.py
release/scripts/startup/bl_ui/space_view3d.py
November 4, 2014, 14:26 (GMT)
Avoid freeing and reading/writing NULL pointers. Should not happen often
but better guard against it.
November 4, 2014, 14:25 (GMT)
Only show properties if not in camera view, else direct user to camera
properties
November 4, 2014, 14:07 (GMT)
Bugfix: Stroke buffer sometimes got drawn with wrong color (when doing initial strokes)
November 4, 2014, 14:01 (GMT)
Code Cleanup: Remove unused defines
November 4, 2014, 13:48 (GMT)
Avoid freeing and reading/writing NULL pointers. Should not happen often
but better guard against it.
November 4, 2014, 13:30 (GMT)
Support camera GPU parameters when looking/rendering through camera in
the viewport.
November 4, 2014, 13:30 (GMT)
Use own file for GPU option types.

* Add gpu options for depth of field to camera - still inactive.
* GPUFXOptions now passed to the compositing system startup
so users can swap options if they wish to

This commit changes read-write data again, people should reset their
values again (sorry for that but this is still WIP)
November 4, 2014, 13:28 (GMT)
Support camera GPU parameters when looking/rendering through camera in
the viewport.
November 4, 2014, 12:50 (GMT)
Merge branch 'master' into alembic_pointcache
November 4, 2014, 12:46 (GMT)
Integration of point caching into the modifier stack.

This ensures that the modifier stack is disabled up to the last valid
cache modifier. This cache modifier then provides a derived mesh as
input for the remaining modifier stack tail, or as final output if no
other modifiers follow.
November 4, 2014, 12:02 (GMT)
Use own file for GPU option types.

* Add gpu options for depth of field to camera - still inactive.
* GPUFXOptions now passed to the compositing system startup
so users can swap options if they wish to

This commit changes read-write data again, people should reset their
values again (sorry for that but this is still WIP)
November 4, 2014, 10:24 (GMT)
Merge branch 'terrible_consequencer' into gooseberry
November 4, 2014, 10:16 (GMT)
Fix scons linking of Alembic and HDF5 and additiona Ilmbase/OpenEXR libraries.
November 4, 2014, 10:12 (GMT)
Merge branch 'viewport_experiments' into gooseberry

Conflicts:
source/blender/makesdna/DNA_view3d_types.h
November 4, 2014, 09:36 (GMT)
Make transfer data code accept DM too.

First step towards transfer data modifier (DM part not yet tested).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021