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 (Collapse)Author
2011-08-033D Audio GSoC:Joerg Mueller
* Minor audaspace library improvements. * Considering location, velocity and orientation in AUD_SequencerReader and AUD_SequencerHandle. * Bugfix: Maximum and Minimum volume weren't used before in the software device. * Bugfix: Adding speaker objects via info space crashed. * Listener settings now get updated in the audio system.
2011-08-03Animation channels can now be renamed by Ctrl-Clicking on them, as inJoshua Leung
the Outliner Channels which can be renamed include: - Scenes, Objects, World, Material, Texture, etc. (i.e. "ID-blocks", or the dark and light blue channels) - Action Groups (green channels) - Action expanders (i.e. "CubeAction", "WorldAction", etc.) - Grease Pencil stuff Channels which CANNOT be renamed, as they mostly use hardcoded values or otherwise include: - Drivers expander - FCurves (they don't technically have a "name"; what is shown is just a user-friendly representation of their rna_paths)
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-02unit arg for FloatVectorProeprtyCampbell Barton
2011-08-02Debug print removed.Nathan Letwory
2011-08-02Don't show NDOF guide by default.Nathan Letwory
2011-08-02no functional changes.Campbell Barton
style edits, also renamed ndof_to_angle_axis --> ndof_to_axis_angle
2011-08-02add back timer based redraw, not sure why this was removed r38908.Campbell Barton
Zealous redraws now use commented define.
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer ↵Campbell Barton
to use with math functions. ndof_to_angle_axis and ndof_to_quat now use math functions.
2011-08-02replace WM_OT_ndof_menu with a key->menu assignment.Campbell Barton
2011-08-02NDOF related editsCampbell Barton
- fix for building without NDOF on X11 - quiet some warnings
2011-08-02BGE Animations: Fixing a crash when an fcurve actuator is found, but the ↵Mitchell Stokes
object doesn't have animation data (adt).
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02don't include fcurve modifiers when getting an actions frame range.Campbell Barton
could too easily give a range of 600,000 which would make exporters hang.
2011-08-02svn merge -r38814:38905 ↵merwin-spacenavMike Erwin
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-08-02BGE Animations: BGEDeformVerts() now handles normals instead of relying on ↵Mitchell Stokes
BL_MeshDeformer::RecalcNormals(), which BlenderDeformVerts() still uses. As expected, the BGEDeformVerts() version isn't as accurate, but it avoids a sqrt per vertex. This gives about a 15~20% improvement in time spent on the rasterizer in my test scene, which resulted in about 5 more fps. However, the main reason for the new normal code is it will be easier to do on the GPU (doesn't rely on neighbor information).
2011-08-013D Audio GSoC:Joerg Mueller
Adds new speaker object type. Notes: * Needs some nice icons * Quickily review by Joshua Leung (5 mins) * Properties UI updated (with help of Thomans Dinges) * Speakers have their own theme color * No real audio functionality yet. * Minor bug regarding lamps/lattices fixed in interface_templates.c I personality tested: * Creation, Deletion, Duplication * Saving, Loading * Library linking (incl. make local) * Tracking * Dope Sheet, Outliner * Animation * Drawing (incl. Theme)
2011-08-01fix [#28061] Texture (paint) bleeding on edgesCampbell Barton
respect clamp u/v image options.
2011-08-01fix [#28112] Vertex paint crashCampbell Barton
2011-08-01fix, uvproject modifier wasn't copying the uv layer name,Campbell Barton
also edit var names from recent commit to better fit with other functions.
2011-08-01replace dutch variable name 'aantal' with 'tot'Campbell Barton
2011-08-01fix for failure to create curve knots when both endpoint and bezier U were ↵Campbell Barton
enabled. use default when invalid settings given. removed odd/annoying bit shifting of the flagu/v for such basic function made code hard to understand and would fail if new flags were added.
2011-07-31Bug fix: loading a file that had particles using a dupligroup from a ↵Janne Karhu
liblinked file without the library file being present crashed
2011-07-31fix for material slot removal (r38879)Campbell Barton
- The object ID was being passed to the data_delete_material_index_id() from object_remove_material_slot(), rather then the object data. (so the material slot fix wouldnt run in that case). - add support for fixing text object materials too.
2011-07-31reverting part of #38876 (whitespace edits)Dalai Felinto
the new if/else nesting introduced in the previous commit makes no sense. (since I was here I add a comment for extrainfo and did some small cleanup)
2011-07-31bugfix [#28111] material.pop breaks mt->mat_nrDalai Felinto
create a new parameter for materials.pop() to not remove material slot. this way the mat_nr is still the old one. for the default behaviour we now have material remapping (i.e. data_delete_material_index_id(id, index)). This new function is brought from the material_slot remove function.
2011-07-31when converting curves from poly -> nurbs, dont enable Bezier-U flag.Campbell Barton
Not sure why this was enabled, possibly from copy/paste with bezier->nurbs code? If you have meny poly lines there was no nice way to convert these into a smoothed nurbs curve. Ran into this when trying to convert generated ivy into smooth nurbs.
2011-07-31whitespace edits, had odd space/tab mixCampbell Barton
2011-07-31fix for building without bulletCampbell Barton
2011-07-31fix for immobile camera (NDOF_SHOULD_ROTATE etc.) -- should revisit laterMike Erwin
2011-07-31SVN maintenance.Guillermo S. Romero
2011-07-31Camera Clipping animation COLLADA support fix.Sukhitha Prabhath Jayathilake
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added ↵Campbell Barton
__all__ to some modules which were missing it.
2011-07-31improved ndof fly: precision mode, camera position, camera animationMike Erwin
2011-07-31== PBVH ==Nicholas Bishop
OK, after that failure of committing a bunch of old junk, hopefully this is what I actually meant to commit :) * Added big comments to some of the fields in struct PBVHNode. I always forget the details of these, so finally wrote it down properly. * Changed types of PBVHNode.face_vert_indices and PBVHNode.flag to better reflect their contents. * There should be no functional changes here.
2011-07-31EditMesh-based skin node drawingNicholas Bishop
2011-07-31Imported bsphere.c, mostly ifdef'd out for nowNicholas Bishop
2011-07-31Added DNA and RNA for skin modifier, stubbed in skin modifier functionsNicholas Bishop
2011-07-31Added SkinNode DNA and customdata.Nicholas Bishop
2011-07-31patch [#27909] Added constants in bge.constraints by Solano Felicio (solano) ↵Dalai Felinto
+ some changes in rst I named all the BGE modules with their actual names (e.g. Rasterizer, Video Texture, ...). so in the API index.html page they look more like the other Blender modules. I did the same for the bgl module. For bge.constraints this patch exposes the constants values for debug mode and createConstraints (they were hardcoded innts before). + making all the "todo" and #comments into rst comments (.. comments) Thanks Solano, it's great to get help to those tasks :)
2011-07-30BGE Animations: This should solve the issue with NULL not being defined in ↵Mitchell Stokes
BL_ActionManager.cpp
2011-07-30Bugfix #28121Ton Roosendaal
Linked Library objects or object->data should not allow to go to sculptmode. Also cleaned up mode menu with invalid entries then.
2011-07-30bpy fix for crash/assert on running dir() on a non collection property + ↵Campbell Barton
some other minor corrections.
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
also added GPLv2+ header to resources.c.
2011-07-30improved visual rotation guideMike Erwin
2011-07-30Removing some unused code - old gp editing stuffJoshua Leung
2011-07-30Bugfix: When only one handle was selected in Graph Editor, the line ofJoshua Leung
the other handle were not drawn This only happened when the "only on selected keyframes" option was enabled
2011-07-30BGE Animations: Fixing some warnings from GCC about initialization order.Mitchell Stokes
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-30ndof sensitivity operator follows power curve and respects min/maxMike Erwin