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
2010-07-27Jason, from your merge 30325.Campbell Barton
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-27patch [#23041] CMake WITH_PYTHON_INSTALL optionCampbell Barton
2010-07-27bugfix [#22832] ctrl+shift+a on linked in group which is in a group makes out...Campbell Barton
2010-07-27== node editor ==Luca Bonavita
2010-07-27patch [#22901] pixel- and aspectratio corrected camera representation in 3dviewCampbell Barton
2010-07-27* Fix: CPU usage was going way up because some WM_main_add_notifier functions...Jason Wilkins
2010-07-27* removing code meant for debuggingJason Wilkins
2010-07-27Saved a call to 'brush_alpha'Jason Wilkins
2010-07-26patch [#23039] cmake install taget fix for brush icons on linuxCampbell Barton
2010-07-26patch from Roelf De Kock (kiemdoder), removes redundant values from the snapq...Campbell Barton
2010-07-26bugfix [#22985] dope sheet crashes Blender 2.5 BetaCampbell Barton
2010-07-26Fix: Overlay should draw areas that will be affected transparently and areas ...Jason Wilkins
2010-07-26Curve shape keys:Sergey Sharybin
2010-07-26bugfix [#23038] View rotation snap has left and right view names swapped arro...Campbell Barton
2010-07-26[#23033] Unindent after continue statement in Text Space [Patch to fix attached]Campbell Barton
2010-07-26[#23032] Bracket Highlighting in Text Space Fix [Patch to fix attached]Campbell Barton
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-26[#23035] Obj export crashCampbell Barton
2010-07-26[#23008] Wrong numbers in Edge LengthCampbell Barton
2010-07-26Hopefully fix building with MSVC 2008 from rev 30746.Campbell Barton
2010-07-26Fix #22749: texture view mapping for spot lamps wasn't doing perspectiveBrecht Van Lommel
2010-07-26move directories:Campbell Barton
2010-07-26[#22846] GCC 4.4.1 support in WindowsSergey Sharybin
2010-07-26Fix for [#22073] Particle Emit From Volume Button No Different Than Emit From...Janne Karhu
2010-07-26Add missing banner for installer.Nathan Letwory
2010-07-26in debug mode report the time to load addon modules.Campbell Barton
2010-07-26patch from Mitchell Stokes with some changes.Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-07-26[#22617] Using register/unregister alone crashes blenderCampbell Barton
2010-07-26bugfix [#22962] Crash when starting the render in the attached file (Kino Bug...Campbell Barton
2010-07-26* was suggested I combine all the direction modes into a single enumeration b...Jason Wilkins
2010-07-26bugfix [#23018] Can't run 2.53 buildCampbell Barton
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-26* Accessing Brush size, alpha, size pressure, alpha pressure, and unprojected...Jason Wilkins
2010-07-26* Factored out some duplicated code from rna_brush into paint.c, added a new ...Nicholas Bishop
2010-07-26[#22918] Animations not being deleted from .blend filesCampbell Barton
2010-07-26bugfix [#22994] Crash when loading this fileCampbell Barton
2010-07-26bugfix [#21388] Auto depth + Z Transparency artifactsCampbell Barton
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-25== Sequencer ==Peter Schlaile
2010-07-25Fix for [#22128] particle sizes and physicsJanne Karhu
2010-07-25Fix for [#22167] Hair lattice only works with dynamic hairJanne Karhu
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-25py api mathutils.Quaternion()Campbell Barton
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-25Remove WM_FAST_DRAW ifdef which I added while Ton was on holiday.Campbell Barton
2010-07-24Bugfix: the sequencer core rewrite missed preprocessing of images with Peter Schlaile