Antony Riakiotakis
b07c2961fa
Don't scale metadata font with zoom - makes strings not consistently
...
adhere to the string length
2015-05-04 12:30:26 +02:00
Antony Riakiotakis
711e2f71a8
Support displaying metadata for images in sequencer preview windows (not
...
backdrop)
2015-05-04 12:18:19 +02:00
Sergey Sharybin
23a79c42b5
BGE Player: Fix compilation error after cleanup commit da8a62a
2015-05-04 14:39:12 +05:00
Campbell Barton
4e1c27f646
Fix T29029: Grease pencil fails in Quad View
2015-05-04 19:12:54 +10:00
Sergey Sharybin
c46f40e9e2
Freestyle: Compilation error fix after recent changes in BKE_object_add()
2015-05-04 13:52:44 +05:00
Campbell Barton
4edc9d50fd
Correct own error in recent quad-view ruler fix
2015-05-04 18:32:47 +10:00
Campbell Barton
74dc4e87a6
Fix Buttons context, invalid object data access
...
Another instance of T44376.
Crash where the Python context would access a stale pointer to the active object.
2015-05-04 18:06:31 +10:00
Campbell Barton
c9e5e81064
Button Space: clear pin flag when NULL'ing pointer
2015-05-04 16:12:12 +10:00
Campbell Barton
77e6a001a9
Fix T44376: Buttons context, invalid data access
...
Removing a scene from the buttons window would crash from a Python operator.
2015-05-04 16:01:20 +10:00
Campbell Barton
8d5e57748a
Cleanup: WM_main_remove_notifier_reference
...
Assumed the `reference` pointer is an ID, currently true, but may not always be.
Add a callback specifically for this purpose since cleaning up notifiers and space-types are different operations.
2015-05-04 16:01:20 +10:00
Campbell Barton
da8a62adce
Cleanup: naming for callback wrappers
2015-05-04 16:01:20 +10:00
Campbell Barton
8515be8a73
Remove redundant outliner lookup freeing objects
2015-05-04 16:01:20 +10:00
Campbell Barton
fdc5f9c0a8
Add name argument to data creation API calls
...
Was adding then renaming, unnecessarily.
2015-05-04 16:01:20 +10:00
Sybren A. Stüvel
4e7ef3f5cd
BGE: Added 'ghost' arg to KX_GameObject.suspendDynamics() method
...
The implementation of this 'ghost' argument already existed in the C++
source, but wasn't exposed to Python yet.
2015-05-04 12:04:09 +08:00
Tamito Kajiyama
dbee634572
Fix typos.
2015-05-04 01:53:34 +09:00
Sergej Reich
ee7538613a
Rigidbody: Fix viewport update when changing collision shape in toolbar
2015-05-03 18:01:47 +02:00
Bastien Montagne
d33b564f91
Fix T44591: Set PBone Group operator did not handled predifined group index in its invoke func.
2015-05-03 16:53:43 +02:00
Krzysztof Recko
dced56f02a
Fix T44185, Fix T44090: hair texture density working unreliable.
...
"Unexisting" particles must be freed after the unexist flag has been set,
which was no longer the case after 78c491e62a .
Reviewers: brecht
Differential Revision: https://developer.blender.org/D1213
2015-05-03 16:21:58 +02:00
Brecht Van Lommel
6159f9a55a
Fix T41739: 3D view solid draw mode missing some material node updates.
2015-05-03 15:39:25 +02:00
Brecht Van Lommel
2775eaf01a
Fix T41893: inconsistent color management on sculpt texture nodes previews.
2015-05-03 15:25:43 +02:00
Bastien Montagne
944e0bd7b5
Cleanup: rename clear_skin & clear_mask operators to skin_clear and mask_clear.
...
So that they match all other op names around - and sensible logic as well.
2015-05-03 15:18:27 +02:00
Bastien Montagne
3a808270df
Fix T44589: No way to add a skin data layer manualy.
...
There are several ways to end up with an object with skin modifier, but no
skin data on the geometry. So we need an operator to add it by hands.
Also tweaked a bit UI of this modifier.
2015-05-03 15:09:48 +02:00
Bastien Montagne
472b3c5828
We do need to transform lnors in BKE_mesh_transform(), much handy for scripts.
2015-05-03 11:55:58 +02:00
Gaia Clary
9715d4c778
Added name attribute to instance_geometry nodes (request for Second Life)
2015-05-02 23:17:40 +02:00
Campbell Barton
6bc8a3f8d3
BMesh: rip-tool can now split off isolated fans
...
Useful since there wasn't a good way to do this previously.
2015-05-03 06:17:32 +10:00
Campbell Barton
dd48ddd605
BMesh: utility to split isolated loop regions
2015-05-03 06:16:59 +10:00
Campbell Barton
33cc5ed495
Cleanup: redundant vars
2015-05-03 06:16:59 +10:00
Porteries Tristan
4fca12e0fa
Fix rna default value in BGE UI.
2015-05-02 21:09:29 +02:00
Campbell Barton
bd5e578804
BMesh: rework BM_vert_is_manifold (simplify logic)
...
- simplify boundary handling (walk from boundary - no need to reset walking)
- early exit when the vert has >2 boundaries
- use BM_vert_step_fan_loop to walk the fan
2015-05-03 04:46:24 +10:00
Campbell Barton
de031b7c89
BMesh: replace radial count with simple checks
2015-05-03 04:41:39 +10:00
Campbell Barton
c826566ce3
Sound now returns even if file fails to load
...
With various codecs its hard to ensure a sound will load or not.
2015-05-03 04:41:39 +10:00
Porteries Tristan
8e4ac2d229
Fix ghash assert during BGE libload.
...
The assert message was caused by the multi call of BLO_library_append_begin in KX_BlenderSceneConverter::LinkBlendFile.
2015-05-02 18:43:39 +02:00
Campbell Barton
53d08ec506
BMesh: BM_mesh_edgesplit
...
Did quite a few checks not to tag bad splits (which wasn't working perfectly)
Instead rely on BM_vert_separate not to create invalid geometry.
2015-05-02 16:24:46 +10:00
Campbell Barton
f283b959e7
BMesh: BM_vert_separate double edge fix
...
Splitting edges could give duplicates.
2015-05-02 16:24:35 +10:00
Campbell Barton
c276cfb3c0
BMesh: return error on mesh validate
2015-05-02 15:52:27 +10:00
Campbell Barton
a5869945c6
Cleanup: bmesh src/dst order in API args
2015-05-02 15:46:03 +10:00
Campbell Barton
5e1c729882
Cleanup: use function attrs for BMesh inline funcs
2015-05-02 15:45:57 +10:00
Brecht Van Lommel
86f80c481c
Fix T44353, Fix T43981: random particle distribution overlaps if number is greater than 256.
2015-05-01 19:21:41 +02:00
Brecht Van Lommel
b6caefdaa9
Fix T43711: dual quaternion deform bug with shearing in deform matrix.
...
This also increases the tolerances in is_orthogonal / is_orthonormal functions,
which were much too low for practical purposes.
2015-05-01 19:21:41 +02:00
Brecht Van Lommel
bf7098a93f
Auto pack: don't show "No new files have been packed" on every .blend file save.
2015-05-01 19:20:42 +02:00
Brecht Van Lommel
4e40bdd02c
Fix T44433: print "unknown" rather than "1970-01-01" when .blend date is unknown.
2015-05-01 19:18:26 +02:00
Brecht Van Lommel
d3c4553552
Fix a couple of harmless compiler warnings.
2015-05-01 19:18:26 +02:00
Bastien Montagne
74d31279cd
Fix T44560: Merge Collapse tool - UVs operator panel option ignored with Collapse but not with other merge types.
...
Was missing parameter for collapse bmesh operator...
2015-05-01 17:10:39 +02:00
Bastien Montagne
f84135ee65
Fix T44577: writing tessellated cddata when we should not...
...
Own mistake in rBf75c89b3f42ffac51603e6e53459f9d94a8782cc...
2015-05-01 16:11:55 +02:00
Antony Riakiotakis
535e75ea90
Use mono font for metadata
2015-05-01 14:27:44 +02:00
Antony Riakiotakis
28ea3f5b94
Fix T44565 World background artifacts when world shader is void (or
...
compilation fails).
2015-05-01 12:06:05 +02:00
Joshua Leung
94d80c8ca4
Left some debug prints in here...
2015-05-01 12:44:37 +12:00
Joshua Leung
be0dcd4e34
Fix T43867: Clicking outside the viewport exits now Grease Pencil "Continous Draw" mode
...
When working with a pen only, it was previously impossible to exit Grease Pencil
draw mode (when continous drawing was enabled). Now, clicking outside the drawing region
(e.g. in the timeline, properties editor, or the header/properties/toolshelf regions)
where you are drawing will exit this mode.
Some corner cases to be aware of:
* When Region Overlap is enabled, clicking on the overlapping panels still exits
draw mode (even though you can see behind the buttons)
* In the Nodes Editor, clicking on a node (while in drawmode) will still draw a
dot/stroke. But, you can still exit drawmode by clicking on any of the panels
(properties/toolshelf/header) mentioned earlier
* To cope with cases where the operator is launched from the toolshelf, the
code now sets a new "active region" when the first stroke is performed
(based on what region is under the cursor at the time of that stroke),
overwriting the setting that got stored when invoking the operator (i.e. the toolshelf).
This change doesn't have any real user-visible effects, other than making it possible for
this fix to actually work without breaking that use case.
2015-05-01 12:44:35 +12:00
Campbell Barton
f8bdd8e6a8
BMesh: correct bmesh_edge_vert_swap
...
Missed swapping out loops.
2015-05-01 06:51:16 +10:00
Campbell Barton
6111da3629
BMesh: add bmesh_disk_vert_replace
2015-05-01 06:18:04 +10:00