Blender Git Commits

Blender Git "master" branch commits.

Page: 2946 / 5574

February 20, 2014, 01:02 (GMT)
NDOF: define 2 default navigation modes: free & orbit

After some discussion it seems both are valid defaults but useful for
very different purposes.

- 'free' lets you explore the scene with full 6dof (like fly mode)
- 'orbit' is closer to typical mouse view orbit, constraining to orbiting about a central location.

This doesn't effect orbit/pan which are available with modifier keys.
February 19, 2014, 20:44 (GMT)
OSX/Cmake: tentative handling for clang-omp,
set flags hardcoded when used
February 19, 2014, 20:02 (GMT)
Image Editor: Fix View menu, after Scopes rename.
February 19, 2014, 15:22 (GMT)
Use tabs for image editor.

For initial discussion see T38371

This commit organized panels for image editor to new tab categories dependent
on the image editor mode:

View Mode:
Tools - contains UV tools (currently only transform and UV Sculpting)
Scopes - contains scopes
Grease Pencil - contains Grease Pencil operators

Paint Mode:
Tools - contains brush options
Scopes - as above
Grease Pencil - as above

Mask Mode
Mask - contains mask tools
Scopes - as above
Grease Pencil - as above

Grease Pencil panel/tab now includes operators, not view options which have been
moved to the UI region on the right.
To make this work better, image editor toolbar now is of type TOOLS instead
of PREVIEW as was the case previously. A nice version patch makes sure all
works predictably, but opening newer files with older blender executables
could backfire.

This commit does not address which UV Tools will be included in the
Tools tab for the view mode, but does include some basic tools (transform)
and provides a class to inherit from to avoid conflicts with UV Sculpting.

Reviewers: brecht, dingto, sergey

Differential Revision: https://developer.blender.org/D315
February 19, 2014, 15:08 (GMT)
Cycle CUDA: revert the f1aeb2ccf4 and 84f958754 busywait fixes for now.

It's unclear what kind of impact they have on performance at the moment, so I
rather play it safe and postpone this for 2.71.

Ref T38679, Ref T38712
February 19, 2014, 14:31 (GMT)
fix T38721 Vertex Group pop menu (CTRL+G) Set Active Group not updating Vertex Groups Panel

I set ND_VERTEX_GROUP to update the buttons.
Reviewed by: Lukas Toenne
Revision a938640 by Lukas Toenne
February 19, 2014, 13:19 (GMT)
Fix T38717: Copy Vertex Group To Selected fails when all Vertex Groups
are empty.

This is now considered a no-op and counts as a successful copy (since
nothing would have changed anyway).
February 19, 2014, 12:59 (GMT)
Fix for Copy Settings From Active Track

it didn't copy weight from active track.
Revision fe5e1dd by Gaia Clary
February 19, 2014, 12:57 (GMT)
added support for double,float and int property values for maya restpose matrix properties
Revision a0c1f00 by Gaia Clary
February 19, 2014, 12:57 (GMT)
Added Maya restpose_matrix support via custom properties to Collada exporter
February 19, 2014, 12:50 (GMT)
Change default track to 15px pattern and 71px search

After recent seed improvements it makes tracking more robust
without speed loss.
February 19, 2014, 12:43 (GMT)
Added track weight to presets

Useful for cases when you need to create bunch of witness tracks.
Revision bff99b1 by Lukas Toenne
February 19, 2014, 12:34 (GMT)
Fix T38720: Clear preview range operator missing notifier to redraw
timeline.
February 19, 2014, 12:18 (GMT)
Added an option to camera preset to include/exclude focal length from the preset

Useful for cameras which have fixed focal length.
February 19, 2014, 12:10 (GMT)
Camera presets changes

- Fixed typo in Canon C300 camera name
- Added preset for Nexus5
Revision 32ba1ce by Lukas Toenne
February 19, 2014, 10:55 (GMT)
Fix T38603: Output File node sockets were drawing the regular socket
label in addition to the actual specialized socket ui.
February 19, 2014, 10:30 (GMT)
NDOF: fix helicopter fly option, revert default to trackball.

Rationale for using trackball is that it allows roll which you expect
with an ndof device.
February 19, 2014, 10:19 (GMT)
Code cleanup: de-duplicate ndof controls for walk/fly mode
February 19, 2014, 10:07 (GMT)
BSP was still hanging around in CMake
February 19, 2014, 10:07 (GMT)
Update the camera presets in various ways:

* Switch to using Canon sensor type instead of camera models.
There are a ton of camera models that reuse the same sensor
so it's just confusing and forever incomplete to try and cover
all models.

* Delete all redundant Canon camera models..

* Leave only the Canon camera models that are special, that is
have non regular sensor sizes.

* Fix a few errors in some Canon models.

* Capitalize a few unrelated sensor presets for consistency.

* Added presets for GoPro and iPhone.
Their distortion models and shutter isn't really supported ATM
but tracker is robust enough to give reasonable tracking and
solving results.

Presets are from Daniel Salazar and Sebastian Koenig, thanks!

Differential Revision: https://developer.blender.org/D264
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021