Revision e2171d7 by Thomas Dinges 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. |
Revision 7fb3de2 by Campbell Barton September 13, 2013, 08:45 (GMT) |
change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_BEGIN/END) |
Revision 29cbf93 by Campbell Barton 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 |
Revision 4252491 by Campbell Barton 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). |
Revision f801661 by Campbell Barton 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. |
Revision 365c368 by Campbell Barton September 12, 2013, 22:08 (GMT) |
add back library linking warning when renaming library datablocks in the outliner, also typo corrections. |
Revision 6895a9f by Campbell Barton September 12, 2013, 21:01 (GMT) |
fix [#36713] crash from adding gear from 'extra objects' addon |
Revision 4e24e31 by Nathan Letwory 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! |
Revision ec2464a by Campbell Barton September 12, 2013, 19:51 (GMT) |
code cleanup: unnecessary shadowing and some minor pep8 edits. |
Revision 679609f by Thomas Dinges 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. |
Revision c41bb79 by Brecht Van Lommel 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. |
Revision 8309f1c by Nathan Letwory 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. |
Revision c9dfe7b by Campbell Barton 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. |
Revision 769c5ba by Campbell Barton September 12, 2013, 08:28 (GMT) |
fix [#36299] Skin Modifier causes crashes in combination with multiple Subdivision modifiers |
Revision 39f4025 by Campbell Barton September 12, 2013, 04:02 (GMT) |
bmesh wireframe operator now adds crease customdata when the crease option is enabled. |
Revision 664de20 by Campbell Barton September 12, 2013, 03:38 (GMT) |
correct brackground rectangle drawing in info view. need to compensate for recent change in text offset. |
Revision 8beb565 by Campbell Barton September 12, 2013, 03:02 (GMT) |
code cleanup: headers - doxy comments. |
|
|
|


Master Commits
MiikaHweb | 2003-2021