2019-03-05 |
Brecht Van Lommel | Fix Cycles bug rendering with multiple UV maps after... |
blob | commitdiff | raw |
2019-03-05 |
Brecht Van Lommel | Cycles: Added Float2 attribute type. |
blob | commitdiff | raw | diff to current |
2018-06-14 |
Lukas Stockner | Cycles: Query XYZ to/from Scene Linear conversion from... |
blob | commitdiff | raw | diff to current |
2018-06-01 |
Bastien Montagne | Cleanup: some more G.main removal from editor code. |
blob | commitdiff | raw | diff to current |
2018-03-10 |
Brecht Van Lommel | Code refactor: motion blur cleanups, preparing for... |
blob | commitdiff | raw | diff to current |
2018-03-01 |
Kévin Dietrich | Cycles volume: fast empty space optimization by generat... |
blob | commitdiff | raw | diff to current |
2018-02-27 |
Brecht Van Lommel | Code cleanup: refactor Cycles image metadata retrieval... |
blob | commitdiff | raw | diff to current |
2018-02-23 |
Brecht Van Lommel | Smoke: add temperature grid, with values 0..1 correspon... |
blob | commitdiff | raw | diff to current |
2018-02-03 |
Brecht Van Lommel | Cycles: add Vector Displacement node and extend Displac... |
blob | commitdiff | raw | diff to current |
2018-01-29 |
Brecht Van Lommel | Fix Cycles viewport render not updating when tweaking... |
blob | commitdiff | raw | diff to current |
2018-01-26 |
Brecht Van Lommel | Code cleanup: simpler and faster detection of BVH refit. |
blob | commitdiff | raw | diff to current |
2018-01-22 |
Sergey Sharybin | Cycles: Cleanup, remove unused argument |
blob | commitdiff | raw | diff to current |
2018-01-21 |
Brecht Van Lommel | Fix T49159: missing Cycles tangents for adaptive subdiv... |
blob | commitdiff | raw | diff to current |
2018-01-12 |
Brecht Van Lommel | Code refactor: adjust camera update for easier code... |
blob | commitdiff | raw | diff to current |
2018-01-12 |
Mai Lavelle | Cycles: add offscreen dicing scale and dicing camera. |
blob | commitdiff | raw | diff to current |
2017-10-11 |
Sergey Sharybin | Cycles: Speedup up tangent space calculation |
blob | commitdiff | raw | diff to current |
2017-09-29 |
Brecht Van Lommel | Fix T52943: don't export curves objects with no faces... |
blob | commitdiff | raw | diff to current |
2017-09-20 |
Brecht Van Lommel | Fix T52853: harmless Cycles test failure in debug mode. |
blob | commitdiff | raw | diff to current |
2017-09-14 |
Sergey Sharybin | Fix T51416: Blender Crashes while moving Sliders |
blob | commitdiff | raw | diff to current |
2017-08-25 |
Sergey Sharybin | Cycles: Cleanup, naming of variable |
blob | commitdiff | raw | diff to current |
2017-08-25 |
Sergey Sharybin | Cycles: Add assert to catch possibly wrong logic |
blob | commitdiff | raw | diff to current |
2017-07-20 |
Brecht Van Lommel | Fix a few harmless maybe uninitialized warnings with... |
blob | commitdiff | raw | diff to current |
2017-05-30 |
Sergey Sharybin | Cycles: Cleanup, trailing whitespace |
blob | commitdiff | raw | diff to current |
2017-05-03 |
Sergey Sharybin | Cycles: Fix OpenCL compilation failure after recent... |
blob | commitdiff | raw | diff to current |
2017-04-07 |
Sergey Sharybin | Cycles: Fix access of NULL pointer as array |
blob | commitdiff | raw | diff to current |
2017-04-07 |
Sergey Sharybin | Cycles: Fix corrupted mesh render when topology differs... |
blob | commitdiff | raw | diff to current |
2017-03-29 |
Sergey Sharybin | Cycles: Make all #include statements relative to cycles... |
blob | commitdiff | raw | diff to current |
2017-03-21 |
Lukas Stockner | Cycles: Fix wrong vector allocation in the mesh sync... |
blob | commitdiff | raw | diff to current |
2017-03-10 |
Sergey Sharybin | Cycles: Cleanup, extra semicolon and space |
blob | commitdiff | raw | diff to current |
2017-02-22 |
Sergey Sharybin | Cycles: Fix shading with autosmooth and custom normals |
blob | commitdiff | raw | diff to current |
2017-02-15 |
Sergey Sharybin | Cycles: Cleanup, style |
blob | commitdiff | raw | diff to current |
2017-02-15 |
Sergey Sharybin | Cycles: Fix wrong pointiness caused by precision issues |
blob | commitdiff | raw | diff to current |
2017-02-13 |
Sergey Sharybin | Fix T50655: Pointiness is too slow to calculate |
blob | commitdiff | raw | diff to current |
2017-02-13 |
Sergey Sharybin | Cycles: Use Cycles-side mesh instead of C++ RNA |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Sergey Sharybin | Cycles: Cleanup, move EdgeMap to blender_util |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Sergey Sharybin | Cycles: Make an utility class for edge map |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Sergey Sharybin | Cycles: Fix pointiness attribute giving wrong results... |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Sergey Sharybin | Cycles: Cleanup: Use less indentation by inverting... |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Sergey Sharybin | Cycles: Calculate all vertex attribute after faces... |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Sergey Sharybin | Cycles: Cleanup: use vector instead of bare malloc |
blob | commitdiff | raw | diff to current |
2017-01-25 |
Mai Lavelle | Fix T49405: Crash when baking with adaptive subdivision |
blob | commitdiff | raw | diff to current |
2017-01-11 |
Sergey Sharybin | Cycles: Fix wrong motion blur when combining deformatio... |
blob | commitdiff | raw | diff to current |
2017-01-11 |
Sergey Sharybin | Cycles: Pass explicit subdivision type to object_to_mesh |
blob | commitdiff | raw | diff to current |
2017-01-11 |
Sergey Sharybin | Cycles: Cleanup, whitespace around operator |
blob | commitdiff | raw | diff to current |
2017-01-11 |
Sergey Sharybin | Cycles: Improve logging of cases when motion blur is... |
blob | commitdiff | raw | diff to current |
2016-10-24 |
Sergey Sharybin | Cycles: Cleanup, style |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Mai Lavelle | Fix T49245: Adaptive Subdivision with Auto Smooth cause... |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Mai Lavelle | Cycles: Fix update of subdivision meshes when global... |
blob | commitdiff | raw | diff to current |
2016-08-14 |
Mai Lavelle | Cycles microdisplacement: Move call to tessellate(... |
blob | commitdiff | raw | diff to current |
2016-08-09 |
Sergey Sharybin | Cycles: Use proper property getter |
blob | commitdiff | raw | diff to current |
2016-08-08 |
Sergey Sharybin | Cycles: Remove set but unused variable |
blob | commitdiff | raw | diff to current |
2016-08-07 |
Mai Lavelle | Cycles microdisplacement: Move displacement options... |
blob | commitdiff | raw | diff to current |
2016-08-07 |
Mai Lavelle | Cycles microdisplacement: Support for Catmull-Clark... |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Sergey Sharybin | Cycles: Fix strict compilation warning |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Mai Lavelle | Cycles microdisplacement: move subdivision options... |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Mai Lavelle | Cycles microdisplacement: ngons and attributes for... |
blob | commitdiff | raw | diff to current |
2016-07-18 |
Kévin Dietrich | Cycles: add support for motion blurring of fluid meshes. |
blob | commitdiff | raw | diff to current |
2016-06-25 |
Bastien Montagne | Cleanup/refactor RNA IDs' `remove` functions. |
blob | commitdiff | raw | diff to current |
2016-05-28 |
Brecht Van Lommel | Code refactor: modify mesh storage to use arrays rather... |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Brecht Van Lommel | Code refactor: use shader pointers rather than shader... |
blob | commitdiff | raw | diff to current |
2016-04-26 |
Sergey Sharybin | Cycles: Improve logging about motion blur a bit |
blob | commitdiff | raw | diff to current |
2016-04-25 |
Sergey Sharybin | Cycles: Don't pass RNA pointers by vlaue |
blob | commitdiff | raw | diff to current |
2016-04-20 |
Sergey Sharybin | Fix T47812: GPU renders have warmer colors than CPU... |
blob | commitdiff | raw | diff to current |
2016-04-18 |
Mai Lavelle | Cycles microdisplacement: add max subdivision setting |
blob | commitdiff | raw | diff to current |
2016-04-17 |
Mai Lavelle | Cycles microdisplacement: scene level render and previe... |
blob | commitdiff | raw | diff to current |
2016-04-11 |
Mai Lavelle | Cycles microdisplacement: UI tweak to use split column |
blob | commitdiff | raw | diff to current |
2016-04-11 |
Mai Lavelle | Cycles microdisplacement: refactor to move some tessela... |
blob | commitdiff | raw | diff to current |
2016-04-11 |
Mai Lavelle | Cycles microdisplacement: change use subdivision bool... |
blob | commitdiff | raw | diff to current |
2016-04-11 |
Mai Lavelle | Cycles microdisplacement: perform subdivision dicing... |
blob | commitdiff | raw | diff to current |
2016-02-12 |
Sergey Sharybin | Cycles: Make Blender importer more forward compatible |
blob | commitdiff | raw | diff to current |
2016-02-09 |
Sergey Sharybin | Cycles: Cleanp, avoid direct calls of RNA_enum_get... |
blob | commitdiff | raw | diff to current |
2016-01-30 |
Sergey Sharybin | Cycles: Pass Blender's C++ RNA structures by reference |
blob | commitdiff | raw | diff to current |
2016-01-20 |
Bastien Montagne | Fix error in rBa6eae7339190. |
blob | commitdiff | raw | diff to current |
2016-01-20 |
Sergey Sharybin | Fix (partial) T47198: Cycles have broken UVs in some... |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Sergey Sharybin | Cycles: Cleanup, whitespace around keywords |
blob | commitdiff | raw | diff to current |
2015-09-04 |
Sergey Sharybin | Fix T45019: Cycles wrong render of motion blur mesh |
blob | commitdiff | raw | diff to current |
2015-07-21 |
Sergey Sharybin | Cycles: Expose image image extension mapping to the... |
blob | commitdiff | raw | diff to current |
2015-04-09 |
Sergey Sharybin | Cycles: Fix wrong render result in certain configuratio... |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Sergey Sharybin | Cycles: Cleanup, spaces around assignment operator |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Sergey Sharybin | Cycles: Code cleanup, spaces around keywords |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Sergey Sharybin | Cycles: Free caches used by the synchronized objects |
blob | commitdiff | raw | diff to current |
2015-03-09 |
Sergey Sharybin | Cycles: Improve logging in object motion detection |
blob | commitdiff | raw | diff to current |
2015-02-19 |
Sergey Sharybin | Cycles: Make sphere and tube image mapping friendly... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Sergey Sharybin | Fix T43685: New pointiness attribute error with auto... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Sergey Sharybin | Cycles: Minor code cleanup in recent attributes changes |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Sergey Sharybin | Cycles: Move mesh attribute creation into separate... |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Sergey Sharybin | Cycles: optimize one normalization out from the previou... |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Sergey Sharybin | Cycles: implement pointiness geometry attribute |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Bastien Montagne | Add Custom Loop Normals. |
blob | commitdiff | raw | diff to current |
2014-12-25 |
Thomas Dinges | Cleanup: Fix Cycles Apache header. |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Sergey Sharybin | Cycles: Do some logging when motion is detected in... |
blob | commitdiff | raw | diff to current |
2014-08-25 |
Sergey Sharybin | Fix T41532: Some files bounce back and forth between... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Sergey Sharybin | Fix T41474: Second renderlayer doesnt render if first... |
blob | commitdiff | raw | diff to current |
2014-08-12 |
Campbell Barton | Spelling |
blob | commitdiff | raw | diff to current |
2014-08-12 |
Tamito Kajiyama | Removed/disabled debugging code. |
blob | commitdiff | raw | diff to current |
2014-08-12 |
Tamito Kajiyama | WIP commit just for a record of a working snapshot... |
blob | commitdiff | raw | diff to current |
2014-07-31 |
Sergey Sharybin | Fix T41258: Crash when entering edit mode while viewpor... |
blob | commitdiff | raw | diff to current |
2014-07-29 |
Sergey Sharybin | Fix T41174: Tangent space required UV map in Cycles |
blob | commitdiff | raw | diff to current |
2014-06-21 |
Brecht Van Lommel | Fix T40703: cycles viewport smoke not updating when... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Thomas Dinges | Cycles: Add support for uchar4 attributes. |
blob | commitdiff | raw | diff to current |
next |