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
2015-02-12Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-12Consistently use "ptex_rects" instead of "ptex_regions"Nicholas Bishop
2015-02-12Use the RNA for overriding the name instead.Antony Riakiotakis
2015-02-12More naming refinement GPU fstop -> Viewport f-stopAntony Riakiotakis
2015-02-12Add DOF fstop property for cycles, also don't grey it out when object isAntony Riakiotakis
2015-02-11Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-10Cycles: Fallback to bottom-top tile order when rendering from the command lineSergey Sharybin
2015-02-10Cycles: Move mesh attribute creation into separate functionsSergey Sharybin
2015-02-10Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-10Cycles: optimize one normalization out from the previous commitSergey Sharybin
2015-02-10Cycles: implement pointiness geometry attributeSergey Sharybin
2015-02-06Add Ptex to mesh-data UINicholas Bishop
2015-02-06Add Ptex support to Cycles image node, also add Ptex nodeNicholas Bishop
2015-02-06Add loading of Ptex UVs and layer data in CyclesNicholas Bishop
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-29cleanup: pep8Campbell Barton
2015-01-27Fix T43346: Window mapping is wrong in preview renderSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-22Fix T43120: Cycles mapping node rotation order is different from viewportSergey Sharybin
2015-01-20Support in Cycles for the extra spiral keys in hair paths.Lukas Tönne
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2015-01-16Cycles: Minot cleanup, save some cpu tics per curve segment exportSergey Sharybin
2015-01-16Cycles: Minor typo fix in debug printSergey Sharybin
2015-01-15Make grumpy gcc happy (double to float conversion...).Bastien Montagne
2015-01-15Small change for the new Lat/Long properties.Thomas Dinges
2015-01-14Cycles: Adding field-of-view options to the equirectangular panorama cameraLukas Stockner
2015-01-14Cycles: Ignore preprocessing time in ETA calculationLukas Stockner
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2014-12-31Cycles: Fully support WITH_CYCLES_LOGGING optionSergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-12-31Libmv: Update to latest upstream versionSergey Sharybin
2014-12-29Cycles: Disable QBVH on 32bit systems all togetherSergey Sharybin
2014-12-26Fix T43019: Child of objectes used by duplis are visible in CyclesSergey Sharybin
2014-12-25Revert QBVH switch, after discussion with Sergey.Thomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cleanup: Typo fixes for comments.Thomas Dinges
2014-12-25Cycles: Expose QBVH on/off switch to the UI.Thomas Dinges
2014-12-25Cycles: Enable QBVH optimization structure for SSE2 CPUsSergey Sharybin
2014-12-18Cycles: Do some logging when motion is detected in the sceneSergey Sharybin
2014-12-11Cycles: Fix more wrong usages of RNA_id_pointer_createSergey Sharybin
2014-12-11Fix T42829: Cycles crash rendering when file is saved to specific locationSergey Sharybin
2014-12-05Cycles: Report error via the new engine APISergey Sharybin
2014-12-05Cycles: Report error to the blender using report APISergey Sharybin
2014-12-05Cycles: Code cleanup, whitespaceSergey Sharybin
2014-11-28Cycles: Only report exporting curves if there are particle systems on the objectSergey Sharybin
2014-11-22Cycles UI: Several fixes for recent additions...Thomas Dinges
2014-11-21Cycles: support for specular color in solid shading mode, available inAntony Riakiotakis
2014-11-18Cycles: Add logging to blender curve segment exportingSergey Sharybin
2014-11-14skip scene_armature_depsgraph_workaround when theres no armaturesCampbell Barton