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
AgeCommit message (Expand)Author
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Fix three obvious mistakes in brush/mask/cachefile ID copying.Bastien Montagne
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-09Cleanup: get rid of some now unused animdata ID management custom functions.Bastien Montagne
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-06-02Cleanup: styleCampbell Barton
2017-06-01Fix bad index use drawing deformed face centersCampbell Barton
2017-05-31Fix bad handling of 'extra' user for groups at their creation.Bastien Montagne
2017-05-31Cleanup: Use more clear parenthesisSergey Sharybin
2017-05-30Displace modifier: Pre-fetch all possible images to image pool prior executionSergey Sharybin
2017-05-30Image pool: Use memory pool for allocating elementsSergey Sharybin
2017-05-30Depsgraph: Add missing update tag clear for proxy objectsSergey Sharybin
2017-05-29Fix T51390: Blender 2.78c will freeze or force close when adding particles at...Bastien Montagne
2017-05-29Fix T51520: Broken vertex weights after two mesh joining.Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-27Release wasn't building, limit debug scopeCampbell Barton
2017-05-27CustomData: assert on bad arguments to freeCampbell Barton
2017-05-26Fix T50851: Array modifier generating invalid geometry.Bastien Montagne
2017-05-26Fix T50908: Motion Tracker ignored grease pencil maskSergey Sharybin
2017-05-26Fix freeing all custom-data layersCampbell Barton
2017-05-26Fix T51350: 2D curve normals flip when deformedCampbell Barton
2017-05-24Fix error accessing tessface color in edit-modeCampbell Barton
2017-05-24Fix possible invalid normal use w/ tangent calcCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-19Fix T51556: Sequencer - White Balance Modifier - Masking is not honoredSergey Sharybin
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-12Mesh Center: improved center-of-mass calculationBill Currie
2017-05-11Cleanup: GPU PBVH namingCampbell Barton
2017-05-08Fix T51432: Find Files case sensitive on win32Campbell Barton
2017-05-05MakeLocal: fix bad (missing) handling of proxy_from uglyness.Bastien Montagne
2017-05-05Add a new LOOPBACK flag to libquery's callbacks.Bastien Montagne
2017-05-05MakeLocal: switch back to secure, slightly slower final steps.Bastien Montagne
2017-05-05MakeLocal: forcefully recalc affected armatures' poses.Bastien Montagne
2017-05-05Add check (error message + assert) that pose is valid in armature evaluation.Bastien Montagne
2017-05-05Fix reading past bounds removing from color rampCampbell Barton
2017-05-04Fix missing usercount update of poselib when copying Object.Bastien Montagne
2017-05-04Add debug/timing prints in MakeLocal and remapping code.Bastien Montagne
2017-05-04Fix use after free of new render layer ID properites after copying sceneSergey Sharybin
2017-05-04Fix memory leak of ID properties after recent render passes commitSergey Sharybin
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-26Fix race condition invalidating object data's bounding boxSergey Sharybin
2017-04-26Alembic: fixed refcount issue when duplicating imported objectsSybren A. Stüvel
2017-04-26Fix T51280: Alembic: Crash when removing cache modifierSybren A. Stüvel
2017-04-24Cleanup: styleCampbell Barton
2017-04-21Alembic import: changing cache modifier path no longer discards object pathsSybren A. Stüvel
2017-04-21Alembic: properly initialising cachefile object paths list.Sybren A. Stüvel