Campbell Barton
a68c631cf8
Merge branch 'master' into blender2.8
2017-03-09 16:41:33 +11:00
Aaron Carlisle
35d78121f0
Fix typo in command line arg list
2017-03-07 09:07:58 -05:00
Brecht Van Lommel
3cf2821f2f
Merge branch 'master' into blender2.8
2017-02-26 00:15:59 +01:00
Sergey Sharybin
f49e28bae7
Cycles: Fix non-zero exit status when rendering animation from CLI and running out of memory
2017-02-24 14:25:38 +01:00
Bastien Montagne
b46b2834b9
Merge branch 'master' into blender2.8
2017-02-23 10:56:28 +01:00
Sergey Sharybin
75cc33fa20
Fix Cycles still saving render output when error happened
...
This was fixed ages ago for the interface case but not for the
command line. The thing here is that currently external engines
are relying on reports system to indicate that error happened
so suppressing reports storage in the background mode prevented
render pipeline from detecting errors happened.
This is all weak and i don't like it, but this is better than
delivering black frames from the farm.
2017-02-22 13:06:24 +01:00
Sergey Sharybin
5be2a62ca3
Merge branch 'master' into blender2.8
2017-01-24 14:56:56 +01:00
Sergey Sharybin
610af632a9
Depsgraph: Remove command line argument to use new depsgraph
2017-01-24 12:54:21 +01:00
Aaron Carlisle
e5d8c2a67f
Use new manual URL
2017-01-23 19:10:37 -05:00
Dalai Felinto
605263177b
Merge remote-tracking branch 'origin/master' into blender2.8
2016-12-23 15:36:16 +01:00
Bastien Montagne
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
Bastien Montagne
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
Gaia Clary
2bb7a135ae
Added --debug-io flag to command line
2016-12-09 17:21:11 +01:00
Campbell Barton
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
Mike Erwin
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
Sergey Sharybin
af53fee4b4
Make --debug-all include --debug-cycles and --debug-libmv
2016-07-14 12:14:55 +02:00
Campbell Barton
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
Campbell Barton
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
Campbell Barton
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
Campbell Barton
3a977ff502
Missed last commit
2016-04-13 00:49:47 +10:00
Campbell Barton
28dad2ec12
Correct error checking for wrong frame range
2016-04-06 09:41:30 +10:00
Campbell Barton
cc970dc08a
Cleanup: arg docstrings
2016-04-06 09:28:22 +10:00
Campbell Barton
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
Campbell Barton
c38087afc0
Correct image format args (remove 'MOVIE')
2016-03-04 06:36:13 +11:00
Campbell Barton
8fa1d70543
Cleanup: comments for creator_args & line length
2016-03-03 12:36:33 +11:00
Campbell Barton
c593b77910
Cleanup: style, and --help edits
2016-03-02 17:01:38 +11:00
Campbell Barton
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