Blender Git Commits

Blender Git "master" branch commits.

Page: 4199 / 5574

November 7, 2010, 03:45 (GMT)
committed by mistake
Revision 8d38358 by Janne Karhu
November 6, 2010, 22:37 (GMT)
Fix for [#24569] F11 no longer functional after image save
* Same fix was already in ED_area_prevspace().
Revision f793b75 by Janne Karhu
November 6, 2010, 22:23 (GMT)
Fix for [#24476] The driver is not displayed in GraphEditor.
* TSK! give_current_material(..) is used with index+1
* Also very bad practice to use same loop variable name in a loop inside a loop.
Revision b0e62b0 by Janne Karhu
November 6, 2010, 22:03 (GMT)
Fix for [#24560] Cloth pinning breaks (when parenting?)
* Changing the pin group needs to redo the whole cloth object.
* Also, parent updates weren't flushed properly to pointcache in depsgraph.
November 6, 2010, 21:42 (GMT)
remove line which wasnt supposed to be committed.
November 6, 2010, 21:40 (GMT)
Rename BG image Transparency to Opacity, Since 100% transparency is actually 100% opaque and this matches grease pencil.
November 6, 2010, 21:37 (GMT)
Do not hide the Indirect Lighting tab, caused some confusion.
Now print an info that Indirect Light only works with Approximate in Trunk atm.

If someone knows a better solution, feel free to change.
Revision 9e7c968 by Janne Karhu
November 6, 2010, 21:32 (GMT)
Bug fix: Rendering with anti-aliasing disabled and full samples enabled crashed
* Disabling anti-aliasing disables full samples in ui, so do that in render code too.
November 6, 2010, 18:54 (GMT)
== filebrowser ==
Added two user preferences for filebrowser:

1. Hide Recent Locations
Requested by Kernon Dillon. Reason: People doing video tutorials might not want to expose the name of other projects they are working on.

2. Open Filebrowser in thumbnail view for images and movies
Requested by Sebastian König at the Blender Conference. Reason: In the past (and most likely still) some corrupt images or movies could crash the filebrowser when generating thumbnails. (crashes in ffmpeg, libtiff, libjpg). While many of those were solved, artists in a production environment might want to use this setting to prevent any crashes.

NOTE: the second setting should probably be set next time we create a new default startup.blend. Until then users need to switch this on manually in the User Preferences.
November 6, 2010, 17:55 (GMT)
Fix #24556: N Panel in Compositor doesn't work with Vector Normal node.

November 6, 2010, 17:25 (GMT)
[#24565] editors/armature: overwritten return value

Reported by Nicolas Kaiser

(error was turning off some optimization in etch-a-ton)
November 6, 2010, 17:19 (GMT)
Fix crash in several cases when adding bevel on array modifier with merging switched on

Check if edge would be collapsed to single point after mapping in array modifier
November 6, 2010, 17:03 (GMT)
== filebrowser ==
Center Text underneath the icons in thumbnail view. (Small request from Sergey)
November 6, 2010, 16:17 (GMT)
Minor adjustments in the readme file.
November 6, 2010, 16:09 (GMT)
== filebrowser ==
Bringing back missing feature: Create new directory by typing a not existing name into the directory button.

Note: Small issue still with autocomplete -> if typing the new directory directly after autocomplete, it doesn't execute the operator yet.

Also fixed some minor compile/cleanup issues with warning about signed/unsigned comparison and missing header.
November 6, 2010, 06:22 (GMT)
Fix bug with unneeded outline for filled 2d curves when converted to mesh

- Revert of my old change in curve->mesh conversion
- Do not ignore DL_POLYs for surfaces -- they will never be filled,
but ignore them for 2d curves -- they'll be filled with INDEX3 parts.
November 5, 2010, 21:49 (GMT)
Merged changes in the trunk up to revision 32886.
November 5, 2010, 14:00 (GMT)
Read external mdisp when hamdling topology changes
November 5, 2010, 13:37 (GMT)
minor c90 compat edits. (no functional changes).
November 5, 2010, 09:01 (GMT)
dont change the file paths of sequence images, this is weak design because you can easily have 2 image users with different frame numbers so this ends up being which ever was last loaded.
Modified to image user template to show the current filename of the image.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021