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
2011-11-20svn merge ^/trunk/blender -r41961:41998Campbell Barton
2011-11-20Replace "&" with "and" since on windows it separates the string and causes er...Antony Riakiotakis
2011-11-20UI/RNA:Thomas Dinges
2011-11-20Bugfix for [#29327] background images: 'Not Set' displayed although image is ...Thomas Dinges
2011-11-20Bugfix for [#29279] Cycles Displacement Panel appears when blender render eng...Thomas Dinges
2011-11-20Cycles: another build system tweak that might solve build problem, not sureBrecht Van Lommel
2011-11-20UI: modify region expand widget from floating (+) icon into a dark tab withBrecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-11-20Fixing compile breakage (was missing an #include "BKE_camera.h" in UVProject ...Bastien Montagne
2011-11-20Camera tracking fixes:Sergey Sharybin
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell Barton
2011-11-19More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-19- rename MovieTrackingMarker.enabled --> mute, to match constraints/nla/fcurv...Campbell Barton
2011-11-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-19make it clearer which arguments in transform snap are return values (no funct...Campbell Barton
2011-11-19add python3 checks to avoid confusion from errors with python2.Campbell Barton
2011-11-19Camera: some more code deduplication.Brecht Van Lommel
2011-11-19UI: fix issue with previous commit, could show wrong tooltip.Brecht Van Lommel
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Fix [#29018] Problem with multi-column dorpdown lists, when scrolling is enab...Bastien Montagne
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-19UI: small tweak to tooltips for enum menus, it wasn't very clear whichBrecht Van Lommel
2011-11-19Fix #29321: Video does not display, gets frozen or flickersSergey Sharybin
2011-11-18error with recent commit, thanks Ender79 for finding.Campbell Barton
2011-11-18Updated stubs so blenderplayer is compiling again.Sergey Sharybin
2011-11-18speedup for editmesh tesselation (approx 4.4x speedup in optimized builds),Campbell Barton
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-18Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup.Brecht Van Lommel
2011-11-18Re-commit reverted changes from rev41394. was accidentallySergey Sharybin
2011-11-18Camera tracking: multiply all camera matrices by inverted first reconstructed...Sergey Sharybin
2011-11-18Rename bgpic.add() to bgpic.new() to correspond others collections likeSergey Sharybin
2011-11-18mesh_recalcTesselation speedup, ski[ check for 3-4 sided faces - dont use sca...Campbell Barton
2011-11-18fix [#28676] Tris to Quads: "Max Angle" is not interpreted correctlyCampbell Barton
2011-11-18svn merge ^/trunk/blender -r41954:41961Campbell Barton
2011-11-18make RNA_def_float_rotation usable for single value rotations (not arrays).Campbell Barton
2011-11-18Moving spanish code from es_ES to es for now (as the best spanish translation...Bastien Montagne
2011-11-18Set floor fails to make camera be in positive Z half-space if it was parented...Sergey Sharybin
2011-11-18edits to 41957, main changes to render layer removal.Campbell Barton
2011-11-18Added methods new and remove to scene.render.layers, so now render layersSergey Sharybin
2011-11-18exclude addons_contrib for release builds for scons/osx tooCampbell Barton
2011-11-18svn merge ^/trunk/blender -r41939:41954Campbell Barton
2011-11-18tab -> spacesCampbell Barton
2011-11-18document py gotchasCampbell Barton
2011-11-18addons in contrib now have their own 'Testing' category which is off by default.Campbell Barton
2011-11-17exclude addons_contrib/ for release builds.Campbell Barton
2011-11-17Tweaks and fixes to UI messages, found while translating in french.Bastien Montagne
2011-11-17Fix [#29256] Import images as planes add on doesn't work correctly in bmeshAndrew Wiggin
2011-11-17add flag FUNC_USE_MAIN for rna functions which don't need the context. (curre...Campbell Barton