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
path: root/source
AgeCommit message (Expand)Author
2010-05-23Fixed invalid use of PyUnicode_FromFormat() where PyUnicode_FromString()Tamito Kajiyama
2010-05-23Fix for a compilation issue with GCC.Tamito Kajiyama
2010-05-23Docstring update for Nature::MATERIAL_BOUNDARY (cf. revision 28919).Tamito Kajiyama
2010-05-23Changed the factory settings of some Freestyle parameters as follows:Tamito Kajiyama
2010-05-23New option to specify the angular threshold for detecting crease edges.Tamito Kajiyama
2010-05-23New option for detecting feature edges at material boundaries.Tamito Kajiyama
2010-05-22Merged changes in the trunk up to revision 28911.Tamito Kajiyama
2010-05-22* Fix for a crash in StrokeVertexIterator::getObject().Tamito Kajiyama
2010-05-22Makefiles: make sure syntax is correct...Stefan Gartner
2010-05-22Makefiles: statically link tiff libs when WITH_TIFF is set to true, which is ...Stefan Gartner
2010-05-21Removed unused argument mmd from multires reshape functions.Sergey Sharybin
2010-05-21Bugfix: #22385: Shift-click in NLA does not do 'extend' selectJoshua Leung
2010-05-21Motion Paths: Experimental optimisations from joeedh for speeding up the calc...Joshua Leung
2010-05-21-->Fix for bake with faces that have alphaGeoffrey Bantle
2010-05-21libtiff working on linux & cmake again.Campbell Barton
2010-05-21Blender TIFF supportMatt Ebb
2010-05-20opengl render was freeing all images from the graphics card each update.Campbell Barton
2010-05-20merged 28885 frame update fix to trunk, slightly updatedJoseph Eagar
2010-05-20missed some boundbox's drawing when they shouldntCampbell Barton
2010-05-20Quicky untested fix for MotionPath baking bug - heads/tails doesn't work (as ...Joshua Leung
2010-05-20Motion Path Tweaks:Joshua Leung
2010-05-20Durian Request: Panel for editing Keyframe values numericallyJoshua Leung
2010-05-20Bugfix #22374: index=-1 not work for keyingset.paths.add() functionJoshua Leung
2010-05-20Properly restored shift-up/down arrow as alternative hotkeys for jumping betw...Joshua Leung
2010-05-20only-render option now wont draw wire or boundbox unless in wire or boundbox ...Campbell Barton
2010-05-20some rna numbers were signed when they shouldnt be (simplify could have its s...Campbell Barton
2010-05-20Bugfix #22204: curve modifier onto lamp energy with more than one user of lam...Joshua Leung
2010-05-20FCurve.evaluate() and bounds() patch from Dan EicherCampbell Barton
2010-05-20access to 3d viewport location, distance and rotation.Campbell Barton
2010-05-19possible un-initialized valueCampbell Barton
2010-05-19revert 28807, fix for [#21385] Multilayer OpenEXR files import into other com...Campbell Barton
2010-05-19Compile fix. Thomas Dinges
2010-05-19previous commit undid DingTo's re-arrangement.Campbell Barton
2010-05-19Logic UI and Operators: adjusts on Layout + copy properties operator + fix on...Dalai Felinto
2010-05-19AnimViz UI Tweak - Made Motion Paths and Onion Skinning UI's more consistent ...Joshua Leung
2010-05-19fix for possible un-initialized variableCampbell Barton
2010-05-19render_ -> use_ prefix, copied from render branch.Campbell Barton
2010-05-19remove function to check for correct rv3d->perps, could crash in some cases a...Campbell Barton
2010-05-19rna property RegionView3d.perspective - ORTHO/PERSP/CAMERACampbell Barton
2010-05-18fix for opengl render when called from pythonCampbell Barton
2010-05-18temp workaround for report/print conflict causing loaded libs to print twice ...Campbell Barton
2010-05-18bpy.app.background - so a python script can check if blender is running witho...Campbell Barton
2010-05-18dont use a thread for baking in background mode, its not really any advantage...Campbell Barton
2010-05-18make pack all not back library data, dont attempt to pack image viewers or ge...Campbell Barton
2010-05-18fix for crash baking in background mode.Campbell Barton
2010-05-18Fix [#22303] bpy.ops.image.reload(); texture-button is always inactiveMatt Ebb
2010-05-18context.PointCache --> context.point_cache (not to confuse type with property...Campbell Barton
2010-05-18Fix [#22304] Tiff 16bit gives darker imagesMatt Ebb
2010-05-18Fix : Preview render wasn't updating when switching pinned materials (and oth...Matt Ebb
2010-05-18include game engine docs in sphinx doc generation:Campbell Barton