716a8241d3
Cleanup: rename 'name' to 'filepath' for DNA types
...
Using 'name' for the full path of a file reads badly,
especially when id.name is used in related code.
2020-06-23 11:29:36 +10:00
00e99959d3
Cleanup: double-spaces in comments
2020-05-09 17:15:43 +10:00
1357dd7d3c
Cleanup: move enum unto BKE_packedFile.h
...
Use enum type for functions arguments.
Removed -1 check in switch statement, this isn't needed.
2019-07-08 00:17:40 +10:00
084d545202
Cleanup: use BKE_packedfile prefix for function names
...
Avoid ambiguity with terms check & compare.
2019-07-07 23:57:35 +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
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
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
24d1829243
Cleanup: nuke G.main out of BKE PackedFile code.
2018-05-31 11:07:14 +02:00
676d790d29
Cleanup: use rna_enum_ prefix for RNA enums
...
Definitions could shadow local vars.
2015-11-23 17:40:09 +11:00
d989d8a374
CMake: only quiet warnings for generated rna files
...
also minor warning cleanup
2015-02-08 15:08:31 +11:00
e7c7f57481
RNA: packing functions for vfont & sound
...
D389 by @kevindietrich
2015-02-07 22:35:32 +11:00