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
2009-11-11- use double underscores to hide members in python (removes them from dir() t...Campbell Barton
2009-11-11python api for collection add()/remove()Campbell Barton
2009-11-11Added some missing theme entries and removed some unused ones.William Reynish
2009-11-11Nodes:Thomas Dinges
2009-11-11Fix #19368: sculpting with subsurf modifier applied did not update correct.Brecht Van Lommel
2009-11-11Fix #19842: timer events incorrectly cancelled tweak events, e.g. whenBrecht Van Lommel
2009-11-11Fix #19834: text edit mode left/right was not work due to frame prev/next.Brecht Van Lommel
2009-11-11Fix #19837: filtering in file browser was missing some commonBrecht Van Lommel
2009-11-11Fix #19313: running python scripts with PyRun_File couldBrecht Van Lommel
2009-11-11Bugfix: switching renderlayer in compositing node crashed.Brecht Van Lommel
2009-11-11Fix for [#19781] smoke domain displayed in wire even after removed itMatt Ebb
2009-11-11fix for uninitialized variable when circle selecting faces in editmode. (was ...Campbell Barton
2009-11-11Fix for [#19562] Little plus icon in upper right missing when opening files f...Matt Ebb
2009-11-11Nodes Editor + other warning fixes:Joshua Leung
2009-11-11* Fix for [#19488] Small slider = hidden valuesMatt Ebb
2009-11-11* Fixing various compiler warnings under scons+mingw. Mostly unused variables...Joshua Leung
2009-11-11[#19859] Lasso select causing Blender to crashCampbell Barton
2009-11-11- In the context, EditBones and Bases were set as 'RNA_UnknownType', replaced...Campbell Barton
2009-11-11* Fixed nodetree animation by giving nodes unique namesMatt Ebb
2009-11-11Mitchell Stokes BGE MouseWarp patch + warning fixCampbell Barton
2009-11-11Grease Pencil for Nodes Editor:Joshua Leung
2009-11-11node warning fixesMatt Ebb
2009-11-11Added compositing node support to the animation editorsMatt Ebb
2009-11-11Fixes for martin's background mode commit - now works fine here on OS XMatt Ebb
2009-11-11Background mode in more working conditions.Martin Poirier
2009-11-11Wrapped node input and output sockets in RNA.Matt Ebb
2009-11-11Actionzones (i.e. corner widgets for splitting views) were broken after the m...Joshua Leung
2009-11-11Fix CMake build system for WindowsErwin Coumans
2009-11-10Math LibBrecht Van Lommel
2009-11-10Split operator internal call (for python) between invoke and exec. Only invok...Martin Poirier
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10NULL pointer check to prevent some crash in background modeMartin Poirier
2009-11-10Running with -d, python context also prints members asked from context that a...Martin Poirier
2009-11-10Add Sticky was essentially a blank operator. Possibly context functions weren...Roland Hess
2009-11-10Math LibBrecht Van Lommel
2009-11-10Function declaration for BPY_context_getMartin Poirier
2009-11-10fix error with python exceptions in BPy_errors_to_reportCampbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-10fix for own error in active bone commit, wasnt checking object type was an ar...Campbell Barton
2009-11-10Fix for math lib commit, had duplicate definitions of functions,Brecht Van Lommel
2009-11-10Bugfix #19835: While playing animation, Render>Dimensions>FrameRate does not ...Joshua Leung
2009-11-10Fix for [#19847] Joined meshes fail to renderMatt Ebb
2009-11-10Fix for [#19852] Animation rendering not working in new sceneMatt Ebb
2009-11-10Fix inconsistent order in Image editor alpha display buttonsMatt Ebb
2009-11-10Fix for [#19855] Color Ramp Interpolation is not workingMatt Ebb
2009-11-10* Finished (well, almost ;) RNA wrapping and layout-engine-ing all the nodes.Matt Ebb
2009-11-10* Small UI drawing tweaks, part of it allowing a bit of extra space for text ...Matt Ebb
2009-11-10Bugfixes for Armatures, SplineIK, and F-Curve RNA:Joshua Leung
2009-11-10Don't free Context from python.Martin Poirier