Blender Git Commits

Blender Git "master" branch commits.

Page: 2076 / 5574

June 17, 2017, 01:32 (GMT)
Cleanup: unused code
June 17, 2017, 01:24 (GMT)
Manipulator: Ignore zoom-level for on-screen widgets
June 17, 2017, 01:06 (GMT)
Camera widget only drew 3 sides
June 17, 2017, 00:04 (GMT)
Cleanup: minor consistency tweak for type name
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.
June 16, 2017, 20:38 (GMT)
Manipulator: initial manipulator for spin operator
June 16, 2017, 20:14 (GMT)
Manipulator: New grab preset, use for bisect
June 16, 2017, 16:38 (GMT)
Manipulator: add array get/set functions
June 16, 2017, 16:30 (GMT)
PyAPI: Fix warning about indent
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.
June 16, 2017, 14:43 (GMT)
Fix T51810: Add minimal example of usage of translation API for non-official addons.
June 16, 2017, 10:50 (GMT)
Usual i18n/UI messages fixes.

Please do not add useless tooltips! We have enough messages to translate
already...
June 16, 2017, 08:26 (GMT)
Merge branch 'master' into blender2.8
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.
June 16, 2017, 02:03 (GMT)
PyAPI: Fix changed ref link
June 16, 2017, 02:01 (GMT)
PyAPI: Add HTML logo and favicon

Differential Revision: https://developer.blender.org/D2621
June 16, 2017, 02:01 (GMT)
June 15, 2017, 22:51 (GMT)
Cleanup: rename manipulator files
June 15, 2017, 22:51 (GMT)
Missed last commit
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021