9a076dd95a
DNA: defaults for ID types
2019-09-12 04:58:09 +10:00
310bd2f811
Fix T65942 Eevee: Reflection plane has "show data" checked by default
...
Disable by default and rename option to "Show Preview Plane".
2019-06-26 14:05:55 +02:00
6529d20d79
Cleanup: spelling in comments
2019-06-12 09:43:49 +10:00
aa42da0385
Cleanup: comments (long lines) in blenkernel
2019-04-27 12:07:07 +10:00
e12c08e8d1
ClangFormat: apply to source, most of intern
...
Apply clang format as proposed in T53211.
For details on usage and instructions for migrating branches
without conflicts, see:
https://wiki.blender.org/wiki/Tools/ClangFormat
2019-04-17 06:21:24 +02:00
873f8b13ec
Cleanup: BLI_utildefines struct macros
...
Use the term "AFTER" instead of "OFS" since it wasn't obvious these
macros operate on everything after the struct member passed.
Avoid casting to non-const types when only reading.
2019-03-12 17:44:35 +11:00
de13d0a80c
doxygen: add newline after \file
...
While \file doesn't need an argument, it can't have another doxy
command after it.
2019-02-18 08:22:12 +11:00
eef4077f18
Cleanup: remove redundant doxygen \file argument
...
Move \ingroup onto same line to be more compact and
make it clear the file is in the group.
2019-02-06 15:45:22 +11:00
cfe8f76616
Cleanup: typo in comment.
2019-02-05 10:53:16 +01:00
8b716655e2
Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.
...
That way it is obvious when we are using default ID copy behaviour, and
when we are using advanced/specialized ones.
2019-02-05 10:53:16 +01:00
6a686b0bfb
Cleanup: BKE_library: rename id_copy to BKE_id_copy.
...
Time to follow conventions for that one as well.
2019-02-05 09:49:50 +01:00
7636e9785d
Cleanup: BKE_library: remove 'test' param of id_copy.
...
This was used in *one* place only... much better to have a dedicated
helper for that kind of things. ;)
2019-02-05 09:49:50 +01:00
65ec7ec524
Cleanup: remove redundant, invalid info from headers
...
BF-admins agree to remove header information that isn't useful,
to reduce noise.
- BEGIN/END license blocks
Developers should add non license comments as separate comment blocks.
No need for separator text.
- Contributors
This is often invalid, outdated or misleading
especially when splitting files.
It's more useful to git-blame to find out who has developed the code.
See P901 for script to perform these edits.
2019-02-02 01:36:28 +11:00
1e4aab36c2
Cleanup: remove redundant BKE/BLI/BIF headers
2019-01-26 21:20:25 +11:00
49490e5cfb
Merge branch 'master' into blender2.8
2018-12-12 13:02:09 +11:00
4b2110fc86
Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'
...
That kind of implicit includes should really only be done when totally,
absolutely necessary, and ideally only with rather simple 'second-level'
headers.
Otherwise not being explicit with includes always end up biting in
unexpected ways...
2018-11-07 20:58:53 +01:00
3005c2e2be
Eevee: LightProbes: Fix RNA defaults and remove unused data_draw_size
2018-07-20 22:22:30 +02:00
777e1d358a
Eevee: Probes: Add support for intensity tweak.
...
This works for grid and cubemaps.
The intensity is baked into the map itself. Thus you need to refresh/rebake the probe to see the changes.
2018-01-21 23:16:59 +01:00
847f568bf5
Eevee: Irradiance Visibility: Add RNA / Engine properties
2017-12-04 10:10:27 +01:00
adfbf276a1
Cleanup: style, duplicate includes
2017-10-07 15:57:14 +11:00
e673c9dc93
Merge again...
2017-08-07 20:48:22 +02:00
f2d7a28a09
Probes: Modify Add Menu and change defaults.
2017-06-15 00:57:16 +02:00
cac851a00e
Eevee: Probes: Add data display for cubemaps.
2017-06-15 00:57:16 +02:00
fbd05d3b6a
Probe: fix grid default resolution.
2017-06-15 00:53:41 +02:00
f52dc2f371
Rename probe to light-probe
...
Probe is a real general term, the new name is used often in docs online.
2017-06-12 21:34:55 +10:00