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-02-08Blender 2.78b: Point addons to an updated revisionv2.78bSergey Sharybin
2017-02-03Blender release: We are officially 'b' nowSergey Sharybin
2017-02-03[msvc] cmake fixes to support the recent for oiio/ffmpeg/numpy version changes.lazydodo
2017-02-03Fix fluid sim build error with MSVC.Brecht Van Lommel
2017-02-03Fluids: improve multithreaded CPU usage.Brecht Van Lommel
2017-02-03Cycles tests: Allow python auto-execSergey Sharybin
2017-02-01Cycles: Fix rng_state initialization when using resumable renderingLukas Stockner
2017-01-26Fix compilation error with latest OIIO 1.7.8Sergey Sharybin
2017-01-26Return correct alpha for environment map in GLSLAlexander Romanov
2017-01-26Fix T49405: Crash when baking with adaptive subdivisionMai Lavelle
2017-01-26Cycles: Don't rely on indirectly included algorithmSergey Sharybin
2017-01-26Cycles: Fix typo in the panel nameSergey Sharybin
2017-01-26Cycles: Update current Cycles versionSergey Sharybin
2017-01-26Fix T50491: Cycles UI breaks when pushing F8.Bastien Montagne
2017-01-26Cycles: Use more const qualifiers to avoid possible issuesSergey Sharybin
2017-01-26Cycles: Cleanup, split one gigantic function into two smaller onesSergey Sharybin
2017-01-26Cycles: Store time in BVH nodesSergey Sharybin
2017-01-26Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-26Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-26Cycles: Add utility function to calculate curve boundbox from given 4 keysSergey Sharybin
2017-01-26Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-01-26Cycles: Split motion triangle file once again, avoids annoying forward declar...Sergey Sharybin
2017-01-26Cycles: Move motion triangle intersection functions to own fileSergey Sharybin
2017-01-26Cycles: Cleanup, better variable nameSergey Sharybin
2017-01-26Cycles: Add utility function to fetch motion keys while on CPU sideSergey Sharybin
2017-01-26Cycles: Cleanup, commentsSergey Sharybin
2017-01-26Cycles: Add utility function to fetch motion triangle when on CPU sideSergey Sharybin
2017-01-26Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-01-26Fix T50460. Greying out issue with Cycles culling options.Thomas Dinges
2017-01-25Fix T50517: Rendering expecting time is negativeSergey Sharybin
2017-01-24FIX T49899: Add EIGEN_MAKE_ALIGNED_OPERATOR_NEW to classes that use eigen's d...lazydodo
2017-01-24Fix T49857: Blender crashes after adding texture node to compositing treeSergey Sharybin
2017-01-20Cycles: Fix compilation error on with older GCCSergey Sharybin
2017-01-20Depsgraph: Bone parent should also include armature transform relationSergey Sharybin
2017-01-20Depsgraph: Only re-schedule objects which are on visible layersSergey Sharybin
2017-01-20Depsgraph: Use HIGH priority for scheduled tasksSergey Sharybin
2017-01-20Depsgraph: avoid more transitive relations for rigid body simulationSergey Sharybin
2017-01-20Depsgraph: Rigid body simulation doesn't need explicit time relationSergey Sharybin
2017-01-20Depsgraph: Avoid transitive relation from local transform to finalSergey Sharybin
2017-01-20Fix depsgraph: hair collision is actually enabled, so add the relations.Alexander Gavrilov
2017-01-20Depsgraph: Fix matrix_world driver sourceSergey Sharybin
2017-01-20Fix T49981: New Depsgraph - When camera is on inactive layer, it does not eva...Sergey Sharybin
2017-01-20Depsgraph: Fix infinite viewport object update in CYcles render modeSergey Sharybin
2017-01-20Depsgraph: use more explicit parenthesisSergey Sharybin
2017-01-20Depsgraph: Fix residue of debug-only codeSergey Sharybin
2017-01-20Fix copy/paste typo in new depsgraph object geometry builder (found by coveri...Bastien Montagne
2017-01-20Depsgrpah: Fix missing animation update in movie clipsSergey Sharybin
2017-01-20Depsgraph: Move scene builder function to own fileSergey Sharybin
2017-01-20Fix T50060: New depsgraph does not update mask animationSergey Sharybin
2017-01-20Depsgraph: Use utility macro to iterate over linked listSergey Sharybin