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
2011-03-27clear some c++ warnings.Campbell Barton
2011-03-27fix [#26616] Line of code make Blender crashCampbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-27SVN maintenance.Guillermo S. Romero
2011-03-27Bugfixes due to recent RNA renaming:Joshua Leung
2011-03-26One more fix for recent normals re-calculation changeSergey Sharybin
2011-03-26fix for transform using the wrong RNA typeCampbell Barton
2011-03-26Fixed memory access in mesh_calc_normals(). Now it uses much less memory.Sergey Sharybin
2011-03-26- fix for editfont using an enum func on boolean property.Campbell Barton
2011-03-26Update cmake & scons scripts to use new Collada includes for building with la...Damien Plisson
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-26fix for blenderplayer crashing on exit.Campbell Barton
2011-03-26Bugfix:Joshua Leung
2011-03-26print guarded-alloc memory leaks on blenderplayer exit.Campbell Barton
2011-03-25Forgot to add to log of previous commit:Ton Roosendaal
2011-03-25Bugfix #26195Ton Roosendaal
2011-03-25Moved temporary drag operator link drawing from node tree to node space funct...Lukas Toenne
2011-03-25incorrect rna type for the BGE ui.Campbell Barton
2011-03-25use size_t rather then int for passing lengths to string functions since this...Campbell Barton
2011-03-25fix [#26600] TexturedSolid + Curve: Specular affecting other materialsCampbell Barton
2011-03-25Fix for [#25932] Video Sequencer: F-curve insertion failure after un-metaJanne Karhu
2011-03-25Add ExtraTags class for handling tags inside an extra block.Nathan Letwory
2011-03-25fix [#26610] Pressing the ENTER key while editing a Text Object crashes Blender.Campbell Barton
2011-03-25Mostly formatting commit, small elaboration in extra handling API (take point...Nathan Letwory
2011-03-25Switched the fluid fix from yesterday into using the existing compatible eule...Janne Karhu
2011-03-25move object re-linking into a function.Campbell Barton
2011-03-25fix [#26607] blender won't duplicate or assign new drivers on duplicationCampbell Barton
2011-03-25SpaceImage.curves --> curve for consistency.Campbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be called...Campbell Barton
2011-03-25Graph Editor: Euler Filter ported from Py to CJoshua Leung
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-25fix for blenderplayer using un-initialized mathutils types.Campbell Barton
2011-03-25BGE player was using un-initialized variables for initializing the canvas color.Campbell Barton
2011-03-25Bugfix:Joshua Leung
2011-03-25Logic Editor UI: sensor frequency active only when one of the triggers is on....Dalai Felinto
2011-03-24Bugfix 26578Ton Roosendaal
2011-03-24Further fix for parented fluidsim objectsJanne Karhu
2011-03-24Bugfix #26584Ton Roosendaal
2011-03-24Bug fix: Fluidsim didn't take parent objects into account when calculating th...Janne Karhu
2011-03-24fix for using uiItemIntO for an enum, added uiItemEnumO_value function.Campbell Barton
2011-03-24fix [#26598] zoom view and scaling odd vertices circle Campbell Barton
2011-03-24Particle charge effector wasn't working properly.Janne Karhu
2011-03-24fix for incorrect array use when freeing fcurve modifier envelope points, arr...Campbell Barton
2011-03-24ZanQdo Bugfix:Joshua Leung
2011-03-24RNA & interface functions for checking if RNA in a button uses valid rna prop...Campbell Barton
2011-03-24tag variable as unused.Campbell Barton
2011-03-24Reshuffled utility function to keyframe drawing API, removing someJoshua Leung
2011-03-24Animation Tool: Propagate PoseJoshua Leung
2011-03-24support for blender as a module on win32.Campbell Barton