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-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Support for string and index lookup operators on collections in the C++ RNA API.Lukas Toenne
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-10-25fix (own issue with recent addition) [#32966] wireframe shading doesn't work ...Campbell Barton
2012-10-25Bugfix #24343Ton Roosendaal
2012-10-25Fix for cmake syntax error: LLVM_VERSION string was not configurable, causing...Lukas Toenne
2012-10-25UI: datablock selector widgets now show as a tooltip the datablock descriptionBrecht Van Lommel
2012-10-25Camera: bring Title Safe display up to date, making it a Safe Areas option thatBrecht Van Lommel
2012-10-25Fix for strict compiler setupSergey Sharybin
2012-10-25UI: add hide/show menus item in header right click menu (same as +/- button).Brecht Van Lommel
2012-10-25Better fix for #32837: DDS compressed textures now no longer need to be flippedBrecht Van Lommel
2012-10-25Bugfix #28298Ton Roosendaal
2012-10-25Cycles: use simplier strategy in next_tile for viewport renderingSergey Sharybin
2012-10-25fix for nasty bug with frame dropping playback.Campbell Barton
2012-10-25Usability improvement!Ton Roosendaal
2012-10-25Bugfix #32962Ton Roosendaal
2012-10-25Audaspace:Joerg Mueller
2012-10-25Audaspace:Joerg Mueller
2012-10-25Cleanup: remove old, commented code for constraints' space conversion for bones.Bastien Montagne
2012-10-25skip updating tessface customdata layers when joining meshes & clear tessface...Campbell Barton
2012-10-25fix for build error in own commit with non gcc compilers. (and remove invalid...Campbell Barton
2012-10-25bmesh todo: dont calculate normals in editmesh with modifiers applied, its as...Campbell Barton
2012-10-25add BLI_STATIC_ASSERT macro.Campbell Barton
2012-10-25Various convex hull fixesNicholas Bishop
2012-10-25hide text overlays when 'Only Render' option is enabled.Campbell Barton
2012-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Fix #32964: IK constraint had a "Target" option, which actually is an internalBrecht Van Lommel
2012-10-25Cycles UI: keep node input sockets collapsed by default in the properties edi...Brecht Van Lommel
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-25Audaspace:Joerg Mueller
2012-10-25Fix #31894: cycles node muting not working, was not implemented yet.Brecht Van Lommel
2012-10-24Fix blender player link error with scons, include opennl for lapacian smooth ...Brecht Van Lommel
2012-10-24Solved the problem when WITH_PLAYER activated.Alexander Pinzon
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-24fix for maximized startup blend preventing -p command line argument from work...Campbell Barton
2012-10-24set default value of defocus maxblur when this is unset during reading.Jeroen Bakker
2012-10-24Patch #31641: Text editor: unindent even if no selectionSergey Sharybin
2012-10-24made mistake of saving last startup.blend on my second monitor, looks like th...Campbell Barton
2012-10-24Bugfix #31527Ton Roosendaal
2012-10-24Fix #32951: Progressive refine crashing Blender when used with multiple cuda ...Sergey Sharybin
2012-10-24Unhide "simplify stroke" option of Grease Pencil strokes in userpref UI... Lo...Bastien Montagne
2012-10-24Oeps... Enabled the pixelate node added documentation, removed unneededJeroen Bakker
2012-10-24Bugfix #32496Ton Roosendaal
2012-10-24Fix #32835, Reroute node on shading nodes connection gives wrong renders.Lukas Toenne
2012-10-24no need to update normals when running edge-split modifier since the normals ...Campbell Barton
2012-10-24reneme volume_preservation -> use_volume_preserveCampbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24UI fixes for Laplacian Smooth (r51578):Thomas Dinges
2012-10-24Compile fix for r51578:Thomas Dinges