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-01-21applied Linux SpaceNav patch from Rafael Ortissoc-2010-merwinMike Erwin
2011-01-21applied SpaceNav patch from Tom AcunzoMike Erwin
2011-01-21enabled multithread GL engine + minor cleanupMike Erwin
2010-12-17late summer -- overhauled tablet-handling for WindowsMike Erwin
2010-12-15As-yet uncommitted changes from end of summer. General code cleanup ↵Mike Erwin
Mac-side, removed some unnecessary NSAutoreleasePool guards, etc. By no means complete -- just wanted to get this in and do a fresh checkout on another machine.
2010-08-16pencils down! additional Windows Wacom wackiness.Mike Erwin
2010-08-15Further hacking on Windows tablet code. More accurate detection of certain ↵Mike Erwin
tablet tools (mice, etc.). Made tablet mouse/pen buttons play nice with GHOST. Removed old code from WindowWin32.
2010-08-15removed gpencil Manhattan distance from user prefs. updated ghost build script.Mike Erwin
2010-08-15continued Win32 tablet hackeryMike Erwin
2010-08-13still working on tablet for Windows...Mike Erwin
2010-08-12Minor cleanup of Windows tablet code.Mike Erwin
2010-08-12Better Intuos4 support on Windows.Mike Erwin
2010-08-12Updated Win32 tablet code.Mike Erwin
2010-08-10Linux compiles again, no SpaceNav yet.Mike Erwin
2010-08-10SpaceNav works in 3D view on Windows. Cleaned up related WIP code.Mike Erwin
2010-08-08Windows shell/IE #define.Mike Erwin
2010-08-07merged 30707:31141 from trunkMike Erwin
2010-08-07SpaceNav turntable and fit in 3D view. Tablet data rides with cursor/button ↵Mike Erwin
events (incomplete! Mac-only for now). Grease pencil works better with pen.
2010-08-07Bugfix #23216: Memory leak when removing Fcurve from actionJoshua Leung
Missing call to free_fcurve()
2010-08-07bugfix [#23211] "with" keyword in text editor not highlighted [Patch attatchedCampbell Barton
by Justin Dailey (dail) with minor edit
2010-08-07netrender: fix poll methodsMartin Poirier
2010-08-06after discussion with brecht reverting this commit, will pass on feedback to ↵Tom Musgrove
the patch author
2010-08-06Fix #23210: displace modifier strength only had 2 decimal places,Brecht Van Lommel
was inconsistent.
2010-08-06Fix #23208: REGION_DRAW_POST_PIXEL callbacks only work in 3d view andBrecht Van Lommel
image editor, but there's no reason they wouldn't work in all regions, so moved the function call.
2010-08-06Fix #23209: there was no access yet to region data from RNA, there's noBrecht Van Lommel
generic system for it yet, but for now already return it for the 3D view since that is the only space that uses it.
2010-08-06Committing Konrads GLSL preview of bumpmapping, now we no longer have the ↵Tom Musgrove
bizarre situation of being able to view the changes of the normal map but not of regular bump mapping
2010-08-06Fix #22961: linked duplicate meshes are all displayed in edit mode whenBrecht Van Lommel
one of them is in edit mode. This doesn't give correct results for modifiers though, there was already a check to disable this when are shape keys, so now it is also disabled if either of the meshes has modifiers.
2010-08-06Fix a duplicate memory free in fluid export code, as part of bug #22734.Brecht Van Lommel
2010-08-06Fix missing texture face panel.Brecht Van Lommel
2010-08-06Fix #23167: halo "texture" option did not take disabling of the textureBrecht Van Lommel
into account.
2010-08-06Fix #23196: running python scripts didn't do an undo push. Now it doesBrecht Van Lommel
means you can easily undo what the script did, and keeps the undo stack up to date. Maybe sometimes it's not necessary, but I think it's reasonable to do this always.
2010-08-06reverted r31104 with recent commit.Campbell Barton
2010-08-06Fix #23204: render disconnected hair with child particles could crash.Brecht Van Lommel
2010-08-06remove narrow ui featureCampbell Barton
- re-arranged UI in a way that gave far too much vert scrolling. - was added all over for simple things like making text="", layout engine should handle this. - Ton and Brecht are ok with removing this now. Ton would like to work on the layout engine to make it better support these cases.
2010-08-06== Area lamp UI ==Luca Bonavita
Fixes [#23152] Area light with noshadow is affected by rayshadow sampling setup (Kino Bug Reporting Sprint) https://projects.blender.org/tracker/index.php?func=detail&aid=23152&group_id=9&atid=498 This moves the samples field so that it is visible in area lamps when noshadow is clicked, because acording to Brecht: "area lights also use the samples for sampling the form factor, but they are in the shadow panel, probably for area lights that button should be moved" Also modified the sampling buttons so that only those depending on the sampling method are below the sampling method selector, while the general ones come first so it's immediate to see which ones are depending on the sampling method. Also, formatted so that options for constant jitter appear below that button, so it's faster to setup. Same for QMC which has the threshold field just below the QMC selector, and not wide as the column. This still uses "if wide_ui else", in IRC there has been discussion about removing it but this will be done but who is in charge of it at due time.
2010-08-06Fix for silly mistake in overlap draw mode code, still drawing too much.Brecht Van Lommel
2010-08-06fix for missing importCampbell Barton
2010-08-06fix for fake python bge.* module, this is really nasty temp py code! (not a ↵Campbell Barton
good example)
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
more of a request then a bug but shows up a strange limitation with curve deform modifier, The mesh bounding box would set the deform axis start/end to map the deformation of the curve to. This means it ignored offset in the object location and object data location (you could use a dummy vertex to trick it). Old files wont change, added an option (next to stretch), called 'Bounds Clamp', old files have this behavior but newly made curves have it disabled. Double checked this gives useful results with stretch on/off and negative axis.
2010-08-06Minor cleanup to lattice.c while looking into [#19525] Curve modifier moves ↵Campbell Barton
mesh geometry first A subtle change with the curve deform modifier is when a vgroup is used: the mesh bounds were being calculated based on the verts in the group (ignoring their weight). Now ignore verts weighted at 0.
2010-08-06bugfix/functionality fix [#21752] 3D cursor vanished and does not come backCampbell Barton
Setting the 3d cursor in perspective mode would keep the cursor behind the viewport, now check if the cursor is begind the viewport and use the orbit location to set the cursor depth rather then the existing plane.
2010-08-06adding back pep8 tag removed r31089.Campbell Barton
I use this as a tag that the script SHOULD be pep8 compliant, warnings the pep8 checkers give can be fixed later, without this I dont get any warnings.
2010-08-06SVN maintenance.Guillermo S. Romero
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
also made all other exporters do this. Made some internal changes. - moved path functions from bpy.utils to bpy.path (similar to os.path) - added functions... bpy.path.ensure_ext(path, ".ext", case_sensitive=False) # simple function to ensure the extension is set. bpy.path.resolve_ncase(path) # useful for importing scenes made on windows where the path case doesnt match the files.
2010-08-06fix for un-initialized variable in screw modifier.Campbell Barton
2010-08-06bugfix [#23179] Screw Modifier looses VGroupsCampbell Barton
- flip option now flips faces rather then flipping loop order. Now it can copy vertex data in chunks the size of the original vertex count. - converted macro's to static func's and some general cleanup.
2010-08-06some fixes for the poll() function from last commit.Campbell Barton
Martin: forgot to mention, had to remove the use of super() in poll functions for netrender. commented with FIXME.
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
poll() function is now a static method in python, this is more correct, matching C where the operator is not created to run poll. def poll(self, context): ... is now... @staticmethod def poll(context): ... Pythons way of doing static methods is a bit odd but cant be helped :| This does make subclassing poll functions with COMPAT_ENGINES break, so had to modify quite a few scripts for this.
2010-08-05Makefile fix: on PowerPC architecture SSE compile should not happen.Ton Roosendaal
Note for the coder here, is it correct to enable SSE with a general WITH_BF_RAYOPTIMIZATION flag? Just call it WITH_SSE? More clear :)
2010-08-05bugfix [#23164] Copied Scene Nodes!Campbell Barton
copying a scene would still have nodes point back to the old scene which would crash (in some cases) or break rendering.