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 (Collapse)Author
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use ↵Campbell Barton
floats (in most cases) otherwise cast to double.
2011-03-27Fix for [26631] relative blur decimal value from 2.49 is not correctly ↵Lukas Toenne
converted to percentage value in 2.5 This will not work for file saved between the blur node patch and subversion 2, those will still have to be update manually.
2011-03-27modifiers: floats were being implicitly promoted to doubles, adjust to use ↵Campbell Barton
floats.
2011-03-27Add blender light profile.Nathan Letwory
2011-03-27option not to restore the original frame when canceling the animation, use ↵Campbell Barton
in demo mode.
2011-03-27clear some c++ warnings.Campbell Barton
2011-03-27fix [#26616] Line of code make Blender crashCampbell Barton
2011-03-27fix for 'View Docs' with inherited properties, eg: "Object.name", is ↵Campbell Barton
inherited and needs to open the URL of "ID.name".
2011-03-27pep8 cleanupCampbell Barton
2011-03-27fix (own bug) [#26628] "FCurve/Driver Version Fix" Incorrectly Clobbers ↵Campbell Barton
Array Indexing also escape strings properly now.
2011-03-27SVN maintenance.Guillermo S. Romero
2011-03-27Bugfixes due to recent RNA renaming:Joshua Leung
* Driver F-Curves were not getting fixed by the "FCurve/Driver Version Fix" tool. This was causing problems such as shapekey drivers from older (2.56 compatible rigs) failing to run. As well as renaming the paths for these Driver F-Curves, the "disabled" flags also get cleared from these drivers so that they can be run again * "Revive Disabled F-Curves" operator in Animation Editors can now be used to revive disabled drivers too.
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
- updated FBX export test hash.
2011-03-26Update cmake & scons scripts to use new Collada includes for building with ↵Damien Plisson
latest blender collada updates
2011-03-26Fix for Mac addon install, unzipping could create __MACOSX folder whichBrecht Van Lommel
we don't need, just remove it if it gets created.
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
into account that some tools use normals for things other than display. Now we properly initialize vertex normals at flat faces too. Also fixed a normal refresh issue, and deduplicated CDDM/mesh normal calculation code.
2011-03-26fix for blenderplayer crashing on exit.Campbell Barton
the event consumer was being freed twice, once when going out of C++ scope, another when freeing the system.
2011-03-26Bugfix:Joshua Leung
Recent renaming of Key.keys to Key.key_blocks broke converter for old files. Campbell Alert: However, more seriously, it has broken many current rigs, especially those with heavy usage of (driven) Shape Keys
2011-03-26print guarded-alloc memory leaks on blenderplayer exit.Campbell Barton
2011-03-26optparse module is deprecated, use new argparse module in background job ↵Campbell Barton
template. correction to example in doc too.
2011-03-26"Fill Deformed" option for curves isn't dependent from bevel object,Sergey Sharybin
so it shouldn't be grayed out even if bevel object is set.
2011-03-25Forgot to add to log of previous commit:Ton Roosendaal
The purpose was to set a wait-cursor draw on 3d windows. I tried for but it keeps failing... inside threads you can't do UI stuff. Needs further thinking, probably something via jobs system.
2011-03-25Bugfix #26195Ton Roosendaal
When rendering, during processing scene data, drawing in 3d window is now locked. Can get extended to more areas in UI easily. At least this solves all crashes with conflicting memory access in render && 3d drawing. Deleting objects via operators or delete modifiers isn't locked yet. Also fixed: crash on quitting a renderwindow when it was rendering.
2011-03-25Moved temporary drag operator link drawing from node tree to node space ↵Lukas Toenne
function. Otherwise these links are redrawn for each node group. Changed selection flag used for the selected_nodes context property from SELECT to NODE_SELECT. These are just incidentally the same, but NODE_SELECT should be used for nodes.
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 ↵Campbell Barton
this is what guarded-malloc uses as well as stdlib.h.
2011-03-25fix [#26600] TexturedSolid + Curve: Specular affecting other materialsCampbell Barton
2011-03-25include gcc builtin defines in qtcreator project file (__VERSION__, ↵Campbell Barton
__x86_64__, __linux__ etc)
2011-03-25Fix for [#25932] Video Sequencer: F-curve insertion failure after un-metaJanne Karhu
* Copying/pasting sequence strips didn't properly check for unique names between the copied/pasted strips, so the rna paths of copypasted strips couldn't always be checked properly.
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 ↵Nathan Letwory
pointer to importer).
2011-03-25Switched the fluid fix from yesterday into using the existing compatible ↵Janne Karhu
eulers function rather than a custom function. Thanks for the tip Campbell!
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-25dont return a system path if cmake's 'WITH_INSTALL_PORTABLE' is enabled. ↵Campbell Barton
this way portable builds wont find scripts in /usr/share.
2011-03-25add cmake option to build without xinput (tablet support)Campbell Barton
2011-03-25SpaceImage.curves --> curve for consistency.Campbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be ↵Campbell Barton
called via python. Now this gives the line number of the scripts thats running, eg: uiItemFullO: unknown operator 'some.operator' /c/bin/2.56/scripts/startup/bl_ui/space_view3d_toolbar.py:73
2011-03-25Graph Editor: Euler Filter ported from Py to CJoshua Leung
Ported joeedh's Euler Filter code from Python to C so that this is more in line with the other Graph Editor tools - i.e. joeedh's version only worked on the active bone's curves, while standard tools could work with multiple bones/objects at the same time. To use this new version of this operator: 1) Select all the F-Curves for all 3 of the components (XYZ) for the euler rotations you wish to clean up. In the Graph Editor, they must be one after the other (i.e. you can't have "RotX, RotY, something else, RotZ") 2) Activate the operator from the Key menu in the Graph Editor In an old test file I have floating around, this method did not appear to be good enough to fix a very clear discontinuity in the middle of the action, so I'll test some additional methods too
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
Was a naming collision with 'keys' python method, reserve keys/items/values/get for python. Updated animsys_update.py for shapekey data paths. renamed: Particle.hair --> hair_keys Particle.keys --> particle_keys Key.keys --> key_blocks EnumProperty.items --> enum_items KeyMap.items --> keymap_items noted: http://wiki.blender.org/index.php/Dev:2.5/Py/API/Updates#Since_2.56a
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was ↵Campbell Barton
incorrect) & close keymap file after running.
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
[#25725] Transform bone constraint & 'local with parent' as owners space [#26014] ChildOf Bone Constrain (influence) works in wrong workspace Moved the influence calculation stuff outside of the space conversions (i.e. so that it is done in worldspace only) fixes these problems, which seem to arise when a constraint doesn't work in worldspace AND doesn't need to apply inverse correct for this space conversion when it's done, hence resulting in mismatch between spaces for old and new matrices resulting in all the weird behaviour. Patch to fix this from Jahka. Cheers!
2011-03-25Logic Editor UI: sensor frequency active only when one of the triggers is ↵Dalai Felinto
on. Removing text "Action" from Action and Shape Action Actuators. I still would love to see a change in the action actuators (Action, Shape and FCurve) even if only a rename or unifying them in a single actuator (I do have some patch for that). Anyways
2011-03-24Bugfix 26578Ton Roosendaal
"Warp" texture map option didnt work for new bump methods yet. Also fixed to not grey out bump menu for this mapping option.