Blender Git Commits

Blender Git "master" branch commits.

Page: 3970 / 5574

Revision 756ef16 by Lukas Toenne
July 17, 2011, 18:04 (GMT)
Little modification of the duplicate operator on artist request: The default behavior (shift+dkey) is now to copy nodes and internal links, but not the input links from unselected nodes. This feature is available with the alternate duplicate operator (alt+dkey).
July 17, 2011, 17:30 (GMT)
Identify material Animations to export.
July 17, 2011, 17:26 (GMT)
Camera tracking integration
===========================

Added compositor node "Movie Clip"

There could be some problems due to bug #27997, but
heneral workflow works fine here.
July 17, 2011, 17:25 (GMT)
Merging r38433 through r38453 from trunk into soc-2011-tomato

July 17, 2011, 16:39 (GMT)
Set material Sid addressing.
Revision b29b0ac by Lukas Toenne
July 17, 2011, 16:14 (GMT)
Removed the autoconnect call when adding new nodes, this hardly ever gives usable results and leads to annoyed artists.
July 17, 2011, 13:29 (GMT)
template for patch exporting objects in a scene.
July 17, 2011, 12:42 (GMT)
update to cmake checker script to also check if our include paths are ok
July 17, 2011, 12:40 (GMT)
patch [#28001] Find the nearest point on an object to the given location
from Andrew Hale (trumanblending)
Revision a0b769c by Joshua Leung
July 17, 2011, 12:37 (GMT)
Bugfix [#27412] PoseLib bug(maybe also corrupted data)

* Find first unused frame function was failing to correctly detect
conflicts with the lower bound due to the way that markers are not
stored in sorted order. Fixed by performing additional search passes.

* Fixed some update bugs where there were missing notifiers. Most
noticable when the poselib is being viewed in an Action Editor
July 17, 2011, 12:30 (GMT)
'bgl' python module.

- add back slicing for buffers, (was previously in 2.4x but not working in py3):
buf = bgl.Buffer(...)
ls = buf[:]

- fix for crash with negative index access not being clamped.

- improve repr() function for multi dimensional buffers.

- add back 'list' attribute, but print deprecation warning.
Revision 8c11a26 by Jiri Hnidek
July 17, 2011, 10:28 (GMT)
Fixed compile error on Fedora 15, when FFMPEG was enabled.

July 17, 2011, 09:11 (GMT)
cmake: cleanup include paths, some duplicates and going up some unneeded dirs.
July 17, 2011, 08:38 (GMT)
Added notifier listener for node editor.

Now it behaves right on playback:

- Starting playback "Anim Player" button appears on header.
It used to appear only on mouse hover before.
- Stopping playback triggers refresh on compositor, so
actual result would be visible if image sequence/movie
is used in nodes.
July 16, 2011, 23:01 (GMT)
cmake source definitions:
remove missing includes and use more strict formatting.
July 16, 2011, 18:28 (GMT)
select uiStyle according to UserDef and update lang-packs
July 16, 2011, 17:55 (GMT)
Fixed crash of multires baker when baking from sculpt mode.

Incorrect low level was used for this case -- it should be
sculpt level, not preview level.

Thanks to Morten Mikkelsen to point on this bug :)
Revision 19aaadc by Benjy Cook
July 16, 2011, 13:48 (GMT)
Small bugfix for prior commit - Removing constraints no longer causes an error
Revision 351a603 by Benjy Cook
July 16, 2011, 13:36 (GMT)
Keyframing Motion capture properties now works for the Point constraint. Also, Floor constraint has been implemented, using Object's raycasting function in Python
July 16, 2011, 10:30 (GMT)
Camera tracking integration
===========================

- Silent compilator's warning about possible uninitialized
variable usage in set floor operator.
- Check tracks cound on both of keyframes before reconstruction.
- Refresh 3d viewport when deleting track with bundle.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021