4db67aab06
Fix OpenGL extension report in system info operator.
2017-10-23 22:22:22 +03:00
ea606a7847
Merge branch 'master' into blender28
2017-10-06 21:25:33 +11:00
63482a5f2e
Fix T53002: Batch-Generate Previews generate empty or none image for large objects.
...
Camera clipping was left to default values, which won't work well for
very large (or small) objects. Now recompute valid clipping start/end
based on boundingbox of rendered data, and final location of camera.
2017-10-05 18:13:30 +02:00
63c472b4f9
Merge branch 'master' into blender2.8
2017-10-04 22:18:05 +05:00
a22af1a84b
Fix i18n messages extraction script, and a few more UI messages...
2017-10-04 12:39:06 +02:00
ad22d29dac
Some UI/messages fixes.
2017-10-03 21:32:46 +02:00
128c7c3ba1
Merge branch 'master' into blender2.8
2017-09-22 13:26:49 +05:00
fde45132de
Fix T52861: Keymap editor filter doesn't show shortcuts using "+"
2017-09-21 16:35:47 +12:00
a3b8f98913
revert commit c0a7e9b631 because it did not work as expected
2017-09-21 00:04:10 +02:00
c0a7e9b631
D2777: allow blank lines and lines with spaces/tabs in cut/paste
2017-09-20 22:48:38 +02:00
f54f680a26
Fix T52842: Incorrect description for bpy.types.MeshTextureFace.uv
...
Tweak rna_info module to generate valid info also for multi-dimensional arrays.
2017-09-20 16:40:11 +02:00
c4bbf1e4b0
Fix rna_info.py module, broken by recent changes in bpy.types presumably.
...
Hope fix is OK, seems to work with API generation script at least.
2017-09-20 16:40:11 +02:00
028c5592cd
Merge branch 'master' into blender2.8
2017-09-15 12:35:20 +05:00
2aa2bec43a
Fix T52442: bl_app_templates_system not working
...
Portable builds LOCAL files need to be
treated as system instead of using as a fallback to USER templates.
2017-09-15 05:57:37 +10:00
75f36266df
Merge branch 'master' into blender2.8
2017-09-14 16:17:22 +05:00
bd1f946413
Recent action-bake used Py3.6 syntax
2017-09-14 17:04:41 +10:00
7d7741d25f
Merge branch 'master' into blender2.8
2017-09-11 16:52:53 +10:00
6d2cd1719b
Bake Action: operate on selected objects
...
Previously only the active object was used.
Use coroutines to support baking frames for multiple objects at once,
without having to playback the animation multiple times.
2017-09-10 17:16:47 +10:00
a4a59d578c
PyAPI: Add object argument to bake_action
...
Avoids having to set the scene's active object first.
2017-09-10 14:30:03 +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
a133b74709
Merge branch 'master' into blender2.8
2017-09-08 03:18:39 +10:00
daf7aed849
PyAPI: use bl_rna_get_subclass for node API
...
Returns a default value instead of an error when the type isn't defined.
2017-09-08 00:03:01 +10:00
1601089ece
Merge branch 'master' into blender2.8
...
This discards node drawing changes which need to be written as shaders.
2017-09-07 14:53:06 +10:00
5d65aee07a
Workaround node types not being exposed
...
We might want to have a utility function for this,
for now just keep it working.
2017-09-07 05:17:02 +10:00
572b1a644f
Merge branch 'master' into blender2.8
2017-09-05 22:56:03 +10:00
b07e983b61
PyAPI: Add bpy.utils.register_classes_factory
...
Avoids having boiler plate register/unregister functions.
2017-09-05 00:24:29 +10:00
3789ab4166
PyAPI: fix rna_info for changes in type access
2017-09-04 16:39:13 +10:00
f4fe405da9
Manipulator: Add API target_get/set/range wrappers
...
Allows Python manipulators access the values of target properties
needed for Python to make use of the general target property interface.
2017-08-22 18:57:38 +10:00
a7362eb219
Manipulator: helper API for drawing custom shapes
...
This exposes 2 methods for manipulators:
- new_custom_shape
- draw_custom_shape
This can be used for script authors to create and re-use shapes
without dealing with lower level API's.
2017-08-21 00:11:16 +10:00
c42c129393
Render: make Cycles and Evee support each other's output material nodes.
...
This changes the Cycles exporting and Cycles/Eevee UI code to support both
output material nodes, giving priority to the renderer native one. Still
missing is Eevee code to prefer the Eevee output node.
2017-08-01 19:13:41 +02:00
c558763ef5
Merge branch 'master' into blender2.8
2017-07-29 01:46:27 +10:00
4003409430
Fix factory setup using user scripts path still
2017-07-27 22:22:26 +10:00
b97bf844b3
Merge branch 'master' into blender2.8
2017-07-25 20:53:10 +10:00
edc6bec9d6
PyAPI: Skip user scripts w/ factory-startup
...
Adds bpy.app.factory_startup,
used to check if user scripts should be loaded.
2017-07-25 20:52:08 +10:00
9bdd12d884
Merge branch 'master' into blender2.8
2017-07-25 17:36:49 +10:00
d1dc5e0a53
PyAPI: utility for creating register, unregister
...
This simplifies creation of register, unregister functions that
simply forward calls submodules.
2017-07-25 17:34:34 +10:00
7260a693e1
Cleanup: trailing space
2017-07-25 01:28:15 +10:00
2113dbb013
Merge branch 'master' into blender2.8
...
Conflicts:
source/blender/editors/space_outliner/outliner_select.c
2017-06-29 10:11:17 +02:00
b5696f2799
Fix node UI not using translation context correctly.
...
Now that some node types may have custom context, we need to handle that
in the (convoluted :| ) UI code of nodes as well.
Reported in T43295 by Gabriel Gazzán (@gab3d), thanks.
2017-06-28 20:50:21 +02:00
28b2f1c305
Manipulator: Python API
...
Initial support for Python/Manipulator integration
from 'custom-manipulators' branch.
Supports:
- Registering custom manipulators & manipulator-groups.
- Modifying RNA properties, custom values via get/set callbacks,
or invoking an operator.
- Drawing shape presets for Python defined manipulators (arrow, circle, face-maps)
Limitations:
- Only float properties supported.
- Drawing only supported via shape presets.
(we'll likely want a way to define custom geometry or draw directly).
- When to refresh, recalculate manipulators will likely need
integration with notifier system.
Development will be continued in the 2.8 branch
2017-06-26 16:38:04 +10:00
0f4f4d8754
Merge branch 'master' into blender2.8
2017-06-12 15:12:36 +02:00
00c4f49a6d
Cleanup: indentation, long lines
2017-06-12 13:38:21 +10:00
00b009ca74
Merge branch 'master' into blender2.8
2017-06-07 12:18:07 +02:00
5489b40a5a
Report OpenSubdiv version Blender is compiled against
2017-06-07 12:16:48 +02:00
f32a18994a
Merge branch 'master' into blender2.8
2017-05-31 15:52:11 +02:00
7b379313de
Bpy Extras: Port cycles node functions to new node_utils.py
2017-05-30 17:18:00 +02:00
8051f2412e
Usual i18n/message tweaks & fixes.
2017-05-28 21:47:16 +02:00
Dalai Felinto
4525357a3a
Fix crash when adding Torus in edit mode
2017-05-19 15:33:50 +02:00
0d65dda147
Merge branch 'master' into blender2.8
2017-05-15 15:51:54 +10:00
b5b72a3f29
PyAPI: don't re-register add-ons on 'New File'
...
Some add-ons have bugs with re-registration,
they should be fixed, but no need to exacerbate the problem.
2017-05-15 15:33:01 +10:00