Revision 54ed3de by Campbell Barton July 9, 2012, 16:06 (GMT) |
fix for ugly pixelated drawing of node frame text. |
Revision bfe776c by Jeroen Bakker July 9, 2012, 15:21 (GMT) |
removed depth aware defocus add blur to radius buffer |
Revision 0dafa97 by Bastien Montagne July 9, 2012, 14:25 (GMT) |
UI translation from inside Blender UI: first part. This commit reshapes a bit runtime button info getter, by adding a new uiButGetStrInfo() which accepts a variable number of uiStringInfo parameters, and tries to fill them with the requested strings, for the given button (label, tip, context, RNA identifier, keymap, etc.). Currently used mostly by existing ui_tooltip_create(), and new UI_OT_edittranslation_init operator. It also adds a few getters (to get RNA i18n context, and current language iso code). Finally, it adds to C operators needed for the py ui_translation addon: *UI_OT_edittranslation_init, which gathers requested data and launch the py operator. *UI_OT_reloadtranslation, which forces a full reload of the whole UI translation (including rechecking the directory containing mo files). For the first operator to work, it also adds a new user preferences path: i18n_branches_directory, to point to the /branch part of a bf-translation checkout. |
Revision c185635 by Campbell Barton July 9, 2012, 12:57 (GMT) |
svn merge ^/trunk/blender -r48749:48754 |
Revision facb151 by Campbell Barton July 9, 2012, 12:55 (GMT) |
fix/workaround for cycles crash packing bvh brecht - when you get time please look into this to see if the fix is ok. |
Revision 4e6a54e by Sergey Sharybin July 9, 2012, 11:45 (GMT) |
Tomato: fix for mask cache That used to be a threading issue when two different operations were allowed to access the same mask's cache. Now use lock in BKE_mask_rasterize_layers so that should work fine now. |
Revision 882269c by Sergey Sharybin July 9, 2012, 11:13 (GMT) |
Fixed issue with missed cache update when disabling movie clip channels |
Revision 98969c6 by Campbell Barton July 9, 2012, 10:55 (GMT) |
code cleanup: move sequencer timecode into its own func. |
Revision ffd9947 by Sergey Sharybin July 9, 2012, 10:33 (GMT) |
Revision 0966a3b by Sergey Sharybin July 9, 2012, 10:26 (GMT) |
Fixed issues updating texture buffer used for clip editor frame display when specific circumstances are met. Mainly issue was caused by checking ImBuf pointers, which used to fail when some post-processing flags are changed. This was caused by the fact that freeing old ImBuf and allocating new one could lead to new ImBuf have the same pointer as previous one, which confuses cache. |
Revision 9d73cbf by Mitchell Stokes July 9, 2012, 04:57 (GMT) |
As a response to issue [#28483] "Enable/Disable Rigid Body actuator do nothing" reported by Jean-Francois Gallant (pyroevil), I'm adding preliminary support to enable and disable rigid body physics on dynamic objects. This is can be done via the Edit Object Actuator or through KX_GameObject.enableRigidBody() and KX_GameObject.disableRigidBody(). Thanks to Sergej Reich for his help with the patch. |
Revision 4ff0efd by Mitchell Stokes July 8, 2012, 23:15 (GMT) |
Fixing a memory leak when using Bullet's btGImpactMeshShape for triangle meshes (e.g., rigid bodies). The physic controller's free was only handling the case where regular triangle meshes were used. |
Revision 75a5eab by Campbell Barton July 8, 2012, 21:37 (GMT) |
code cleanup |
Revision 2e45266 by Campbell Barton July 8, 2012, 20:53 (GMT) |
localview operator now reports when 8 views are reached (since 2.5x update was printing in console only). |
Revision 0361909 by Campbell Barton July 8, 2012, 20:36 (GMT) |
style cleanup |
Revision 9af3e3b by Mitchell Stokes July 8, 2012, 20:05 (GMT) |
Fixing a memory leak introduced by the Character Physics type patch: a new btGhostPairCallback was being created, but never freed. |
Revision cb72095 by Campbell Barton July 8, 2012, 18:21 (GMT) |
svn merge ^/trunk/blender -r48729:48739 |
Revision 37e7308 by Campbell Barton July 8, 2012, 18:20 (GMT) |
play animation now works switching between scrubbing and pingpong |
Revision 2580575 by Campbell Barton July 8, 2012, 17:51 (GMT) |
correct another case of nonnull (all should be correct now), and comment about color conversion. |
Revision 063f780 by Bastien Montagne July 8, 2012, 17:18 (GMT) |
Grmbl, dummy argparse... |
|
|
|


Master Commits
MiikaHweb | 2003-2021