Revision eaf0d26 by Sergey Sharybin October 15, 2013, 15:21 (GMT) |
Code cleanup: move hardcoded structure to a typedef |
Revision d2abc22 by Sergey Sharybin October 15, 2013, 15:21 (GMT) |
Code cleanup: use bools instead of ints for tracking utility functions |
Revision 22c019a by Bastien Montagne October 15, 2013, 14:54 (GMT) |
Fix [#37085] Hook modifier work when created with Ctrl+H, but not when created via modifier panel "transform matrix" of the hook was not inited (reset) when assinging and object to it, now use same code for both OBJECT_OT_hook_reset operator and RNA object assignement. Reviewed by Brecht, thanks. |
Revision ef60ab1 by Dalai Felinto October 15, 2013, 14:32 (GMT) |
removing PSD from the fileformat list fix [#37080] The file which I stored in PSD file format in Blender cannot open by Photoshop PSD writing is not supported at the moment |
Revision ef765b3 by Bastien Montagne October 15, 2013, 13:55 (GMT) |
Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation. Remove KeyMap mode from outliner, was an old half-finished features redondant with user preferences settings... Also moved key map item's "event type to map type" and map type defines at WM level, this is too much generic to be at RNA level. Also added a check in versionning code to convert all outdated outliner modes to a valid one (seems old 'verse' ones were not handled as well). Thanks to Brecht for reviews and advices! |
Revision 23612a8 by Antonis Ryakiotakis October 15, 2013, 13:45 (GMT) |
Final fix for #36905. Enforce redraw of window once before sampling. Thanks to Brecht for the solution! |
Revision 4f05cec by Sergey Sharybin October 15, 2013, 09:08 (GMT) |
Fix duplicated key in ghash assert caused by object orco Code was rather confusing, get_object_orco was only checking for orco in cache for some objects and was actually allocating orco for other objects. Now made it so get_object_orco always only checks the cache and only call set_object_orco if there's no orco for it yet. |
Revision faafd7b by Campbell Barton October 15, 2013, 08:44 (GMT) |
fix [#37082] Texture paint artefact |
Revision 885bc95 by Bastien Montagne October 15, 2013, 08:05 (GMT) |
Style cleanup (defines -> enums, bit flags values as bitshifts, etc.). |
Revision 1d32527 by Campbell Barton October 15, 2013, 07:35 (GMT) |
code cleanup: project paint, use mod_i() to simplift wrapping, use booleans for static function returns. |
Revision cb659e6 by Campbell Barton October 15, 2013, 07:18 (GMT) |
code cleanup: use booleans for projection paint and make some args const. |
Revision 39593b9 by Campbell Barton October 15, 2013, 05:55 (GMT) |
sphinx docgen wasn't including example scripts for python methods of RNA types. |
Revision ebc2cc1 by Campbell Barton October 15, 2013, 02:23 (GMT) |
fix [#37067] Bone Crash Holding Ctrl+RMB is supposed to select objects, while in editmode, however it would end up calling editmode selection as well as pose selection while an armature was in editmode (which caused the crash). Add the ability for view3d_opengl_select() to skip editmode selection. |
Revision d4cf5e3 by Campbell Barton October 15, 2013, 00:24 (GMT) |
fix [#37078] Search props don't react on click at the right end (where 'X' is if field not empty) |
Revision f9f2e20 by Tamito Kajiyama October 14, 2013, 23:08 (GMT) |
A follow-up to Bug #37070: LineStyle appears in Outliner by default though Freestyle is not enabled. Line style data blocks are shown in the outliner only when the Blender Internal is used. |
Revision 913a542 by Jonathan Williamson October 14, 2013, 21:41 (GMT) |
Rename "Show Python Tooltips" to "Python Tooltips" This makes the naming more consistent with other options, such as "Tooltips" and "Object Info" |
Revision 34946e7 by Jonathan Williamson October 14, 2013, 21:03 (GMT) |
Added poll function to disable "Remove Shape key from object". This disables the "-" button when no shape keys exist on the currently selected object. Thanks to Campbell for the help on my first real commit! |
Revision afce7e0 by Brecht Van Lommel October 14, 2013, 20:13 (GMT) |
Fix particle group use count option losing objects for linked groups. There was no reason to go through newlibadr here, go->ob should already have the right pointer. |
Revision 7e64342 by Tamito Kajiyama October 14, 2013, 19:57 (GMT) |
Fix for #37070: LineStyle appears in Outliner by default though Freestyle is not enabled. |
Revision 46b807b by Campbell Barton October 14, 2013, 19:53 (GMT) |
fix [#37072] Crash on RMB click on bone's custom property |
|
|
|


Master Commits
MiikaHweb | 2003-2021