Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2017-04-12Task scheduler: Prevent race condition for the pools created from non-main th...Sergey Sharybin
2017-04-12Fix T50227: Alembic uv export/load issueSybren A. Stüvel
2017-04-12Fix T51184: Crash of Blender when I try to join an object with one that has b...Sergey Sharybin
2017-04-12Alembic export: fixed exporting as "flat"Sybren A. Stüvel
2017-04-12Alembic export: removed superfluous export_object() check.Sybren A. Stüvel
2017-04-12Cleanup: use lowercase gpu prefix for static funcsCampbell Barton
2017-04-12Color management: Avoid memory copy into same bufferSergey Sharybin
2017-04-12Docs: minor improvement to code exampleCampbell Barton
2017-04-11Fix: width of UILayout.prop_enum() buttonsraa
2017-04-11Cleanup: quiet harmless but annoying overflowCampbell Barton
2017-04-11Remove redundant glColor callCampbell Barton
2017-04-10Fix stereoscopic camera volume drawing.Bastien Montagne
2017-04-10GPencil 2D drawing code: minor optimization.Bastien Montagne
2017-04-10Fix T51158: Motion Tracking Movie clip editor graphSergey Sharybin
2017-04-10Tracking: Fix use-after-free bugSergey Sharybin
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-09Cleanup: use doxy code blockCampbell Barton
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2017-04-07Alembic import: prevent crash when cancelling import.Sybren A. Stüvel
2017-04-07Alembic import: prevent double user decrement when cancelling import.Sybren A. Stüvel
2017-04-07Alembic: synced gather_objects_paths with visit_objectsSybren A. Stüvel
2017-04-07Alembic: documented use of CacheReader structSybren A. Stüvel
2017-04-07Alembic: just pass NULL when we know mcmd->reader is NULL.Sybren A. Stüvel
2017-04-07Fix T51137: Edge Rip HangsCampbell Barton
2017-04-06Fix T51135: Cylinder primitive generated bad UVsGermano Cavalcante
2017-04-06Alembic: rewrapped some lines to fit within 80 chars.Sybren A. Stüvel
2017-04-06Alembic import: compatibility with pre-C++11 compilers.Sybren A. Stüvel
2017-04-06Alembic import: restructured the importer w.g.t. parenthoodSybren A. Stüvel
2017-04-06Alembic: rotation mode issue in copy_m44_axis_swap, and added unit tests.Sybren A. Stüvel
2017-04-06Alembic: Renamed create_rotation_matrix to create_swapped_rotation_matrix and...Sybren A. Stüvel
2017-04-06Alembic import: fixed crash on more complex modelSybren A. Stüvel
2017-04-06Alembic: comment typo/error fixesSybren A. Stüvel
2017-04-06Alembic import: prevented unnecessary vector scalingSybren A. Stüvel
2017-04-06Alembic import: moved import-time scaling to different functionSybren A. Stüvel
2017-04-06Alembic: removed unnecessary matrix copySybren A. Stüvel
2017-04-06Alembic: simplified AbcEmptyReader::readObjectDataSybren A. Stüvel
2017-04-06Alembic: added some r_ prefixes for return parametersSybren A. Stüvel
2017-04-06Alembic: code styleSybren A. Stüvel
2017-04-06Alembic: don't use m_shapes_typeSybren A. Stüvel
2017-04-06Alembic: more lenient check on absence of sheer & homogeneous scalingSybren A. Stüvel
2017-04-06Alembic: simplified conditional statementsSybren A. Stüvel
2017-04-06Alembic import: nicer progress updatesSybren A. Stüvel
2017-04-06Alembic import: fixed bug where local matrix from Alembic was used as object ...Sybren A. Stüvel
2017-04-06Alembic import: separated reading matrix and getting the appropriate Xform ob...Sybren A. Stüvel
2017-04-06Alembic import: be more lenient towards unknown object types.Sybren A. Stüvel
2017-04-06Alembic: don't call object.getFullName() multiple times.Sybren A. Stüvel
2017-04-06Alembic: Renamed parent_map to reader_mapSybren A. Stüvel
2017-04-06Alembic: use typedefs to make it easier to handle maps/vectorsSybren A. Stüvel
2017-04-06Alembic: more const-nessSybren A. Stüvel
2017-04-06Alembic: fixed importerSybren A. Stüvel