Revision 03f67fd by Campbell Barton June 17, 2017, 01:32 (GMT) |
Cleanup: unused code |
Revision 608cabe by Campbell Barton June 17, 2017, 01:24 (GMT) |
Manipulator: Ignore zoom-level for on-screen widgets |
Revision 41e22cc by Campbell Barton June 17, 2017, 01:06 (GMT) |
Camera widget only drew 3 sides |
Revision aeeebac by Campbell Barton June 17, 2017, 00:04 (GMT) |
Cleanup: minor consistency tweak for type name |
Revision 8c22d31 by Campbell Barton June 17, 2017, 00:02 (GMT) |
Manipulator: remove type specific 'new' functions Instead use generic 'WM_manipulator_new', adding a new 'setup' callback (like wmManipulatorGroup.setup) used to initialize type vars. This moves conventions closer to wmOperator and simplifies exposing to Python. |
Revision 71b70b2 by Campbell Barton June 16, 2017, 20:38 (GMT) |
Manipulator: initial manipulator for spin operator |
Revision df017f7 by Campbell Barton June 16, 2017, 20:14 (GMT) |
Manipulator: New grab preset, use for bisect |
Revision 2b8d599 by Campbell Barton June 16, 2017, 16:38 (GMT) |
Manipulator: add array get/set functions |
Revision ed6d88f by Aaron Carlisle June 16, 2017, 16:30 (GMT) |
PyAPI: Fix warning about indent |
Revision 946bc4d by Dalai Felinto June 16, 2017, 16:12 (GMT) |
Fix object selection doversion issue since Workspace Workspace commit (7f564d74f9edaaa41ce27c6e854869096f70b4da) made selection to not be carried away from 2.7x files into 2.8. |
Revision fc4154f by Bastien Montagne June 16, 2017, 14:43 (GMT) |
Fix T51810: Add minimal example of usage of translation API for non-official addons. |
Revision 3438999 by Bastien Montagne June 16, 2017, 10:50 (GMT) |
Usual i18n/UI messages fixes. Please do not add useless tooltips! We have enough messages to translate already... |
Revision 24ec761 by Sergey Sharybin June 16, 2017, 08:26 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 794311c by Sergey Sharybin June 16, 2017, 08:22 (GMT) |
Cycles: Fix race condition happening in progress utility This is not enough to mutex-guard modification code of integer values, since this operation is NOT atomic. This is not even safe for a single byte data types. For now guarded the getter functions, similar to other functions in this module. Ideally we want to switch modification to an atomic operations, so we wouldn't need any locks in the getters. |
Revision 18e1c8d by Aaron Carlisle June 16, 2017, 02:03 (GMT) |
PyAPI: Fix changed ref link |
Revision a348023 by Aaron Carlisle June 16, 2017, 02:01 (GMT) |
Revision 127a754 by Aaron Carlisle June 16, 2017, 02:01 (GMT) |
PyAPI: Remove addon tutorial This page now lives at https://docs.blender.org/manual/en/dev/advanced/scripting/addon_tutorial.html |
Revision 637fa5f by Campbell Barton June 15, 2017, 22:51 (GMT) |
Cleanup: rename manipulator files |
Revision e306499 by Campbell Barton June 15, 2017, 22:51 (GMT) |
Missed last commit |
Revision 65905a7 by Campbell Barton June 15, 2017, 22:25 (GMT) |
Add bisect manipulator Example that uses library widgets to control an operator, the API hasn't been reviewed yet so this can be seen as a test. |
|
|
|


Master Commits
MiikaHweb | 2003-2021