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
2012-09-03Fix for Cycles OSL: The RenderServices pointer in ShadingSystem is no longer ...Lukas Toenne
2012-09-03The shader id generated by the manager contains some special flags in high bi...Lukas Toenne
2012-09-03fix:32348 Collada yfov to xfov conversion fo camera settingsGaia Clary
2012-09-03Fix #32089: non-progressive integrator issue with semi-transparent surfaces.Brecht Van Lommel
2012-09-03Fix #32046: GHOST_DropTargetWin32 memory leak, patch by Matt D.Brecht Van Lommel
2012-09-03Fix #32088: cycles crash removing a lamp with non-progressive sampling.Brecht Van Lommel
2012-09-03Fix #32372: Blender Locks up when using Quick Fluid featureSergey Sharybin
2012-09-03Fix regression introduced in recent jobs system refactoringSergey Sharybin
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-09-03Fix for compositor always cacheing frames when using Movie Clip input nodeSergey Sharybin
2012-09-03OSL / Cmake:Thomas Dinges
2012-09-03Fix #32097: cycles window texture coordinate wrong, happened after 2.63.Brecht Van Lommel
2012-09-03Enable compilation of the SVM backend for Cycles even when OSL is enabled. Th...Lukas Toenne
2012-09-03Fix #32144: cycles viewport missing update with dupliverts. Ideally this woul...Brecht Van Lommel
2012-09-03Fix for usage of un-initialized memory.Sergey Sharybin
2012-09-03Compositor: initialize OpenCL only when the option is enabled. This eliminatesBrecht Van Lommel
2012-09-03* Added back UI switch for the Cycles shading system. Only visible when the f...Thomas Dinges
2012-09-03Fix for logging FFmpeg messagesSergey Sharybin
2012-09-03Fix #32461: adjusting brush strength with shift+F in image editor would showBrecht Van Lommel
2012-09-03Fix for OSL shader install paths.Lukas Toenne
2012-09-03RTTI needs to be disabled in cycles for OSL.Lukas Toenne
2012-09-03Added library linking for cycles_kernel_osl to OSL libraries and added cycles...Lukas Toenne
2012-09-03Replaced dynamic_casts for node type checks by simple 'special type' identifi...Lukas Toenne
2012-09-03Fix #32468: 3d view texture paint mode did not show uv layout in image editor.Brecht Van Lommel
2012-09-03fix [#31694] Circle Selection is ignored within face selection in texture pai...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-09-03array functions for endian switching.Campbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-09-03style cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-09-03uncomment data identifiers from sphinx docs (own error made r41509)Campbell Barton
2012-09-03fix [#32434] Copy-Paste Tracks causes Blender to freeze/crash on second use.Campbell Barton
2012-09-03fix [#32423] Extrude crashCampbell Barton
2012-09-03remove vertex groups from a mesh or lattice when this there are no remaining ...Campbell Barton
2012-09-02Cycles compile fix: only use std::isfinite when OSL is enabled.Lukas Toenne
2012-09-02* Removed last occurrence of get_pointcloud_attr_query. Thomas Dinges
2012-09-02* OSL can't overwrite input parameters, use a local variable instead.Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Fixed a number of OSL syntax errors from the updated 1.2 API. Microfacet func...Lukas Toenne
2012-09-02Fix for r50314:Thomas Dinges
2012-09-02Fixed remaining syntax errors in OSL files. node_sepcomb_rgb.osl is split int...Lukas Toenne
2012-09-02Use function pointers instead of hard-coded english button names in color pic...Sv. Lockal
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02OSL / Cycles:Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-09-01Cycles / OSL:Thomas Dinges
2012-09-01Enable shader model 3.0 shaders for mingw compilersAntony Riakiotakis