7530c54c3c
Merge branch 'master' into blender2.8
2017-10-29 15:14:04 +01:00
1d409defbf
Docs: clarify return value for BVH API
2017-10-27 16:14:24 +11:00
7ea7fd45d0
Merge branch 'master' into blender2.8
2017-10-24 12:19:48 +02:00
8661ab12a6
Fix BMesh PyAPI internal flag clearing logic
...
Would leave the flag set on raising an exception.
2017-10-24 16:52:54 +11:00
f5456df095
Merge branch 'master' into blender2.8
2017-10-24 02:05:41 +02:00
4db67aab06
Fix OpenGL extension report in system info operator.
2017-10-23 22:22:22 +03:00
1aa5b63661
Docs: improve bmesh exception message
...
Suggested in T53131
2017-10-23 21:57:32 +11:00
c45b8a65b4
Merge branch 'master' into blender2.8
2017-10-20 14:14:44 +11:00
959a58da9e
Cleanup: redundant casts
2017-10-20 14:03:22 +11:00
ec2bbc90e7
Merge branch 'master' into blender2.8
2017-10-18 17:09:41 +11:00
54f9a6e5da
Merge branch 'master' into blender2.8
2017-10-18 16:40:31 +11:00
ab7ebf2b10
Cleanup: Use const for RNA EnumPropertyItem args
...
Practically all access to enum data is read-only.
2017-10-18 16:04:07 +11:00
0a435d49ba
Fix T53074: Use the pybuffer->itemsize to get the corresponding GLtype
...
It seems that `typestr` does not always define the final size of the element. And it varies by operating system.
Then use the `typestr` only to know the itemtype is `float` type or not.
2017-10-17 12:06:52 -02:00
14af3e485f
Merge branch 'master' into blender2.8
2017-10-16 14:31:19 +11:00
383df45af9
Fix bad 'poll' prop callback API doc.
...
This was added to all prop types, when it is only available for Pointer ones.
2017-10-15 20:38:29 +02:00
557dc7d343
Merge branch 'master' into blender2.8
...
Conflicts:
source/blender/editors/screen/screen_edit.c
2017-10-12 16:40:35 +02:00
b29e37ed81
Docs: add note for bmesh face_split_edgenet
2017-10-12 23:36:42 +11:00
adfbf276a1
Cleanup: style, duplicate includes
2017-10-07 15:57:14 +11:00
37b457221e
Cleanup: remove Py3.5 compatible code
2017-10-07 15:14:36 +11:00
ea606a7847
Merge branch 'master' into blender28
2017-10-06 21:25:33 +11:00
c454d816a9
Cleanup: style
2017-10-06 16:56:41 +11:00
96477be3b6
PyAPI: fast keyword parsing for bpy modules
...
No functional changes.
2017-10-05 10:52:18 +11:00
ffb190244c
Fix setting the operator name in Py operator API
2017-10-05 10:50:51 +11:00
63c472b4f9
Merge branch 'master' into blender2.8
2017-10-04 22:18:05 +05:00
08f728a3e9
Cleanup: redundant casts
2017-10-04 16:52:55 +11:00
92272f56e6
PyAPI: fast keyword parsing for __import__
...
No functional changes.
2017-10-04 15:54:41 +11:00
728cffa9ce
PyAPI: fast keyword parsing for bpy.props
...
No functional changes.
2017-10-04 15:13:52 +11:00
cbe07d980c
Python: bump minimum version to 3.6
2017-10-03 23:50:34 +11:00
7fdb9e168d
Merge branch 'master' into blender2.8
2017-09-28 16:13:09 +05:00
1f18523edf
Cleanup: switch fall-through warning
2017-09-28 13:41:54 +10:00
5c6e3ff497
bgl module: extend gl_buffer_type_from_py_format_char
function to work with more string formats
...
Only basic types of character codes were being used
2017-09-27 16:07:06 -03:00
cc8c064f11
Merge branch 'master' into blender2.8
2017-09-28 03:05:46 +10:00
6c98859b77
Cleanup: warning
2017-09-28 02:04:58 +10:00
2de5e14f53
bgl module: Interpret a buffer as a bgl.Buffer
...
Differential Revision: https://developer.blender.org/D2857
2017-09-27 11:20:00 -03:00
98ba302f70
Merge branch 'master' into blender2.8
2017-09-25 18:57:43 +05:00
efd5e3c254
Remove quicktime support
...
It has been deprecated since at least macOS 10.9 and fully removed in 10.12.
I am unsure if we should remove it only in 2.8. But you cannot build blender with it supported when using a modern xcode version anyway so I would tend towards just removing it also for 2.79 if that ever happens.
Reviewers: mont29, dfelinto, juicyfruit, brecht
Reviewed By: mont29, brecht
Subscribers: Blendify, brecht
Maniphest Tasks: T52807
Differential Revision: https://developer.blender.org/D2333
2017-09-22 16:40:05 -04:00
128c7c3ba1
Merge branch 'master' into blender2.8
2017-09-22 13:26:49 +05:00
0c82a6fec8
Cleanup: unused define
2017-09-22 07:23:03 +10:00
af170839af
Merge branch 'master' into blender2.8
2017-09-19 21:08:14 +05:00
60956397ca
Cleanup: BLI_utildefines prefix for header-only libs
...
This allows to have different macro headers without them sharing
similar names to regular C modules.
2017-09-19 20:16:05 +10:00
7d7741d25f
Merge branch 'master' into blender2.8
2017-09-11 16:52:53 +10:00
11a9434c2d
Resolve T52687: Add node label shows as 'Unknown'
...
Add type access method, need to extend to other types
for now just get node UI working properly again.
2017-09-09 22:56:58 +10:00
3c3d0898b0
PyAPI: Fix mathutils freeze allowing owned data
2017-09-09 11:08:38 +10:00
30d8829780
Docs: mathutils docstrings
2017-09-09 11:02:26 +10:00
90eb93791f
Cleanup: mathutils vector comments
...
Use doxy markup & correct outdated info.
2017-09-09 10:50:40 +10:00
3930e46e37
Correct last commit
2017-09-09 10:15:16 +10:00
002cc6aef3
Cleanup: Simplify SWIZZLE macro
...
- Use indices instead of character args.
- Use numbered macros instead of variadic args.
Parsing using rtags used over 11gb of memory. While this should be
resolved upstream (report as #1053 ), the extra complexity didn't give
any real advantage.
2017-09-09 10:10:05 +10:00
a133b74709
Merge branch 'master' into blender2.8
2017-09-08 03:18:39 +10:00
60020f57d7
Correct function name in argument parsing
2017-09-08 00:59:27 +10:00
e44bf43f6c
PyAPI: add function to get an RNA subclass
...
This is inconvenient in regular Python, add a class-method
to perform the operation, eg:
bpy.types.Node.bl_rna_find_subclass("CustomNodeType")
2017-09-08 00:02:09 +10:00