8db2f72997
Fix (unreported) --threads option no more respected by main task scheduler.
...
Main scheduler would be created way before `-t` argument would be
parsed, since it was on forth pass! Moved it to first pass of argparse,
that kind of stuff should be initialized asap on startup.
2016-12-22 22:00:48 +01:00
9be6d5ff18
Merge branch 'master' into blender2.8
...
Conflicts:
source/blender/blenkernel/intern/depsgraph.c
source/blender/blenloader/intern/versioning_270.c
source/blender/depsgraph/intern/builder/deg_builder_relations.cc
source/blender/makesrna/intern/rna_main_api.c
source/blender/makesrna/intern/rna_particle.c
2016-12-12 16:17:57 +01:00
2bb7a135ae
Added --debug-io flag to command line
2016-12-09 17:21:11 +01:00
7d443ed86d
Docs: Show 'Other Options' last in --help
...
Own error when changing order,
moving experimental features last made some sense,
but causes them to be listed twice.
Reorder and comment to avoid it happening again.
2016-12-04 21:55:17 +11:00
825150605e
GPU_basic_shader uses GLSL by default
...
switch back to old mode at runtime:
blender --enable-legacy-basic-shader
2016-09-21 20:24:02 +02:00
af53fee4b4
Make --debug-all include --debug-cycles and --debug-libmv
2016-07-14 12:14:55 +02:00
cf8a0d08b0
GPU: make using the glsl basic-shader a flag
...
This allows for it to be more easily tested.
2016-06-08 04:13:16 +10:00
d931e958a1
Minor changes to help text
...
D2040 by @Blendify , also move 'Experimental Features' above more general help text.
2016-06-02 15:29:53 +10:00
beaa57d269
Refactor BKE_blender into separate headers
...
- BKE_blender_version.h (only version defines & versionstr).
- BKE_blender_copybuffer.h (currently only used for view3d copy/paste).
- BKE_blender_undo.h (global undo functions).
- BKE_blendfile.h (high level blend file read/write API).
2016-04-25 19:27:45 +10:00
3a977ff502
Missed last commit
2016-04-13 00:49:47 +10:00
28dad2ec12
Correct error checking for wrong frame range
2016-04-06 09:41:30 +10:00
cc970dc08a
Cleanup: arg docstrings
2016-04-06 09:28:22 +10:00
16f919ea58
Render frame arg parsing, list and range support
...
Support a comma separated list of frames, as well as frame ranges using the '..' separator.
eg: `blender my.blend --render-frame 1,2,10..40,100..200`
2016-04-06 09:23:15 +10:00
c38087afc0
Correct image format args (remove 'MOVIE')
2016-03-04 06:36:13 +11:00
8fa1d70543
Cleanup: comments for creator_args & line length
2016-03-03 12:36:33 +11:00
c593b77910
Cleanup: style, and --help edits
2016-03-02 17:01:38 +11:00
6e66ffb61a
Cleanup split creator.c
...
creator.c was getting hard to follow.
- Split off argument and signal handling into own files.
- Move docstrings next to functions (to keep docs grouped with code).
2016-02-28 05:23:48 +11:00