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-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-21Depsgraph and collection enable/visibilityDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Fix missing clear of Object->drawdata listbase in new copying code.Bastien Montagne
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-11Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Cleanup: whitespaceCampbell Barton
2017-08-07Merge again...Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-27Copy on write: Make sure freeing evaluated mesh does not cause crash when re-...Sergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Implement a new util function to get reference of mesh tex spaceDalai Felinto
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-02DEG: Add per object update flag for Depsgraph.Clément Foucault
2017-05-30Draw Manager: Add SceneLayerEngineData and use callbacks to clear runtime eng...Clément Foucault
2017-05-30Face Maps: custom-data, UI and RNA APICampbell Barton
2017-05-26Move util function to add new scene collection when active is not available f...Dalai Felinto
2017-05-17Fix particle system batch_cache on object duplicationLuca Rood
2017-05-05Merge branch 'master' into blender2.8Campbell Barton
2017-05-04Fix missing usercount update of poselib when copying Object.Bastien Montagne
2017-04-26Merge branch 'master' into 28Campbell Barton
2017-04-26Fix race condition invalidating object data's bounding boxSergey Sharybin
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-04-04Collada export cleanupDalai Felinto
2017-04-04fix: Collada export selected worked only for the very first export (needs fur...Gaia Clary
2017-04-04Fix collada exporting for Blender 2.8Dalai Felinto
2017-04-03Object Engine: Fix multi user lamp data display bug.Clément Foucault
2017-04-03GPULamp: Separate GPULamp from GPUMaterialClément Foucault
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-03-29Fix fit camera view frame to selected objectsDalai Felinto
2017-03-02Remove tons of OBACTDalai Felinto
2017-02-27Prevent crash when copying objectDalai Felinto
2017-02-24Fix T50714: Collections: Adding object to scene without an existing collectionDalai Felinto
2017-02-17Merge branch 'master' into blender2.8Bastien Montagne
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-13Layers: Per-Collection edit mode parsingDalai Felinto
2017-02-07Layers: get/update CollectionEngineSettings (depsgraph placeholder)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-31Fix compilation error: too few arguments to function call.Kévin Dietrich
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante