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
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Fix Sound Bake op always using 'use_' prefix for all its bool RNA props. Also...Bastien Montagne
2012-10-26Bugfix for new handling of double-click:Ton Roosendaal
2012-10-26Bugfix: because of fixed event checking, the 'area zone' didn't work anymore.Ton Roosendaal
2012-10-26Bugfix #28734Ton Roosendaal
2012-10-26Fix for a nasty (and dangerous, buffer overflow) bug that quite oddly seems t...Bastien Montagne
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26Descriptions should never have dots on the end of sentenceSergey Sharybin
2012-10-26Camera tracking fixesSergey Sharybin
2012-10-26Patch [#32030] Tooltips for Bake Sound to F-CurvesJoerg Mueller
2012-10-26Show warning message when multires baking happens for preview level of 0Sergey Sharybin
2012-10-26Bugfix #32975Ton Roosendaal
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-10-26Bugfix #31842Ton Roosendaal
2012-10-26Bug report #32970Ton Roosendaal
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26add a function for merging 2 bmesh element flags into a 3rd item.Campbell Barton
2012-10-26fix for another error reported in [#26712], use count failing with 3 levels o...Campbell Barton
2012-10-26fix [#26712] Particle group instance 'Use Count' value gets reset on file-load.Campbell Barton
2012-10-26fix own error when refactoring projection code, [#32971] Edge Select unusable...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-26Fix #32973: crash adding python property with update=None parameter passed.Brecht Van Lommel
2012-10-26Fix for r51634, without this define, translation won’t happen (all i18n mac...Bastien Montagne
2012-10-25Correction to viewport's lens description - lens works in ortho mode now.Sergey Sharybin
2012-10-25fix scons compilation after 51634Jens Verwiebe
2012-10-25adding logic editor strings to .poDalai Felinto
2012-10-25Fix compilation in paranoid gcc warnings=errors mode...Bastien Montagne
2012-10-25Correction to recent makesrna commitSergey Sharybin
2012-10-25Bugfix #27585Ton Roosendaal
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-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-25fix for nasty bug with frame dropping playback.Campbell Barton
2012-10-25Usability improvement!Ton Roosendaal
2012-10-25Bugfix #32962Ton Roosendaal
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