Blender Git Commits

Blender Git "master" branch commits.

Page: 3075 / 5574

September 13, 2013, 10:26 (GMT)
* Fix #36717, don't grey out AO distance property, as it affects the AO Render Pass and AO closure as well.
September 13, 2013, 08:45 (GMT)
change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_BEGIN/END)
September 13, 2013, 03:49 (GMT)
correct error in libmv stub, also correct typo.
Revision cca746c by Joshua Leung
September 13, 2013, 03:03 (GMT)
Moved and renamed ED_pose_channel_in_IK_chain() ->
BKE_pose_channel_in_IK_chain()

This was needed for depsgraph work, and it's cleaner for RNA to have fewer
dependencies on editors
September 12, 2013, 22:55 (GMT)
fix/workaround [#36709] Renaming multiple objects in the outliner halts the interface

Only show one edit button at a time (editing multiple buttons at once I never saw in other ui toolkits and its unclear what you change).
September 12, 2013, 22:48 (GMT)
when handling the escape key, check for press (ignore release events), right mouse already did this.
ensures the escape key isn't handled twice for one press.
September 12, 2013, 22:08 (GMT)
add back library linking warning when renaming library datablocks in the outliner, also typo corrections.
September 12, 2013, 21:01 (GMT)
fix [#36713] crash from adding gear from 'extra objects' addon
September 12, 2013, 20:43 (GMT)
Change the enum for CustomDataMask bits back to #defines.

enum is an int, and values from CD_PREVIEW_MLOOPCOL (32) onwards
will not give what apparently was expected.

Found with help from Oscurart in #blendercoders while trying to figure
out compile error with CMake/msvc9. Occasionally it is good to heed
the warnings given by compilers!
September 12, 2013, 19:51 (GMT)
code cleanup: unnecessary shadowing and some minor pep8 edits.
September 12, 2013, 13:01 (GMT)
3D View / UI:
* Decouple "Display" panel, into Display and Shading panels, so one of them can be closed when not needed. (Saves some space).

Patch by Sebastian König, with tweaks by myself.
September 12, 2013, 12:09 (GMT)
Different implementation of patch #36430: use layer froms scene directly for
rendering, in case some script wants to set it in the render_pre callback. In
case of decoupled 3d view layers or local view it will still override this
though.
September 12, 2013, 10:44 (GMT)
Fix for [#36707] Blender Opens in fullscreen and stays like that
Reported by holy enigma

The previous commit in this area removed bounding box checks, because
they were done against primary monitor. Now do bound checks against
the entire desktop, or rather, the virtual screen. This is the bounding
rectangle of all the monitors.

This should ensure windows are always created within the confines of this
area.
September 12, 2013, 10:41 (GMT)
more localized fix for [#36299], only changes behavior for subsurf with orco in editmode
Revision 7bbb838 by Lukas Toenne
September 12, 2013, 08:43 (GMT)
Fix #36706: Added complementary API functions for the FileOutput node so file/layer slots (input sockets) can be added without using the operator. Instead of adding sockets to these node using the
node.inputs collection, the node.file_slots or node.layer_slots collections should be used. Both of them work, they just provide slightly different properties for use with simple files or multi-layer
EXR.

The FileOutput node design is cumbersome and should be considered broken. It should eventually be replaced, the problem with that is backward/forward compatibility.
Revision 6030c0b by Lukas Toenne
September 12, 2013, 08:43 (GMT)
Partial fix for #36706: Prevent invalid sockets in the FileOutput node by removing sockets without storage data.
September 12, 2013, 08:28 (GMT)
fix [#36299] Skin Modifier causes crashes in combination with multiple Subdivision modifiers
September 12, 2013, 04:02 (GMT)
bmesh wireframe operator now adds crease customdata when the crease option is enabled.
September 12, 2013, 03:38 (GMT)
correct brackground rectangle drawing in info view. need to compensate for recent change in text offset.
September 12, 2013, 03:02 (GMT)
code cleanup: headers - doxy comments.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021