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
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-06-07fix for vertex group copy to selectedCampbell Barton
2011-06-07fix for sequencer transform with effects strips where the effects could be mo...Campbell Barton
2011-06-07fix for edge slide snapping values being incorrect (reported by Nether Hound).Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20change transform to round at 0.5 for fcurves.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-18fix remaining crash from [#27035] 3 problems: crash and enum "REGION" not fou...Campbell Barton
2011-05-18use ED_operator_screenactive rather then ED_operator_screenactive so transfor...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-08comment some unused code.Campbell Barton
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-02fix transform code using a node space as an image space, accessing unallocate...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-29fix [#27057] In cam perspective, world-axis-locked xform of an obj at cam loc...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21Bugfix [#27095] B-Bone doesn´t resize correctly with numeric inputJoshua Leung
2011-04-20while looking into [#27057] noticed when the view and the transform center ar...Campbell Barton
2011-04-19fix [#27011] executing a script crashes BlenderCampbell Barton
2011-04-08Minor bugfix in initTransInfo: SpaceImage used even if space type is SPACE_NODE.Lukas Toenne
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-05Bugfix [#26792] blender crash when scaling action strip in NLAJoshua Leung
2011-04-03replace while loops with angle_wrap_rad()Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-28[#26622] Blender crashes when calling transform operatorMartin Poirier
2011-03-26fix for transform using the wrong RNA typeCampbell Barton
2011-03-24fix [#26598] zoom view and scaling odd vertices circle Campbell Barton
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-22- support transform operators running in backgruond mode (was crashing)Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-14Bugfixes:Joshua Leung
2011-03-14Bugfix: "Sync Markers" option in Action Editor is now a bit moreJoshua Leung
2011-03-10revert r35438, Martin doesn't like having this option tacked on.Campbell Barton
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-09Fix for [#26420] F-Curve key handles affected by NLA strip positionJanne Karhu
2011-03-07From the OFTL:Ton Roosendaal
2011-03-06Fix #26324: proportional editing and armature applied to editing cage during ...Sergey Sharybin
2011-03-04Bugfix #26270Ton Roosendaal
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03Bugfix [#26269] Initiating a duplication with shift D and cancellingJoshua Leung
2011-03-02tag unused varCampbell Barton