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-11-10simple optimization for library loading, just reduce pointer indirection and ...Campbell Barton
2012-11-07Affine tracker do_versions were missed for objects tracsSergey Sharybin
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-05Subversion bump for render tiles, motion tracking fallback option and collisi...Sergey Sharybin
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-11-05fix for save-as-legacy mesh format doing customdata asserts.Campbell Barton
2012-11-04Ton's last do_versions commit got rid of do_versions code for collision masks...Mitchell Stokes
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-31don't write tessface customdata layers, since tessfaces are not written either.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30Two fixes:Ton Roosendaal
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-27Fix #32982, Segault when trying to show a node material.Lukas Toenne
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26fix for another error reported in [#26712], use count failing with 3 levels o...Campbell Barton
2012-10-26fix [#26712] Particle group instance 'Use Count' value gets reset on file-load.Campbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-10-25Fix #32964: IK constraint had a "Target" option, which actually is an internalBrecht Van Lommel
2012-10-24set default value of defocus maxblur when this is unset during reading.Jeroen Bakker
2012-10-23Fix for direct_link of local ID data blocks (node trees in material/lamp/worl...Lukas Toenne
2012-10-22Fix related to #32933: UV unwrap had 0.0 margin by default in .blend files,Brecht Van Lommel
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-17Fix #32856, Crash in compositor due to deprecated node socket flag in old files.Lukas Toenne
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-09Motion Tracking: move keyframe settings to per-tracking object settingsSergey Sharybin
2012-10-07fix for logical errorsCampbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-10-03Correction to commit rev48866 -- convert_tface_mt must happen before BKE_mesh...Sergey Sharybin
2012-10-03Fix #32742: Motion path calculation on linked armatures locks up BlenderSergey Sharybin
2012-10-01fix for unlikely crash if smoke collision data couldn't be read. (pointer was...Campbell Barton
2012-09-30missed these last commitCampbell Barton