Blender Git Commits

Blender Git "master" branch commits.

Page: 1326 / 5574

February 18, 2019, 05:31 (GMT)
Cleanup: remove 'orig' from ObTfmBack

This is runtime data and is re-evaluated before use.
February 18, 2019, 04:43 (GMT)
DNA: rename Object.size -> scale

Resolves a common cause of confusion.
February 18, 2019, 04:15 (GMT)
UI: motion paths panel layout tweak

- User better alignment for the paths_range_update button.
- Use Flow layout for the Display sub-panel items.
February 18, 2019, 04:13 (GMT)
UI: armature properties layout tweaks

- Rename 'Draw Mode' to 'Display As', consistent with other properties.
- Use flow layout.
February 18, 2019, 04:04 (GMT)
RNA: use distance units
February 18, 2019, 03:50 (GMT)
UI: bake panel layout improvements

All the controls were just really thrown in there without any proper
organization.
This gives it more structure.

- Correct use of sub-panels to communicate hierarchy and sections.
- Use flow layout for toggles.
- Use consistent names for "Bake Type".
February 18, 2019, 03:12 (GMT)
UI: improve light probe properties layout

Smaller adjustments to the Light Probe properties layout.

- Correctly use alignment for multi-property values.
- Correctly use sub-panels.
- Correctly use PROP_FACTOR for visibility_bleed_bias and
visibility_blur.
February 18, 2019, 02:59 (GMT)
Fix T61187: Fluid Particle settings UI elements

Some properties were accidentally hidden for particle fluids.

- Made sure we show the Forces and Integration
sub-panels for particle fluids.
- Slightly re-ordered the sub-panels here, so that the same sub-panels
are at the top for Newtonian and Fluid particles.
- Separated the Fluid Interaction sub-panel so we can give it a unique
name.
- Removed lingering unnecessary 'Keys' label in the Keyed physics.
February 18, 2019, 01:47 (GMT)
Cleanup: spelling
February 18, 2019, 00:23 (GMT)
doxygen: update doxygen & add balembic group
February 17, 2019, 23:41 (GMT)
DNA: rename Collection.dupli_ofs -> instance_collection
February 17, 2019, 23:37 (GMT)
DNA: support renaming structs that use the old renaming hack
February 17, 2019, 23:24 (GMT)
RNA: use clog for logging error messages

Some RNA errors are quite similar, use clog for consistent logging that
always includes the file, function and line number - making errors
quicker to troubleshoot.
February 17, 2019, 21:50 (GMT)
Cleanup: style
February 17, 2019, 21:50 (GMT)
Correct own mistake in near/far cleanup

Error in 2f737c4f475a5
February 17, 2019, 21:22 (GMT)
doxygen: add newline after file

While file doesn't need an argument, it can't have another doxy
command after it.
February 17, 2019, 21:22 (GMT)
Cleanup: conform headers to have license first

Also remove doxy comments for licenses and add missing GPL header.
February 17, 2019, 21:22 (GMT)
DNA: comment on how to avoid DNA rename errors
February 17, 2019, 15:46 (GMT)
Units: allow short unit names be case sensitive when needed.

To distinguish mW and MW without having to deviate from the standard
SI unit abbreviation. For all other units there are no changes.
February 17, 2019, 15:23 (GMT)
Units: add support for light power units in Watt. Use for Eevee lights.

This affects point, spot and area lights. Sun light strength remains without
a unit. This change does not affect .blend file compatibility in any way, as
with the rest of the unit system it's purely a display and editing feature.

Not used for Cycles yet, that will be done after unifying the settings with
Eevee.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021