- 04 Apr, 2017 1 commit
-
-
Sergey Sharybin authored
-
- 20 Mar, 2017 1 commit
-
-
Sergey Sharybin authored
-
- 23 Jan, 2017 1 commit
-
-
Sergey Sharybin authored
-
- 12 Dec, 2016 1 commit
-
-
Sergey Sharybin authored
-
- 25 Nov, 2016 2 commits
-
-
lazydodo authored
-
Sergey Sharybin authored
-
- 07 Nov, 2016 3 commits
-
-
Sergey Sharybin authored
Does it in fancy way showing progress bar during rendering and reporting time information once render is finished. Includes overall render pipeline time, Cycles render time including synchronization time and bare Cycles render time. Will only work on Linux currently, some further tweaks are possible.
-
Sergey Sharybin authored
Use with care, review all changes you apply before commit! Some further tweaks to the script are possible.
-
Bastien Montagne authored
Typical usecase: --filter-data="name" to only get DNA structs' name field value, much helpful to indentify datablocks in JSon result!
-
- 01 Aug, 2016 1 commit
-
-
Campbell Barton authored
-
- 29 Jul, 2016 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 14 Jul, 2016 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 28 Jun, 2016 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 15 Jun, 2016 1 commit
-
-
Campbell Barton authored
-
- 02 Feb, 2016 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 29 Jan, 2016 1 commit
-
-
Campbell Barton authored
Avoid maintaining 2 separate blendfile modules.
-
- 26 Jan, 2016 4 commits
-
-
Campbell Barton authored
Removes string mangling
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- 21 Jan, 2016 1 commit
-
-
Bastien Montagne authored
-
- 18 Jan, 2016 4 commits
-
-
Bastien Montagne authored
by some pointer-invariant hash of the block. In other words, you can now save a .blend, reload it and save it again, and both json-exported versions of this file should remain (mostly) identical. Helps reducing the noise when doing a diff of the json files. ;)
-
Bastien Montagne authored
This aims at giving some kind of uid to replace addr_old, that does not changes on every .blend saving.
-
Bastien Montagne authored
This option will export in json file all data fields in exported blocks. Quite obviously, this leads to very huge files (over 1Mb with default .blend) if you do not filter the output...
-
Bastien Montagne authored
blendfile.py: fix/add some 'basic data' reading (mostly arrays of ints/floats/...), add utils to recursively get all items of a struct. New `BlendFileBlock.items_recursive_iter()` will yield all valid key/values pair of a given struct, including sub ones (e.g. 'id.next', 'id.name', etc.).
-
- 16 Jan, 2016 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 14 Jan, 2016 1 commit
-
-
Campbell Barton authored
-
- 09 Jan, 2016 1 commit
-
-
Campbell Barton authored
-
- 12 Dec, 2015 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
Also sort each category
-
- 10 Dec, 2015 4 commits
-
-
Bastien Montagne authored
Less verbose and cleaner imho.
-
Bastien Montagne authored
This tool aims at exporting (parts of) a .blend file in JSON. This makes it easy to 'read' the actual content of a .blend, to diff it, etc. This is still very WIP, right it's OK to get the general structure of the .blend (all its blocks), but data itself is not yet exportable. There are also options to filter (based on keys & values regex matching) what is exported to JSON, but this is not yet fully working as expected.
-
Bastien Montagne authored
This is a (still not complete) python module able to read and write a .blend file.
-
Bastien Montagne authored
-
- 26 Oct, 2015 1 commit
-
-
Campbell Barton authored
-