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-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-11-10mball_tessellate: Simplify face creationGermano
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2017-11-08Fix EXR multilayer compositing result saving issues.Brecht Van Lommel
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-02Cleanup: code styleCampbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-11-01Cleanup: styleCampbell Barton
2017-10-31Add ability to specify custom fields to be saved from render resultSergey Sharybin
2017-10-31Stamp info: Use dedicated function to free up memorySergey Sharybin
2017-10-30Curve Decimate: new tool to simplify bezier curvesCampbell Barton
2017-10-29Alembic: added frame offset propertySybren A. Stüvel
2017-10-25Depsgraph: Add missing movie clip dopesheet invalidationSergey Sharybin
2017-10-20Fix T46163: NLA properties with drivers aren't displayed as having driversJoshua Leung
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-19Allow non-initialized memory to be passed to BKE_id_copy_exSergey Sharybin
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
2017-10-18Fix mistake in new ID copy code in 'no allocate' case.Bastien Montagne
2017-10-18Fix wrong comment (leftover from dev time).Bastien Montagne
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-17Fix T53007: OpenSubdiv + transparency = artefact/crashesSergey Sharybin
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Replace freeing checks with MEM_SAFE_FREEJoshua Leung
2017-10-14Correct bezier curve assertCampbell Barton
2017-10-12Fix T53052: ID decrement error when deleting a scene, either python or GUI.Bastien Montagne
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Sequencer: Cleanup, use more BLI utilities where possibleSergey Sharybin
2017-10-06Sequencer: Use BLI math functions where possibleSergey Sharybin
2017-10-06Sequencer: Avoid re-calculation index offset multiple timesSergey Sharybin
2017-10-06Sequencer: Use funciton instead of macr oto avoid argument re-evaluationSergey Sharybin
2017-10-06Fix T52940: VSE Glow Effect Strip on transparent images has no blurSergey Sharybin
2017-10-06Cleanup: styleCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-10-05Fix sculpt secondary color missing some brushesCampbell Barton
2017-10-05Cleanup: use bool for brush checksCampbell Barton
2017-10-04Fix error copying smoke modifier uv layerCampbell Barton
2017-10-03Vertex Paint: remove accumulate (soc-2017-vertex_paint)Campbell Barton
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-01Weight Paint: restore non-spray functionalityCampbell Barton
2017-09-30Fix vertex paint w/ subsurf drawingCampbell Barton
2017-09-29Weight Paint: accumulate supportCampbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-28Curves: Fix wrong bitset being checked against CYCLIC bit flagSergey Sharybin