Revision 9653c92 by Campbell Barton November 29, 2012, 02:37 (GMT) |
skip recalculating tessface when adding objects if 'EnterEdit-mode' is disabled. |
Revision c3e1813 by Brecht Van Lommel November 29, 2012, 01:25 (GMT) |
Fix related to #33340: add a warning to bge from_id documentation to not store id() in game object integer properties since it may not fit in 32 bits integers. |
Revision 0d6976a by Brecht Van Lommel November 29, 2012, 00:43 (GMT) |
Fix #32900: object motion blur not working on the GPU. To make this work I disabled motion blurring of scale animation, probably not a big loss in practice since it's not so common to animate this, can be added back later. |
Revision bb0195e by Brecht Van Lommel November 28, 2012, 19:57 (GMT) |
Fix #33337: cycles crash with progressive refine and multiple render layers. |
Revision 7774490 by Sergey Sharybin November 28, 2012, 19:37 (GMT) |
Seems cmake in debian squeeze is broken and fails to handle BOOST_ROOT I would recommend using debian-backports repo for cmake |
Revision 33f8118 by Brecht Van Lommel November 28, 2012, 19:13 (GMT) |
Fix #33335: cycles SVM closure issue in recent bugfix, incorrectly tagging node as done. |
Revision 0aad9f6 by Brecht Van Lommel November 28, 2012, 16:42 (GMT) |
Move to Layer: optimization so that the first change in the popup menu does not do an undo push & undo step, there's no reason this is needed. In principle this particular operator doesn't ever need an undo on changes, even for further steps, but that's harder to solve. |
Revision 4c13633 by Brecht Van Lommel November 28, 2012, 16:42 (GMT) |
Fix #33334: missing glossy label for OSL phong ramp caused assert. |
Revision 33f4518 by Sergey Sharybin November 28, 2012, 16:19 (GMT) |
For sure buildbot's release buildflags should include -DNDEBUG, otherwise asserts will abort execution for release builds. |
Revision f828a31 by Campbell Barton November 28, 2012, 15:08 (GMT) |
include an example in the api docs for using bmesh operators to make 2 links in a chain. |
Revision 96136d3 by Campbell Barton November 28, 2012, 15:07 (GMT) |
bmesh operator py api: - fix for incorrect bmesh operator type-check for mapping slots. - fix for python causing an assert when invalid args are given. - fix memory leak with some exceptions. |
Revision cac253a by Campbell Barton November 28, 2012, 14:15 (GMT) |
fix for minor annoyance - when extruding a circle there would always be one face flipped, now edges are all ordered in the same direction. |
Revision 8d4741b by Sergey Sharybin November 28, 2012, 13:34 (GMT) |
Dependency builder: reduce amount of needed sudo commands by checking permissions for $INST folder |
Revision 406d680 by Sergey Sharybin November 28, 2012, 13:27 (GMT) |
Dependency builder: fixed sources directory not creating in some cases |
Revision 1212237 by Brecht Van Lommel November 28, 2012, 13:20 (GMT) |
Fix normal compositing/shader node not showing normal widget. It would actually show after save and reload, the subtype and min/max were not properly initialized for node output sockets. |
Revision a890536 by Sergey Sharybin November 28, 2012, 09:49 (GMT) |
Typo fix in comment. No functional changes. |
Revision b91cf60 by Sergey Sharybin November 28, 2012, 09:36 (GMT) |
Fix #33330: Proxies are not built in Sequencer if preview is visible Was own regression when was solving conflict between sequencer preview and compositor jobs. Made it so now only compositor jobs are being killed from sequencer preview. |
Revision 25b7d35 by Campbell Barton November 28, 2012, 09:10 (GMT) |
fix/workaround [#33309] small + in few windows text/image/compo were missing '+', toggling adds them. |
Revision 2eb21ef by Sergey Sharybin November 28, 2012, 09:01 (GMT) |
Fix #33295: Shifted movie strip when rendering <100% resolution for strip with complex transform That was kind of a regression since fix for #32091: Crop and offset coordinates changes proxy render settings on image strips, which is now fixed in other way. Namely Offset/Crop values are filling in 100% scene resolution values, but getting scaled to proxy / scene percentage values. |
Revision 0b9be70 by Campbell Barton November 28, 2012, 06:43 (GMT) |
typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_sprintfN when invalid args are given. |
|